Bump the dev-dependencies group with 7 updates#980
Merged
landongrindheim merged 1 commit intoJul 6, 2023
Conversation
Bumps the dev-dependencies group with 7 updates: | Package | Update | | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | 20.3.0 to 20.3.3 | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | 5.59.11 to 5.60.1 | | [eslint](https://github.com/eslint/eslint) | 8.42.0 to 8.44.0 | | [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | 27.2.1 to 27.2.2 | | [lint-staged](https://github.com/okonet/lint-staged) | 13.2.2 to 13.2.3 | | [ts-jest](https://github.com/kulshekhar/ts-jest) | 29.1.0 to 29.1.1 | | [typescript](https://github.com/Microsoft/TypeScript) | 5.1.3 to 5.1.6 | Updates `@types/node` from 20.3.0 to 20.3.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@typescript-eslint/parser` from 5.59.11 to 5.60.1 - [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.60.1/packages/parser) Updates `eslint` from 8.42.0 to 8.44.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.42.0...v8.44.0) Updates `eslint-plugin-jest` from 27.2.1 to 27.2.2 - [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.1...v27.2.2) Updates `lint-staged` from 13.2.2 to 13.2.3 - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](lint-staged/lint-staged@v13.2.2...v13.2.3) Updates `ts-jest` from 29.1.0 to 29.1.1 - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](kulshekhar/ts-jest@v29.1.0...v29.1.1) Updates `typescript` from 5.1.3 to 5.1.6 - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: "@types/node" 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-jest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: ts-jest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
bdragon
approved these changes
Jul 6, 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 7 updates:
Updates
@types/nodefrom 20.3.0 to 20.3.3Commits
Updates
@typescript-eslint/parserfrom 5.59.11 to 5.60.1Release notes
Sourced from
@typescript-eslint/parser's releases.Changelog
Sourced from
@typescript-eslint/parser's changelog.Commits
f74862cchore: publish v5.60.1cc33804docs: reorganise release/version docs (#7033)c09b1c0chore: publish v5.60.0Updates
eslintfrom 8.42.0 to 8.44.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
8c1ec658.44.0849933bBuild: changelog update for 8.44.049e46edchore: upgrade@eslint/js@8.44.0 (#17329)a1cb642chore: package.json update for@eslint/jsrelease1766771feat: addes2023andes2024environments (#17328)4c50400feat: addecmaVersion: 2024, regexpvflag parsing (#17324)4d411e4feat: add ternaryOperandBinaryExpressions option to no-extra-parens rule (#17...840a264test: More test cases for no-case-declarations (#17315)e6e74f9chore: package.json update for eslint-config-eslint releaseeb3d794chore: upgrade semver@7.5.3 (#17323)Updates
eslint-plugin-jestfrom 27.2.1 to 27.2.2Release notes
Sourced from eslint-plugin-jest's releases.
Changelog
Sourced from eslint-plugin-jest's changelog.
Commits
984e894chore(release): 27.2.2 [skip ci]34c3d32fix: add missing (optional) peer dependency on Jest (#1384)7ae4621chore: enable npm provenance (#1383)ad676dcdocs(no-large-snapshots): mention--ext snap(#1373)197e986chore(deps): lock file maintenance8607082chore(deps): lock file maintenance68184bfchore(deps): update yarn to v3.6.0 (#1379)48a6de4chore(deps): lock file maintenance7a24869chore(deps): update ariperkkio/eslint-remote-tester-run-action action to v4 (...698d407chore(deps): lock file maintenanceUpdates
lint-stagedfrom 13.2.2 to 13.2.3Release notes
Sourced from lint-staged's releases.
Commits
66a716dfix: the--diffoption implies--no-stashUpdates
ts-jestfrom 29.1.0 to 29.1.1Release notes
Sourced from ts-jest's releases.
Changelog
Sourced from ts-jest's changelog.
Commits
9670787chore(release): 29.1.1 (#4173)8c51d32build(deps): Update actions/checkout digest to c85c95e (#4172)0f82024build(deps): bump semver from 7.3.7 to 7.5.2 in /examples/react-app (#4170)431dca6build(deps): bump semver from 7.5.1 to 7.5.2 (#4169)f4f7daebuild(deps): Update@typespackages (#4164)5e551acbuild(deps): Update dependency@formatjs/ts-transformerto ^3.13.3 (#4165)2925d0ebuild(deps): Update dependency@formatjs/ts-transformerto ^3.13.2 (#4160)71c7786build(deps): Update@typespackages to ^5.59.9 (#4159)099102ebuild(deps): Update dependency typescript to ~5.1.3 (#4157)6e5a294build(deps): Update dependency eslint to ^8.42.0 (#4158)Updates
typescriptfrom 5.1.3 to 5.1.6Release notes
Sourced from typescript's releases.
Commits
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