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

dependabot npm update(deps-dev): bump the development-dependencies group with 2 updates #6

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 19, 2024

Bumps the development-dependencies group with 2 updates: eslint-plugin-es-x and typescript-eslint.

Updates eslint-plugin-es-x from 8.2.0 to 8.3.1

Release notes

Sourced from eslint-plugin-es-x's releases.

v8.3.1

Bug Fixes

Full Changelog: eslint-community/eslint-plugin-es-x@v8.3.0...v8.3.1

v8.3.0

Updates

Full Changelog: eslint-community/eslint-plugin-es-x@v8.2.0...v8.3.0

Commits
  • 6c07320 8.3.1
  • 3c0af8a fix: crash on for statement in *-prototype-* rules (#224)
  • 561e75b 8.3.0
  • 9d6df9c Add support for AssignmentPattern to *-prototype-* rules (#222)
  • cc04f67 Add support for destructuring and prototype property to *-prototype-* rul...
  • 05205be Add support for destructuring to no-nonstandard-*-properties rules (#220)
  • ab5bbd7 Add support for assignable variables to *-prototype-* rules (#219)
  • d16dff2 chore: fix docs
  • ddccd12 chore: fix docs
  • f5aad32 chore: fix ci (#217)
  • Additional commits viewable in compare view

Updates typescript-eslint from 8.14.0 to 8.15.0

Release notes

Sourced from typescript-eslint's releases.

v8.15.0

8.15.0 (2024-11-18)

🚀 Features

  • eslint-plugin: added related-getter-setter-pairs rule (#10192)
  • eslint-plugin: new rule no-unsafe-type-assertion (#10051)
  • eslint-plugin: [prefer-nullish-coalescing] fix detection of ignoreConditionalTests involving boolean ! operator (#10299)
  • rule-tester: run method - avoid to infer type parameter from tests param (#10324)
  • typescript-eslint: allow infinitely deep array nesting in config function and extends (#10333)
  • utils: add new optional language field to FlatConfig.Config type (#10326)

🩹 Fixes

  • add missing peer dependencies (#9744)
  • eslint-plugin: [consistent-indexed-object-style] handle circular mapped types (#10301)
  • eslint-plugin: [await-thenable, return-await] don't flag awaiting unconstrained type parameter as unnecessary (#10314)
  • eslint-plugin: [explicit-module-boundary-types] and [explicit-function-return-type] don't report on as const satisfies (#10315)
  • eslint-plugin: report deprecations used in default export (#10330)
  • utils: add defaultOptions to meta in rule (#10339)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.15.0 (2024-11-18)

🚀 Features

  • typescript-eslint: allow infinitely deep array nesting in config function and extends (#10333)
  • eslint-plugin: new rule no-unsafe-type-assertion (#10051)
  • eslint-plugin: added related-getter-setter-pairs rule (#10192)

🩹 Fixes

  • add missing peer dependencies (#9744)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Commits
  • 2444351 chore(release): publish 8.15.0
  • b351703 feat(typescript-eslint): allow infinitely deep array nesting in config functi...
  • 00a3a84 fix: add missing peer dependencies (#9744)
  • 9ebdff4 feat(eslint-plugin): new rule no-unsafe-type-assertion (#10051)
  • 0409851 feat(eslint-plugin): added related-getter-setter-pairs rule (#10192)
  • See full diff in compare view

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

…oup with 2 updates

Bumps the development-dependencies group with 2 updates: [eslint-plugin-es-x](https://github.com/eslint-community/eslint-plugin-es-x) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).


Updates `eslint-plugin-es-x` from 8.2.0 to 8.3.1
- [Release notes](https://github.com/eslint-community/eslint-plugin-es-x/releases)
- [Commits](eslint-community/eslint-plugin-es-x@v8.2.0...v8.3.1)

Updates `typescript-eslint` from 8.14.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/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.15.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: eslint-plugin-es-x
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Updating dependencies javascript Pull requests that update Javascript code labels Nov 19, 2024
@dependabot dependabot bot requested a review from azurepolarbear November 19, 2024 00:21
@azurepolarbear azurepolarbear merged commit af63248 into main Nov 25, 2024
5 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/development-dependencies-2718273d34 branch November 25, 2024 01:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Updating dependencies javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant