-
Notifications
You must be signed in to change notification settings - Fork 16
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
Bump the node group across 1 directory with 17 updates #251
Closed
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 node group with 17 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache) | `3.2.4` | `3.3.0` | | [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) | `1.10.1` | `1.11.1` | | [fp-ts](https://github.com/gcanti/fp-ts) | `2.16.5` | `2.16.9` | | [which](https://github.com/npm/node-which) | `4.0.0` | `5.0.0` | | [zod](https://github.com/colinhacks/zod) | `3.22.4` | `3.23.8` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.12.4` | `22.10.1` | | [@types/which](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/which) | `3.0.3` | `3.0.4` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.5.0` | `8.16.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.5.0` | `8.16.0` | | [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.16.0` | | [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.29.1` | `2.31.0` | | [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | `16.6.2` | `17.14.0` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.1.3` | `5.2.1` | | [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) | `6.1.1` | `7.2.1` | | [prettier](https://github.com/prettier/prettier) | `3.2.5` | `3.4.1` | | [tsup](https://github.com/egoist/tsup) | `8.0.2` | `8.3.5` | | [typescript](https://github.com/microsoft/TypeScript) | `5.4.4` | `5.7.2` | Updates `@actions/cache` from 3.2.4 to 3.3.0 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/cache/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/cache) Updates `@actions/core` from 1.10.1 to 1.11.1 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) Updates `fp-ts` from 2.16.5 to 2.16.9 - [Release notes](https://github.com/gcanti/fp-ts/releases) - [Changelog](https://github.com/gcanti/fp-ts/blob/master/CHANGELOG.md) - [Commits](https://github.com/gcanti/fp-ts/commits) Updates `which` from 4.0.0 to 5.0.0 - [Release notes](https://github.com/npm/node-which/releases) - [Changelog](https://github.com/npm/node-which/blob/main/CHANGELOG.md) - [Commits](npm/node-which@v4.0.0...v5.0.0) Updates `zod` from 3.22.4 to 3.23.8 - [Release notes](https://github.com/colinhacks/zod/releases) - [Changelog](https://github.com/colinhacks/zod/blob/main/CHANGELOG.md) - [Commits](colinhacks/zod@v3.22.4...v3.23.8) Updates `@types/node` from 20.12.4 to 22.10.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@types/which` from 3.0.3 to 3.0.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/which) Updates `@typescript-eslint/eslint-plugin` from 7.5.0 to 8.16.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.16.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 7.5.0 to 8.16.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.16.0/packages/parser) Updates `eslint` from 8.57.0 to 9.16.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.57.0...v9.16.0) Updates `eslint-plugin-import` from 2.29.1 to 2.31.0 - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](import-js/eslint-plugin-import@v2.29.1...v2.31.0) Updates `eslint-plugin-n` from 16.6.2 to 17.14.0 - [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@16.6.2...v17.14.0) Updates `eslint-plugin-prettier` from 5.1.3 to 5.2.1 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md) - [Commits](prettier/eslint-plugin-prettier@v5.1.3...v5.2.1) Updates `eslint-plugin-promise` from 6.1.1 to 7.2.1 - [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.1.1...v7.2.1) Updates `prettier` from 3.2.5 to 3.4.1 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.2.5...3.4.1) Updates `tsup` from 8.0.2 to 8.3.5 - [Release notes](https://github.com/egoist/tsup/releases) - [Commits](egoist/tsup@v8.0.2...v8.3.5) Updates `typescript` from 5.4.4 to 5.7.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.4.4...v5.7.2) --- updated-dependencies: - dependency-name: "@actions/cache" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: node - dependency-name: "@actions/core" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: node - dependency-name: fp-ts dependency-type: direct:production update-type: version-update:semver-patch dependency-group: node - dependency-name: which dependency-type: direct:production update-type: version-update:semver-major dependency-group: node - dependency-name: zod dependency-type: direct:production update-type: version-update:semver-minor dependency-group: node - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-major dependency-group: node - dependency-name: "@types/which" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: node - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-major dependency-group: node - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-major dependency-group: node - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major dependency-group: node - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-minor dependency-group: node - dependency-name: eslint-plugin-n dependency-type: direct:development update-type: version-update:semver-major dependency-group: node - dependency-name: eslint-plugin-prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: node - dependency-name: eslint-plugin-promise dependency-type: direct:development update-type: version-update:semver-major dependency-group: node - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: node - dependency-name: tsup dependency-type: direct:development update-type: version-update:semver-minor dependency-group: node - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: node ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
labels
Dec 1, 2024
Superseded by #254. |
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
0 participants
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 node group with 17 updates in the / directory:
3.2.4
3.3.0
1.10.1
1.11.1
2.16.5
2.16.9
4.0.0
5.0.0
3.22.4
3.23.8
20.12.4
22.10.1
3.0.3
3.0.4
7.5.0
8.16.0
7.5.0
8.16.0
8.57.0
9.16.0
2.29.1
2.31.0
16.6.2
17.14.0
5.1.3
5.2.1
6.1.1
7.2.1
3.2.5
3.4.1
8.0.2
8.3.5
5.4.4
5.7.2
Updates
@actions/cache
from 3.2.4 to 3.3.0Changelog
Sourced from
@actions/cache
's changelog.Commits
Updates
@actions/core
from 1.10.1 to 1.11.1Changelog
Sourced from
@actions/core
's changelog.Commits
Updates
fp-ts
from 2.16.5 to 2.16.9Changelog
Sourced from fp-ts's changelog.
Commits
Updates
which
from 4.0.0 to 5.0.0Release notes
Sourced from which's releases.
Changelog
Sourced from which's changelog.
Commits
b8d11c7
chore: release 5.0.0 (#152)5d49ed0
chore: run template-oss-apply77aba08
fix!: align to npm 10 node engine range8a2d8e0
chore: bump@npmcli/eslint-config
from 4.0.5 to 5.0.01a07cd7
chore: postinstall for dependabot template-oss PR45f3aa8
chore: bump@npmcli/template-oss
from 4.23.1 to 4.23.326bb552
chore: postinstall for dependabot template-oss PRc184c01
chore: bump@npmcli/template-oss
from 4.22.0 to 4.23.1a0799ff
chore: postinstall for dependabot template-oss PRd4009b2
chore: bump@npmcli/template-oss
to 4.22.0Updates
zod
from 3.22.4 to 3.23.8Release notes
Sourced from zod's releases.
... (truncated)
Commits
ca42965
v3.23.8eda7df3
Change RefinementCtx to interface1968731
Tweak tiers (#3471)0f4d403
Add Bronze logos (#3470)f985b5b
3.23.72239ff3
Add social crowd969423
Fix #3437: extendShape erases JSDoc property documentation (#3463)29d2ea2
Add copper93b480b
v3.23.6ce3711e
add VSCode dev container support and documenationUpdates
@types/node
from 20.12.4 to 22.10.1Commits
Updates
@types/which
from 3.0.3 to 3.0.4Commits
Updates
@typescript-eslint/eslint-plugin
from 7.5.0 to 8.16.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
f74a8fa
chore(release): publish 8.16.02e2433b
feat(eslint-plugin): [no-base-to-string] check Array.prototype.join (#10287)88e4c66
docs(eslint-plugin): add missing>
inarray-type.mdx
(#10371)71243db
chore: correct lint errors in CI (#10370)cdbc669
feat(eslint-plugin): [max-params] add function overload and function type sup...cac88ca
chore: set no-else-return allowIfElse to false (#10325)2444351
chore(release): publish 8.15.06c27d08
chore: bump eslint dependencies (#10354)f5e23e2
fix(utils): add defaultOptions to meta in rule (#10339)12ce800
docs(eslint-plugin): [no-confusing-void-expression] add a default value for `...Updates
@typescript-eslint/parser
from 7.5.0 to 8.16.0Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.... (truncated)
Commits
f74a8fa
chore(release): publish 8.16.0fe6b47f
feat: support TypeScript 5.7 (#10372)2444351
chore(release): publish 8.15.0e022eb0
docs: update license file to explicitly use bsd-2 clause license (#10291)16fba0a
chore(release): publish 8.14.0ac1f632
chore(release): publish 8.13.04af866a
chore(release): publish 8.12.21edec1d
chore(release): publish 8.12.13413a2d
chore(release): publish 8.12.079c27a8
chore(release): publish 8.11.0Updates
eslint
from 8.57.0 to 9.16.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
cbf7db0
9.16.0715ba8b
Build: changelog update for 9.16.0feb703b
chore: upgrade to@eslint/js@9.16.0
(#19195)df9bf95
chore: package.json update for@eslint/js
release9eefc8f
docs: fix typos inuse-isnan
(#19190)0c8cea8
docs: switch the order of words inno-unreachable
(#19189)0c19417
docs: add missing backtick tono-async-promise-executor
(#19188)8df9276
docs: add backtick in-0
indescription
ofno-compare-neg-zero
(#19186)7e16e3f
docs: fixcaseSensitive
option's title ofsort-keys
(#19183)f831893
chore: add type forignoreComputedKeys
option ofsort-keys
(#19184)Updates
eslint-plugin-import
from 2.29.1 to 2.31.0Release notes
Sourced from eslint-plugin-import's releases.