Bump the dev-dependencies group with 9 updates#993
Merged
landongrindheim merged 3 commits intoJul 18, 2023
Conversation
Bumps the dev-dependencies group with 9 updates: | Package | Update | | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | 20.3.3 to 20.4.2 | | [@types/node-forge](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node-forge) | 1.3.2 to 1.3.3 | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | 5.60.1 to 5.62.0 | | [eslint](https://github.com/eslint/eslint) | 8.44.0 to 8.45.0 | | [eslint-plugin-github](https://github.com/github/eslint-plugin-github) | 4.8.0 to 4.9.2 | | [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | 27.2.2 to 27.2.3 | | [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) | 29.5.0 to 29.6.1 | | [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | 29.5.2 to 29.5.3 | | [prettier](https://github.com/prettier/prettier) | 2.8.8 to 3.0.0 | Updates `@types/node` from 20.3.3 to 20.4.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@types/node-forge` from 1.3.2 to 1.3.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node-forge) Updates `@typescript-eslint/parser` from 5.60.1 to 5.62.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/v5.62.0/packages/parser) Updates `eslint` from 8.44.0 to 8.45.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.44.0...v8.45.0) Updates `eslint-plugin-github` from 4.8.0 to 4.9.2 - [Release notes](https://github.com/github/eslint-plugin-github/releases) - [Commits](github/eslint-plugin-github@v4.8.0...v4.9.2) Updates `eslint-plugin-jest` from 27.2.2 to 27.2.3 - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](jest-community/eslint-plugin-jest@v27.2.2...v27.2.3) Updates `jest` from 29.5.0 to 29.6.1 - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v29.6.1/packages/jest) Updates `@types/jest` from 29.5.2 to 29.5.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) Updates `prettier` from 2.8.8 to 3.0.0 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@2.8.8...3.0.0) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: "@types/node-forge" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: eslint-plugin-github dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: jest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: "@types/jest" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
4cb201d to
7e1f978
Compare
This fixes this error running the linter:
(dependabot/npm_and_yarn/dev-dependencies-9d329ea0df) $ npm run lint-check
> dependabot-updater-action@2.8.0 lint-check
> eslint **/*.ts
Oops! Something went wrong! :(
ESLint: 8.45.0
ESLint couldn't find the plugin "eslint-plugin-prettier".
(The package "eslint-plugin-prettier" was not found when loaded as a Node module from the directory "/workspaces/dependabot-action".)
It's likely that the plugin isn't installed correctly. Try reinstalling by running the following:
npm install eslint-plugin-prettier@latest --save-dev
The plugin "eslint-plugin-prettier" was referenced from the config file in ".eslintrc.json » plugin:github/recommended".
If you still can't figure out the problem, please stop by https://eslint.org/chat/help to chat with the team.
629720f to
c1b40f5
Compare
jakecoffman
approved these changes
Jul 18, 2023
Merged
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 dev-dependencies group with 9 updates:
Updates
@types/nodefrom 20.3.3 to 20.4.2Commits
Updates
@types/node-forgefrom 1.3.2 to 1.3.3Commits
Updates
@typescript-eslint/parserfrom 5.60.1 to 5.62.0Release notes
Sourced from
@typescript-eslint/parser's releases.Changelog
Sourced from
@typescript-eslint/parser's changelog.Commits
cba0d11chore: publish v5.62.02f46341chore: publish v5.61.0Updates
eslintfrom 8.44.0 to 8.45.0Release notes
Sourced from eslint's releases.
Changelog
Sourced from eslint's changelog.
Commits
536cc348.45.04c11517Build: changelog update for 8.45.068f63d7chore: package.json update for@eslint/jsrelease89f3225docs: add playground links to correct and incorrect code blocks (#17306)f8892b5docs: Expand rule option schema docs (#17198)8bcbf11docs: Config Migration Guide (#17230)bb30908docs: Update READMEb79b6fbfix: Fix suggestion message inno-useless-escape(#17339)84d243bdocs: Update README5ca9b4dchore: update eslint-config-eslint exports (#17336)Updates
eslint-plugin-githubfrom 4.8.0 to 4.9.2Release notes
Sourced from eslint-plugin-github's releases.
Commits
cd17c09Merge pull request #466 from github/kh-use-literal-prop-for-classc2ea115Use literal propdd3cba1Add failing test case0c0441fMerge pull request #463 from github/kh-use-prop-value8c5f809Merge branch 'main' into kh-use-prop-value125ac51Merge pull request #464 from github/fix-a11y-no-title-attributeee9e16dlint29ead03add testb05b0cbDo not look up as prop7036141Add logic to check for presence of attributeUpdates
eslint-plugin-jestfrom 27.2.2 to 27.2.3Release notes
Sourced from eslint-plugin-jest's releases.
Changelog
Sourced from eslint-plugin-jest's changelog.
Commits
4b35486chore(release): 27.2.3 [skip ci]04b2bf2fix: allow@typescript-eslint/eslint-pluginv6 as peer dep (#1400)a1131ffchore(deps): update yarn to v3.6.1 (#1392)6034de3chore(deps): lock file maintenance6340c2fchore(deps): lock file maintenance7daaf89chore(deps): lock file maintenancec29a775chore: upgrade@tsconfig/node14(#1388)9240ecfchore(deps): lock file maintenance59e213achore: refer directly to index.js fileb161c26chore: remove test files from published tarballUpdates
jestfrom 29.5.0 to 29.6.1Release notes
Sourced from jest's releases.
... (truncated)
Changelog
Sourced from jest's changelog.
Commits
1f019afv29.6.1c1e5b8av29.6.06ffa48dchore: upgrade TypeScript to v5 (#14155)a95eeb6chore: update tsd runner (#14020)Updates
@types/jestfrom 29.5.2 to 29.5.3Commits
Updates
prettierfrom 2.8.8 to 3.0.0Release notes
Sourced from prettier's releases.
... (truncated)
Changelog
Sourced from prettier's changelog.
Commits
186e096Release 3.0.044979b0Remove test step from release script (#15011)e12afe8Regenerate yarn.lock file (#15010)db31fd6Regenerate yarn.lock file for website (#15009)1a0d9edchore(deps): update dependency cosmiconfig to v8.2.0 (#14901)25fa483chore(deps): update dependency typescript to v5.1.5 (#14896)d075965chore(deps): update dependency webpack to v5.88.1 (#14994)d97f78dchore(deps): update dependency webpack to v5.88.1 (#14995)f1ef433chore(deps): update dependency flow-parser to v0.211.0 (#15002)61804e2chore(deps): update dependency espree to v9.6.0 (#15000)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