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

Bump the minor-and-patch group across 1 directory with 5 updates #599

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the minor-and-patch group with 5 updates in the / directory:

Package From To
@eslint/js 9.12.0 9.13.0
@stylistic/eslint-plugin 2.9.0 2.10.0
@types/node 16.18.113 16.18.118
sass 1.79.5 1.80.5
typescript-eslint 8.8.1 8.12.2

Updates @eslint/js from 9.12.0 to 9.13.0

Release notes

Sourced from @​eslint/js's releases.

v9.13.0

Features

  • 381c32b feat: Allow languages to provide defaultLanguageOptions (#19003) (Milos Djermanovic)
  • bf723bd feat: Improve eslintrc warning message (#19023) (Milos Djermanovic)
  • 1def4cd feat: drop support for jiti v1.21 (#18996) (Francesco Trotta)
  • f879be2 feat: export ESLint.defaultConfig (#18983) (Nitin Kumar)

Bug Fixes

Documentation

  • abdbfa8 docs: mark LintMessage#nodeType as deprecated (#19019) (Nitin Kumar)
  • 19e68d3 docs: update deprecated rules type definitions (#19018) (Nitin Kumar)
  • 7dd402d docs: Update examples of passing multiple values to a CLI option (#19006) (Milos Djermanovic)
  • 5dcbc51 docs: Add example with side-effect imports to no-restricted-imports (#18997) (Milos Djermanovic)
  • 1ee87ca docs: Update README (GitHub Actions Bot)
  • 2c3dbdc docs: Use prerendered sponsors for README (#18988) (Milos Djermanovic)

Chores

Changelog

Sourced from @​eslint/js's changelog.

v9.13.0 - October 18, 2024

  • 68d2d9d chore: upgrade to @eslint/[email protected] and @eslint/core@^0.7.0 (#19034) (Francesco Trotta)
  • 2211f0a chore: package.json update for @​eslint/js release (Jenkins)
  • 381c32b feat: Allow languages to provide defaultLanguageOptions (#19003) (Milos Djermanovic)
  • 78836d4 fix: update the complexity rule type (#19027) (Nitin Kumar)
  • c7abaef perf: using Node.js compile cache (#19012) (唯然)
  • bf723bd feat: Improve eslintrc warning message (#19023) (Milos Djermanovic)
  • 1d7c077 chore: add pkg.type "commonjs" (#19011) (唯然)
  • abdbfa8 docs: mark LintMessage#nodeType as deprecated (#19019) (Nitin Kumar)
  • 468e3bd test: fix ESLint tests (#19021) (Francesco Trotta)
  • 19e68d3 docs: update deprecated rules type definitions (#19018) (Nitin Kumar)
  • 1def4cd feat: drop support for jiti v1.21 (#18996) (Francesco Trotta)
  • 7dd402d docs: Update examples of passing multiple values to a CLI option (#19006) (Milos Djermanovic)
  • 064c8b6 fix: update rule types (#18925) (Nitin Kumar)
  • f879be2 feat: export ESLint.defaultConfig (#18983) (Nitin Kumar)
  • 5dcbc51 docs: Add example with side-effect imports to no-restricted-imports (#18997) (Milos Djermanovic)
  • ed4635f ci: upgrade [email protected] (#18992) (Milos Djermanovic)
  • efad767 chore: remove unused ignore dependency (#18993) (Amaresh S M)
  • 1ee87ca docs: Update README (GitHub Actions Bot)
  • 2c3dbdc docs: Use prerendered sponsors for README (#18988) (Milos Djermanovic)
Commits

Updates @stylistic/eslint-plugin from 2.9.0 to 2.10.0

Release notes

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

v2.10.0

2.10.0 (2024-10-30)

Features

  • cross test comma-spacing (#562) (ea72317)
  • function-call-spacing: auto-fix optional chain when option is never (#589) (7a2b47f)
  • function-call-spacing: support ImportExpression in ts version (#570) (19d1f8c)
  • indent-binary-ops: logical expression indent (#576) (cbf800d)
  • indent: add support for Import Attributes (#579) (4f944d8)
  • key-spacing: add support for Import Attributes (#583) (789d893)
  • max-statements-per-line: new option to allow specific statements (#558) (2ed4054)
  • no-multi-spaces: add support for Import Attributes (#584) (0da0713)
  • padding-line-between-statements: add support for multiline-export and singleline-export (#582) (2690a30)
  • quote-props: add support for Import Attributes (#581) (4edfee2)

Bug Fixes

  • correct the type of quotes in customize (#590) (b86c2df)
  • function-call-spacing: don't remove comments while auto-fixing (#588) (53b4a55)
  • jsx-closing-bracket-location: should not remove comment in jsx (#566) (e2ba8d5)

Documentation

  • func-call-spacing: fixing broken links (#587) (d3dbc22)

Chores

Changelog

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

2.10.0 (2024-10-30)

Features

  • cross test comma-spacing (#562) (ea72317)
  • function-call-spacing: auto-fix optional chain when option is never (#589) (7a2b47f)
  • function-call-spacing: support ImportExpression in ts version (#570) (19d1f8c)
  • indent-binary-ops: logical expression indent (#576) (cbf800d)
  • indent: add support for Import Attributes (#579) (4f944d8)
  • key-spacing: add support for Import Attributes (#583) (789d893)
  • max-statements-per-line: new option to allow specific statements (#558) (2ed4054)
  • no-multi-spaces: add support for Import Attributes (#584) (0da0713)
  • padding-line-between-statements: add support for multiline-export and singleline-export (#582) (2690a30)
  • quote-props: add support for Import Attributes (#581) (4edfee2)

Bug Fixes

  • correct the type of quotes in customize (#590) (b86c2df)
  • function-call-spacing: don't remove comments while auto-fixing (#588) (53b4a55)
  • jsx-closing-bracket-location: should not remove comment in jsx (#566) (e2ba8d5)

Documentation

  • func-call-spacing: fixing broken links (#587) (d3dbc22)

Chores

Commits
  • 0002fe0 chore: release v2.10.0 (main) (#569)
  • 2ed4054 feat(max-statements-per-line): new option to allow specific statements (#558)
  • 2690a30 feat(padding-line-between-statements): add support for multiline-export and s...
  • 53b4a55 fix(function-call-spacing): don't remove comments while auto-fixing (#588)
  • cbf800d feat(indent-binary-ops): logical expression indent (#576)
  • ea72317 feat: cross test comma-spacing (#562)
  • 7a2b47f feat(function-call-spacing): auto-fix optional chain when option is never (...
  • b86c2df fix: correct the type of quotes in customize (#590)
  • 0da0713 feat(no-multi-spaces): add support for Import Attributes (#584)
  • 789d893 feat(key-spacing): add support for Import Attributes (#583)
  • Additional commits viewable in compare view

Updates @types/node from 16.18.113 to 16.18.118

Commits

Updates sass from 1.79.5 to 1.80.5

Release notes

Sourced from sass's releases.

Dart Sass 1.80.5

To install Sass 1.80.5, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

Embedded Host

  • Don't produce phantom @import deprecations when using an importer with the legacy API.

See the full changelog for changes in earlier releases.

Dart Sass 1.80.4

To install Sass 1.80.4, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • No user-visible changes.

See the full changelog for changes in earlier releases.

Dart Sass 1.80.3

To install Sass 1.80.3, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Fix a bug where @import url("...") would crash in plain CSS files.

  • Improve consistency of how warnings are emitted by different parts of the compiler. This should result in minimal user-visible changes, but different types of warnings should now respond more reliably to flags like --quiet, --verbose, and --silence-deprecation.

See the full changelog for changes in earlier releases.

Dart Sass 1.80.2

To install Sass 1.80.2, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Fix a bug where deprecation warnings were incorrectly emitted for the plain-CSS invert() function.

... (truncated)

Changelog

Sourced from sass's changelog.

1.80.5

Embedded Host

  • Don't produce phantom @import deprecations when using an importer with the legacy API.

1.80.4

  • No user-visible changes.

1.80.3

  • Fix a bug where @import url("...") would crash in plain CSS files.

  • Improve consistency of how warnings are emitted by different parts of the compiler. This should result in minimal user-visible changes, but different types of warnings should now respond more reliably to flags like --quiet, --verbose, and --silence-deprecation.

1.80.2

  • Fix a bug where deprecation warnings were incorrectly emitted for the plain-CSS invert() function.

1.80.1

  • Fix a bug where repeated deprecation warnings were not automatically limited.

1.80.0

  • @import is now officially deprecated, as are global built-in functions that are available within built-in modules. See the Sass blog post for more details on the deprecation process.

Embedded Host

  • Fix an error that would sometimes occur when deprecation warnings were emitted when using a custom importer with the legacy API.

1.79.6

  • Fix a bug where Sass would add an extra */ after loud comments with whitespace after an explicit */ in the indented syntax.

  • Potentially breaking bug fix: Adding text after an explicit */ in the indented syntax is now an error, rather than silently generating invalid CSS.

... (truncated)

Commits

Updates typescript-eslint from 8.8.1 to 8.12.2

Release notes

Sourced from typescript-eslint's releases.

v8.12.2

8.12.2 (2024-10-29)

🩹 Fixes

  • eslint-plugin: [switch-exhaustiveness-check] invert considerDefaultExhaustiveForUnions (#10223)

❤️ Thank You

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

v8.12.1

8.12.1 (2024-10-28)

🚀 Features

  • eslint-plugin: [prefer-nullish-coalescing] add support for assignment expressions (#10152)
  • eslint-plugin: [consistent-indexed-object-style] report mapped types (#10160)
  • eslint-plugin: [switch-exhaustiveness-check] add considerDefaultExhaustiveForUnions option (#9954)
  • eslint-plugin: [no-base-to-string] handle String() (#10005)
  • typescript-eslint: improve undefined extension handling (#10177)

🩹 Fixes

  • eslint-plugin: [no-unsafe-return] don't reiterate through all type parts for each part (#10203)
  • website: enable noImplicitAny (#10175)
  • rule-tester: use cwd option to set base path for tests with file name (#10201)

❤️ Thank You

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

v8.12.0

See https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.12.1

v8.11.0

8.11.0 (2024-10-21)

🚀 Features

... (truncated)

Changelog

Sourced from typescript-eslint's changelog.

8.12.2 (2024-10-29)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

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

8.12.1 (2024-10-28)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

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

8.12.0 (2024-10-28)

🚀 Features

  • typescript-eslint: improve undefined extension handling (#10177)

❤️ Thank You

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

8.11.0 (2024-10-21)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

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

8.10.0 (2024-10-17)

🩹 Fixes

  • typescript-eslint: propagate name field to extended configs in config helper (#10094)

❤️ Thank You

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

8.9.0 (2024-10-14)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

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

Commits
  • 4af866a chore(release): publish 8.12.2
  • 1edec1d chore(release): publish 8.12.1
  • 3413a2d chore(release): publish 8.12.0
  • ad9d3ba feat(typescript-eslint): improve undefined extension handling (#10177)
  • 79c27a8 chore(release): publish 8.11.0
  • 7effdea chore(release): publish 8.10.0
  • be5bc0f fix(typescript-eslint): propagate name field to extended configs in `config...
  • 4666ed4 chore(release): publish 8.9.0
  • 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

Bumps the minor-and-patch group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.12.0` | `9.13.0` |
| [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) | `2.9.0` | `2.10.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `16.18.113` | `16.18.118` |
| [sass](https://github.com/sass/dart-sass) | `1.79.5` | `1.80.5` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.8.1` | `8.12.2` |



Updates `@eslint/js` from 9.12.0 to 9.13.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.13.0/packages/js)

Updates `@stylistic/eslint-plugin` from 2.9.0 to 2.10.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/v2.10.0/packages/eslint-plugin)

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

Updates `sass` from 1.79.5 to 1.80.5
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.79.5...1.80.5)

Updates `typescript-eslint` from 8.8.1 to 8.12.2
- [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.12.2/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@stylistic/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 1, 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants