Skip to content

Commit

Permalink
Update deps (#6496)
Browse files Browse the repository at this point in the history
* Bump lint-staged from 13.0.3 to 13.0.4

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 13.0.3 to 13.0.4.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](lint-staged/lint-staged@v13.0.3...v13.0.4)

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

* Bump ignore from 5.2.0 to 5.2.1

Bumps [ignore](https://github.com/kaelzhang/node-ignore) from 5.2.0 to 5.2.1.
- [Release notes](https://github.com/kaelzhang/node-ignore/releases)
- [Changelog](https://github.com/kaelzhang/node-ignore/blob/master/CHANGELOG.md)
- [Commits](kaelzhang/node-ignore@5.2.0...5.2.1)

---
updated-dependencies:
- dependency-name: ignore
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* Bump postcss-scss from 4.0.5 to 4.0.6

Bumps [postcss-scss](https://github.com/postcss/postcss-scss) from 4.0.5 to 4.0.6.
- [Release notes](https://github.com/postcss/postcss-scss/releases)
- [Changelog](https://github.com/postcss/postcss-scss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss-scss@4.0.5...4.0.6)

---
updated-dependencies:
- dependency-name: postcss-scss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
ybiquitous and dependabot[bot] committed Nov 28, 2022
1 parent f226f54 commit 2290f55
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 82 deletions.
158 changes: 79 additions & 79 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -124,7 +124,7 @@
"globby": "^11.1.0",
"globjoin": "^0.1.4",
"html-tags": "^3.2.0",
"ignore": "^5.2.0",
"ignore": "^5.2.1",
"import-lazy": "^4.0.0",
"imurmurhash": "^0.1.4",
"is-plain-object": "^5.0.0",
Expand Down Expand Up @@ -177,7 +177,7 @@
"jest": "^28.1.3",
"jest-preset-stylelint": "^5.0.4",
"jest-watch-typeahead": "^2.2.0",
"lint-staged": "^13.0.3",

This comment has been minimized.

Copy link
@Mouvedia

Mouvedia Feb 3, 2023

Contributor

We need to downgrade to 12.5.0 to respect

"node": "^12.20.0 || ^14.13.1 || >=16.0.0"

It matters because it uses optional chaining which is not supported by version 12.

see https://github.com/okonet/lint-staged/releases/tag/v13.0.0

"lint-staged": "^13.0.4",
"node-fetch": "^3.3.0",
"np": "^7.6.2",
"npm-run-all": "^4.1.5",
Expand All @@ -186,7 +186,7 @@
"postcss-import": "^14.1.0",
"postcss-less": "^6.0.0",
"postcss-sass": "^0.5.0",
"postcss-scss": "^4.0.5",
"postcss-scss": "^4.0.6",
"remark-cli": "^11.0.0",
"sugarss": "^4.0.1",
"typescript": "^4.9.3"
Expand Down

0 comments on commit 2290f55

Please sign in to comment.