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 eslint group across 1 directory with 3 updates #155

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

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the eslint group with 3 updates in the / directory: @stylistic/eslint-plugin-js, eslint and eslint-plugin-storybook.

Updates @stylistic/eslint-plugin-js from 2.9.0 to 2.10.1

Release notes

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

v2.10.1

2.10.1 (2024-11-01)

Features

  • indent-binary-ops: disabled to lower indent when starts closing bracket (#591) (25fe554)

Bug Fixes

  • key-spacing: crash for import without attributes when using align: "colon" (#594) (6000f43)

Chores

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

... (truncated)

Changelog

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

2.10.1 (2024-11-01)

Features

  • indent-binary-ops: disabled to lower indent when starts closing bracket (#591) (25fe554)

Bug Fixes

  • key-spacing: crash for import without attributes when using align: "colon" (#594) (6000f43)

Chores

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

Updates eslint from 9.13.0 to 9.15.0

Release notes

Sourced from eslint's releases.

v9.15.0

Features

  • 01557ce feat: Implement Language#normalizeLanguageOptions() (#19104) (Nicholas C. Zakas)
  • 2edc0e2 feat: add meta.defaultOptions (#17656) (Josh Goldberg ✨)
  • bdec50e feat: fix no-useless-computed-key false negative with __proto__ (#19123) (Milos Djermanovic)
  • 3087c9e feat: add meta object to @eslint/js plugin (#19095) (Francesco Trotta)

Bug Fixes

  • fd33f13 fix: update types for no-restricted-imports rule (#19060) (Nitin Kumar)
  • bd35098 fix: switch away from Node.js node:assert and AssertionError (#19082) (Josh Goldberg ✨)
  • 9db5b15 fix: unsafe report for no-lonely-if (#19087) (Abraham Guo)
  • 68fa497 fix: ignore files on a different drive on Windows (#19069) (Francesco Trotta)
  • 4ce625a fix: upgrade @​humanwhocodes/retry@​0.4.1 to avoid debug logs (#19102) (Milos Djermanovic)

Documentation

  • d927920 docs: fix styles in no-js mode (#18916) (Tanuj Kanti)
  • 09bc2a8 docs: Update README (GitHub Actions Bot)
  • 39089c8 docs: add no-useless-computed-key examples with object patterns (#19109) (Milos Djermanovic)
  • 895c60f docs: add missing messageId property and suggestion properties (#19122) (fnx)
  • 298625e docs: Change CLI -c to use flat config (#19103) (Nicholas C. Zakas)
  • 522d8a3 docs: add deprecation on indent, quotes and semi rule types (#19090) (Marco Pasqualetti)

Chores

  • 2967d91 chore: upgrade @​eslint/js@​9.15.0 (#19133) (Milos Djermanovic)
  • b441bee chore: package.json update for @​eslint/js release (Jenkins)
  • 7d6bf4a chore: upgrade @​eslint/core@​0.9.0 (#19131) (Milos Djermanovic)
  • 902e707 chore: upgrade @​eslint/plugin-kit@​0.2.3 (#19130) (Milos Djermanovic)
  • 5ff6c1d chore: bump cross-spawn (#19125) (Ian Bobinac)
  • cceccc7 chore: update dependency @​eslint/json to ^0.6.0 (#19117) (renovate[bot])
  • 0da3f73 chore: update algolia referrer (#19114) (Strek)
  • 4f08332 ci: unpin trunk-io/trunk-action (#19108) (Francesco Trotta)
  • 6b75683 perf: optimize text-table by replacing regex with trimEnd (#19061) (Nitin Kumar)

v9.14.0

Features

  • 3fa009f feat: add support for Import Attributes and RegExp Modifiers (#19076) (Milos Djermanovic)
  • b0faee3 feat: add types for the @eslint/js package (#19010) (Nitin Kumar)

Bug Fixes

  • 24d0172 fix: enable retry concurrency limit for readFile() (#19077) (Nicholas C. Zakas)
  • b442067 fix: Don't crash when directory is deleted during traversal. (#19067) (Nicholas C. Zakas)
  • d474443 fix: avoid call stack overflow while processing globs (#19035) (Livia Medeiros)

Documentation

  • 151c965 docs: update context.languageOptions.parser description (#19084) (Nitin Kumar)
  • dc34f94 docs: Update README (GitHub Actions Bot)
  • f16e846 docs: Update README (GitHub Actions Bot)
  • ee0a77e docs: change link from @​types/eslint to lib/types (#19049) (Karl Horky)
  • 50f03a1 docs: Clarify global ignores in config migration guide (#19032) (Milos Djermanovic)

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.15.0 - November 15, 2024

  • 2967d91 chore: upgrade @​eslint/js@​9.15.0 (#19133) (Milos Djermanovic)
  • b441bee chore: package.json update for @​eslint/js release (Jenkins)
  • 7d6bf4a chore: upgrade @​eslint/core@​0.9.0 (#19131) (Milos Djermanovic)
  • 01557ce feat: Implement Language#normalizeLanguageOptions() (#19104) (Nicholas C. Zakas)
  • 902e707 chore: upgrade @​eslint/plugin-kit@​0.2.3 (#19130) (Milos Djermanovic)
  • 2edc0e2 feat: add meta.defaultOptions (#17656) (Josh Goldberg ✨)
  • fd33f13 fix: update types for no-restricted-imports rule (#19060) (Nitin Kumar)
  • 5ff6c1d chore: bump cross-spawn (#19125) (Ian Bobinac)
  • d927920 docs: fix styles in no-js mode (#18916) (Tanuj Kanti)
  • bdec50e feat: fix no-useless-computed-key false negative with __proto__ (#19123) (Milos Djermanovic)
  • 09bc2a8 docs: Update README (GitHub Actions Bot)
  • bd35098 fix: switch away from Node.js node:assert and AssertionError (#19082) (Josh Goldberg ✨)
  • 39089c8 docs: add no-useless-computed-key examples with object patterns (#19109) (Milos Djermanovic)
  • 895c60f docs: add missing messageId property and suggestion properties (#19122) (fnx)
  • cceccc7 chore: update dependency @​eslint/json to ^0.6.0 (#19117) (renovate[bot])
  • 0da3f73 chore: update algolia referrer (#19114) (Strek)
  • 9db5b15 fix: unsafe report for no-lonely-if (#19087) (Abraham Guo)
  • 68fa497 fix: ignore files on a different drive on Windows (#19069) (Francesco Trotta)
  • 4f08332 ci: unpin trunk-io/trunk-action (#19108) (Francesco Trotta)
  • 3087c9e feat: add meta object to @eslint/js plugin (#19095) (Francesco Trotta)
  • 298625e docs: Change CLI -c to use flat config (#19103) (Nicholas C. Zakas)
  • 4ce625a fix: upgrade @​humanwhocodes/retry@​0.4.1 to avoid debug logs (#19102) (Milos Djermanovic)
  • 522d8a3 docs: add deprecation on indent, quotes and semi rule types (#19090) (Marco Pasqualetti)
  • 6b75683 perf: optimize text-table by replacing regex with trimEnd (#19061) (Nitin Kumar)

v9.14.0 - November 1, 2024

  • f36cb16 chore: upgrade @​eslint/js@​9.14.0 (#19086) (Milos Djermanovic)
  • 28be447 chore: package.json update for @​eslint/js release (Jenkins)
  • 24d0172 fix: enable retry concurrency limit for readFile() (#19077) (Nicholas C. Zakas)
  • 3fa009f feat: add support for Import Attributes and RegExp Modifiers (#19076) (Milos Djermanovic)
  • b0faee3 feat: add types for the @eslint/js package (#19010) (Nitin Kumar)
  • 151c965 docs: update context.languageOptions.parser description (#19084) (Nitin Kumar)
  • dc34f94 docs: Update README (GitHub Actions Bot)
  • f48a2a0 test: add no-invalid-regexp tests with RegExp Modifiers (#19075) (Milos Djermanovic)
  • 37c9177 build: update @wdio/* dependencies (#19068) (Francesco Trotta)
  • b442067 fix: Don't crash when directory is deleted during traversal. (#19067) (Nicholas C. Zakas)
  • 35a8858 build: exclude flawed dendency versions (#19065) (Francesco Trotta)
  • 425202e perf: Fix caching in config loaders (#19042) (Milos Djermanovic)
  • 3d44b3c ci: run tests in Node.js 23 (#19055) (Francesco Trotta)
  • f16e846 docs: Update README (GitHub Actions Bot)
  • ee0a77e docs: change link from @​types/eslint to lib/types (#19049) (Karl Horky)
  • d474443 fix: avoid call stack overflow while processing globs (#19035) (Livia Medeiros)
  • 7259627 test: ensure tmp directory cleanup in check-emfile-handling.js (#19036) (Livia Medeiros)
  • 50f03a1 docs: Clarify global ignores in config migration guide (#19032) (Milos Djermanovic)
Commits

Updates eslint-plugin-storybook from 0.10.1 to 0.11.0

Release notes

Sourced from eslint-plugin-storybook's releases.

v0.11.0

🚀 Enhancement

🐛 Bug Fix

Authors: 2

v0.10.2

🐛 Bug Fix

  • Fix: Bring back non-categorized rules #176 (@​yannbf)
  • Build: Refactor, fix issues reported by eslint and format md files #175 (@​yannbf)

Authors: 1

Changelog

Sourced from eslint-plugin-storybook's changelog.

v0.11.0 (Mon Nov 04 2024)

🚀 Enhancement

🐛 Bug Fix

Authors: 2


v0.10.2 (Fri Nov 01 2024)

🐛 Bug Fix

  • Fix: Bring back non-categorized rules #176 (@​yannbf)
  • Build: Refactor, fix issues reported by eslint and format md files #175 (@​yannbf)

Authors: 1


Commits
  • 3e31c5b Bump version to: 0.11.0 [skip ci]
  • 68bfc32 Update CHANGELOG.md [skip ci]
  • ce51104 Merge pull request #180 from storybookjs/yann/add-types
  • 0d62984 Enable TypeScript declaration generation
  • 6a811c6 Merge pull request #179 from storybookjs/yann/update-rule-docs
  • 9b3f6b3 Update docs to be more clear about extended categories
  • 2bcc615 Merge pull request #163 from tunawasabi/update-eslint-url
  • c16dd3a Bump version to: 0.10.2 [skip ci]
  • b64e752 Update CHANGELOG.md [skip ci]
  • 3ad3fff Merge pull request #176 from storybookjs/yann/fix-missing-rules
  • Additional commits viewable 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 eslint group with 3 updates in the / directory: [@stylistic/eslint-plugin-js](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-js), [eslint](https://github.com/eslint/eslint) and [eslint-plugin-storybook](https://github.com/storybookjs/eslint-plugin-storybook).


Updates `@stylistic/eslint-plugin-js` from 2.9.0 to 2.10.1
- [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.1/packages/eslint-plugin-js)

Updates `eslint` from 9.13.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.13.0...v9.15.0)

Updates `eslint-plugin-storybook` from 0.10.1 to 0.11.0
- [Release notes](https://github.com/storybookjs/eslint-plugin-storybook/releases)
- [Changelog](https://github.com/storybookjs/eslint-plugin-storybook/blob/main/CHANGELOG.md)
- [Commits](storybookjs/eslint-plugin-storybook@v0.10.1...v0.11.0)

---
updated-dependencies:
- dependency-name: "@stylistic/eslint-plugin-js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint-plugin-storybook
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 15, 2024
@dependabot dependabot bot requested a review from a team November 15, 2024 19:35
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