Bump the dev-dependencies group with 6 updates#1022
Merged
landongrindheim merged 1 commit intoAug 18, 2023
Conversation
Member
|
@dependabot recreate |
0d5c680 to
7fd7aec
Compare
Member
|
@dependabot recreate |
Bumps the dev-dependencies group with 6 updates: | Package | Update | | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | 20.4.2 to 20.5.0 | | [@types/node-forge](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node-forge) | 1.3.3 to 1.3.4 | | [eslint](https://github.com/eslint/eslint) | 8.45.0 to 8.47.0 | | [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript) | 3.5.5 to 3.6.0 | | [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) | 29.6.1 to 29.6.2 | | [prettier](https://github.com/prettier/prettier) | 3.0.0 to 3.0.1 | Updates `@types/node` from 20.4.2 to 20.5.0 - [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.3 to 1.3.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node-forge) Updates `eslint` from 8.45.0 to 8.47.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.47.0) Updates `eslint-import-resolver-typescript` from 3.5.5 to 3.6.0 - [Release notes](https://github.com/import-js/eslint-import-resolver-typescript/releases) - [Changelog](https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md) - [Commits](import-js/eslint-import-resolver-typescript@v3.5.5...v3.6.0) Updates `jest` from 29.6.1 to 29.6.2 - [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.2/packages/jest) Updates `prettier` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.0.0...3.0.1) --- 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: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: eslint-import-resolver-typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: 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-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
7fd7aec to
8bc0473
Compare
jakecoffman
approved these changes
Aug 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 6 updates:
Updates
@types/nodefrom 20.4.2 to 20.5.0Commits
Updates
@types/node-forgefrom 1.3.3 to 1.3.4Commits
Updates
eslintfrom 8.45.0 to 8.47.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
98b155f8.47.0928ceccBuild: changelog update for 8.47.0bf69aa6chore: Update dependencies (#17456)0e45760chore: package.json update for@eslint/jsrelease631648efix: do not report on shadowed constructors inno-new-wrappers(#17447)757bfe1chore: Remove add-to-triage (#17450)b066640chore: standardize npm script names (#17431)a766a48docs: document lack of config file names (#17442)a1635d6docs: Update README6b2410fchore: Update add-to-triage.yml (#17444)Updates
eslint-import-resolver-typescriptfrom 3.5.5 to 3.6.0Release notes
Sourced from eslint-import-resolver-typescript's releases.
Changelog
Sourced from eslint-import-resolver-typescript's changelog.
Commits
4ee1f1fchore: release eslint-import-resolver-typescript (#236)b5ea367refactor: dropglobbyandsynckit(#235)71b23a2chore(deps): update dependency typescript to ^5.0.4 (#221)a2f38bdchore(deps): update dependency prettier to ^2.8.7 (#222)Updates
jestfrom 29.6.1 to 29.6.2Release notes
Sourced from jest's releases.
Changelog
Sourced from jest's changelog.
Commits
0fd5b1cv29.6.2Updates
prettierfrom 3.0.0 to 3.0.1Release notes
Sourced from prettier's releases.
Changelog
Sourced from prettier's changelog.
... (truncated)
Commits
afee0dbRelease 3.0.1c3d53dcFixrunYarnfunction in release script (#15200)825425cchore(deps): update dependency eslint-plugin-import to v2.28.0 (#15184)448217dchore(deps): update dependency eslint to v8.46.0 (#15182)f35e9e6chore(deps): update dependency@angular/compilerto v16.1.7 (#15173)d14e893chore(deps): update dependency c8 to v8.0.1 (#15174)c44d4b7chore(deps): update dependency eslint-plugin-react to v7.33.1 (#15176)57e8c87chore(deps): update dependency esbuild to v0.18.17 (#15175)36c3738chore(deps): update dependency eslint-plugin-unicorn to v48.0.1 (#15177)2d274dfchore(deps): update dependency flow-parser to v0.213.1 (#15178)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> dependencywill 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> dependencywill 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