Skip to content

Commit

Permalink
Bump stylelint from 13.12.0 to 15.10.1 (#159)
Browse files Browse the repository at this point in the history
* Bump stylelint from 13.12.0 to 15.10.1

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

---
updated-dependencies:
- dependency-name: stylelint
  dependency-type: direct:development
...

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

* Update lint.yml

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex Böhm <tools@boehm.work>
  • Loading branch information
dependabot[bot] and mheob committed Jul 10, 2023
1 parent 88f2660 commit 4eab4a3
Show file tree
Hide file tree
Showing 3 changed files with 311 additions and 464 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 12
node-version: 18

- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"

- uses: actions/cache@v2
- uses: actions/cache@v3
id: yarn-cache
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"husky": "^6.0.0",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"stylelint": "^13.12.0",
"stylelint": "^15.10.1",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-recommended": "^4.0.0",
"ts-jest": "^26.5.4",
Expand Down

0 comments on commit 4eab4a3

Please sign in to comment.