Skip to content

Commit

Permalink
STSMACOM-803 Upgrade stylelint package, assocated dependencies (#1434)
Browse files Browse the repository at this point in the history
* upgrade stylelint package, assocated dependencies

* log changes
  • Loading branch information
JohnC-80 authored Jan 26, 2024
1 parent b42d83a commit 4f95fcd
Show file tree
Hide file tree
Showing 4 changed files with 177 additions and 264 deletions.
3 changes: 3 additions & 0 deletions .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"extends": "stylelint-config-standard",
"rules": {
"import-notation": "string",
"value-keyword-case": ["lower", {
"ignoreProperties": ["composes"]
}],
"selector-pseudo-class-no-unknown": [true, {
"ignorePseudoClasses": [
"export",
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
* `<ControlledVocab>` - last updated by column - show "System" when items are created by system user. Refs STSMACOM-797.
* Add field type `DATE_PICKER` to custom fields components. Refs STSMACOM-800.
* Make `helpText` prop as optional for all types of custom field components. Refs STSMACOM-799.
* Upgrade `stylelint` and associated dependencies. Refs STSMACOM-803.
* `<UserName>` must handle sparse data. Refs STSMACOM-802.

## [9.0.0](https://github.com/folio-org/stripes-smart-components/tree/v9.0.0) (2023-10-11)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
"regenerator-runtime": "^0.13.5",
"rxjs": "^6.6.3",
"sinon": "^6.3.4",
"stylelint": "^15.6.2",
"stylelint-config-standard": "^33.0.0",
"stylelint": "^16.2.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-junit-formatter": "^0.2.2"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 4f95fcd

Please sign in to comment.