Skip to content

Commit 1f076d7

Browse files
authored
chore(deps): update all non-major dependencies (#2142)
This PR contains the following updates: | Package | Type | Update | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---|---|---| | [actions/upload-artifact](https://redirect.github.com/actions/upload-artifact) | action | patch | `v3.2.0` -> `v3.2.1` | [![age](https://developer.mend.io/api/mc/badges/age/github-tags/actions%2fupload-artifact/v3.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/github-tags/actions%2fupload-artifact/v3.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/github-tags/actions%2fupload-artifact/v3.2.0/v3.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/actions%2fupload-artifact/v3.2.0/v3.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [sass](https://redirect.github.com/sass/dart-sass) | peerDependencies | minor | [`~1.77.0` -> `~1.78.0`](https://renovatebot.com/diffs/npm/sass/1.77.8/1.78.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/sass/1.78.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/sass/1.78.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/sass/1.77.8/1.78.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/sass/1.77.8/1.78.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [sass](https://redirect.github.com/sass/dart-sass) | devDependencies | minor | [`~1.77.0` -> `~1.78.0`](https://renovatebot.com/diffs/npm/sass/1.77.8/1.78.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/sass/1.78.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/sass/1.78.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/sass/1.77.8/1.78.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/sass/1.77.8/1.78.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>actions/upload-artifact (actions/upload-artifact)</summary> ### [`v3.2.1`](https://redirect.github.com/actions/upload-artifact/releases/tag/v3.2.1) [Compare Source](https://redirect.github.com/actions/upload-artifact/compare/v3.2.0...v3.2.1) #### What's Changed This fixes the `include-hidden-files` input introduced in https://github.com/actions/upload-artifact/releases/tag/v3.2.0 - Ensure hidden files input is used by [@&#8203;joshmgross](https://redirect.github.com/joshmgross) in [https://github.com/actions/upload-artifact/pull/609](https://redirect.github.com/actions/upload-artifact/pull/609) **Full Changelog**: actions/upload-artifact@v3.2.0...v3.2.1 </details> <details> <summary>sass/dart-sass (sass)</summary> ### [`v1.78.0`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1780) [Compare Source](https://redirect.github.com/sass/dart-sass/compare/1.77.8...1.78.0) - The `meta.feature-exists` function is now deprecated. This deprecation is named `feature-exists`. - Fix a crash when using `@at-root` without any queries or children in the indented syntax. ##### JS API - Backport the deprecation options (`fatalDeprecations`, `futureDeprecations`, and `silenceDeprecations`) to the legacy JS API. The legacy JS API is itself deprecated, and you should move off of it if possible, but this will allow users of bundlers and other tools that are still using the legacy API to still control deprecation warnings. - Fix a bug where accessing `SourceSpan.url` would crash when a relative URL was passed to the Sass API. ##### Embedded Sass - Explicitly expose a `sass` executable from the `sass-embedded` npm package. This was intended to be included in 1.63.0, but due to the way platform-specific dependency executables are installed it did not work as intended. Now users can run `npx sass` for local installs or just `sass` when `sass-embedded` is installed globally. - Add linux-riscv64, linux-musl-riscv64, and android-riscv64 support for the `sass-embedded` npm package. - Fix an edge case where the Dart VM could hang when shutting down when requests were in flight. - Fix a race condition where the embedded host could fail to shut down if it was closed around the same time a new compilation was started. - Fix a bug where parse-time deprecation warnings could not be controlled by the deprecation options in some circumstances. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/AmadeusITGroup/otter). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
2 parents 4ede9a7 + fc1d18a commit 1f076d7

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed

.github/workflows/code-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- name: Publish tests reports
7676
if: always()
7777
# TODO upgrade to v4 when https://github.com/AmadeusITGroup/otter/issues/1198 is fixed
78-
uses: actions/upload-artifact@9ee08a3b00e91a926cc9547dc79589c20872452f # v3.2.0
78+
uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3.2.1
7979
with:
8080
name: ut-reports-${{ matrix.os }}
8181
path: |

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Publish tests reports
4343
if: failure()
4444
# TODO upgrade to v4 when https://github.com/AmadeusITGroup/otter/issues/1198 is fixed
45-
uses: actions/upload-artifact@9ee08a3b00e91a926cc9547dc79589c20872452f # v3.2.0
45+
uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3.2.1
4646
with:
4747
name: e2e-report
4848
path: apps/showcase/playwright-reports

.github/workflows/it-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
- name: Publish tests reports
128128
if: always()
129129
# TODO upgrade to v4 when https://github.com/AmadeusITGroup/otter/issues/1198 is fixed
130-
uses: actions/upload-artifact@9ee08a3b00e91a926cc9547dc79589c20872452f # v3.2.0
130+
uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3.2.1
131131
with:
132132
name: it-reports-${{ matrix.os }}-${{ matrix.packageManager }}
133133
path: 'packages/**/dist-test/it-report.xml'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@
249249
"react-dom": "^18.0.0",
250250
"replace-in-files-cli": "^2.2.0",
251251
"rimraf": "^5.0.1",
252-
"sass": "~1.77.0",
252+
"sass": "~1.78.0",
253253
"sass-loader": "^14.0.0",
254254
"semver": "^7.5.2",
255255
"stylelint": "^16.0.2",

packages/@o3r/design/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@o3r/styling": "workspace:^",
5959
"chokidar": "^3.5.2",
6060
"globby": "^11.1.0",
61-
"sass": "~1.77.0"
61+
"sass": "~1.78.0"
6262
},
6363
"peerDependenciesMeta": {
6464
"@o3r/core": {
@@ -132,7 +132,7 @@
132132
"nx": "~19.5.0",
133133
"pid-from-port": "^1.1.3",
134134
"rxjs": "^7.8.1",
135-
"sass": "~1.77.0",
135+
"sass": "~1.78.0",
136136
"semver": "^7.5.2",
137137
"ts-jest": "~29.2.0",
138138
"ts-node": "~10.9.2",

packages/@o3r/styling/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@yarnpkg/plugin-npm": "^3.0.1",
5656
"@yarnpkg/plugin-pack": "^4.0.0",
5757
"rxjs": "^7.8.1",
58-
"sass": "~1.77.0",
58+
"sass": "~1.78.0",
5959
"semver": "^7.5.2"
6060
},
6161
"peerDependenciesMeta": {
@@ -179,7 +179,7 @@
179179
"nx": "~19.5.0",
180180
"pid-from-port": "^1.1.3",
181181
"rxjs": "^7.8.1",
182-
"sass": "~1.77.0",
182+
"sass": "~1.78.0",
183183
"semver": "^7.5.2",
184184
"stylelint": "^16.0.2",
185185
"stylelint-scss": "^6.0.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7363,7 +7363,7 @@ __metadata:
73637363
nx: "npm:~19.5.0"
73647364
pid-from-port: "npm:^1.1.3"
73657365
rxjs: "npm:^7.8.1"
7366-
sass: "npm:~1.77.0"
7366+
sass: "npm:~1.78.0"
73677367
semver: "npm:^7.5.2"
73687368
ts-jest: "npm:~29.2.0"
73697369
ts-node: "npm:~10.9.2"
@@ -7377,7 +7377,7 @@ __metadata:
73777377
"@o3r/styling": "workspace:^"
73787378
chokidar: ^3.5.2
73797379
globby: ^11.1.0
7380-
sass: ~1.77.0
7380+
sass: ~1.78.0
73817381
peerDependenciesMeta:
73827382
"@o3r/core":
73837383
optional: true
@@ -8012,7 +8012,7 @@ __metadata:
80128012
replace-in-files-cli: "npm:^2.2.0"
80138013
rimraf: "npm:^5.0.1"
80148014
rxjs: "npm:^7.8.1"
8015-
sass: "npm:~1.77.0"
8015+
sass: "npm:~1.78.0"
80168016
sass-loader: "npm:^14.0.0"
80178017
semver: "npm:^7.5.2"
80188018
stylelint: "npm:^16.0.2"
@@ -9144,7 +9144,7 @@ __metadata:
91449144
nx: "npm:~19.5.0"
91459145
pid-from-port: "npm:^1.1.3"
91469146
rxjs: "npm:^7.8.1"
9147-
sass: "npm:~1.77.0"
9147+
sass: "npm:~1.78.0"
91489148
semver: "npm:^7.5.2"
91499149
stylelint: "npm:^16.0.2"
91509150
stylelint-scss: "npm:^6.0.0"
@@ -9174,7 +9174,7 @@ __metadata:
91749174
"@yarnpkg/plugin-npm": ^3.0.1
91759175
"@yarnpkg/plugin-pack": ^4.0.0
91769176
rxjs: ^7.8.1
9177-
sass: ~1.77.0
9177+
sass: ~1.78.0
91789178
semver: ^7.5.2
91799179
peerDependenciesMeta:
91809180
"@angular-devkit/architect":
@@ -29128,16 +29128,16 @@ __metadata:
2912829128
languageName: node
2912929129
linkType: hard
2913029130

29131-
"sass@npm:^1.42.1, sass@npm:^1.69.5, sass@npm:~1.77.0":
29132-
version: 1.77.8
29133-
resolution: "sass@npm:1.77.8"
29131+
"sass@npm:^1.42.1, sass@npm:^1.69.5, sass@npm:~1.78.0":
29132+
version: 1.78.0
29133+
resolution: "sass@npm:1.78.0"
2913429134
dependencies:
2913529135
chokidar: "npm:>=3.0.0 <4.0.0"
2913629136
immutable: "npm:^4.0.0"
2913729137
source-map-js: "npm:>=0.6.2 <2.0.0"
2913829138
bin:
2913929139
sass: sass.js
29140-
checksum: 10/4bf6e3007fef62dd6dfc657c89c2890872a6b5dc43e2dc4d61bcf9ae1bdc2dd95b59454a3cbd3c8363c98b673b028e1578b26135190d0f2a8a184a38ab41e99b
29140+
checksum: 10/a180135addd9108d9a3549e111b2b442a97761bc429ef04374d57ef741d4343378e7092a6cba12e1f94e48b02d9b997cc79e737c0a2b834ad9204a761b14734d
2914129141
languageName: node
2914229142
linkType: hard
2914329143

0 commit comments

Comments
 (0)