-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Bump the code-style group across 1 directory with 7 updates #789
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.23.0` | | [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.20.0` | | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `14.2.15` | `15.1.6` | | [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.3` | | [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.5.0` | Updates `@typescript-eslint/eslint-plugin` from 7.18.0 to 8.23.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.23.0/packages/eslint-plugin) Updates `eslint` from 8.57.0 to 9.20.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.20.0) Updates `eslint-config-next` from 14.2.15 to 15.1.6 - [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.6/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.3 - [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.3) Updates `prettier` from 3.3.3 to 3.5.0 - [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.5.0) --- 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] <support@github.com>
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.23.0
8.57.0
9.20.0
14.2.15
15.1.6
9.1.0
10.0.1
9.1.6
9.1.7
15.2.10
15.4.3
3.3.3
3.5.0
Updates
@typescript-eslint/eslint-plugin
from 7.18.0 to 8.23.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
2a96020
chore(release): publish 8.23.006925f8
feat(eslint-plugin): [no-unnecessary-boolean-literal-compare] enforce strictN...884995d
fix(eslint-plugin): [no-shadow] ignore declare variables in definition files ...cd15629
docs(eslint-plugin): [class-methods-use-this] refresh options docs (#10728)a9cbcc9
fix(eslint-plugin): [no-restricted-imports] support regex option (#10699)3e44913
fix(eslint-plugin): [dot-notation] handle noPropertyAccessFromIndexSignature ...82cb00d
fix(eslint-plugin): [prefer-nullish-coalescing] fix missing return (#10732)c58d816
fix: bump ts-api-utils to ^2.0.1 (#10761)345e82e
docs(eslint-plugin): remove duplicate option descriptions on various rules (#...77df70d
fix(eslint-plugin): [no-unnecessary-template-expression] allow interpolating ...Updates
eslint
from 8.57.0 to 9.20.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
7e78b50
9.20.0588b664
Build: changelog update for 9.20.0979097a
chore: upgrade@eslint/js
@9
.20.0 (#19412)031734e
chore: package.json update for@eslint/js
release91d4d9f
fix: Bring types in sync with@eslint/core
(#19157)b7012c8
docs: rewrite examples with var using let and const (#19407)d4c47c3
test: avoid empty config warning in test output (#19408)e89a54a
feat: change behavior of inactive flags (#19386)fa25c7a
fix: Emit warning when empty config file is used (#19399)6406376
docs: Update READMEUpdates
eslint-config-next
from 14.2.15 to 15.1.6Release notes
Sourced from eslint-config-next's releases.
... (truncated)
Commits
38a6d01
v15.1.647102ca
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.50Updates
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.3Release notes
Sourced from lint-staged's releases.
... (truncated)
Changelog
Sourced from lint-staged's changelog.
... (truncated)
Commits
e53f950
chore(changeset): release089da56
test: fail Jest when coverage is under 100%19aa461
ci: remove code coverage action since it's not working in PRs from forkscbfed1d
fix: update types.d.ts (#1512)aef9e5c
chore(changeset): release (#1510)8827ebf
build(dependencies): update dependencies and switch to caret ranges (#1509)7f69b3f
docs: generalize description from 'linting' to 'tasks' (#1507)1c93c9e
chore(changeset): release (#1505)c020664
Merge pull request #1504 from lint-staged/fix-typescript1c7a45e
fix: default TypeScript config filenames match JS equivalentsUpdates
prettier
from 3.3.3 to 3.5.0Release notes
Sourced from prettier's releases.
Changelog
Sourced from prettier's changelog.
... (truncated)
Commits
7584432
Release 3.5.04797054
Remove blog post5ed5dc0
Fix a link in changelog (#17088)d8c21c5
Fix tag notation in changelog (#17087)0fcd5db
Separate license and third-party licenses (#17073)0c2b4bb
chore(deps): update babel to v7.26.8 (#17084)e3a5595
chore(deps): update babel to v7.26.8 (#17083)4a5ad1f
Adddisable_search
tocodecov/codecov-action
(#17082)b997ce3
chore(deps): update dependency@glimmer/syntax
to v0.94.3 (