-
Notifications
You must be signed in to change notification settings - Fork 1
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
build(deps-dev): bump the eslint group with 7 updates #207
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependabot
bot
added
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
labels
Oct 25, 2023
SevereCloud
approved these changes
Oct 26, 2023
dependabot
bot
force-pushed
the
dependabot/npm_and_yarn/eslint-dbab70739c
branch
from
October 26, 2023 13:20
c3ecfd9
to
5b2904e
Compare
Bumps the eslint group with 7 updates: | Package | From | To | | --- | --- | --- | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `5.62.0` | `6.9.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `5.62.0` | `6.9.0` | | [@vkontakte/eslint-plugin](https://github.com/VKCOM/eslint-plugin) | `1.1.1` | `1.2.0` | | [eslint](https://github.com/eslint/eslint) | `8.45.0` | `8.52.0` | | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `8.8.0` | `9.0.0` | | [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.27.5` | `2.29.0` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.32.2` | `7.33.2` | Updates `@typescript-eslint/eslint-plugin` from 5.62.0 to 6.9.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/v6.9.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 5.62.0 to 6.9.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.9.0/packages/parser) Updates `@vkontakte/eslint-plugin` from 1.1.1 to 1.2.0 - [Release notes](https://github.com/VKCOM/eslint-plugin/releases) - [Commits](VKCOM/eslint-plugin@v1.1.1...v1.2.0) Updates `eslint` from 8.45.0 to 8.52.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.45.0...v8.52.0) Updates `eslint-config-prettier` from 8.8.0 to 9.0.0 - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-config-prettier@v8.8.0...v9.0.0) Updates `eslint-plugin-import` from 2.27.5 to 2.29.0 - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](import-js/eslint-plugin-import@v2.27.5...v2.29.0) Updates `eslint-plugin-react` from 7.32.2 to 7.33.2 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](jsx-eslint/eslint-plugin-react@v7.32.2...v7.33.2) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint - dependency-name: "@vkontakte/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-config-prettier dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
force-pushed
the
dependabot/npm_and_yarn/eslint-dbab70739c
branch
from
October 30, 2023 15:51
5b2904e
to
e2080a6
Compare
Superseded by #214. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the eslint group with 7 updates:
5.62.0
6.9.0
5.62.0
6.9.0
1.1.1
1.2.0
8.45.0
8.52.0
8.8.0
9.0.0
2.27.5
2.29.0
7.32.2
7.33.2
Updates
@typescript-eslint/eslint-plugin
from 5.62.0 to 6.9.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
101563b
chore: publish v6.9.0066ccf7
chore: update to nx 17 (#7815)9f85e67
docs(website): add Open in Playground button to code examples (#7482)53d5263
feat(eslint-plugin): [no-unsafe-enum-comparison] add switch suggestion (#7691)4972ecd
chore: enabled most of strict-type-checked internally (#7339)0e875bf
feat(eslint-plugin): [prefer-readonly] private fields support (#7686)76ab373
chore(website): auto-inject ban-types default options (#7714)03b875d
chore(eslint-plugin): fix post-merge issue around util namespace import (#7767)c6124b2
fix(eslint-plugin): [no-unsafe-return] allow returning anything if explicitly...ee4fe89
docs: better rules table (filter rules by extension, etc.) (#7666)Updates
@typescript-eslint/parser
from 5.62.0 to 6.9.0Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.... (truncated)
Commits
101563b
chore: publish v6.9.0066ccf7
chore: update to nx 17 (#7815)0f11c18
chore(deps): update dependency prettier to v3 (#7425)d475f88
chore: publish v6.8.036aecb6
chore: publish v6.7.5d948dc4
chore: publish v6.7.491a3e0c
chore: publish v6.7.3ddb8589
chore: publish v6.7.2aefb268
chore: publish v6.7.1ad46b12
chore(deps): update jest to v29.7.0 (#7651)Updates
@vkontakte/eslint-plugin
from 1.1.1 to 1.2.0Release notes
Sourced from
@vkontakte/eslint-plugin
's releases.Commits
adbf923
v1.2.026acf4d
fix: checkExpression node maybe undefined (#49)6fccd13
chore(deps): bump@typescript-eslint/parser
from 5.59.9 to 5.62.0 (#41)67bf717
chore(deps-dev): bump eslint from 8.42.0 to 8.47.0 (#46)4863358
chore(deps): bump@babel/core
from 7.22.1 to 7.22.10 (#45)3473cfa
chore(deps-dev): bump typescript from 3.7.4 to 5.1.6 (#40)e3e5c8b
chore(deps-dev): bump@typescript-eslint/eslint-plugin
(#42)75ed660
feat: add no-computed-hit-css-modules (#47)e17a779
chore(deps): bump semver from 6.3.0 to 6.3.1 (#38)0e5b4af
chore(deps): bump word-wrap from 1.2.3 to 1.2.5 (#39)Updates
eslint
from 8.45.0 to 8.52.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
331cf62
8.52.07dc28ed
Build: changelog update for 8.52.06d1f0c2
chore: upgrade@eslint/js
@8
.52.0 (#17671)d63d4fe
chore: package.json update for@eslint/js
release476d58a
docs: Add note about invalid CLI flags when using flat config. (#17664)5de9637
fix: Ensure shared references in rule configs are separated (#17666)f30cefe
test: fix FlatESLint tests for caching (#17658)ef650cb
test: update tests for no-promise-executor-return (#17661)70648ee
feat: report-unused-disable-directive to report unused eslint-enable (#17611)dcfe573
fix: add preceding semicolon in suggestions ofno-object-constructor
(#17649)Updates
eslint-config-prettier
from 8.8.0 to 9.0.0Changelog
Sourced from eslint-config-prettier's changelog.
Commits
1982680
eslint-config-prettier v9.0.0f197969
Do not disable unicode-bom (#250)a8bc57e
Flat config: CLI, tests, docs (#261)baab944
eslint-config-prettier v8.10.0552483b
feat: max-statements-per-line (#263)aa1aa34
eslint-config-prettier v8.9.07d9ed21
Update everything (#260)2a2438e
feat: off vue/array-element-newline (#259)6b48bb2
Bump word-wrap from 1.2.3 to 1.2.4 (#258)311351b
Use matrix.os in check.yml (#251)Updates
eslint-plugin-import
from 2.27.5 to 2.29.0Release notes
Sourced from eslint-plugin-import's releases.
Changelog
Sourced from eslint-plugin-import's changelog.
Commits
6d34c88
Bump to 2.29.0ec6a8ea
[Refactor] usehasown
instead ofhas
78f50b8
[Deps] updatearray-includes
,array.prototype.findlastindex
, `array.proto...