-
Notifications
You must be signed in to change notification settings - Fork 2
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 dev-deps group across 1 directory with 10 updates #397
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
…pdates Bumps the dev-deps group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) | `19.5.0` | `19.6.0` | | [@eslint/eslintrc](https://github.com/eslint/eslintrc) | `3.1.0` | `3.2.0` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.14.0` | `9.15.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.9.0` | `22.9.3` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.13.0` | `8.15.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.13.0` | `8.15.0` | | [@vidavidorra/commitlint-config](https://github.com/vidavidorra/commitlint-config) | `7.0.9` | `7.0.10` | | [eslint](https://github.com/eslint/eslint) | `9.14.0` | `9.15.0` | | [husky](https://github.com/typicode/husky) | `9.1.6` | `9.1.7` | | [typescript](https://github.com/microsoft/TypeScript) | `5.6.3` | `5.7.2` | Updates `@commitlint/cli` from 19.5.0 to 19.6.0 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.6.0/@commitlint/cli) Updates `@eslint/eslintrc` from 3.1.0 to 3.2.0 - [Release notes](https://github.com/eslint/eslintrc/releases) - [Changelog](https://github.com/eslint/eslintrc/blob/main/CHANGELOG.md) - [Commits](eslint/eslintrc@v3.1.0...v3.2.0) Updates `@eslint/js` from 9.14.0 to 9.15.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.15.0/packages/js) Updates `@types/node` from 22.9.0 to 22.9.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@typescript-eslint/eslint-plugin` from 8.13.0 to 8.15.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.15.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.13.0 to 8.15.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.15.0/packages/parser) Updates `@vidavidorra/commitlint-config` from 7.0.9 to 7.0.10 - [Release notes](https://github.com/vidavidorra/commitlint-config/releases) - [Changelog](https://github.com/vidavidorra/commitlint-config/blob/main/CHANGELOG.md) - [Commits](vidavidorra/commitlint-config@v7.0.9...v7.0.10) Updates `eslint` from 9.14.0 to 9.15.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.14.0...v9.15.0) Updates `husky` from 9.1.6 to 9.1.7 - [Release notes](https://github.com/typicode/husky/releases) - [Commits](typicode/husky@v9.1.6...v9.1.7) Updates `typescript` from 5.6.3 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.6.3...v5.7.2) --- updated-dependencies: - dependency-name: "@commitlint/cli" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: "@eslint/eslintrc" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: "@eslint/js" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-deps - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: "@vidavidorra/commitlint-config" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-deps - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-deps - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps ... 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
Nov 25, 2024
Looks like these dependencies are updatable in another way, so this is no longer needed. |
dependabot
bot
deleted the
dependabot/npm_and_yarn/dev-deps-cee007b869
branch
December 2, 2024 03:42
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 dev-deps group with 10 updates in the / directory:
19.5.0
19.6.0
3.1.0
3.2.0
9.14.0
9.15.0
22.9.0
22.9.3
8.13.0
8.15.0
8.13.0
8.15.0
7.0.9
7.0.10
9.14.0
9.15.0
9.1.6
9.1.7
5.6.3
5.7.2
Updates
@commitlint/cli
from 19.5.0 to 19.6.0Release notes
Sourced from
@commitlint/cli
's releases.Changelog
Sourced from
@commitlint/cli
's changelog.Commits
d33cbb7
v19.6.0aacc345
docs: add result info to config option #4241 (#4145)Updates
@eslint/eslintrc
from 3.1.0 to 3.2.0Release notes
Sourced from
@eslint/eslintrc
's releases.Changelog
Sourced from
@eslint/eslintrc
's changelog.Commits
f05aea7
chore: release 3.2.0 (#174)d02f914
feat: merge rule.meta.defaultOptions before validation (#166)2b0aa3a
docs: addcompat.extends
example with plugin config (#173)3e3b80a
ci: run tests in Node.js 23 (#170)fc9837d
ci: reduce list of releasable tags tofeat
,fix
andperf
(#161)Updates
@eslint/js
from 9.14.0 to 9.15.0Release notes
Sourced from
@eslint/js
's releases.Changelog
Sourced from
@eslint/js
's changelog.Commits
b441bee
chore: package.json update for@eslint/js
release3087c9e
feat: addmeta
object to@eslint/js
plugin (#19095)Updates
@types/node
from 22.9.0 to 22.9.3Commits
Updates
@typescript-eslint/eslint-plugin
from 8.13.0 to 8.15.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.Commits
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 `...ab83198
fix(eslint-plugin): report deprecations used in default export (#10330)66234d0
fix(eslint-plugin): [explicit-module-boundary-types] and [explicit-function-r...013c5cc
fix(eslint-plugin): [await-thenable, return-await] don't flag awaiting uncons...a7746fb
feat(eslint-plugin): [prefer-nullish-coalescing] fix detection of `ignoreCond...57d343b
docs: [no-deprecated] awkward wording about TypeScript visualizing deprecated...9ebdff4
feat(eslint-plugin): new ruleno-unsafe-type-assertion
(#10051)Updates
@typescript-eslint/parser
from 8.13.0 to 8.15.0Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.Commits
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.0Updates
@vidavidorra/commitlint-config
from 7.0.9 to 7.0.10Release notes
Sourced from
@vidavidorra/commitlint-config
's releases.Changelog
Sourced from
@vidavidorra/commitlint-config
's changelog.Commits
1c6bdc2
chore(release): 7.0.10 [skip ci]2d4b6b4
fix(deps): update commitlint monorepo to v19.6.0441eb9d
chore(deps): update dependency husky to v9.1.78c5e4a4
chore(deps): update vidavidorra/.github action to v5.0.3ecf0530
chore(deps): lock file maintenance3fc229f
chore(deps): update vidavidorra/.github action to v5.0.2386f553
chore(deps): lock file maintenance375dced
chore(deps): update vidavidorra/.github action to v5.0.1Updates
eslint
from 9.14.0 to 9.15.0Release notes
Sourced from eslint's releases.
Changelog
Sourced from eslint's changelog.
Commits
6f37b07
9.15.01d99f29
Build: changelog update for 9.15.02967d91
chore: upgrade@eslint/js
@9
.15.0 (#19133)b441bee
chore: package.json update for@eslint/js
release7d6bf4a
chore: upgrade@eslint/core
@0
.9.0 (#19131)01557ce
feat: Implement Language#normalizeLanguageOptions() (#19104)902e707
chore: upgrade@eslint/plugin-kit
@0
.2.3 (#19130)2edc0e2
feat: add meta.defaultOptions (#17656)fd33f13
fix: update types forno-restricted-imports
rule (#19060)5ff6c1d
chore: bump cross-spawn (#19125)Updates
husky
from 9.1.6 to 9.1.7Release notes
Sourced from husky's releases.
Commits
799e84b
9.1.730f2049
fix: add husky label to deprecated warning (#1538)Updates
typescript
from 5.6.3 to 5.7.2Release notes
Sourced from typescript's releases.