Skip to content
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

build(deps-dev): bump the dependencies group with 7 updates #979

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2025

Bumps the dependencies group with 7 updates:

Package From To
@stylistic/eslint-plugin-js 2.13.0 3.0.0
@stylistic/eslint-plugin-ts 2.13.0 3.0.0
@types/node 22.10.7 22.10.10
eslint 9.18.0 9.19.0
lint-staged 15.4.1 15.4.3
nx 20.3.2 20.3.3
release-it 17.11.0 18.1.2

Updates @stylistic/eslint-plugin-js from 2.13.0 to 3.0.0

Release notes

Sourced from @​stylistic/eslint-plugin-js's releases.

v3.0.0

3.0.0 (2025-01-25)

⚠ BREAKING CHANGES

  • indent-binary-ops: remove unnecessary logic (#645)
  • cross test function-call-spacing (#565)
  • comma-style: turn off all exceptions option by default (#602)

Features

  • comma-style: turn off all exceptions option by default (#602) (c424d63)
  • cross test function-call-spacing (#565) (80ec2e4)
  • quotes: Option to allow template literals only to avoid escape (#643) (5558bdb)
  • type-generic-spacing: remove whitespaces in generic types (#667) (8dd68e2)

Bug Fixes

  • jsx-wrap-multilines: prevent crash when using tabs (#653) (8cbc9f8)
  • plus: dependencies bundle (ba9ed81)

Documentation

Chores

Changelog

Sourced from @​stylistic/eslint-plugin-js's changelog.

3.0.0 (2025-01-25)

⚠ BREAKING CHANGES

  • indent-binary-ops: remove unnecessary logic (#645)
  • cross test function-call-spacing (#565)
  • comma-style: turn off all exceptions option by default (#602)

Features

  • comma-style: turn off all exceptions option by default (#602) (c424d63)
  • cross test function-call-spacing (#565) (80ec2e4)
  • quotes: Option to allow template literals only to avoid escape (#643) (5558bdb)
  • type-generic-spacing: remove whitespaces in generic types (#667) (8dd68e2)

Bug Fixes

  • jsx-wrap-multilines: prevent crash when using tabs (#653) (8cbc9f8)
  • plus: dependencies bundle (ba9ed81)

Documentation

Chores

Commits

Updates @stylistic/eslint-plugin-ts from 2.13.0 to 3.0.0

Release notes

Sourced from @​stylistic/eslint-plugin-ts's releases.

v3.0.0

3.0.0 (2025-01-25)

⚠ BREAKING CHANGES

  • indent-binary-ops: remove unnecessary logic (#645)
  • cross test function-call-spacing (#565)
  • comma-style: turn off all exceptions option by default (#602)

Features

  • comma-style: turn off all exceptions option by default (#602) (c424d63)
  • cross test function-call-spacing (#565) (80ec2e4)
  • quotes: Option to allow template literals only to avoid escape (#643) (5558bdb)
  • type-generic-spacing: remove whitespaces in generic types (#667) (8dd68e2)

Bug Fixes

  • jsx-wrap-multilines: prevent crash when using tabs (#653) (8cbc9f8)
  • plus: dependencies bundle (ba9ed81)

Documentation

Chores

Changelog

Sourced from @​stylistic/eslint-plugin-ts's changelog.

3.0.0 (2025-01-25)

⚠ BREAKING CHANGES

  • indent-binary-ops: remove unnecessary logic (#645)
  • cross test function-call-spacing (#565)
  • comma-style: turn off all exceptions option by default (#602)

Features

  • comma-style: turn off all exceptions option by default (#602) (c424d63)
  • cross test function-call-spacing (#565) (80ec2e4)
  • quotes: Option to allow template literals only to avoid escape (#643) (5558bdb)
  • type-generic-spacing: remove whitespaces in generic types (#667) (8dd68e2)

Bug Fixes

  • jsx-wrap-multilines: prevent crash when using tabs (#653) (8cbc9f8)
  • plus: dependencies bundle (ba9ed81)

Documentation

Chores

Commits

Updates @types/node from 22.10.7 to 22.10.10

Commits

Updates eslint from 9.18.0 to 9.19.0

Release notes

Sourced from eslint's releases.

v9.19.0

Features

  • 1637b8e feat: add --report-unused-inline-configs (#19201) (Josh Goldberg ✨)

Bug Fixes

  • aae6717 fix: sync rule type header comments automatically (#19276) (Francesco Trotta)

Documentation

  • cfea9ab docs: Clarify overrideConfig option (#19370) (Nicholas C. Zakas)
  • 2b84f66 docs: Update README (#19362) (Nicholas C. Zakas)
  • 044f93c docs: clarify frozen rule description (#19351) (Pavel)
  • 797ee7c docs: fix Bluesky links (#19368) (Milos Djermanovic)
  • 81a9c0e docs: Update README (GitHub Actions Bot)
  • 093fb3d docs: replace var with let and const in rule examples (#19365) (Tanuj Kanti)
  • 417de32 docs: replace var with const in rule examples (#19352) (jj)
  • 17f2aae docs: update getting-started config to match default generated config (#19308) (0xDev)
  • 8a0a5a8 docs: better global ignores instruction (#19297) (Jacopo Marrone)
  • 6671a2c docs: Update README (GitHub Actions Bot)
  • e39d3f2 docs: fix divider for rule category (#19264) (Tanuj Kanti)
  • e0cf53f docs: fix search result box position for small screens (#19328) (Tanuj Kanti)
  • f92a680 docs: replace var with let or const in rule examples (#19331) (Ravi Teja Kolla)
  • b04b84b docs: revert accidental changes in TS config files docs (#19336) (Francesco Trotta)

Chores

  • 9b9cb05 chore: upgrade @​eslint/js@​9.19.0 (#19371) (Milos Djermanovic)
  • 58560e7 chore: package.json update for @​eslint/js release (Jenkins)
  • 2089707 test: fix failing test in Node.js v22.13.0 (#19345) (Francesco Trotta)
Changelog

Sourced from eslint's changelog.

v9.19.0 - January 24, 2025

  • 9b9cb05 chore: upgrade @​eslint/js@​9.19.0 (#19371) (Milos Djermanovic)
  • 58560e7 chore: package.json update for @​eslint/js release (Jenkins)
  • cfea9ab docs: Clarify overrideConfig option (#19370) (Nicholas C. Zakas)
  • 2b84f66 docs: Update README (#19362) (Nicholas C. Zakas)
  • 044f93c docs: clarify frozen rule description (#19351) (Pavel)
  • 797ee7c docs: fix Bluesky links (#19368) (Milos Djermanovic)
  • 81a9c0e docs: Update README (GitHub Actions Bot)
  • 093fb3d docs: replace var with let and const in rule examples (#19365) (Tanuj Kanti)
  • 417de32 docs: replace var with const in rule examples (#19352) (jj)
  • 17f2aae docs: update getting-started config to match default generated config (#19308) (0xDev)
  • aae6717 fix: sync rule type header comments automatically (#19276) (Francesco Trotta)
  • 8a0a5a8 docs: better global ignores instruction (#19297) (Jacopo Marrone)
  • 2089707 test: fix failing test in Node.js v22.13.0 (#19345) (Francesco Trotta)
  • 6671a2c docs: Update README (GitHub Actions Bot)
  • 1637b8e feat: add --report-unused-inline-configs (#19201) (Josh Goldberg ✨)
  • e39d3f2 docs: fix divider for rule category (#19264) (Tanuj Kanti)
  • e0cf53f docs: fix search result box position for small screens (#19328) (Tanuj Kanti)
  • f92a680 docs: replace var with let or const in rule examples (#19331) (Ravi Teja Kolla)
  • b04b84b docs: revert accidental changes in TS config files docs (#19336) (Francesco Trotta)
Commits

Updates lint-staged from 15.4.1 to 15.4.3

Release notes

Sourced from lint-staged's releases.

v15.4.3

Patch Changes

  • #1512 cbfed1d Thanks @​tarik02! - Adjust TypeScript types for the default export so that it can be used as a value without error TS2693.

v15.4.2

Patch Changes

  • #1509 8827ebf Thanks @​iiroj! - Change lint-staged's dependencies to use caret (^) ranges instead of tilde (~). This makes it easier for package managers to perform dependency management when minor-level updates are also permitted instead of just patch-level.
Changelog

Sourced from lint-staged's changelog.

15.4.3

Patch Changes

  • #1512 cbfed1d Thanks @​tarik02! - Adjust TypeScript types for the default export so that it can be used as a value without error TS2693.

15.4.2

Patch Changes

  • #1509 8827ebf Thanks @​iiroj! - Change lint-staged's dependencies to use caret (^) ranges instead of tilde (~). This makes it easier for package managers to perform dependency management when minor-level updates are also permitted instead of just patch-level.
Commits
  • e53f950 chore(changeset): release
  • 089da56 test: fail Jest when coverage is under 100%
  • 19aa461 ci: remove code coverage action since it's not working in PRs from forks
  • cbfed1d fix: update types.d.ts (#1512)
  • aef9e5c chore(changeset): release (#1510)
  • 8827ebf build(dependencies): update dependencies and switch to caret ranges (#1509)
  • 7f69b3f docs: generalize description from 'linting' to 'tasks' (#1507)
  • See full diff in compare view

Updates nx from 20.3.2 to 20.3.3

Release notes

Sourced from nx's releases.

20.3.3 (2025-01-23)

🩹 Fixes

  • core: do not warn about custom tasks runners when explicitly usi… (#29669)
  • core: update yarn-parser to handle yarn v4 syntax for root workspace package (#29452)
  • core: ensure that nx is backwards compatible with older versions of Nx Cloud (#29703)
  • gradle: check if java is installed (#29572)
  • graph: copy command text directly from PDV (#29645)
  • js: sort package.json fields by idiomatic order (#29635)
  • js: fix typo so exports field in package.json is properly sorted (#29643)
  • js: do not generate package.json file for non-buildable js libraries in non-ts solution setup (#29646)
  • js: ignore bundler config files correctly in eslint config when using vitest in js library generator (#29649)
  • node: set correct compilerOptions for Nest applications (#29725)
  • nx-dev: update request a trial link on pricing page (#29711)
  • nx-plugin: fix plugin generation in ts solution setup (#29730)
  • react: ensure project name is escaped in spec matcher when generating an application (#29732)
  • testing: e2e config generators should prompt for missing serve data (#29660)
  • vite: do not stop the test process of failure in watch mode (#29260)

❤️ Thank You

Commits
  • e1fbe37 fix(core): ensure that nx is backwards compatible with older versions of Nx C...
  • d355386 fix(core): update yarn-parser to handle yarn v4 syntax for root workspace pac...
  • 2e6bb3e fix(core): do not warn about custom tasks runners when explicitly usi… (#29669)
  • See full diff in compare view

Updates release-it from 17.11.0 to 18.1.2

Release notes

Sourced from release-it's releases.

Release 18.1.2

  • Update dependencies (resolves #1197) (260116baa792db50d962afbd1123cb95381145ae)

Release 18.1.1

  • Exclude the release commit from the release notes (1cca380951d869bb3c7a8d49ac7af9e6ad5be8bc)

Release 18.1.0

  • Remove tea.yaml (0b9a212e811e0153964fced8abd7ea32e872f23e)
  • Add releaseNotes object for Octokit REST API based changelog (29fb5137aef70d30c658217d6e77390cc918639f)
  • Format docs (69d813b6d56766788507fc5ed2da19ae36cab97a)
  • Use new releaseNotes feature self (1ec12803f10ec6522f05dee76697e638ff6a436d)
  • Release 18.1.0 (2c5f298518c4f0457468bd6d0ef4ffa88b0e2993)

Release 18.0.0

  • 429 = alive (93fc47b)
  • Update engines.node (closes #1182) (162cfc9)
  • Update readme + changelog (4897f1b)
  • Update dependencies (3c2b1f2)
  • Merge branch 'v18' (9c480d8)

Release 18.0.0-next.4

  • Merge branch 'main' into v18 (e3be6db)
  • Update dependencies (8d227e4)
  • fix: pass gitlab options to fetch agent (#1185) (d082178)
  • GitLab Generic Package Repository for assets (#1189) (54399c9)
  • Update dependencies (ce7e935)
  • Merge branch 'main' into v18 (fb54e59)
  • fix(gitlab): don't set Content-Type header when uploading release assets (#1183) (04a36d2)
  • Fixed GitBase.getLatestVersion to computed formatted tagTemplate before using it for latestTag computation (#1170) (09d7d1b)
  • Add git-cliff example (#1176) (b161114)
  • Move configuration options to existing doc pages + table format, shorten (28213bf)
  • Add docs for configuration options (#1155) (667cd6a)
  • Improve docs on Tag Match (#1165) (716b44f)
  • Update dependencies (e994cf3)

Release 18.0.0-next.3

  • feat(github): expose github make_latest flag (#1150) (57d2c35)
  • Update dependencies (f1548b9)

Release 18.0.0-next.2

  • Upgrade sinon (90acfad)
  • fix(github-comments): make search query respect 256 character limit (encoded) (#1148) (3cec8e3)

Release 18.0.0-next.1

  • Update dependencies (d8ebe14)
  • fix: replace obsolete is-ci library by ci-info library (5a08642)

Release 18.0.0-next.0

  • Fix prompt.transformer check (64197f9)
  • yes (47536a9)

... (truncated)

Changelog

Sourced from release-it's changelog.

Changelog

This document lists breaking changes for each major release.

See the GitHub Releases page for detailed changelogs: https://github.com/release-it/release-it/releases

v18 (2025-01-06)

  • Removed support for Node.js v18.

v17 (2023-11-11)

  • Removed support for Node.js v16.

v16 (2023-07-05)

  • Removed support for Node.js v14.

v15 (2022-04-30)

  • Removed support for Node.js v10 and v12.
  • Removed support for GitLab v12.4 and lower.
  • Removed anonymous metrics (and the option to disable it).
  • Programmatic usage and plugins only through ES Module syntax (import)

Use release-it v14 in legacy environments.

v14 (2020-09-03)

  • Removed global property from plugins. Use this.config[key] instead.
  • Removed deprecated npm.access option. Set this in package.json instead.

v13 (2020-03-07)

  • Dropped support for Node v8
  • Dropped support for GitLab v11.6 and lower.
  • Deprecated scripts are removed (in favor of hooks).
  • Removed deprecated --non-interactive (-n) argument. Use --ci instead.
  • Removed old %s and [REV_RANGE] syntax in command substitutions. Use ${version} and ${latestTag} instead.

v12 (2019-05-03)

  • The --follow-tags argument for git push has been moved to the default configuration. This is only a breaking change if git.pushArgs was not empty (it was empty by default).

v11

  • The custom conventional-changelog increment (e.g. "increment": "conventional:angular") with additional script configuration is replaced with a plugin. Please see

... (truncated)

Commits

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

Bumps the dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@stylistic/eslint-plugin-js](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-js) | `2.13.0` | `3.0.0` |
| [@stylistic/eslint-plugin-ts](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-ts) | `2.13.0` | `3.0.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.7` | `22.10.10` |
| [eslint](https://github.com/eslint/eslint) | `9.18.0` | `9.19.0` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `15.4.1` | `15.4.3` |
| [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `20.3.2` | `20.3.3` |
| [release-it](https://github.com/release-it/release-it) | `17.11.0` | `18.1.2` |


Updates `@stylistic/eslint-plugin-js` from 2.13.0 to 3.0.0
- [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases)
- [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v3.0.0/packages/eslint-plugin-js)

Updates `@stylistic/eslint-plugin-ts` from 2.13.0 to 3.0.0
- [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases)
- [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v3.0.0/packages/eslint-plugin-ts)

Updates `@types/node` from 22.10.7 to 22.10.10
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `eslint` from 9.18.0 to 9.19.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.18.0...v9.19.0)

Updates `lint-staged` from 15.4.1 to 15.4.3
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.4.1...v15.4.3)

Updates `nx` from 20.3.2 to 20.3.3
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/20.3.3/packages/nx)

Updates `release-it` from 17.11.0 to 18.1.2
- [Release notes](https://github.com/release-it/release-it/releases)
- [Changelog](https://github.com/release-it/release-it/blob/main/CHANGELOG.md)
- [Commits](release-it/release-it@17.11.0...18.1.2)

---
updated-dependencies:
- dependency-name: "@stylistic/eslint-plugin-js"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@stylistic/eslint-plugin-ts"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: nx
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: release-it
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner January 26, 2025 23:33
@dependabot dependabot bot requested a review from WasiqB January 26, 2025 23:33
@dependabot dependabot bot added 🏠 pr: internal PR which adds internal framework changes javascript Pull requests that update Javascript code labels Jan 26, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 1, 2025

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Feb 1, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/dependencies-542e942b75 branch February 1, 2025 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏠 pr: internal PR which adds internal framework changes javascript Pull requests that update Javascript code
Projects
Development

Successfully merging this pull request may close these issues.

0 participants