Skip to content

Commit

Permalink
Bump the production-dependencies group across 1 directory with 2 upda…
Browse files Browse the repository at this point in the history
…tes (#543)

* Bump the production-dependencies group across 1 directory with 2 updates

Bumps the production-dependencies group with 2 updates in the / directory: [stylelint](https://github.com/stylelint/stylelint) and [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss).


Updates `stylelint` from 16.10.0 to 16.11.0
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint@16.10.0...16.11.0)

Updates `stylelint-scss` from 6.9.0 to 6.10.0
- [Release notes](https://github.com/stylelint-scss/stylelint-scss/releases)
- [Changelog](https://github.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md)
- [Commits](stylelint-scss/stylelint-scss@v6.9.0...v6.10.0)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: stylelint-scss
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update import paths for declarationValueIndex

* Update import paths to use .cjs extension

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jon Rohan <yes@jonrohan.codes>
  • Loading branch information
dependabot[bot] and jonrohan authored Dec 9, 2024
1 parent ee296b2 commit 8adc86f
Show file tree
Hide file tree
Showing 7 changed files with 68 additions and 93 deletions.
149 changes: 62 additions & 87 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/borders.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import stylelint from 'stylelint'
import declarationValueIndex from 'stylelint/lib/utils/declarationValueIndex.cjs'
import {declarationValueIndex} from 'stylelint/lib/utils/nodeFieldIndices.cjs'
import valueParser from 'postcss-value-parser'
import {walkGroups, primitivesVariables} from './lib/utils.js'

Expand Down
2 changes: 1 addition & 1 deletion plugins/box-shadow.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import stylelint from 'stylelint'
import declarationValueIndex from 'stylelint/lib/utils/declarationValueIndex.cjs'
import {declarationValueIndex} from 'stylelint/lib/utils/nodeFieldIndices.cjs'
import {primitivesVariables} from './lib/utils.js'

const {
Expand Down
2 changes: 1 addition & 1 deletion plugins/colors.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import stylelint from 'stylelint'
import declarationValueIndex from 'stylelint/lib/utils/declarationValueIndex.cjs'
import {declarationValueIndex} from 'stylelint/lib/utils/nodeFieldIndices.cjs'
import {primitivesVariables, hasValidColor} from './lib/utils.js'
import valueParser from 'postcss-value-parser'

Expand Down
2 changes: 1 addition & 1 deletion plugins/responsive-widths.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import stylelint from 'stylelint'
import declarationValueIndex from 'stylelint/lib/utils/declarationValueIndex.cjs'
import {declarationValueIndex} from 'stylelint/lib/utils/nodeFieldIndices.cjs'
import valueParser from 'postcss-value-parser'

export const ruleName = 'primer/responsive-widths'
Expand Down
2 changes: 1 addition & 1 deletion plugins/spacing.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import stylelint from 'stylelint'
import declarationValueIndex from 'stylelint/lib/utils/declarationValueIndex.cjs'
import {declarationValueIndex} from 'stylelint/lib/utils/nodeFieldIndices.cjs'
import valueParser from 'postcss-value-parser'
import {primitivesVariables, walkGroups} from './lib/utils.js'

Expand Down
2 changes: 1 addition & 1 deletion plugins/typography.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import stylelint from 'stylelint'
import declarationValueIndex from 'stylelint/lib/utils/declarationValueIndex.cjs'
import {declarationValueIndex} from 'stylelint/lib/utils/nodeFieldIndices.cjs'
import {primitivesVariables} from './lib/utils.js'

const {
Expand Down

0 comments on commit 8adc86f

Please sign in to comment.