Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#1242)
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 |
|---|---|---|---|---|---|
|
[@openapitools/openapi-generator-cli](https://togithub.com/OpenAPITools/openapi-generator-cli)
| [`~2.7.0` ->
`~2.8.0`](https://renovatebot.com/diffs/npm/@openapitools%2fopenapi-generator-cli/2.7.0/2.8.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@openapitools%2fopenapi-generator-cli/2.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@openapitools%2fopenapi-generator-cli/2.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@openapitools%2fopenapi-generator-cli/2.7.0/2.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@openapitools%2fopenapi-generator-cli/2.7.0/2.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@types/chrome](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chrome)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chrome))
| [`^0.0.257` ->
`^0.0.258`](https://renovatebot.com/diffs/npm/@types%2fchrome/0.0.257/0.0.258)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fchrome/0.0.258?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fchrome/0.0.258?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fchrome/0.0.257/0.0.258?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fchrome/0.0.257/0.0.258?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [sass](https://togithub.com/sass/dart-sass) | [`~1.69.0` ->
`~1.70.0`](https://renovatebot.com/diffs/npm/sass/1.69.7/1.70.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/sass/1.70.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/sass/1.70.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/sass/1.69.7/1.70.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/sass/1.69.7/1.70.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [sass](https://togithub.com/sass/dart-sass) | [`~1.69.5` ->
`~1.70.0`](https://renovatebot.com/diffs/npm/sass/1.69.7/1.70.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/sass/1.70.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/sass/1.70.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/sass/1.69.7/1.70.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/sass/1.69.7/1.70.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>OpenAPITools/openapi-generator-cli
(@&#8203;openapitools/openapi-generator-cli)</summary>

###
[`v2.8.0`](https://togithub.com/OpenAPITools/openapi-generator-cli/releases/tag/v2.8.0)

[Compare
Source](https://togithub.com/OpenAPITools/openapi-generator-cli/compare/v2.7.0...v2.8.0)

##### Features

- **release:** trigger a release
([7cc735e](https://togithub.com/OpenAPITools/openapi-generator-cli/commit/7cc735e8e2cd1e47beae51b292815c117f03592b))

</details>

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

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

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

##### JavaScript API

- Add a `sass.initCompiler()` function that returns a `sass.Compiler`
object
which supports `compile()` and `compileString()` methods with the same
API as
the global Sass object. On the Node.js embedded host, each
`sass.Compiler`
object uses a single long-lived subprocess, making compiling multiple
    stylesheets much more efficient.

- Add a `sass.initAsyncCompiler()` function that returns a
`sass.AsyncCompiler`
object which supports `compileAsync()` and `compileStringAsync()`
methods with
the same API as the global Sass object. On the Node.js embedded host,
each
`sass.AsynCompiler` object uses a single long-lived subprocess, making
    compiling multiple stylesheets much more efficient.

##### Embedded Sass

- Support the `CompileRequest.silent` field. This allows compilations
with no
    logging to avoid unnecessary request/response cycles.

- The Dart Sass embedded compiler now reports its name as "dart-sass"
rather
    than "Dart Sass", to match the JS API's `info` field.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday,before 5am
every weekday,every weekend" in timezone Europe/Paris, Automerge - At
any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  • Loading branch information
matthieu-crouzet authored Jan 18, 2024
2 parents 72c2ab0 + fe65a6d commit 591622f
Show file tree
Hide file tree
Showing 8 changed files with 78 additions and 119 deletions.
2 changes: 1 addition & 1 deletion apps/chrome-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@o3r/eslint-plugin": "workspace:^",
"@o3r/localization": "workspace:^",
"@o3r/rules-engine": "workspace:^",
"@types/chrome": "^0.0.257",
"@types/chrome": "^0.0.258",
"@types/jest": "~29.5.2",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.11.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
"react": "^18.0.0",
"react-dom": "^18.0.0",
"rimraf": "^5.0.1",
"sass": "~1.69.5",
"sass": "~1.70.0",
"sass-loader": "^14.0.0",
"semver": "^7.5.2",
"shx": "^0.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/@ama-sdk/create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@angular-devkit/schematics-cli": "~17.0.3",
"@angular/cli": "~17.0.3",
"@o3r/schematics": "workspace:^",
"@openapitools/openapi-generator-cli": "~2.7.0",
"@openapitools/openapi-generator-cli": "~2.8.0",
"@schematics/angular": "~17.0.3",
"minimist": "^1.2.6",
"rxjs": "^7.8.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/@ama-sdk/schematics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@angular-devkit/schematics-cli": "^17.0.1",
"@angular/cli": "^17.0.1",
"@o3r/schematics": "workspace:^",
"@openapitools/openapi-generator-cli": "~2.7.0",
"@openapitools/openapi-generator-cli": "~2.8.0",
"@schematics/angular": "~17.0.0"
},
"dependencies": {
Expand All @@ -74,7 +74,7 @@
"@o3r/build-helpers": "workspace:^",
"@o3r/eslint-plugin": "workspace:^",
"@o3r/schematics": "workspace:^",
"@openapitools/openapi-generator-cli": "~2.7.0",
"@openapitools/openapi-generator-cli": "~2.8.0",
"@schematics/angular": "~17.0.3",
"@types/jest": "~29.5.2",
"@types/js-yaml": "^4.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/@ama-sdk/showcase-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@nx/jest": "~17.2.0",
"@o3r/eslint-config-otter": "workspace:^",
"@o3r/eslint-plugin": "workspace:^",
"@openapitools/openapi-generator-cli": "~2.7.0",
"@openapitools/openapi-generator-cli": "~2.8.0",
"@schematics/angular": "~17.0.3",
"@swc/cli": "^0.1.57",
"@swc/core": "^1.3.85",
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 @@ -52,7 +52,7 @@
"chokidar": "^3.5.2",
"globby": "^11.1.0",
"minimatch": "~9.0.3",
"sass": "~1.69.0"
"sass": "~1.70.0"
},
"peerDependenciesMeta": {
"@o3r/core": {
Expand Down Expand Up @@ -123,7 +123,7 @@
"minimatch": "~9.0.3",
"nx": "~17.2.0",
"rxjs": "^7.8.1",
"sass": "~1.69.5",
"sass": "~1.70.0",
"ts-jest": "~29.1.1",
"ts-node": "~10.9.1",
"type-fest": "^4.3.1",
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 @@ -45,7 +45,7 @@
"@o3r/schematics": "workspace:^",
"@schematics/angular": "~17.0.0",
"rxjs": "^7.8.1",
"sass": "~1.69.0"
"sass": "~1.70.0"
},
"peerDependenciesMeta": {
"@angular-devkit/architect": {
Expand Down Expand Up @@ -140,7 +140,7 @@
"nx": "~17.2.0",
"pid-from-port": "^1.1.3",
"rxjs": "^7.8.1",
"sass": "~1.69.5",
"sass": "~1.70.0",
"semver": "^7.5.2",
"stylelint": "^16.0.2",
"stylelint-scss": "^6.0.0",
Expand Down
Loading

0 comments on commit 591622f

Please sign in to comment.