Skip to content

Commit

Permalink
chore(deps): update dependency sass to ~1.75.0 (#1637)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [sass](https://togithub.com/sass/dart-sass) | [`~1.74.0` ->
`~1.75.0`](https://renovatebot.com/diffs/npm/sass/1.74.1/1.75.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/sass/1.75.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/sass/1.75.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/sass/1.74.1/1.75.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/sass/1.74.1/1.75.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>sass/dart-sass (sass)</summary>

###
[`v1.75.0`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1750)

[Compare
Source](https://togithub.com/sass/dart-sass/compare/1.74.1...1.75.0)

- Fix a bug in which stylesheet canonicalization could be cached
incorrectly
when custom importers or the Node.js package importer made decisions
based on
    the URL of the containing stylesheet.

##### JS API

- Allow `importer` to be passed without `url` in
`StringOptionsWithImporter`.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/AmadeusITGroup/otter).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  • Loading branch information
kpanot authored Apr 12, 2024
2 parents ffb8bc0 + 4d60374 commit e0eec22
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
"react": "^18.0.0",
"react-dom": "^18.0.0",
"rimraf": "^5.0.1",
"sass": "~1.74.0",
"sass": "~1.75.0",
"sass-loader": "^14.0.0",
"semver": "^7.5.2",
"standard-version": "^9.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/@o3r/design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@o3r/styling": "workspace:^",
"chokidar": "^3.5.2",
"globby": "^11.1.0",
"sass": "~1.74.0"
"sass": "~1.75.0"
},
"peerDependenciesMeta": {
"@o3r/core": {
Expand Down Expand Up @@ -129,7 +129,7 @@
"jsonschema": "~1.4.1",
"nx": "~18.2.0",
"rxjs": "^7.8.1",
"sass": "~1.74.0",
"sass": "~1.75.0",
"ts-jest": "~29.1.2",
"ts-node": "~10.9.2",
"type-fest": "^4.10.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/@o3r/styling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@o3r/schematics": "workspace:^",
"@schematics/angular": "~17.3.0",
"rxjs": "^7.8.1",
"sass": "~1.74.0"
"sass": "~1.75.0"
},
"peerDependenciesMeta": {
"@angular-devkit/architect": {
Expand Down Expand Up @@ -148,7 +148,7 @@
"nx": "~18.2.0",
"pid-from-port": "^1.1.3",
"rxjs": "^7.8.1",
"sass": "~1.74.0",
"sass": "~1.75.0",
"semver": "^7.5.2",
"stylelint": "^16.0.2",
"stylelint-scss": "^6.0.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7294,7 +7294,7 @@ __metadata:
minimist: "npm:^1.2.6"
nx: "npm:~18.2.0"
rxjs: "npm:^7.8.1"
sass: "npm:~1.74.0"
sass: "npm:~1.75.0"
ts-jest: "npm:~29.1.2"
ts-node: "npm:~10.9.2"
tslib: "npm:^2.6.2"
Expand All @@ -7307,7 +7307,7 @@ __metadata:
"@o3r/styling": "workspace:^"
chokidar: ^3.5.2
globby: ^11.1.0
sass: ~1.74.0
sass: ~1.75.0
peerDependenciesMeta:
"@o3r/core":
optional: true
Expand Down Expand Up @@ -7874,7 +7874,7 @@ __metadata:
react-dom: "npm:^18.0.0"
rimraf: "npm:^5.0.1"
rxjs: "npm:^7.8.1"
sass: "npm:~1.74.0"
sass: "npm:~1.75.0"
sass-loader: "npm:^14.0.0"
semver: "npm:^7.5.2"
standard-version: "npm:^9.0.0"
Expand Down Expand Up @@ -8896,7 +8896,7 @@ __metadata:
nx: "npm:~18.2.0"
pid-from-port: "npm:^1.1.3"
rxjs: "npm:^7.8.1"
sass: "npm:~1.74.0"
sass: "npm:~1.75.0"
semver: "npm:^7.5.2"
stylelint: "npm:^16.0.2"
stylelint-scss: "npm:^6.0.0"
Expand All @@ -8921,7 +8921,7 @@ __metadata:
"@o3r/schematics": "workspace:^"
"@schematics/angular": ~17.3.0
rxjs: ^7.8.1
sass: ~1.74.0
sass: ~1.75.0
peerDependenciesMeta:
"@angular-devkit/architect":
optional: true
Expand Down Expand Up @@ -27674,16 +27674,16 @@ __metadata:
languageName: node
linkType: hard

"sass@npm:^1.42.1, sass@npm:^1.69.5, sass@npm:~1.74.0":
version: 1.74.1
resolution: "sass@npm:1.74.1"
"sass@npm:^1.42.1, sass@npm:^1.69.5, sass@npm:~1.75.0":
version: 1.75.0
resolution: "sass@npm:1.75.0"
dependencies:
chokidar: "npm:>=3.0.0 <4.0.0"
immutable: "npm:^4.0.0"
source-map-js: "npm:>=0.6.2 <2.0.0"
bin:
sass: sass.js
checksum: 10/fe49406d1ed37541cf69b842b76109a9ede6efe565b2aa0fa3f0f041d310673a713404677c1f82747089dfea4f5a873a761b8d3f94f4da3883ca402768cd58aa
checksum: 10/9f2d1b5adfe0b008e7062ef2f42fd9b26672e39e36ef3d234166636a4082d1f66c01804070e4e07b50ec872cdd9485ccf10fae8f87b3c00b9de6400c6e73efe8
languageName: node
linkType: hard

Expand Down

0 comments on commit e0eec22

Please sign in to comment.