generated from JS-DevTools/template-node-typescript
-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps-dev): bump the lint group across 1 directory with 10 updates #211
Merged
Conversation
This file contains 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
Bumps the lint group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.14.10` | `22.1.0` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.15.0` | `8.0.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.15.0` | `8.0.0` | | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `48.5.2` | `48.11.0` | | [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | `17.9.0` | `17.10.1` | | [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) | `6.4.0` | `7.0.0` | | [eslint-plugin-sonarjs](https://github.com/SonarSource/eslint-plugin-sonarjs) | `1.0.3` | `1.0.4` | | [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) | `54.0.0` | `55.0.0` | | [prettier](https://github.com/prettier/prettier) | `3.3.2` | `3.3.3` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.5.3` | `5.5.4` | Updates `@types/node` from 20.14.10 to 22.1.0 - [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.15.0 to 8.0.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.0.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 7.15.0 to 8.0.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.0.0/packages/parser) Updates `eslint-plugin-jsdoc` from 48.5.2 to 48.11.0 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc) - [Commits](gajus/eslint-plugin-jsdoc@v48.5.2...v48.11.0) Updates `eslint-plugin-n` from 17.9.0 to 17.10.1 - [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md) - [Commits](eslint-community/eslint-plugin-n@v17.9.0...v17.10.1) Updates `eslint-plugin-promise` from 6.4.0 to 7.0.0 - [Release notes](https://github.com/eslint-community/eslint-plugin-promise/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-promise/blob/main/CHANGELOG.md) - [Commits](eslint-community/eslint-plugin-promise@v6.4.0...v7.0.0) Updates `eslint-plugin-sonarjs` from 1.0.3 to 1.0.4 - [Release notes](https://github.com/SonarSource/eslint-plugin-sonarjs/releases) - [Commits](SonarSource/eslint-plugin-sonarjs@1.0.3...1.0.4) Updates `eslint-plugin-unicorn` from 54.0.0 to 55.0.0 - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](sindresorhus/eslint-plugin-unicorn@v54.0.0...v55.0.0) Updates `prettier` from 3.3.2 to 3.3.3 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.3.2...3.3.3) Updates `typescript` from 5.5.3 to 5.5.4 - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.5.3...v5.5.4) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-major dependency-group: lint - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-major dependency-group: lint - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-major dependency-group: lint - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: eslint-plugin-n dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: eslint-plugin-promise dependency-type: direct:development update-type: version-update:semver-major dependency-group: lint - dependency-name: eslint-plugin-sonarjs dependency-type: direct:development update-type: version-update:semver-patch dependency-group: lint - dependency-name: eslint-plugin-unicorn dependency-type: direct:development update-type: version-update:semver-major dependency-group: lint - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: lint - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch dependency-group: lint ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
labels
Aug 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
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 lint group with 10 updates in the / directory:
20.14.10
22.1.0
7.15.0
8.0.0
7.15.0
8.0.0
48.5.2
48.11.0
17.9.0
17.10.1
6.4.0
7.0.0
1.0.3
1.0.4
54.0.0
55.0.0
3.3.2
3.3.3
5.5.3
5.5.4
Updates
@types/node
from 20.14.10 to 22.1.0Commits
Updates
@typescript-eslint/eslint-plugin
from 7.15.0 to 8.0.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
1db993a
chore(release): publish 8.0.0ce09260
docs(eslint-plugin): [no-unnecessary-type-parameters] add admonition about ru...b8274d3
fix(rule-tester): provide Linter a cwd in its constructor (#9678)1b0468e
Merge branch 'main'838dd0c
chore: use parserOptions.projectService internally (#9659)35cf3d2
chore(release): publish 7.18.046a5709
docs: link no-duplicate-type-constituents and no-redundant-type-constituents ...9eec790
fix(eslint-plugin): [strict-boolean-expressions] support branded booleans (#9...9927a29
docs: add ast-spec, type-utils docs with docusaurus-plugin-typedoc (#9293)6cebdf6
feat(eslint-plugin): [no-unnecessary-type-parameters] promote to strict (#9662)Updates
@typescript-eslint/parser
from 7.15.0 to 8.0.0Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.... (truncated)
Commits
1db993a
chore(release): publish 8.0.01b0468e
Merge branch 'main'35cf3d2
chore(release): publish 7.18.0f3dfc0a
Merge branch 'main' into v805c9cb8
chore(release): publish 7.17.0ae980e3
Merge branch 'main'58be99f
chore: enable prefer-object-spread (#9541)c365664
Merge branch 'main'd1d0ba5
chore(release): publish 7.16.16bd4211
Merge branch 'main'Updates
eslint-plugin-jsdoc
from 48.5.2 to 48.11.0Release notes
Sourced from eslint-plugin-jsdoc's releases.
... (truncated)
Commits
116b3e8
feat(require-template
): check callback/function tag block content058018b
feat(check-template-names
): check callback/function tag blocks12fca71
fix(check-template-names
): check for param and returns tags; fixes #128631e0a35
fix: add espree as dependency; fixes #128431d3255
feat(require-template
,check-template-names
): add supportClassDeclaration
28bc1cb
feat(require-template
,check-template-names
): add support `FunctionDeclar...320a1eb
feat(require-template
,check-template-names
): add support `TSInterfaceDec...87a1270
fix(getJsdocProcessorPlugin
): ensure package.json file is consistently located2fbd47c
fix(examples processor): ensure config can be loaded with pluginsdf43df9
docs: mention in rule message current alternative tocheck-examples
ruleUpdates
eslint-plugin-n
from 17.9.0 to 17.10.1Release notes
Sourced from eslint-plugin-n's releases.
Changelog
Sourced from eslint-plugin-n's changelog.
Commits
6744257
chore(master): release 17.10.1 (#319)3bee0d9
fix: Revert ts version (5.5 -> 5.4) (#317)5aad5f1
chore(master): release 17.10.0 (#305)73e2bed
feat(no-unsupported): Support node 22.3.0 and 20.16.0 (#315)2539c9d
feat: Update to node v22.5.0 (#312)f7a74eb
feat: Update to node v22.4.0 (#310)c092cd8
docs: fix spacings in the example (#306)8f6f11d
chore: upgrade compatible depsdbdfa8e
docs: add clarifications to readmeUpdates
eslint-plugin-promise
from 6.4.0 to 7.0.0Release notes
Sourced from eslint-plugin-promise's releases.
Commits
09d0650
feat!: Update node versions to align with eslint v9 (#505)be62420
Revert "chore!: Update node versions to align with eslint v9" (#504)8a981d2
chore!: Update node versions to align with eslint v9 (#484)84334f4
chore(deps): bump actions/setup-node from 3 to 4 (#499)aea6d94
chore(deps): bump actions/checkout from 3 to 4 (#500)9d0e447
docs: recommendutil.promisify
instead of pify andutil.callbackify
over ...fa482cc
feat: addstrict
option to disallowthen
orcatch
followingawait
or ...f368c5a
fix(always-return
): treat process.exit() or process.abort() as an acceptabl...36d13f5
docs: add forprefer-await-to-callbacks
; fixes #118 (#491)c011a1a
fix: removename
from eslintrc config; fixes #489 (#490)Updates
eslint-plugin-sonarjs
from 1.0.3 to 1.0.4Release notes
Sourced from eslint-plugin-sonarjs's releases.
Commits
ebe523b
Bump version (#477)fc57b80
Update README.md (#474)Updates
eslint-plugin-unicorn
from 54.0.0 to 55.0.0Release notes
Sourced from eslint-plugin-unicorn's releases.
Commits
4db75c4
55.0.0f3ca6a0
Switchrun-rules-on-codebase
script to use ESLint CLI directly (#2402)cb7abc5
Getglobals
directly fromglobals
package (#2395)3c33820
Addno-length-as-slice-end
rule (#2400)1deb9bb
prefer-node-protocol
: Fix docs (#2392)68e0f13
Add TypeScript types (#2382)8d28b6e
no-single-promise-in-promise-methods
: Remove broken autofix for `Promise.al...a45b24a
prefer-node-protocol
: Ignore Bun modules (#2384)37e00dd
no-negation-in-equality-check
: Ignore boolean type casting (#2379)Updates
prettier
from 3.3.2 to 3.3.3Release notes
Sourced from prettier's releases.
Changelog
Sourced from prettier's changelog.
... (truncated)
Commits
5282938
Release 3.3.39102b73
Add parentheses for decorator expressions (#16458)6bbd461
chore(deps): update eslint related dependencies (#16478)04b560f
chore(deps): update dependency browserslist to v4.23.2 (#16475)614f070
chore(deps): update typescript-eslint to v8.0.0-alpha.41 (#16477)d59a15d
chore(deps): update dependency npm-run-all2 to v6.2.2 (#16476)5ca2fc9
Support Angular@let
declaration syntax (#16474)bfcfdcc
chore(deps): update babel to v7.24.8 (#16472)977c161
chore(deps): update dependency acorn to v8.12.1 (#16464)550606e
chore(deps): update babel to v7.24.8 (#16470)Updates
typescript
from 5.5.3 to 5.5.4Release notes
Sourced from typescript's releases.
Commits
c8a7d58
Bump version to 5.5.4 and LKGc0ded04
🤖 Pick PR #58771 (Allow references to the global Symb...) into release-5.5 (#...5ba41e2
🤖 Pick PR #59208 (Write non-missing undefined on mapp...) into release-5.5 (#...b075332
🤖 Pick PR #59337 (Allow declarationMap to be emitted ...) into release-5.5 (#...9dd6f91
Cherry-pick "Stop using latest Node in CI" to release-5.5 (#59348)bf0ddaf
🤖 Pick PR #59070 (Delay the calculation of common sou...) into release-5.5 (#...a44e2d9
🤖 Pick PR #59160 (Fixed crash on authored import type...) into release-5.5 (#...f35206d
🤖 Pick PR #59325 (Don't skip markLinkedReferences on ...) into release-5.5 (#...1109550
Fix baselines on release-5.5 (#59330)8794318
🤖 Pick PR #59215 (Fix codefix crash on circular alias...) into release-5.5 (#...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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will 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 version
will 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