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 stylelint-config-gds from 0.3.0 to 2.0.0 #3845

Merged
merged 2 commits into from
Mar 13, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps stylelint-config-gds from 0.3.0 to 2.0.0.

Changelog

Sourced from stylelint-config-gds's changelog.

2.0.0

This release upgrades to Stylelint 16 and removes rules deprecated in Stylelint 15

Breaking change: Requires Node.js v18.12.0+

The minimum Node.js version is now v18.12.0 but note the following changes for Stylelint API users:

  • Supports ES module plugins, custom syntaxes and formatters
  • Updates rules, formatters and utilities to return Promises
  • Deprecates the CommonJS Node.js API
  • Requires Node.js v18.12.0+

Read about breaking changes in the Stylelint Migrating to v16.0.0 guide.

1.1.1

This release includes:

1.1.0

This release includes:

1.0.0

This release upgrades to Stylelint 15 and now includes:

  • Checks for media query syntax, rules and values
  • Checks for number precision inside CSS functions
  • Fixes for duplicate rules with intentionally different units

Read about breaking changes in the Stylelint Migrating to v15.0.0 guide.

Breaking change: Removal of stylistic rules

We have removed all stylistic rules (such as tabs/spaces, indentation, etc) as they're no longer included in Stylelint common configurations as part of their deprecation in Stylelint 15.

As per Stylelint's own documentation, we recommend that projects adopt Prettier for formatting instead.

If this is not possible for your project, you can configure your projects' Stylelint configuration to use the stylelint-stylistic or stylelint-codeguide plugins to restore the deprecated rules instead.

This change was made in [pull request #44: Remove deprecated stylistic rules](alphagov/stylelint-config-gds#44).

Removal of rule enforcing single-colon pseudo elements

... (truncated)

Commits
  • 6d18c7f Merge pull request #64 from alphagov/release-2.0.0
  • 59ae7e8 Bump version to 2.0.0
  • 5fe65cb Merge pull request #63 from alphagov/stylelint-16
  • f2c75ae Merge pull request #60 from alphagov/node-20
  • daa0dc9 Merge pull request #61 from alphagov/set-output-deprecated
  • 44e1f9a Add CHANGELOG entry for Stylelint 16
  • 69b6374 Move tests to ES modules
  • 67f764b Run tests in Node.js for ES modules support
  • 17e528f Remove deprecated rule 'max-line-length': null
  • 43eb1a7 Update packages for Stylelint
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 1, 2024
Copy link

sonarqubecloud bot commented Feb 1, 2024

Quality Gate Passed Quality Gate passed

The SonarCloud Quality Gate passed, but some issues were introduced.

5 New issues
0 Security Hotspots
96.3% Coverage on New Code
0.2% Duplication on New Code

See analysis details on SonarCloud

@martyn-w
Copy link
Contributor

@dependabot rebase.

Bumps [stylelint-config-gds](https://github.com/alphagov/stylelint-config-gds) from 0.3.0 to 2.0.0.
- [Changelog](https://github.com/alphagov/stylelint-config-gds/blob/main/CHANGELOG.md)
- [Commits](alphagov/stylelint-config-gds@0.3.0...2.0.0)

---
updated-dependencies:
- dependency-name: stylelint-config-gds
  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/stylelint-config-gds-2.0.0 branch from c2a71f8 to 84d27cb Compare March 12, 2024 16:24
Copy link

Copy link

@martyn-w martyn-w merged commit e60300a into master Mar 13, 2024
26 checks passed
@martyn-w martyn-w deleted the dependabot/npm_and_yarn/stylelint-config-gds-2.0.0 branch March 13, 2024 16:52
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 javascript Pull requests that update Javascript code Style
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants