Skip to content

Commit 9aa89e7

Browse files
chore(deps): update dependency eslint-plugin-qwik to v1.16.1 (#2195)
> [!NOTE] > Mend has cancelled [the proposed renaming](https://redirect.github.com/renovatebot/renovate/discussions/37842) of the Renovate GitHub app being renamed to `mend[bot]`. > > This notice will be removed on 2025-10-07. <hr> This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [eslint-plugin-qwik](https://redirect.github.com/QwikDev/qwik) ([source](https://redirect.github.com/QwikDev/qwik/tree/HEAD/packages/eslint-rules)) | [`1.13.0` -> `1.16.1`](https://renovatebot.com/diffs/npm/eslint-plugin-qwik/1.13.0/1.16.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-qwik/1.16.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-qwik/1.13.0/1.16.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>QwikDev/qwik (eslint-plugin-qwik)</summary> ### [`v1.16.0`](https://redirect.github.com/QwikDev/qwik/releases/tag/eslint-plugin-qwik%401.16.0) [Compare Source](https://redirect.github.com/QwikDev/qwik/compare/[email protected]@1.16.0) ##### Minor Changes - ✨ bump Vite to v7 (by [@&#8203;gioboa](https://redirect.github.com/gioboa) in [#&#8203;7762](https://redirect.github.com/QwikDev/qwik/pull/7762)) ### [`v1.15.0`](https://redirect.github.com/QwikDev/qwik/releases/tag/eslint-plugin-qwik%401.15.0) [Compare Source](https://redirect.github.com/QwikDev/qwik/compare/[email protected]@1.15.0) ##### Patch Changes - 🛠 update devDependencies and configurations (by [@&#8203;JerryWu1234](https://redirect.github.com/JerryWu1234) in [#&#8203;7695](https://redirect.github.com/QwikDev/qwik/pull/7695)) ### [`v1.14.1`](https://redirect.github.com/QwikDev/qwik/compare/[email protected]@1.14.1) [Compare Source](https://redirect.github.com/QwikDev/qwik/compare/[email protected]@1.14.1) ### [`v1.14.0`](https://redirect.github.com/QwikDev/qwik/releases/tag/eslint-plugin-qwik%401.14.0) [Compare Source](https://redirect.github.com/QwikDev/qwik/compare/[email protected]@1.14.0) ##### Minor Changes - ✨ our eslint plugin now supports eslint 9 (by [@&#8203;better-salmon](https://redirect.github.com/better-salmon) in [#&#8203;7418](https://redirect.github.com/QwikDev/qwik/pull/7418)) ##### Patch Changes - ✨ Improve types and README documentation with clear configuration examples for ESLint 9+ (flat config). Added `globalIgnores` for more clarity and `tseslint.config` for better type inference inside the `parserOptions` option. (by [@&#8203;better-salmon](https://redirect.github.com/better-salmon) in [#&#8203;7418](https://redirect.github.com/QwikDev/qwik/pull/7418)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/runtime-env/import-meta-env). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cad63bb commit 9aa89e7

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

packages/examples/qwik-example/package-lock.json

Lines changed: 8 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/examples/qwik-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@typescript-eslint/parser": "8.32.0",
3737
"cross-env": "7.0.3",
3838
"eslint": "8.57.1",
39-
"eslint-plugin-qwik": "1.13.0",
39+
"eslint-plugin-qwik": "1.16.1",
4040
"prettier": "3.5.3",
4141
"typescript": "5.8.3",
4242
"undici": "7.9.0",

0 commit comments

Comments
 (0)