From d012ad1b38a61ee1c58bfa91bd0a7796e85bbd7f Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Thu, 4 Sep 2025 06:52:34 +0000
Subject: [PATCH] Version Packages
---
.changeset/bright-stars-shave.md | 5 -----
.changeset/chilly-knives-obey.md | 5 -----
.changeset/curvy-glasses-wash.md | 5 -----
.changeset/fresh-loops-repeat.md | 5 -----
.changeset/heavy-windows-mate.md | 5 -----
.changeset/hot-buses-strive.md | 5 -----
.changeset/lucky-adults-tan.md | 6 ------
.changeset/moody-tigers-cry.md | 5 -----
.changeset/petite-flies-pay.md | 5 -----
.changeset/shaggy-pears-shine.md | 6 ------
.changeset/short-jeans-speak.md | 5 -----
.changeset/sixty-rockets-clean.md | 5 -----
.changeset/slimy-lizards-switch.md | 5 -----
.changeset/thin-horses-bake.md | 7 -------
.changeset/twelve-words-jump.md | 5 -----
.changeset/wise-worlds-hang.md | 5 -----
.changeset/yummy-monkeys-return.md | 5 -----
packages/create-qwik/CHANGELOG.md | 10 ++++++++++
packages/create-qwik/package.json | 2 +-
packages/eslint-plugin-qwik/CHANGELOG.md | 2 ++
packages/eslint-plugin-qwik/package.json | 2 +-
packages/qwik-city/CHANGELOG.md | 18 ++++++++++++++++++
packages/qwik-city/package.json | 2 +-
packages/qwik/CHANGELOG.md | 24 ++++++++++++++++++++++++
packages/qwik/package.json | 2 +-
25 files changed, 58 insertions(+), 93 deletions(-)
delete mode 100644 .changeset/bright-stars-shave.md
delete mode 100644 .changeset/chilly-knives-obey.md
delete mode 100644 .changeset/curvy-glasses-wash.md
delete mode 100644 .changeset/fresh-loops-repeat.md
delete mode 100644 .changeset/heavy-windows-mate.md
delete mode 100644 .changeset/hot-buses-strive.md
delete mode 100644 .changeset/lucky-adults-tan.md
delete mode 100644 .changeset/moody-tigers-cry.md
delete mode 100644 .changeset/petite-flies-pay.md
delete mode 100644 .changeset/shaggy-pears-shine.md
delete mode 100644 .changeset/short-jeans-speak.md
delete mode 100644 .changeset/sixty-rockets-clean.md
delete mode 100644 .changeset/slimy-lizards-switch.md
delete mode 100644 .changeset/thin-horses-bake.md
delete mode 100644 .changeset/twelve-words-jump.md
delete mode 100644 .changeset/wise-worlds-hang.md
delete mode 100644 .changeset/yummy-monkeys-return.md
diff --git a/.changeset/bright-stars-shave.md b/.changeset/bright-stars-shave.md
deleted file mode 100644
index d813c72de43..00000000000
--- a/.changeset/bright-stars-shave.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'create-qwik': patch
----
-
-FIX: set sideEffects: false to the lib template, otherwise there might be some side effects imports when building a consumer project.
diff --git a/.changeset/chilly-knives-obey.md b/.changeset/chilly-knives-obey.md
deleted file mode 100644
index 46a2125d657..00000000000
--- a/.changeset/chilly-knives-obey.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@builder.io/qwik': patch
----
-
-FIX: The entry.ssr renderToStream `preloader.preloadProbability` option is now deprecated because this could cause performance issues with bundles fetched on click instead of being preloaded ahead of time. (The preloader still relies on probabilities to know preload the most likely bundles first)
diff --git a/.changeset/curvy-glasses-wash.md b/.changeset/curvy-glasses-wash.md
deleted file mode 100644
index b2e7817e36e..00000000000
--- a/.changeset/curvy-glasses-wash.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@builder.io/qwik-city': patch
----
-
-FIX: fix behaviour of checkOrigin: "lax-proto" in createQwikCity
diff --git a/.changeset/fresh-loops-repeat.md b/.changeset/fresh-loops-repeat.md
deleted file mode 100644
index f11af9dbb74..00000000000
--- a/.changeset/fresh-loops-repeat.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@builder.io/qwik': patch
----
-
-FIX: Link prefetch now always preloads Link prefetch bundles on monorepos
diff --git a/.changeset/heavy-windows-mate.md b/.changeset/heavy-windows-mate.md
deleted file mode 100644
index e0e9d0fe490..00000000000
--- a/.changeset/heavy-windows-mate.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'create-qwik': patch
----
-
-FIX: fix up vscode settings merge. Use JSON5 to parse settings.json to prevent parsing errors.
diff --git a/.changeset/hot-buses-strive.md b/.changeset/hot-buses-strive.md
deleted file mode 100644
index 4304e72d210..00000000000
--- a/.changeset/hot-buses-strive.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@builder.io/qwik': patch
----
-
-FIX: Rollup's hoistTranstiveImports is now set to `false` because the hoisting added unnecessary bundles to be preloaded to the bundle-graph static imports graph. This could lead to a suboptimal preloading experience.
\ No newline at end of file
diff --git a/.changeset/lucky-adults-tan.md b/.changeset/lucky-adults-tan.md
deleted file mode 100644
index 5b4ef6a2c06..00000000000
--- a/.changeset/lucky-adults-tan.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-'@builder.io/qwik-city': patch
-'@builder.io/qwik': patch
----
-
-CHORE: Add check-client command to verify bundle freshness
diff --git a/.changeset/moody-tigers-cry.md b/.changeset/moody-tigers-cry.md
deleted file mode 100644
index ed31a456471..00000000000
--- a/.changeset/moody-tigers-cry.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'create-qwik': patch
----
-
-CHORE: use the new version of @croct/json5-parser to merge JSON5 and preserve comments
diff --git a/.changeset/petite-flies-pay.md b/.changeset/petite-flies-pay.md
deleted file mode 100644
index c9b6985d976..00000000000
--- a/.changeset/petite-flies-pay.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@builder.io/qwik-city': patch
----
-
-FIX: return 404 with invalid URL.
diff --git a/.changeset/shaggy-pears-shine.md b/.changeset/shaggy-pears-shine.md
deleted file mode 100644
index 58e7e4e1cd3..00000000000
--- a/.changeset/shaggy-pears-shine.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-'@builder.io/qwik': patch
-'@builder.io/qwik-city': patch
----
-
-FEAT: All qwik packages are now marked as side effect free in their package.json. This should remove a few unecessary empty imports added by rollup and then not tree-shaken like `import "./preloader.js"`.
diff --git a/.changeset/short-jeans-speak.md b/.changeset/short-jeans-speak.md
deleted file mode 100644
index f7a98e51ae2..00000000000
--- a/.changeset/short-jeans-speak.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@builder.io/qwik': patch
----
-
-FIX: unmount qwikify react root alongside with qwik component
diff --git a/.changeset/sixty-rockets-clean.md b/.changeset/sixty-rockets-clean.md
deleted file mode 100644
index bd0837b179f..00000000000
--- a/.changeset/sixty-rockets-clean.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@builder.io/qwik-city': patch
----
-
-FEAT: SPA Link navigation now preloads the next route bundles on click with maximum probability, speeding up SPA navigation.
diff --git a/.changeset/slimy-lizards-switch.md b/.changeset/slimy-lizards-switch.md
deleted file mode 100644
index 5f8e6aa935c..00000000000
--- a/.changeset/slimy-lizards-switch.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@builder.io/qwik': patch
----
-
-FIX: preloader now preloads bundles as long as they are part of the current viewport's bundles graph, even if their probability is very small
diff --git a/.changeset/thin-horses-bake.md b/.changeset/thin-horses-bake.md
deleted file mode 100644
index bd9d2bcde02..00000000000
--- a/.changeset/thin-horses-bake.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-'@builder.io/qwik-city': patch
----
-
-FIX: Your service-worker.js won't be unregistered anymore if you added custom logic to it.
-
-> Note: Qwik 1.14.0 and above now use `` by default. If you didn't add custom service-worker logic, you should remove your service-worker.ts file(s) for the `ServiceWorkerRegister` Component to actually unregister the service-worker.js and delete its related cache. Make sure to keep the `ServiceWorkerRegister` Component in your app (without any service-worker.ts file) as long as you want to unregister the service-worker.js for your users.
diff --git a/.changeset/twelve-words-jump.md b/.changeset/twelve-words-jump.md
deleted file mode 100644
index 473853614b6..00000000000
--- a/.changeset/twelve-words-jump.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@builder.io/qwik': patch
----
-
-FEAT: maxIdlePreloads is now constant over time so you know for sure how many bundles will be preloaded concurrently during idle.
diff --git a/.changeset/wise-worlds-hang.md b/.changeset/wise-worlds-hang.md
deleted file mode 100644
index 129d353e432..00000000000
--- a/.changeset/wise-worlds-hang.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@builder.io/qwik': patch
----
-
-CHORE: use patched domino instead of qwik-dom
diff --git a/.changeset/yummy-monkeys-return.md b/.changeset/yummy-monkeys-return.md
deleted file mode 100644
index f7aa6711caa..00000000000
--- a/.changeset/yummy-monkeys-return.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@builder.io/qwik': patch
----
-
-FIX: Qwik is now smarter at bundling non QRL source files and qwik libraries modules (e.g. helpers, enums, inline components, etc.) together.
diff --git a/packages/create-qwik/CHANGELOG.md b/packages/create-qwik/CHANGELOG.md
index 9e57d6fd72b..7f87d316f1e 100644
--- a/packages/create-qwik/CHANGELOG.md
+++ b/packages/create-qwik/CHANGELOG.md
@@ -1,5 +1,15 @@
# create-qwik
+## 1.16.1
+
+### Patch Changes
+
+- 🐞🩹 set sideEffects: false to the lib template, otherwise there might be some side effects imports when building a consumer project. (by [@gioboa](https://github.com/gioboa) in [#7855](https://github.com/QwikDev/qwik/pull/7855))
+
+- 🐞🩹 fix up vscode settings merge. Use JSON5 to parse settings.json to prevent parsing errors. (by [@gioboa](https://github.com/gioboa) in [#7858](https://github.com/QwikDev/qwik/pull/7858))
+
+- 🛠 use the new version of @croct/json5-parser to merge JSON5 and preserve comments (by [@gioboa](https://github.com/gioboa) in [#7884](https://github.com/QwikDev/qwik/pull/7884))
+
## 1.16.0
### Minor Changes
diff --git a/packages/create-qwik/package.json b/packages/create-qwik/package.json
index b08c329895f..3a052f326ae 100644
--- a/packages/create-qwik/package.json
+++ b/packages/create-qwik/package.json
@@ -1,7 +1,7 @@
{
"name": "create-qwik",
"description": "Interactive CLI for create Qwik projects and adding features.",
- "version": "1.16.0",
+ "version": "1.16.1",
"author": "Builder.io Team",
"bin": "./create-qwik.cjs",
"bugs": "https://github.com/QwikDev/qwik/issues",
diff --git a/packages/eslint-plugin-qwik/CHANGELOG.md b/packages/eslint-plugin-qwik/CHANGELOG.md
index eaed28aa8f0..d493c4fe0d3 100644
--- a/packages/eslint-plugin-qwik/CHANGELOG.md
+++ b/packages/eslint-plugin-qwik/CHANGELOG.md
@@ -1,5 +1,7 @@
# eslint-plugin-qwik
+## 1.16.1
+
## 1.16.0
### Minor Changes
diff --git a/packages/eslint-plugin-qwik/package.json b/packages/eslint-plugin-qwik/package.json
index 65089dcbdff..cf02afd3f7b 100644
--- a/packages/eslint-plugin-qwik/package.json
+++ b/packages/eslint-plugin-qwik/package.json
@@ -1,7 +1,7 @@
{
"name": "eslint-plugin-qwik",
"description": "An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.",
- "version": "1.16.0",
+ "version": "1.16.1",
"author": "Builder Team",
"bugs": "https://github.com/QwikDev/qwik/issues",
"dependencies": {
diff --git a/packages/qwik-city/CHANGELOG.md b/packages/qwik-city/CHANGELOG.md
index 5a352caca59..5a46f3deeae 100644
--- a/packages/qwik-city/CHANGELOG.md
+++ b/packages/qwik-city/CHANGELOG.md
@@ -1,5 +1,23 @@
# @builder.io/qwik-city
+## 1.16.1
+
+### Patch Changes
+
+- 🐞🩹 fix behaviour of checkOrigin: "lax-proto" in createQwikCity (by [@asaharan](https://github.com/asaharan) in [#7865](https://github.com/QwikDev/qwik/pull/7865))
+
+- 🛠 Add check-client command to verify bundle freshness (by [@JerryWu1234](https://github.com/JerryWu1234) in [#7517](https://github.com/QwikDev/qwik/pull/7517))
+
+- 🐞🩹 return 404 with invalid URL. (by [@gioboa](https://github.com/gioboa) in [#7902](https://github.com/QwikDev/qwik/pull/7902))
+
+- ✨ All qwik packages are now marked as side effect free in their package.json. This should remove a few unecessary empty imports added by rollup and then not tree-shaken like `import "./preloader.js"`. (by [@maiieul](https://github.com/maiieul) in [#7908](https://github.com/QwikDev/qwik/pull/7908))
+
+- ✨ SPA Link navigation now preloads the next route bundles on click with maximum probability, speeding up SPA navigation. (by [@maiieul](https://github.com/maiieul) in [#7849](https://github.com/QwikDev/qwik/pull/7849))
+
+- 🐞🩹 Your service-worker.js won't be unregistered anymore if you added custom logic to it. (by [@maiieul](https://github.com/maiieul) in [#7872](https://github.com/QwikDev/qwik/pull/7872))
+
+ > Note: Qwik 1.14.0 and above now use `` by default. If you didn't add custom service-worker logic, you should remove your service-worker.ts file(s) for the `ServiceWorkerRegister` Component to actually unregister the service-worker.js and delete its related cache. Make sure to keep the `ServiceWorkerRegister` Component in your app (without any service-worker.ts file) as long as you want to unregister the service-worker.js for your users.
+
## 1.16.0
### Minor Changes
diff --git a/packages/qwik-city/package.json b/packages/qwik-city/package.json
index e54bcec0c97..06de321a28e 100644
--- a/packages/qwik-city/package.json
+++ b/packages/qwik-city/package.json
@@ -1,7 +1,7 @@
{
"name": "@builder.io/qwik-city",
"description": "The meta-framework for Qwik.",
- "version": "1.16.0",
+ "version": "1.16.1",
"bugs": "https://github.com/QwikDev/qwik/issues",
"dependencies": {
"@mdx-js/mdx": "^3.1.0",
diff --git a/packages/qwik/CHANGELOG.md b/packages/qwik/CHANGELOG.md
index 4f54996bf81..16481fc328e 100644
--- a/packages/qwik/CHANGELOG.md
+++ b/packages/qwik/CHANGELOG.md
@@ -1,5 +1,29 @@
# @builder.io/qwik
+## 1.16.1
+
+### Patch Changes
+
+- 🐞🩹 The entry.ssr renderToStream `preloader.preloadProbability` option is now deprecated because this could cause performance issues with bundles fetched on click instead of being preloaded ahead of time. (The preloader still relies on probabilities to know preload the most likely bundles first) (by [@maiieul](https://github.com/maiieul) in [#7847](https://github.com/QwikDev/qwik/pull/7847))
+
+- 🐞🩹 Link prefetch now always preloads Link prefetch bundles on monorepos (by [@maiieul](https://github.com/maiieul) in [#7835](https://github.com/QwikDev/qwik/pull/7835))
+
+- 🐞🩹 Rollup's hoistTranstiveImports is now set to `false` because the hoisting added unnecessary bundles to be preloaded to the bundle-graph static imports graph. This could lead to a suboptimal preloading experience. (by [@maiieul](https://github.com/maiieul) in [#7850](https://github.com/QwikDev/qwik/pull/7850))
+
+- 🛠 Add check-client command to verify bundle freshness (by [@JerryWu1234](https://github.com/JerryWu1234) in [#7517](https://github.com/QwikDev/qwik/pull/7517))
+
+- ✨ All qwik packages are now marked as side effect free in their package.json. This should remove a few unecessary empty imports added by rollup and then not tree-shaken like `import "./preloader.js"`. (by [@maiieul](https://github.com/maiieul) in [#7908](https://github.com/QwikDev/qwik/pull/7908))
+
+- 🐞🩹 unmount qwikify react root alongside with qwik component (by [@sashkashishka](https://github.com/sashkashishka) in [#7864](https://github.com/QwikDev/qwik/pull/7864))
+
+- 🐞🩹 preloader now preloads bundles as long as they are part of the current viewport's bundles graph, even if their probability is very small (by [@maiieul](https://github.com/maiieul) in [#7836](https://github.com/QwikDev/qwik/pull/7836))
+
+- ✨ maxIdlePreloads is now constant over time so you know for sure how many bundles will be preloaded concurrently during idle. (by [@maiieul](https://github.com/maiieul) in [#7846](https://github.com/QwikDev/qwik/pull/7846))
+
+- 🛠 use patched domino instead of qwik-dom (by [@gioboa](https://github.com/gioboa) in [#7842](https://github.com/QwikDev/qwik/pull/7842))
+
+- 🐞🩹 Qwik is now smarter at bundling non QRL source files and qwik libraries modules (e.g. helpers, enums, inline components, etc.) together. (by [@maiieul](https://github.com/maiieul) in [#7888](https://github.com/QwikDev/qwik/pull/7888))
+
## 1.16.0
### Minor Changes
diff --git a/packages/qwik/package.json b/packages/qwik/package.json
index e938761d2e5..cdcbe144582 100644
--- a/packages/qwik/package.json
+++ b/packages/qwik/package.json
@@ -1,7 +1,7 @@
{
"name": "@builder.io/qwik",
"description": "An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.",
- "version": "1.16.0",
+ "version": "1.16.1",
"annotation": "This package.json is for internal use in the monorepo, the build actually makes a new package.json for the published package via scripts/package-json.ts",
"bin": {
"qwik": "./qwik-cli.cjs"