Skip to content

Commit

Permalink
chore: upgrade major deps (AmadeusITGroup#1156)
Browse files Browse the repository at this point in the history
## Proposed change

Same as Renovate minus `globby`, `chalk`, `stylelint`,
`jest-preset-stylelint`, `@azure/functions`

## Related issues

- 🐛 Fixes #(issue)
- 🚀 Feature #(issue)

<!-- Please make sure to follow the contributing guidelines on
https://github.com/amadeus-digital/Otter/blob/main/CONTRIBUTING.md -->
  • Loading branch information
fpaul-1A authored Dec 19, 2023
2 parents 42e7791 + df57633 commit 08eaf47
Show file tree
Hide file tree
Showing 59 changed files with 1,060 additions and 844 deletions.
20 changes: 20 additions & 0 deletions .renovaterc.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,26 @@
"bootstrap"
],
"enabled": false
},
{
"matchUpdateTypes": [
"major"
],
"matchCurrentVersion": "<5",
"matchPackageNames": [
"chalk"
],
"enabled": false
},
{
"matchUpdateTypes": [
"major"
],
"matchCurrentVersion": "<14",
"matchPackageNames": [
"globby"
],
"enabled": false
}
]
}
8 changes: 4 additions & 4 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ packageExtensions:
"@angular/compiler": ~17.0.4
"@angular/compiler-cli": ~17.0.4
"@schematics/angular": ~17.0.3
"@types/node": ^18.0.0
"@types/node": ^20.0.0
esbuild: ~0.19.0
eslint: ^8.42.0
nx: ^17.1.1
Expand All @@ -44,17 +44,17 @@ packageExtensions:
typescript: ~5.2.2
"@nx/js@^17.1.1":
dependencies:
"@types/node": ^18.0.0
"@types/node": ^20.0.0
nx: ^17.1.1
typescript: ~5.2.2
"@nx/webpack@^17.1.1":
dependencies:
"@types/node": ^18.0.0
"@types/node": ^20.0.0
nx: ^17.1.1
typescript: ~5.2.2
postcss-loader@^7.2.4:
dependencies:
"@types/node": ^18.0.0
"@types/node": ^20.0.0
probot@*:
dependencies:
body-parser: ^1.20.2
Expand Down
12 changes: 6 additions & 6 deletions apps/chrome-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@
"@typescript-eslint/types": "^6.11.0",
"archiver": "^6.0.1",
"chokidar": "^3.5.2",
"chrome-webstore-upload": "^1.0.0",
"chrome-webstore-upload": "^2.0.0",
"concurrently": "^8.0.0",
"cpy-cli": "^5.0.0",
"eslint": "^8.42.0",
"eslint-import-resolver-node": "^0.3.4",
"eslint-plugin-jest": "~27.6.0",
"eslint-plugin-jsdoc": "~46.9.0",
"eslint-plugin-prefer-arrow": "~1.2.3",
"eslint-plugin-unicorn": "^47.0.0",
"eslint-plugin-unicorn": "^49.0.0",
"globby": "^11.1.0",
"jest": "~29.7.0",
"jest-environment-jsdom": "~29.7.0",
Expand All @@ -81,8 +81,8 @@
"@angular/platform-browser-dynamic": "~17.0.4",
"@angular/router": "~17.0.4",
"@design-factory/design-factory": "^15.2.2",
"@ng-bootstrap/ng-bootstrap": "^15.1.2",
"@ng-select/ng-select": "~11.2.0",
"@ng-bootstrap/ng-bootstrap": "^16.0.0",
"@ng-select/ng-select": "~12.0.0",
"@ngrx/entity": "~17.0.0",
"@ngrx/store": "~17.0.0",
"@o3r/application": "workspace:^",
Expand All @@ -92,8 +92,8 @@
"@o3r/localization": "workspace:^",
"@o3r/rules-engine": "workspace:^",
"@popperjs/core": "^2.11.5",
"ag-grid-angular": "~29.3.5",
"ag-grid-community": "~29.3.5",
"ag-grid-angular": "~31.0.0",
"ag-grid-community": "~31.0.0",
"bootstrap": "5.2.0",
"bootstrap-icons": "^1.10.5",
"rxjs": "^7.8.1",
Expand Down
4 changes: 2 additions & 2 deletions apps/chrome-devtools/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
]
},
"build-components": {
"executor": "@angular-devkit/build-angular:browser",
"executor": "@angular-devkit/build-angular:browser-esbuild",
"outputs": ["{projectRoot}/dist/components"],
"options": {
"baseHref": "components",
Expand Down Expand Up @@ -81,7 +81,7 @@
"dependsOn": ["^build"]
},
"build-panel": {
"executor": "@angular-devkit/build-angular:browser",
"executor": "@angular-devkit/build-angular:browser-esbuild",
"outputs": ["{projectRoot}/dist/panel"],
"options": {
"baseHref": "panel",
Expand Down
3 changes: 2 additions & 1 deletion apps/chrome-devtools/src/styles/index.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@use '@design-factory/design-factory' with (
$prefix: bs-,
$df-spinner-circumference: 2rem
$df-spinner-circumference: 2rem,
$font-path: '@design-factory/design-factory/assets/fonts'
);
@use "bootstrap-icons/font/bootstrap-icons";
6 changes: 3 additions & 3 deletions apps/github-cascading-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@o3r/eslint-plugin": "workspace:^",
"@types/ejs": "^3.1.2",
"@types/jest": "~29.5.2",
"@types/node": "^18.0.0",
"@types/node": "^20.0.0",
"@types/semver": "^7.3.13",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "^6.11.0",
Expand All @@ -49,7 +49,7 @@
"eslint-plugin-jest": "~27.6.0",
"eslint-plugin-jsdoc": "~46.9.0",
"eslint-plugin-prefer-arrow": "~1.2.3",
"eslint-plugin-unicorn": "^47.0.0",
"eslint-plugin-unicorn": "^49.0.0",
"jest": "~29.7.0",
"jest-environment-jsdom": "~29.7.0",
"jest-junit": "~16.0.0",
Expand All @@ -58,7 +58,7 @@
"nock": "^13.0.5",
"nx": "~17.1.1",
"rxjs": "^7.8.1",
"smee-client": "^1.2.2",
"smee-client": "^2.0.0",
"ts-jest": "~29.1.1",
"tslib": "^2.5.3",
"typescript": "~5.2.2",
Expand Down
12 changes: 6 additions & 6 deletions apps/showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"@angular/router": "~17.0.4",
"@design-factory/design-factory": "^15.2.2",
"@formatjs/intl-numberformat": "~8.9.0",
"@ng-bootstrap/ng-bootstrap": "^15.1.2",
"@ng-select/ng-select": "~11.2.0",
"@ng-bootstrap/ng-bootstrap": "^16.0.0",
"@ng-select/ng-select": "~12.0.0",
"@ngrx/effects": "~17.0.0",
"@ngrx/entity": "~17.0.0",
"@ngrx/store": "~17.0.0",
Expand All @@ -54,8 +54,8 @@
"@o3r/rules-engine": "workspace:^",
"@o3r/testing": "workspace:^",
"@popperjs/core": "^2.11.5",
"ag-grid-angular": "~29.3.5",
"ag-grid-community": "~29.3.5",
"ag-grid-angular": "~31.0.0",
"ag-grid-community": "~31.0.0",
"bootstrap": "5.2.0",
"bootstrap-icons": "^1.10.5",
"highlight.js": "^11.8.0",
Expand Down Expand Up @@ -87,7 +87,7 @@
"@schematics/angular": "~17.0.3",
"@types/bootstrap": "^5.2.6",
"@types/jest": "~29.5.2",
"@types/node": "^18.0.0",
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@typescript-eslint/types": "^6.11.0",
Expand All @@ -96,7 +96,7 @@
"eslint-plugin-jest": "~27.6.0",
"eslint-plugin-jsdoc": "~46.9.0",
"eslint-plugin-prefer-arrow": "~1.2.3",
"eslint-plugin-unicorn": "^47.0.0",
"eslint-plugin-unicorn": "^49.0.0",
"globby": "^11.1.0",
"jest": "~29.7.0",
"jest-environment-jsdom": "~29.7.0",
Expand Down
4 changes: 2 additions & 2 deletions apps/vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@
"@types/eslint": "^8.42.0",
"@types/glob": "^8.0.0",
"@types/jest": "~29.5.2",
"@types/node": "^18.0.0",
"@types/node": "^20.0.0",
"@types/vscode": "^1.67.0",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "^6.11.0",
Expand All @@ -339,7 +339,7 @@
"eslint-plugin-jest": "~27.6.0",
"eslint-plugin-jsdoc": "~46.9.0",
"eslint-plugin-prefer-arrow": "~1.2.3",
"eslint-plugin-unicorn": "^47.0.0",
"eslint-plugin-unicorn": "^49.0.0",
"jest": "~29.7.0",
"jest-environment-jsdom": "~29.7.0",
"jest-junit": "~16.0.0",
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,12 +158,12 @@
"@angular/router": "~17.0.4",
"@babel/core": "~7.23.0",
"@babel/preset-typescript": "~7.23.0",
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
"@commitlint/cli": "^18.0.0",
"@commitlint/config-conventional": "^18.0.0",
"@compodoc/compodoc": "^1.1.19",
"@design-factory/design-factory": "^15.2.2",
"@ng-bootstrap/ng-bootstrap": "^15.1.2",
"@ng-select/ng-select": "~11.2.0",
"@ng-bootstrap/ng-bootstrap": "^16.0.0",
"@ng-select/ng-select": "~12.0.0",
"@ngrx/effects": "~17.0.0",
"@ngrx/entity": "~17.0.0",
"@ngrx/router-store": "~17.0.0",
Expand All @@ -185,14 +185,14 @@
"@swc-node/register": "^1.6.7",
"@swc/core": "^1.3.85",
"@types/jest": "~29.5.2",
"@types/node": "^18.0.0",
"@types/node": "^20.0.0",
"@types/semver": "^7.3.13",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@typescript-eslint/types": "^6.11.0",
"@yarnpkg/sdks": "^2.7.0",
"ag-grid-angular": "~29.3.5",
"ag-grid-community": "~29.3.5",
"@yarnpkg/sdks": "^3.0.0",
"ag-grid-angular": "~31.0.0",
"ag-grid-community": "~31.0.0",
"babel-loader": "^9.0.0",
"bootstrap": "5.2.0",
"bootstrap-icons": "^1.10.5",
Expand All @@ -205,7 +205,7 @@
"eslint-plugin-jest": "~27.6.0",
"eslint-plugin-jsdoc": "~46.9.0",
"eslint-plugin-prefer-arrow": "~1.2.3",
"eslint-plugin-unicorn": "^47.0.0",
"eslint-plugin-unicorn": "^49.0.0",
"globby": "^11.1.0",
"highlight.js": "^11.8.0",
"husky": "~8.0.3",
Expand All @@ -216,24 +216,24 @@
"js-yaml": "^4.1.0",
"jsonc-eslint-parser": "~2.4.0",
"jsonpath-plus": "^7.0.0",
"lint-staged": "^13.0.0",
"lint-staged": "^15.0.0",
"minimist": "^1.2.6",
"ng-packagr": "~17.0.0",
"ngx-highlightjs": "^10.0.0",
"npm-run-all": "^4.1.5",
"nx": "~17.1.1",
"postcss": "~8.4.31",
"postcss-scss": "~4.0.9",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"rimraf": "^5.0.1",
"sass": "~1.69.5",
"sass-loader": "^13.3.2",
"semver": "^7.5.2",
"shx": "^0.3.4",
"standard-version": "^9.0.0",
"stylelint": "^15.10.1",
"stylelint-scss": "^4.0.0",
"stylelint-scss": "^6.0.0",
"ts-jest": "~29.1.1",
"ts-node": "~10.9.1",
"tsc-watch": "^6.0.0",
Expand All @@ -246,7 +246,7 @@
"engines": {
"npm": "please-use-yarn",
"node": ">=18.0.0",
"yarn": ">=3.1.0 <4.0.0",
"yarn": "<5.0.0",
"vscode": "^1.22.0"
},
"workspaces": [
Expand Down
8 changes: 4 additions & 4 deletions packages/@ama-sdk/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@o3r/schematics": "workspace:^",
"@schematics/angular": "~17.0.0",
"chokidar": "^3.5.2",
"cpy": "~10.1.0",
"cpy": "~11.0.0",
"globby": "^11.1.0",
"isomorphic-fetch": "^3.0.0",
"minimist": "^1.2.6",
Expand Down Expand Up @@ -107,20 +107,20 @@
"@swc/core": "^1.3.85",
"@types/jest": "~29.5.2",
"@types/minimist": "^1.2.2",
"@types/node": "^18.0.0",
"@types/node": "^20.0.0",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"chokidar": "^3.5.2",
"copyfiles": "^2.4.1",
"cpy": "~10.1.0",
"cpy": "~11.0.0",
"cpy-cli": "^5.0.0",
"eslint": "^8.42.0",
"eslint-import-resolver-node": "^0.3.4",
"eslint-plugin-jest": "~27.6.0",
"eslint-plugin-jsdoc": "~46.9.0",
"eslint-plugin-prefer-arrow": "~1.2.3",
"eslint-plugin-unicorn": "^47.0.0",
"eslint-plugin-unicorn": "^49.0.0",
"globby": "^11.1.0",
"isomorphic-fetch": "~3.0.0",
"jest": "~29.7.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/@ama-sdk/create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@o3r/test-helpers": "workspace:^",
"@types/jest": "~29.5.2",
"@types/minimist": "^1.2.2",
"@types/node": "^18.0.0",
"@types/node": "^20.0.0",
"@types/pid-from-port": "^1.1.0",
"@types/semver": "^7.3.13",
"@typescript-eslint/eslint-plugin": "6.11.0",
Expand All @@ -48,7 +48,7 @@
"eslint-plugin-jest": "~27.6.0",
"eslint-plugin-jsdoc": "~46.9.0",
"eslint-plugin-prefer-arrow": "~1.2.3",
"eslint-plugin-unicorn": "^47.0.0",
"eslint-plugin-unicorn": "^49.0.0",
"jest": "~29.7.0",
"jest-junit": "~16.0.0",
"jsonc-eslint-parser": "~2.4.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/@ama-sdk/schematics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,26 +74,26 @@
"@types/jest": "~29.5.2",
"@types/js-yaml": "^4.0.5",
"@types/minimatch": "^5.1.2",
"@types/node": "^18.0.0",
"@types/node": "^20.0.0",
"@types/pid-from-port": "^1.1.0",
"@types/semver": "^7.3.13",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"copyfiles": "^2.4.1",
"cpy": "~10.1.0",
"cpy": "~11.0.0",
"cpy-cli": "^5.0.0",
"eslint": "^8.42.0",
"eslint-import-resolver-node": "^0.3.4",
"eslint-plugin-jest": "~27.6.0",
"eslint-plugin-jsdoc": "~46.9.0",
"eslint-plugin-prefer-arrow": "~1.2.3",
"eslint-plugin-unicorn": "^47.0.0",
"eslint-plugin-unicorn": "^49.0.0",
"globby": "^11.1.0",
"isomorphic-fetch": "~3.0.0",
"jest": "~29.7.0",
"jest-junit": "~16.0.0",
"jsonc-eslint-parser": "~2.4.0",
"mem-fs": "^2.2.1",
"mem-fs": "^4.0.0",
"npm-run-all": "^4.1.5",
"nx": "~17.1.1",
"onchange": "^7.0.2",
Expand Down
Loading

0 comments on commit 08eaf47

Please sign in to comment.