-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump the code-style group across 1 directory with 7 updates #773
base: main
Are you sure you want to change the base?
Conversation
Bumps the code-style group with 7 updates in the /ui directory: | Package | From | To | | --- | --- | --- | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.18.0` | `8.20.0` | | [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.18.0` | | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `14.2.15` | `15.1.5` | | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `9.1.0` | `10.0.1` | | [husky](https://github.com/typicode/husky) | `9.1.6` | `9.1.7` | | [lint-staged](https://github.com/lint-staged/lint-staged) | `15.2.10` | `15.4.1` | | [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.4.2` | Updates `@typescript-eslint/eslint-plugin` from 7.18.0 to 8.20.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.20.0/packages/eslint-plugin) Updates `eslint` from 8.57.0 to 9.18.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.57.0...v9.18.0) Updates `eslint-config-next` from 14.2.15 to 15.1.5 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v15.1.5/packages/eslint-config-next) Updates `eslint-config-prettier` from 9.1.0 to 10.0.1 - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-config-prettier@v9.1.0...v10.0.1) Updates `husky` from 9.1.6 to 9.1.7 - [Release notes](https://github.com/typicode/husky/releases) - [Commits](typicode/husky@v9.1.6...v9.1.7) Updates `lint-staged` from 15.2.10 to 15.4.1 - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md) - [Commits](lint-staged/lint-staged@v15.2.10...v15.4.1) Updates `prettier` from 3.3.3 to 3.4.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.3.3...3.4.2) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-major dependency-group: code-style - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major dependency-group: code-style - dependency-name: eslint-config-next dependency-type: direct:development update-type: version-update:semver-major dependency-group: code-style - dependency-name: eslint-config-prettier dependency-type: direct:development update-type: version-update:semver-major dependency-group: code-style - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-patch dependency-group: code-style - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-minor dependency-group: code-style - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: code-style ... Signed-off-by: dependabot[bot] <[email protected]>
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Bumps the code-style group with 7 updates in the /ui directory:
7.18.0
8.20.0
8.57.0
9.18.0
14.2.15
15.1.5
9.1.0
10.0.1
9.1.6
9.1.7
15.2.10
15.4.1
3.3.3
3.4.2
Updates
@typescript-eslint/eslint-plugin
from 7.18.0 to 8.20.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
ea6fbea
chore(release): publish 8.20.0a7fc28c
feat(eslint-plugin): [consistent-type-assertions] add arrayLiteralTypeAsserti...d6e5978
fix(eslint-plugin): [no-unnecessary-condition] don't flag optional chaining f...63135f7
fix(eslint-plugin): [no-shadow] ignore ordering of type declarations (#10593)6dda0a4
feat(eslint-plugin): [no-deprecated] add allow options (#10585)04166e0
feat(eslint-plugin): [no-misused-spread] add new rule (#10551)b17c7f2
chore: export all Options and MessageIds types from rule files (#10556)03d9639
test(eslint-plugin): add extra tests (#10587)e697cfa
chore: fix CI snapshot failure (#10624)328b7df
chore(release): publish 8.19.1Updates
eslint
from 8.57.0 to 9.18.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
1c87b41
9.18.04df3132
Build: changelog update for 9.18.0c52be85
chore: upgrade to@eslint/[email protected]
(#19330)362099c
chore: package.json update for@eslint/js
release9486141
deps: upgrade@eslint/core
and@eslint/plugin-kit
(#19329)d9c23c5
docs: replacevar
withconst
in rule examples (#19325)8e1a898
docs: add tabs to cli code blocks (#18784)f3aeefb
docs: rewrite using let and const in rule examples (#19320)0b680b3
docs: Update README98c86a9
docs:Edit this page
button link to different branches (#19228)Updates
eslint-config-next
from 14.2.15 to 15.1.5Release notes
Sourced from eslint-config-next's releases.
... (truncated)
Commits
47102ca
v15.1.548f2588
v15.1.44cbaaa1
v15.1.3df392a1
v15.1.24384c68
v15.1.1dafcd43
v15.1.02deb35d
v15.0.4-canary.523970d33
v15.0.4-canary.51c824c18
v15.0.4-canary.50657c2cb
v15.0.4-canary.49Updates
eslint-config-prettier
from 9.1.0 to 10.0.1Release notes
Sourced from eslint-config-prettier's releases.
Changelog
Sourced from eslint-config-prettier's changelog.
Commits
c5170f0
fix: add main fielde814e70
chore: change release folders9ebedc7
chore: release eslint-config-prettier (#296)5be64be
feat: add support for@stylistic/eslint-plugin
(#272)5687e7d
chore: migrate to changeset for automatically releasing (#278)4f3bbb4
Remove unused eslint-disable-next-line commentMaintainer changes
This version was pushed to npm by jounqin, a new releaser for eslint-config-prettier since your current version.
Updates
husky
from 9.1.6 to 9.1.7Release notes
Sourced from husky's releases.
Commits
799e84b
9.1.730f2049
fix: add husky label to deprecated warning (#1538)Updates
lint-staged
from 15.2.10 to 15.4.1Release notes
Sourced from lint-staged's releases.
... (truncated)
Changelog
Sourced from lint-staged's changelog.
... (truncated)
Commits
1c93c9e
chore(changeset): release (#1505)c020664
Merge pull request #1504 from lint-staged/fix-typescript1c7a45e
fix: default TypeScript config filenames match JS equivalents9cc18c9
fix: add missing conditional export for TypeScript types7ff1e58
chore(changeset): release (#1502)b881830
docs: adjust README regarding TypeScript41c9fee
docs: sync changelog and README regarding TypeScript6de7529
Merge pull request #1500 from lint-staged/typescript-types012916e
feat: enable loading configuration from TS files (if Node.js supports importi...e95d5cd
feat: add TypeScript types for the main lint-staged Node.js APIUpdates
prettier
from 3.3.3 to 3.4.2Release notes
Sourced from prettier's releases.
Changelog
Sourced from prettier's changelog.
... (truncated)
Commits
cca9461
Release 3.4.2572bebe
Fix comments on class methods with decorators (#16891)359c4f0
chore(deps): update dependency@angular/compiler
to v19.0.1 (#16903)6470996
chore(deps): update dependency@glimmer/syntax
to v0.93.1 (#16904)e13614f
Correct fit() for fill() (#16899)10db357
Remove check onTSImportType.isTypeOf
(#16892)ac46a4f
Treat U+30A0 & U+30FB in Katakana Block as CJK (#16796)d52e905
Add test for