This repository was archived by the owner on Mar 26, 2024. It is now read-only.
Bump the npm-development group with 6 updates#6
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
Conversation
Bumps the npm-development group with 6 updates: | Package | From | To | | --- | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.11.19` | `20.11.28` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.0.0` | `7.2.0` | | [eslint](https://github.com/eslint/eslint) | `8.56.0` | `8.57.0` | | [eslint-plugin-github](https://github.com/github/eslint-plugin-github) | `4.10.1` | `4.10.2` | | [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) | `2.13.0` | `2.14.0` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.3.3` | `5.4.2` | Updates `@types/node` from 20.11.19 to 20.11.28 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@typescript-eslint/eslint-plugin` from 7.0.0 to 7.2.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/v7.2.0/packages/eslint-plugin) Updates `eslint` from 8.56.0 to 8.57.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.56.0...v8.57.0) Updates `eslint-plugin-github` from 4.10.1 to 4.10.2 - [Release notes](https://github.com/github/eslint-plugin-github/releases) - [Commits](github/eslint-plugin-github@v4.10.1...v4.10.2) Updates `eslint-plugin-jsonc` from 2.13.0 to 2.14.0 - [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md) - [Commits](ota-meshi/eslint-plugin-jsonc@v2.13.0...v2.14.0) Updates `typescript` from 5.3.3 to 5.4.2 - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.3.3...v5.4.2) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: eslint-plugin-github dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: eslint-plugin-jsonc dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development ... Signed-off-by: dependabot[bot] <support@github.com>
Author
|
Superseded by #7. |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 npm-development group with 6 updates:
20.11.1920.11.287.0.07.2.08.56.08.57.04.10.14.10.22.13.02.14.05.3.35.4.2Updates
@types/nodefrom 20.11.19 to 20.11.28Commits
Updates
@typescript-eslint/eslint-pluginfrom 7.0.0 to 7.2.0Release notes
Sourced from
@typescript-eslint/eslint-plugin's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin's changelog.... (truncated)
Commits
95cf139chore(release): publish 7.2.0c0e3267fix(eslint-plugin): [prefer-find] support ternary branches in prefer-find (#8...25e6518fix(eslint-plugin): [no-unnecessary-condition] handle union array and tuple t...ef0e5ccfix(eslint-plugin): [no-useless-template-literals] detect TemplateLiteral (#8...5292399fix(eslint-plugin): [no-var-requires, no-require-imports] support template li...c06ce1afix(eslint-plugin): [member-ordering] report alphabetical sorting for all gro...32d8a8ffeat(eslint-plugin): [prefer-string-starts-ends-with] add allowSingleElementE...4c8b06dfix(eslint-plugin): expose *-type-checked-only configs for extension (#8600)49d79a6docs: alphabetize consistent-type-imports options for consistent type imports...21375f6chore: enable no-non-null-assertion internally, excluding tests (#8019)Updates
eslintfrom 8.56.0 to 8.57.0Release notes
Sourced from eslint's releases.
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
abea3b68.57.01cd3f8cBuild: changelog update for 8.57.01813aecchore: upgrade@eslint/js@8.57.0 (#18143)5c356bbchore: package.json update for@eslint/jsrelease84922d0docs: Show prerelease version in dropdown (#18139)1120b9bfeat: Add loadESLint() API method for v8 (#18098)5b8c363docs: Switch to Ethical Ads (#18117)2196d97fix: handle absolute file paths inFlatRuleTester(#18064)f4a1fe2test: add more tests for ignoring files and directories (#18068)69dd1d1fix: Ensure config keys are printed for config errors (#18067)Updates
eslint-plugin-githubfrom 4.10.1 to 4.10.2Release notes
Sourced from eslint-plugin-github's releases.
Commits
30f5d80fixa11y-svg-has-accessible-nameconsidering whitespace JSXText (#508)adea305Merge pull request #509 from github/dependabot/npm_and_yarn/all-dependencies-...c5b471cchore(deps): bump the all-dependencies group with 3 updatesca036c9Merge pull request #507 from github/dependabot/npm_and_yarn/all-dependencies-...7e602ebchore(deps): bump the all-dependencies group with 5 updates2a7beb4Merge pull request #503 from cefn/patch-18abd830closing fenced841784closing bracketea48f83Merge pull request #504 from github/dependabot/npm_and_yarn/all-dependencies-...fceda41chore(deps): bump the all-dependencies group with 3 updatesUpdates
eslint-plugin-jsoncfrom 2.13.0 to 2.14.0Release notes
Sourced from eslint-plugin-jsonc's releases.
Changelog
Sourced from eslint-plugin-jsonc's changelog.
Commits
cd813c2chore: release eslint-plugin-jsonc (#312)451db46Add support for flat config (#311)531fddbchore(deps): update dependency esbuild to ^0.20.0Updates
typescriptfrom 5.3.3 to 5.4.2Release notes
Sourced from typescript's releases.
Commits
42bb138Bump version to 5.4.2 and LKG992c705Add release pipeline to release-5.4 (#57513)db6b2a9Bump version to 5.4.1-rc and LKGbd4f51cUpdate LKG8a1f79dMerge remote-tracking branch 'origin/main' into release-5.4d04e348Improve apparent type of mapped types (#57122)86a1663Update package-lock.jsonfeb57c2Instantiate earlier inferred constraints in conditional types (#57362)91e67fffix(57392): using is not suggested as a keyword (#57394)29c0024Avoid creating rest elements witherrorTypewhenanyis spread (#57116)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