deps(dev): bump the dev-patch-minor-dependencies group across 1 directory with 6 updates#3793
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
cb2825e to
219151d
Compare
219151d to
9248d25
Compare
9248d25 to
ef5fe96
Compare
ef5fe96 to
a3f10e7
Compare
…tory with 6 updates Bumps the dev-patch-minor-dependencies 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) | `8.59.2` | `8.63.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.59.2` | `8.63.0` | | [eslint-config-oclif](https://github.com/oclif/eslint-config-oclif) | `6.0.164` | `6.0.175` | | [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript) | `4.4.4` | `4.4.5` | | [nock](https://github.com/nock/nock) | `14.0.15` | `14.0.16` | | [oclif](https://github.com/oclif/oclif) | `4.23.0` | `4.23.27` | Updates `@typescript-eslint/eslint-plugin` from 8.59.2 to 8.63.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.63.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.59.2 to 8.63.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.63.0/packages/parser) Updates `eslint-config-oclif` from 6.0.164 to 6.0.175 - [Release notes](https://github.com/oclif/eslint-config-oclif/releases) - [Changelog](https://github.com/oclif/eslint-config-oclif/blob/main/CHANGELOG.md) - [Commits](oclif/eslint-config-oclif@6.0.164...6.0.175) Updates `eslint-import-resolver-typescript` from 4.4.4 to 4.4.5 - [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@v4.4.4...v4.4.5) Updates `nock` from 14.0.15 to 14.0.16 - [Release notes](https://github.com/nock/nock/releases) - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md) - [Commits](nock/nock@v14.0.15...v14.0.16) Updates `oclif` from 4.23.0 to 4.23.27 - [Release notes](https://github.com/oclif/oclif/releases) - [Changelog](https://github.com/oclif/oclif/blob/main/CHANGELOG.md) - [Commits](oclif/oclif@4.23.0...4.23.27) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.62.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-patch-minor-dependencies - dependency-name: "@typescript-eslint/parser" dependency-version: 8.62.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-patch-minor-dependencies - dependency-name: eslint-config-oclif dependency-version: 6.0.174 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-patch-minor-dependencies - dependency-name: eslint-import-resolver-typescript dependency-version: 4.4.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-patch-minor-dependencies - dependency-name: nock dependency-version: 14.0.16 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-patch-minor-dependencies - dependency-name: oclif dependency-version: 4.23.23 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-patch-minor-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
a3f10e7 to
2dd2d34
Compare
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-patch-minor-dependencies group with 6 updates in the / directory:
8.59.28.63.08.59.28.63.06.0.1646.0.1754.4.44.4.514.0.1514.0.164.23.04.23.27Updates
@typescript-eslint/eslint-pluginfrom 8.59.2 to 8.63.0Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
... (truncated)
Commits
290cf6cchore(release): publish 8.63.08d8fda6feat(eslint-plugin): [no-misused-promises] detect async usage of a sync dispo...fec4f4ffix(eslint-plugin): [no-base-to-string] don't flag a shadowed String() call (...fb3da79fix(eslint-plugin): [no-unnecessary-type-assertion] handle optional-chained c...dd02057docs: [no-base-to-string] clarify ignoredTypeNames description (#12488)5b224e7docs: [ban-ts-comment] clarify that@ts-expect-erroris allowed by default ...a9a9d43docs: [restrict-template-expressions] clarifyallowArrayoption behavior (#...091fe82fix(eslint-plugin): [method-signature-style] suggest converting readonly func...d5502f9docs: clarify consistent-type-imports guidance for verbatimModuleSyntax (#12194)61a9dbachore(eslint-plugin): switch auto-generated test cases to hand-written in pre...Updates
@typescript-eslint/parserfrom 8.59.2 to 8.63.0Release notes
Sourced from @typescript-eslint/parser's releases.
... (truncated)
Changelog
Sourced from @typescript-eslint/parser's changelog.
... (truncated)
Commits
290cf6cchore(release): publish 8.63.03ea32f4chore(release): publish 8.62.154e2857chore(release): publish 8.62.081e4c26feat: remove redundant package.json "files" (#12444)aaad718chore(release): publish 8.61.116a5b24chore(release): publish 8.61.04f84a69chore(release): publish 8.60.11849b53chore: typecheck using tsgo (#12139)f891c29chore(release): publish 8.60.0ca6ca14chore(release): publish 8.59.4Updates
eslint-config-ocliffrom 6.0.164 to 6.0.175Release notes
Sourced from eslint-config-oclif's releases.
... (truncated)
Changelog
Sourced from eslint-config-oclif's changelog.
... (truncated)
Commits
407c071chore(release): 6.0.175 [skip ci]fc87bedMerge pull request #367 from oclif/dependabot-npm_and_yarn-typescript-eslint-...818d56ffix(deps): bump typescript-eslint from 8.62.0 to 8.62.16d74aefchore(release): 6.0.174 [skip ci]dfd18baMerge pull request #365 from oclif/dependabot-npm_and_yarn-typescript-eslint-...3ba95e4fix(deps): bump typescript-eslint from 8.61.1 to 8.62.03fe074achore(release): 6.0.173 [skip ci]e5cd408Merge pull request #363 from oclif/dependabot-npm_and_yarn-js-yaml-4.2.0c090823fix(deps): bump js-yaml from 4.1.1 to 4.2.0392dc9cchore(release): 6.0.172 [skip ci]Updates
eslint-import-resolver-typescriptfrom 4.4.4 to 4.4.5Release notes
Sourced from eslint-import-resolver-typescript's releases.
Changelog
Sourced from eslint-import-resolver-typescript's changelog.
Commits
724c47dchore: release eslint-import-resolver-typescript (#480)32c61abfix: check tsconfig matching before using resolver (#473)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for eslint-import-resolver-typescript since your current version.
Updates
nockfrom 14.0.15 to 14.0.16Release notes
Sourced from nock's releases.
Commits
2d68e8afix: guard against AbortSignal-aborted requests in response handler (#2977)Updates
ocliffrom 4.23.0 to 4.23.27Release notes
Sourced from oclif's releases.
... (truncated)
Changelog
Sourced from oclif's changelog.
... (truncated)
Commits
73c1428chore(release): 4.23.27 [skip ci]39f2e6cMerge pull request #2066 from oclif/dependabot-npm_and_yarn-aws-sdk-client-s3...0404a5cfix(deps): bump@aws-sdk/client-s3from 3.1073.0 to 3.1079.089e9e0dchore(release): 4.23.26 [skip ci]6cb9669Merge pull request #2067 from oclif/dependabot-npm_and_yarn-aws-sdk-client-cl...01aecadchore(release): 4.23.25 [skip ci]2b82c0cMerge pull request #2068 from oclif/dependabot-npm_and_yarn-oclif-plugin-help...ccb8e19Merge pull request #2069 from oclif/dependabot-npm_and_yarn-eslint-config-ocl...4999dc6chore(dev-deps): bump eslint-config-oclif from 6.0.173 to 6.0.17428d8b94fix(deps): bump@oclif/plugin-helpfrom 6.2.52 to 6.2.53