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 11.1.0 #277

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Release notes

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

v11.1.0

Added

  • Switched the vue/prefer-use-template-ref rule on in the Vue configuration extension.

Changed

  • Updated the minimum required eslint version to 9.15.0.
  • Updated the minimum required eslint-plugin-vue version to 9.31.0.
  • Updated the minimum required @stylistic/eslint-plugin-js version to 2.11.0.

v11.0.0

Added

  • Switched the no-useless-assignment and promise/spec-only rules on in the base configuration.
  • Switched the n/prefer-node-protocol rules on in the Node configuration extension.
  • Switched the vue/no-deprecated-delete-set and vue/require-default-export rules on in the Vue configuration extension.
  • Switched the vue/max-props and vue/max-template-depth rules off in the Vue configuration extension.

Changed

  • Moved to the new flat configuration system.
  • Updated the minimum required eslint version to 9.13.0.
  • Updated the minimum required eslint-plugin-promise version to 7.1.0.
  • Updated the minimum required eslint-plugin-vue version to 9.29.1.
  • Updated the minimum required eslint-plugin-import version to 2.31.0.
  • Updated the minimum required @stylistic/eslint-plugin-js version to 2.9.0.
  • Replaced eslint-plugin-node, as it's no longer maintained, with eslint-plugin-n. The minimum required version is 17.13.2.
  • Replaced the line-comment-position rule with the @stylistic/js/line-comment-position rule in the base configuration.
  • Replaced the multiline-comment-style rule with the @stylistic/js/multiline-comment-style rule in the base configuration.
  • Replaced the n/shebang rule with the n/hashbang rule in the Node configuration extension.
  • Switched the import/no-unresolved rule off in the base configuration.

Removed

  • Removed the but/let-my-code-look-stupid, but/let-my-vue-components-look-stupid and but/let-my-node-applications-look-stupid configuration extensions.
  • Removed the but/let-me-write-stupid-tests configuration extension, these rule overrides are now included in the base configuration for all .spec.{js,cjs,mjs} and .test.{js, cjs, mjs} files.
Changelog

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

11.1.0 - 2024-11-12

Added

  • Switched the vue/prefer-use-template-ref rule on in the Vue configuration extension.

Changed

  • Updated the minimum required eslint version to 9.15.0.
  • Updated the minimum required eslint-plugin-vue version to 9.31.0.
  • Updated the minimum required @stylistic/eslint-plugin-js version to 2.11.0.

11.0.0 - 2024-11-22

Added

  • Switched the no-useless-assignment and promise/spec-only rules on in the base configuration.
  • Switched the n/prefer-node-protocol rules on in the Node configuration extension.
  • Switched the vue/no-deprecated-delete-set and vue/require-default-export rules on in the Vue configuration extension.
  • Switched the vue/max-props and vue/max-template-depth rules off in the Vue configuration extension.

Changed

  • Moved to the new flat configuration system.
  • Updated the minimum required eslint version to 9.13.0.
  • Updated the minimum required eslint-plugin-promise version to 7.1.0.
  • Updated the minimum required eslint-plugin-vue version to 9.29.1.
  • Updated the minimum required eslint-plugin-import version to 2.31.0.
  • Updated the minimum required @stylistic/eslint-plugin-js version to 2.9.0.
  • Replaced eslint-plugin-node, as it's no longer maintained, with eslint-plugin-n. The minimum required version is 17.13.2.
  • Replaced the line-comment-position rule with the @stylistic/js/line-comment-position rule in the base configuration.
  • Replaced the multiline-comment-style rule with the @stylistic/js/multiline-comment-style rule in the base configuration.
  • Replaced the n/shebang rule with the n/hashbang rule in the Node configuration extension.
  • Switched the import/no-unresolved rule off in the base configuration.

Removed

  • Removed the but/let-my-code-look-stupid, but/let-my-vue-components-look-stupid and but/let-my-node-applications-look-stupid configuration extensions.
  • Removed the but/let-me-write-stupid-tests configuration extension, these rule overrides are now included in the base configuration for all .spec.{js,cjs,mjs} and .test.{js, cjs, mjs} files.
Commits
  • c4fa006 Merge remote-tracking branch 'origin/master'
  • 9695399 Updated ESLint and some plugins.
  • 0fafb72 Bump eslint from 8.57.0 to 9.15.0 (#111)
  • 8fc10e6 Updated the date in the CHANGELOG.md file.
  • d07cc03 Bump @​stylistic/eslint-plugin-js from 2.9.0 to 2.11.0 (#113)
  • 064b064 Moved to ESLint v9.0 and to Flat Configuration. (#112)
  • 1e27fe2 Bump eslint-plugin-import from 2.30.0 to 2.31.0 (#101)
  • afce49b Bump eslint-plugin-import from 2.29.1 to 2.30.0 (#95)
  • 707292c Bump eslint-plugin-promise from 6.4.0 to 6.6.0 (#84)
  • 66e72f4 Bump eslint-plugin-vue from 9.26.0 to 9.27.0 (#82)
  • 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 Nov 25, 2024
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-eslint-config-protect-me-from-my-stupidity-11.1.0 branch from 1a64a6b to c39bb0e Compare November 25, 2024 18:51
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-eslint-config-protect-me-from-my-stupidity-11.1.0 branch from c39bb0e to 020f266 Compare November 25, 2024 18:53
Bumps [eslint-config-protect-me-from-my-stupidity](https://github.com/lsphillips/eslint-config-protect-me-from-my-stupidity) from 10.1.1 to 11.1.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...v11.1.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] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-eslint-config-protect-me-from-my-stupidity-11.1.0 branch from 020f266 to b27a662 Compare December 2, 2024 19:09
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 9, 2024

Looks like eslint-config-protect-me-from-my-stupidity is no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Dec 9, 2024
@dependabot dependabot bot deleted the dependabot-npm_and_yarn-eslint-config-protect-me-from-my-stupidity-11.1.0 branch December 9, 2024 18:09
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