Skip to content

Commit

Permalink
chore(deps): update major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 25, 2024
1 parent 0d575de commit bd8cea0
Show file tree
Hide file tree
Showing 11 changed files with 57 additions and 40 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/code-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
with:
install-jdk: 'true'
- name: Cache Jest
uses: actions/cache@v3
uses: actions/cache@v4
env:
hash: ${{ hashFiles('package.json', 'tsconfig.base.json', 'tsconfig.build.json', 'nx.json') }}
with:
Expand All @@ -70,7 +70,7 @@ jobs:
- name: Publish tests reports
if: always()
# TODO upgrade to v4 when https://github.com/AmadeusITGroup/otter/issues/1198 is fixed
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ut-reports-${{ matrix.os }}
path: |
Expand All @@ -88,7 +88,7 @@ jobs:
- name: Setup
uses: ./tools/github-actions/setup
- name: Cache Eslint
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .cache/eslint
key: ${{ runner.os }}-eslint-${{ hashFiles('yarn.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Publish tests reports
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: e2e-report
path: apps/showcase/playwright-reports
4 changes: 2 additions & 2 deletions .github/workflows/it-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: echo "currentMonth=$(date +'%Y-%m')" >> $GITHUB_ENV
shell: bash
- name: Cache test-app yarn
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
.cache/test-app
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
- name: Publish tests reports
if: always()
# TODO upgrade to v4 when https://github.com/AmadeusITGroup/otter/issues/1198 is fixed
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: it-reports-${{ matrix.os }}-${{ matrix.packageManager }}
path: 'packages/**/dist-test/it-report.xml'
Expand Down
2 changes: 1 addition & 1 deletion apps/chrome-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"@angular/platform-browser": "~17.0.4",
"@angular/platform-browser-dynamic": "~17.0.4",
"@angular/router": "~17.0.4",
"@design-factory/design-factory": "^15.2.2",
"@design-factory/design-factory": "^16.0.0",
"@ng-bootstrap/ng-bootstrap": "^16.0.0",
"@ng-select/ng-select": "~12.0.0",
"@ngrx/entity": "~17.1.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@angular/platform-browser": "~17.0.4",
"@angular/platform-browser-dynamic": "~17.0.4",
"@angular/router": "~17.0.4",
"@design-factory/design-factory": "^15.2.2",
"@design-factory/design-factory": "^16.0.0",
"@formatjs/intl-numberformat": "~8.9.0",
"@ng-bootstrap/ng-bootstrap": "^16.0.0",
"@ng-select/ng-select": "~12.0.0",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
"@commitlint/cli": "^18.0.0",
"@commitlint/config-conventional": "^18.0.0",
"@compodoc/compodoc": "^1.1.19",
"@design-factory/design-factory": "^15.2.2",
"@design-factory/design-factory": "^16.0.0",
"@ng-bootstrap/ng-bootstrap": "^16.0.0",
"@ng-select/ng-select": "~12.0.0",
"@ngrx/effects": "~17.1.0",
Expand Down Expand Up @@ -215,14 +215,14 @@
"eslint-plugin-unicorn": "^50.0.0",
"globby": "^11.1.0",
"highlight.js": "^11.8.0",
"husky": "~8.0.3",
"husky": "~9.0.0",
"intl-messageformat": "~10.5.1",
"isomorphic-fetch": "~3.0.0",
"jest": "~29.7.0",
"jest-preset-angular": "~14.0.0",
"js-yaml": "^4.1.0",
"jsonc-eslint-parser": "~2.4.0",
"jsonpath-plus": "^7.0.0",
"jsonpath-plus": "^8.0.0",
"lint-staged": "^15.0.0",
"minimist": "^1.2.6",
"ng-packagr": "~17.0.0",
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 @@ -88,7 +88,7 @@
"eslint-plugin-prefer-arrow": "~1.2.3",
"eslint-plugin-unicorn": "^50.0.0",
"globby": "^11.1.0",
"husky": "~8.0.3",
"husky": "~9.0.0",
"isomorphic-fetch": "~3.0.0",
"jest": "~29.7.0",
"jest-junit": "~16.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/@o3r/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@schematics/angular": "~17.0.0",
"chokidar": "^3.5.2",
"globby": "^11.1.0",
"jsonpath-plus": "^7.0.0",
"jsonpath-plus": "^8.0.0",
"rxjs": "^7.8.1",
"typescript": "~5.2.2"
},
Expand Down Expand Up @@ -149,7 +149,7 @@
"jest-junit": "~16.0.0",
"jest-preset-angular": "~14.0.0",
"jsonc-eslint-parser": "~2.4.0",
"jsonpath-plus": "^7.0.0",
"jsonpath-plus": "^8.0.0",
"memfs": "~4.6.0",
"nx": "~17.2.0",
"pid-from-port": "^1.1.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/@o3r/rules-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@schematics/angular": "~17.0.0",
"globby": "^11.1.0",
"jasmine": "^5.0.0",
"jsonpath-plus": "^7.0.0",
"jsonpath-plus": "^8.0.0",
"rxjs": "^7.8.1",
"typescript": "~5.2.2",
"typescript-json-schema": "~0.62.0"
Expand Down Expand Up @@ -133,7 +133,7 @@
"jest-junit": "~16.0.0",
"jest-preset-angular": "~14.0.0",
"jsonc-eslint-parser": "~2.4.0",
"jsonpath-plus": "^7.0.0",
"jsonpath-plus": "^8.0.0",
"memfs": "~4.6.0",
"nx": "~17.2.0",
"pid-from-port": "^1.1.3",
Expand Down
2 changes: 1 addition & 1 deletion tools/github-actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:
shell: bash
run: corepack enable
- name: Cache dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cache/ms-playwright
Expand Down
63 changes: 40 additions & 23 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ __metadata:
eslint-plugin-prefer-arrow: "npm:~1.2.3"
eslint-plugin-unicorn: "npm:^50.0.0"
globby: "npm:^11.1.0"
husky: "npm:~8.0.3"
husky: "npm:~9.0.0"
isomorphic-fetch: "npm:~3.0.0"
jest: "npm:~29.7.0"
jest-junit: "npm:~16.0.0"
Expand Down Expand Up @@ -3252,21 +3252,31 @@ __metadata:
languageName: node
linkType: hard

"@design-factory/design-factory@npm:^15.2.2":
version: 15.2.2
resolution: "@design-factory/design-factory@npm:15.2.2"
"@design-factory/design-factory@npm:^16.0.0":
version: 16.0.0
resolution: "@design-factory/design-factory@npm:16.0.0"
dependencies:
tslib: "npm:^2.0.0"
peerDependencies:
"@angular/common": ^16.0.0
"@angular/core": ^16.0.0
"@angular/localize": ^16.0.0
"@angular/router": ^16.0.0
"@ng-bootstrap/ng-bootstrap": ~15.1.0
"@ng-select/ng-select": ~11.0.0
ag-grid-angular: ~29.3.5
ag-grid-community: ~29.3.5
"@ng-select/ng-select": ~11.2.0
ag-grid-angular: ~30.2.1
ag-grid-community: ~30.2.1
bootstrap: 5.2.0
checksum: 712354e6abdf3d46bcf8c8a82fe1d8d49f99d9094e8ef4b30ba059ea2f6924c093993f67ce26b1d8119c427e4cee4d7566e0a13ea21dd0283d9e647619b88412
peerDependenciesMeta:
"@angular/localize":
optional: true
"@angular/router":
optional: true
"@ng-bootstrap/ng-bootstrap":
optional: true
"@ng-select/ng-select":
optional: true
checksum: 660f79ff0b1dfd1a4b43b74a0e55ac68b670292537f81aa122f456a74cb8524ed15d9211762550f8d3e8722df25d7fefb8fc22190083323cbf4ac21d36bae33a
languageName: node
linkType: hard

Expand Down Expand Up @@ -6486,7 +6496,7 @@ __metadata:
"@angular/platform-browser": "npm:~17.0.4"
"@angular/platform-browser-dynamic": "npm:~17.0.4"
"@angular/router": "npm:~17.0.4"
"@design-factory/design-factory": "npm:^15.2.2"
"@design-factory/design-factory": "npm:^16.0.0"
"@ng-bootstrap/ng-bootstrap": "npm:^16.0.0"
"@ng-select/ng-select": "npm:~12.0.0"
"@ngrx/entity": "npm:~17.1.0"
Expand Down Expand Up @@ -6596,7 +6606,7 @@ __metadata:
jest-junit: "npm:~16.0.0"
jest-preset-angular: "npm:~14.0.0"
jsonc-eslint-parser: "npm:~2.4.0"
jsonpath-plus: "npm:^7.0.0"
jsonpath-plus: "npm:^8.0.0"
memfs: "npm:~4.6.0"
nx: "npm:~17.2.0"
pid-from-port: "npm:^1.1.3"
Expand Down Expand Up @@ -6631,7 +6641,7 @@ __metadata:
"@schematics/angular": ~17.0.0
chokidar: ^3.5.2
globby: ^11.1.0
jsonpath-plus: ^7.0.0
jsonpath-plus: ^8.0.0
rxjs: ^7.8.1
typescript: ~5.2.2
peerDependenciesMeta:
Expand Down Expand Up @@ -7447,7 +7457,7 @@ __metadata:
"@commitlint/cli": "npm:^18.0.0"
"@commitlint/config-conventional": "npm:^18.0.0"
"@compodoc/compodoc": "npm:^1.1.19"
"@design-factory/design-factory": "npm:^15.2.2"
"@design-factory/design-factory": "npm:^16.0.0"
"@ng-bootstrap/ng-bootstrap": "npm:^16.0.0"
"@ng-select/ng-select": "npm:~12.0.0"
"@ngrx/effects": "npm:~17.1.0"
Expand Down Expand Up @@ -7496,14 +7506,14 @@ __metadata:
eslint-plugin-unicorn: "npm:^50.0.0"
globby: "npm:^11.1.0"
highlight.js: "npm:^11.8.0"
husky: "npm:~8.0.3"
husky: "npm:~9.0.0"
intl-messageformat: "npm:~10.5.1"
isomorphic-fetch: "npm:~3.0.0"
jest: "npm:~29.7.0"
jest-preset-angular: "npm:~14.0.0"
js-yaml: "npm:^4.1.0"
jsonc-eslint-parser: "npm:~2.4.0"
jsonpath-plus: "npm:^7.0.0"
jsonpath-plus: "npm:^8.0.0"
lint-staged: "npm:^15.0.0"
minimist: "npm:^1.2.6"
ng-packagr: "npm:~17.0.0"
Expand Down Expand Up @@ -8013,7 +8023,7 @@ __metadata:
jest-junit: "npm:~16.0.0"
jest-preset-angular: "npm:~14.0.0"
jsonc-eslint-parser: "npm:~2.4.0"
jsonpath-plus: "npm:^7.0.0"
jsonpath-plus: "npm:^8.0.0"
memfs: "npm:~4.6.0"
nx: "npm:~17.2.0"
pid-from-port: "npm:^1.1.3"
Expand Down Expand Up @@ -8046,7 +8056,7 @@ __metadata:
"@schematics/angular": ~17.0.0
globby: ^11.1.0
jasmine: ^5.0.0
jsonpath-plus: ^7.0.0
jsonpath-plus: ^8.0.0
rxjs: ^7.8.1
typescript: ~5.2.2
typescript-json-schema: ~0.62.0
Expand Down Expand Up @@ -8176,7 +8186,7 @@ __metadata:
"@angular/platform-browser": "npm:~17.0.4"
"@angular/platform-browser-dynamic": "npm:~17.0.4"
"@angular/router": "npm:~17.0.4"
"@design-factory/design-factory": "npm:^15.2.2"
"@design-factory/design-factory": "npm:^16.0.0"
"@formatjs/intl-numberformat": "npm:~8.9.0"
"@ng-bootstrap/ng-bootstrap": "npm:^16.0.0"
"@ng-select/ng-select": "npm:~12.0.0"
Expand Down Expand Up @@ -20410,12 +20420,12 @@ __metadata:
languageName: node
linkType: hard

"husky@npm:~8.0.3":
version: 8.0.3
resolution: "husky@npm:8.0.3"
"husky@npm:~9.0.0":
version: 9.0.1
resolution: "husky@npm:9.0.1"
bin:
husky: lib/bin.js
checksum: b754cf70fdc97c3b60fec5b80056b9c11436464953b1691bf2b5dcf0081fb6685d2c5f47abb8b2b1c49f504aabea5321fdd6496f8b755d9f6e7525a493406abb
husky: bin.js
checksum: 8f28488e59d3c6944fedb9ba9adb0d4f79f000d44ede2e5ed3a79031995afc261965a47013017480012ad7fa6f54a3023c00ad992c143434bedf4d6134957141
languageName: node
linkType: hard

Expand Down Expand Up @@ -22307,13 +22317,20 @@ __metadata:
languageName: node
linkType: hard

"jsonpath-plus@npm:^7.0.0, jsonpath-plus@npm:^7.2.0":
"jsonpath-plus@npm:^7.2.0":
version: 7.2.0
resolution: "jsonpath-plus@npm:7.2.0"
checksum: f602445b1aa2d55abc2875859fd948f942980ef6400ca2a0362c7a6aa6f912467865262f4d092e04a16889fa74f0dbf6fd67b9dc9583485a5059be6e0a62c6c2
languageName: node
linkType: hard

"jsonpath-plus@npm:^8.0.0":
version: 8.0.0
resolution: "jsonpath-plus@npm:8.0.0"
checksum: c29010f306a2bbdcd44298871afd79d19067c747b0b7d60fd44739376621dcc6ba374e27d8514b17f8d880bea1273cff8ae8ece0b95b93a07342c5de9d34fd8b
languageName: node
linkType: hard

"jsonschema@npm:~1.4.1":
version: 1.4.1
resolution: "jsonschema@npm:1.4.1"
Expand Down

0 comments on commit bd8cea0

Please sign in to comment.