Skip to content
This repository was archived by the owner on Feb 9, 2023. It is now read-only.

Bump eslint-config-stylelint from 13.1.0 to 15.1.0 #264

Merged

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 2, 2022

Bumps eslint-config-stylelint from 13.1.0 to 15.1.0.

Release notes

Sourced from eslint-config-stylelint's releases.

15.1.0

  • Changed: bump eslint-plugin-jest from v25 to v26.

15.0.0

  • Changed: bump eslint-plugin-jest from v24 to v25.
  • Removed: eslint-plugin-eslint-comments plugin.

Pre-Release: 15.0.0-0

  • Bump eslint-plugin-regexp from 1.4.1 to 1.5.0 (#154) 5d1533f
  • Bump eslint from 8.0.1 to 8.1.0 (#153) a1b8e34
  • Use main 80cd639
  • Prepare 15.0.0 62ac183
  • Update eslint-plugin-jest (#148) 11fb340
  • Bump eslint-plugin-jest from 24.4.0 to 24.5.0 (#145) 590cb83
  • Bump jest from 27.2.0 to 27.2.4 (#146) 3ddb7cd

stylelint/eslint-config-stylelint@14.0.0...15.0.0-0

14.0.0

  • Added: ESM support.
  • Added: eslint-plugin-regexp plugin.
  • Removed: eslint-plugin-sort-requires plugin.

13.1.1

  • Fixed: node/no-unsupported-feature range.
Changelog

Sourced from eslint-config-stylelint's changelog.

15.1.0

  • Changed: bump eslint-plugin-jest from v25 to v26.

15.0.0

  • Changed: bump eslint-plugin-jest from v24 to v25.
  • Removed: eslint-plugin-eslint-comments plugin.

14.0.0

  • Added: ESM support.
  • Added: eslint-plugin-regexp plugin.
  • Removed: eslint-plugin-sort-requires plugin.

13.1.1

  • Fixed: node/no-unsupported-feature range.
Commits

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 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 pr: dependencies relates to dependencies label May 2, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-config-stylelint-15.1.0 branch 2 times, most recently from ec2f813 to e6b3b53 Compare May 9, 2022 04:40
@ybiquitous
Copy link
Member

@dependabot rebase

Bumps [eslint-config-stylelint](https://github.com/stylelint/eslint-config-stylelint) from 13.1.0 to 15.1.0.
- [Release notes](https://github.com/stylelint/eslint-config-stylelint/releases)
- [Changelog](https://github.com/stylelint/eslint-config-stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/eslint-config-stylelint@13.1.0...15.1.0)

---
updated-dependencies:
- dependency-name: eslint-config-stylelint
  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-stylelint-15.1.0 branch from e6b3b53 to 6b5d700 Compare May 9, 2022 04:46
@@ -102,6 +109,9 @@
"postcss": ">=7.0.0",
"postcss-syntax": ">=0.36.2"
},
"engines": {
"node": ">=12.0.0"
},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[note] Fo the spread syntax (...):

$ npm run lint:js -- --no-cache
...

/Users/koba/git/stylelint/postcss-css-in-js/template-parser-helper.js
   92:17  error  Rest/spread properties are not supported until Node.js 8.3.0. The configured version range is '>=8.0.0'  node/no-unsupported-features/es-syntax
  191:5   error  Rest/spread properties are not supported until Node.js 8.3.0. The configured version range is '>=8.0.0'  node/no-unsupported-features/es-syntax
  193:5   error  Rest/spread properties are not supported until Node.js 8.3.0. The configured version range is '>=8.0.0'  node/no-unsupported-features/es-syntax

/Users/koba/git/stylelint/postcss-css-in-js/template-tokenize.js
  59:11  error  Rest/spread properties are not supported until Node.js 8.3.0. The configured version range is '>=8.0.0'  node/no-unsupported-features/es-syntax

✖ 4 problems (4 errors, 0 warnings)

@ybiquitous ybiquitous merged commit 4c634b0 into master May 9, 2022
@ybiquitous ybiquitous deleted the dependabot/npm_and_yarn/eslint-config-stylelint-15.1.0 branch May 9, 2022 05:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
pr: dependencies relates to dependencies
Development

Successfully merging this pull request may close these issues.

1 participant