build(deps-dev): bump the eslint-and-prettier group across 1 directory with 6 updates#178
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
…y with 6 updates Bumps the eslint-and-prettier group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `4.22.0` | `8.5.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `4.22.0` | `8.5.0` | | [eslint](https://github.com/eslint/eslint) | `7.24.0` | `9.10.0` | | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `8.2.0` | `9.1.0` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `3.4.0` | `5.2.1` | | [prettier](https://github.com/prettier/prettier) | `2.2.1` | `3.3.3` | Updates `@typescript-eslint/eslint-plugin` from 4.22.0 to 8.5.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.5.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 4.22.0 to 8.5.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/v8.5.0/packages/parser) Updates `eslint` from 7.24.0 to 9.10.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v7.24.0...v9.10.0) Updates `eslint-config-prettier` from 8.2.0 to 9.1.0 - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-config-prettier@v8.2.0...v9.1.0) Updates `eslint-plugin-prettier` from 3.4.0 to 5.2.1 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-plugin-prettier/commits/v5.2.1) Updates `prettier` from 2.2.1 to 3.3.3 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@2.2.1...3.3.3) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint-and-prettier - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint-and-prettier - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint-and-prettier - dependency-name: eslint-config-prettier dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint-and-prettier - dependency-name: eslint-plugin-prettier dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint-and-prettier - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint-and-prettier ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Superseded by #181. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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-and-prettier group with 6 updates in the / directory:
4.22.08.5.04.22.08.5.07.24.09.10.08.2.09.1.03.4.05.2.12.2.13.3.3Updates
@typescript-eslint/eslint-pluginfrom 4.22.0 to 8.5.0Release notes
Sourced from
@typescript-eslint/eslint-plugin's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin's changelog.... (truncated)
Commits
4d31ebechore(release): publish 8.5.0918bdf4fix(eslint-plugin): [consistent-type-assertions] access parser services lazil...4f6a97bfix(eslint-plugin): [no-unnecessary-type-parameters] fix AST quick path scope...dbcade8docs: [no-floating-promises] add MDN link regarding void operator (#9953)ead85a3fix(eslint-plugin): [no-misused-promises] handle static method (#9951)c49b91ffeat(eslint-plugin): [no-unsafe-argument] differentiate error types (#9920)04d1bd0docs: mark allowRuleToRunWithoutStrictNullChecksIKnowWhatIAmDoing options as ...cafed6dchore: enableunicorn/prefer-array-some(#9932)bee8c9dchore: enable unicorn/prefer-spread (#9834)fe2a16efix(eslint-plugin): [no-unnecessary-type-assertion] fix TSNonNullExpression f...Updates
@typescript-eslint/parserfrom 4.22.0 to 8.5.0Release notes
Sourced from
@typescript-eslint/parser's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser's changelog.... (truncated)
Commits
4d31ebechore(release): publish 8.5.04bc801echore: enable unicorn/no-array-reduce (#9640)3920c93chore(release): publish 8.4.02ad3404chore: enableunicorn/prefer-export-fromand `@typescript-eslint/consistent...ef2eab1chore(release): publish 8.3.09612d81chore: enable eslint-plugin-perfectionist on parser package (#9845)7440e14chore(release): publish 8.2.0382e87bchore: enableunicorn/prefer-node-protocol(#9742)243fb5fchore: enable prefer-template (#9544)3d78392chore(release): publish 8.1.0Updates
eslintfrom 7.24.0 to 9.10.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
6448f329.10.0afeb9b1Build: changelog update for 9.10.024c3ff7chore: upgrade to@eslint/js@9.10.0 (#18866)1ebdde1chore: package.json update for@eslint/jsrelease301b90dfeat: Add types (#18854)bee0e7adocs: update README (#18865)bcf0df5feat: limit namespace import identifier in id-length rule (#18849)45c18e1feat: addrequireFlagoption torequire-unicode-regexprule (#18836)5d80b59docs: specify thatruleIdcan benullin custom formatter docs (#18857)156b1c3docs: Update READMEUpdates
eslint-config-prettierfrom 8.2.0 to 9.1.0Changelog
Sourced from eslint-config-prettier's changelog.
Commits
40c7f3deslint-config-prettier v9.1.04110dffMerge pull request #271 from prettier/deprecated6d0bd92Update tests to handle newly deprecated rules4c876b9Move rules deprecated in ESLint 8.53.0 to the deprecated section24445c0Use specialRule constant7827196Group deprecated and removed rules by version48f804cRoll back to ESLint 8.52.0 for now16f03b8Update Prettierb06d618Update npm packages25fc427turn offunicorn/template-indent(#269)Updates
eslint-plugin-prettierfrom 3.4.0 to 5.2.1Release notes
Sourced from eslint-plugin-prettier's releases.
... (truncated)
Changelog
Sourced from eslint-plugin-prettier's changelog.
... (truncated)
Commits
Maintainer changes
This version was pushed to npm by jounqin, a new releaser for eslint-plugin-prettier since your current version.
Updates
prettierfrom 2.2.1 to 3.3.3Release notes
Sourced from prettier's releases.
... (truncated)
Changelog
Sourced from prettier's changelog.
... (truncated)
Commits
5282938Release 3.3.39102b73Add parentheses for decorator expressions (#16458)6bbd461chore(deps): update eslint related dependencies (#16478)04b560fchore(deps): update dependency browserslist to v4.23.2 (#16475)614f070chore(deps): update typescript-eslint to v8.0.0-alpha.41 (#16477)d59a15dchore(deps): update dependency npm-run-all2 to v6.2.2 (#16476)5ca2fc9Support Angular@letdeclaration syntax (#16474)bfcfdccchore(deps): update babel to v7.24.8 (#16472)977c161chore(deps): update dependency acorn to v8.12.1 (#16464)550606echore(deps): update babel to v7.24.8 (#16470)Maintainer changes
This version was pushed to npm by prettier-bot, a new releaser for prettier since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions