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 eslint-config-protect-me-from-my-stupidity from 10.1.1 to 14.0.0 #300

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2025

Bumps eslint-config-protect-me-from-my-stupidity from 10.1.1 to 14.0.0.

Release notes

Sourced from eslint-config-protect-me-from-my-stupidity's releases.

v14.0.0

Added

  • Switched the vue/no-import-compiler-macros rule on in the Vue configuration extension; disallowing the importing of compiler macros.
  • Switched the vue/no-implicit-coercion rule on in the Vue configuration extension matching the no-implicit-coercion rule in the base configuration.

Changed

  • Updated the minimum required eslint version to 9.21.0.
  • Updated the minimum required @stylistic/eslint-plugin-js version to 4.2.0.
  • Updated the minimum required eslint-plugin-vue version to 10.0.0.
  • Updated the minimum required eslint-plugin-n version to 17.16.2.
  • Switched the no-continue rule off in the base configuration; allowing the use of the continue statement.

Removed

  • Removed configuration for the vue/no-v-for-template-key, vue/no-v-model-argument, vue/valid-model-definition and vue/valid-v-bind-sync rules from the Vue configuration extension as they are deprecated.

v13.0.1

Changed

  • Updated the @stylistic/js/indent rule configuration in the base configuration to ensure that multiline variable declarations are ignored.
  • Switched the no-useless-assignment rule off in the base configuration.
  • Updated the n/hashbang rule configuration in the Node configuration extension to ignore unpublished files.

v13.0.0

Changed

  • Updated the minimum required eslint version to 9.20.0.
  • Updated the minimum required @stylistic/eslint-plugin-js version to 3.1.0.

v12.0.1

Changed

  • Updated the promise/catch-or-return rule in the base configuration to allow the use of the finally() method.

v12.0.0

Added

  • Introduced the Web (and/from-writing-stupid-web-applications) configuration extension.
  • Switched the promise/prefer-catch rule on in the base configuration.
  • Switched the vue/slot-name-casing rule on in the Vue configuration extension, enforcing slot names to be kebab-case.
  • Switched the vue/restricted-component-names rule off in the Vue configuration extension.

Changed

  • Updated the base configuration to enable the JSX language feature for .jsx files.
  • Updated the base configuration to enable implied global strict mode.
  • Updated the base configuration and the configuration extensions to be a function. The configuration extensions enable developers to specify their own file matching patterns.
  • Updated the minimum required eslint version to 9.17.0.

... (truncated)

Changelog

Sourced from eslint-config-protect-me-from-my-stupidity's changelog.

14.0.0 - 2025-03-07

Added

  • Switched the vue/no-import-compiler-macros rule on in the Vue configuration extension; disallowing the importing of compiler macros.
  • Switched the vue/no-implicit-coercion rule on in the Vue configuration extension matching the no-implicit-coercion rule in the base configuration.

Changed

  • Updated the minimum required eslint version to 9.21.0.
  • Updated the minimum required @stylistic/eslint-plugin-js version to 4.2.0.
  • Updated the minimum required eslint-plugin-vue version to 10.0.0.
  • Updated the minimum required eslint-plugin-n version to 17.16.2.
  • Switched the no-continue rule off in the base configuration; allowing the use of the continue statement.

Removed

  • Removed configuration for the vue/no-v-for-template-key, vue/no-v-model-argument, vue/valid-model-definition and vue/valid-v-bind-sync rules from the Vue configuration extension as they are deprecated.

13.0.1 - 2025-02-09

Changed

  • Updated the @stylistic/js/indent rule configuration in the base configuration to ensure that multiline variable declarations are ignored.
  • Switched the no-useless-assignment rule off in the base configuration.
  • Updated the n/hashbang rule configuration in the Node configuration extension to ignore unpublished files.

13.0.0 - 2025-02-08

Changed

  • Updated the minimum required eslint version to 9.20.0.
  • Updated the minimum required @stylistic/eslint-plugin-js version to 3.1.0.

12.0.1 - 2025-01-07

Changed

  • Updated the promise/catch-or-return rule in the base configuration to allow the use of the finally() method.

12.0.0 - 2025-01-07

Added

  • Introduced the Web (and/from-writing-stupid-web-applications) configuration extension.
  • Switched the promise/prefer-catch rule on in the base configuration.
  • Switched the vue/slot-name-casing rule on in the Vue configuration extension, enforcing slot names to be kebab-case.
  • Switched the vue/restricted-component-names rule off in the Vue configuration extension.

Changed

... (truncated)

Commits
  • f6a3402 Updated dependencies and added new Vue rules and removed deprecated Vue rules...
  • 2462ecc Bump eslint-plugin-n from 17.15.1 to 17.16.1 (#141)
  • 6beda5c Bump eslint from 9.20.1 to 9.21.0 (#140)
  • b2446b7 Bump eslint from 9.20.0 to 9.20.1 (#136)
  • 35c43eb Made some minor rule tweaks. (#135)
  • acbaab7 Updated eslint and @stylistic/eslint-plugin-js. (#134)
  • aa7cd20 Bump eslint from 9.18.0 to 9.19.0 (#132)
  • 31035c4 Bump @​stylistic/eslint-plugin-js from 2.12.1 to 2.13.0 (#130)
  • c64e389 Bump eslint from 9.17.0 to 9.18.0 (#129)
  • d5ae465 Updated the promise/catch-or-return rule in the base configuration. (#128)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 10, 2025
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-eslint-config-protect-me-from-my-stupidity-14.0.0 branch from 448df67 to 921b62a Compare March 10, 2025 18:52
Bumps [eslint-config-protect-me-from-my-stupidity](https://github.com/lsphillips/eslint-config-protect-me-from-my-stupidity) from 10.1.1 to 14.0.0.
- [Release notes](https://github.com/lsphillips/eslint-config-protect-me-from-my-stupidity/releases)
- [Changelog](https://github.com/lsphillips/eslint-config-protect-me-from-my-stupidity/blob/master/CHANGELOG.md)
- [Commits](lsphillips/eslint-config-protect-me-from-my-stupidity@v10.1.1...v14.0.0)

---
updated-dependencies:
- dependency-name: eslint-config-protect-me-from-my-stupidity
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-eslint-config-protect-me-from-my-stupidity-14.0.0 branch from 921b62a to bd779ce Compare March 10, 2025 18:53
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