Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
fixed dependencies for stylelint-config-terra
Browse files Browse the repository at this point in the history
  • Loading branch information
sdadn committed Nov 8, 2023
1 parent 1922190 commit ef0dbac
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 15 deletions.
4 changes: 4 additions & 0 deletions packages/stylelint-config-terra/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

* Fixes
* Fixed unresolved peer dependency
* Corrected version of `browserslist-config-terra`. It should now pull in v4.

## 5.0.0 - (October 26, 2023)

* Breaking Change
Expand Down
26 changes: 12 additions & 14 deletions packages/stylelint-config-terra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,24 +52,22 @@
"test": "npm run jest"
},
"dependencies": {
"@cerner/browserslist-config-terra": "3.2.0",
"find-up": "^4.0.0",
"postcss-scss": "^4.0.6",
"postcss-value-parser": "^4.0.0",
"stylelint-config-sass-guidelines": "10.0.0",
"stylelint-no-unsupported-browser-features": "^4.1.0",
"stylelint-order": "^4.1.0",
"stylelint-scss": "^3.11.0"
"@cerner/browserslist-config-terra": "4",
"find-up": "4",
"postcss-scss": "4",
"postcss-value-parser": "4",
"stylelint-config-sass-guidelines": "10",
"stylelint-no-unsupported-browser-features": "4",
"stylelint-order": "4",
"stylelint-scss": "^3"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.1",
"@babel/cli": "7",
"@babel/core": "7",
"@cerner/eslint-config-terra": "^5.6.0",
"@cerner/jest-config-terra": "^2.0.0",
"eslint": "^7.32.0"
"@cerner/jest-config-terra": "^2.0.0"
},
"peerDependencies": {
"postscss": "8.3.11",
"stylelint": "^15.2.0"
"stylelint": "15"
}
}
3 changes: 3 additions & 0 deletions packages/terra-toolkit-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

* Changes
* Minor corrections in the upgrade guide for `stylelint-config-terra`.

## 2.24.0 - (October 26, 2023)

* Changed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Badge } from '@cerner/stylelint-config-terra/package.json?dev-site-pack

# stylelint-config-terra Upgrade Guide

## Changes from stylelint-config-terra 4.0.0 to @cerner/stylelint-config-terra 5.0.0
## Changes from @cerner/stylelint-config-terra 4.0.0 to @cerner/stylelint-config-terra 5.0.0

* Stylelint version 15 is now required. Refer to the [Stylelint 15 Migration Guide for more details](https://stylelint.io/migration-guide/to-15).
* Support for IE10 rules has been dropped. Make sure you are no longer using IE10 rules in your project before upgrading.
Expand Down

0 comments on commit ef0dbac

Please sign in to comment.