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 Sep 7, 2023
1 parent 10129d7 commit 246040e
Show file tree
Hide file tree
Showing 55 changed files with 1,198 additions and 890 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup
uses: ./tools/github-actions/setup
- name: Audit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clean-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
actions: write
contents: read
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Clean Branch Cache
if: inputs.branch || github.event.ref_type == 'branch'
uses: actions/github-script@v6
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/code-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: ${{ inputs.affected && '0' || '1' }}
- name: Setup
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: ${{ inputs.affected && '0' || '1' }}
- name: Setup
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./tools/github-actions/setup
- name: Generate doc
run: yarn doc:generate
Expand All @@ -57,7 +57,7 @@ jobs:
name: azure-static-webapp
url: ${{ steps.deploy.outputs.static_web_app_url }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/download-artifact@v3
with:
name: ${{ inputs.artifactName }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
NX_SKIP_NX_CACHE: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/heads/release') }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./tools/github-actions/setup
- uses: ./.github/actions/setup-java
with:
Expand All @@ -40,7 +40,7 @@ jobs:
nextVersionTag: ${{ steps.newVersion.outputs.nextVersionTag }}
isPreRelease: ${{ contains( steps.newVersion.outputs.nextVersionTag, '-' ) || github.event_name == 'pull_request' || github.event_name == 'merge_group'}}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./tools/github-actions/setup
- name: New Version
id: newVersion
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Setup
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
packages: write
contents: read
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 2
- uses: ./tools/github-actions/download-build-output
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
APP_PATH: 'apps/github-cascading-app/dist'
environment: 'cascading-app'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 2
- uses: ./tools/github-actions/download-build-output
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
packages: write
contents: read
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 2
- uses: ./tools/github-actions/download-build-output
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./tools/github-actions/download-build-output
- uses: ./tools/github-actions/setup
- uses: ./.github/actions/setup-java
Expand Down
14 changes: 7 additions & 7 deletions apps/chrome-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,21 +47,21 @@
"@o3r/rules-engine": "workspace:^",
"@types/chrome": "^0.0.245",
"@types/jest": "~29.5.2",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@typescript-eslint/types": "^5.59.9",
"archiver": "^5.3.1",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@typescript-eslint/types": "^6.0.0",
"archiver": "^6.0.0",
"chokidar": "^3.5.2",
"chrome-webstore-upload": "^1.0.0",
"concurrently": "^8.0.0",
"cpy-cli": "^4.2.0",
"cpy-cli": "^5.0.0",
"eslint": "^8.42.0",
"eslint-import-resolver-node": "^0.3.4",
"eslint-plugin-jest": "~27.2.3",
"eslint-plugin-jsdoc": "~46.4.5",
"eslint-plugin-prefer-arrow": "~1.2.3",
"eslint-plugin-unicorn": "^47.0.0",
"globby": "^11.1.0",
"eslint-plugin-unicorn": "^48.0.0",
"globby": "^13.0.0",
"jest": "~29.6.2",
"jest-environment-jsdom": "~29.6.2",
"jest-junit": "~16.0.0",
Expand Down
8 changes: 4 additions & 4 deletions apps/github-cascading-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@
"@types/jest": "~29.5.2",
"@types/node": "^18.0.0",
"@types/semver": "^7.3.13",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"cpy-cli": "^4.2.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"cpy-cli": "^5.0.0",
"ejs": "^3.1.9",
"eslint": "^8.42.0",
"eslint-import-resolver-node": "^0.3.4",
"eslint-plugin-jest": "~27.2.3",
"eslint-plugin-jsdoc": "~46.4.5",
"eslint-plugin-prefer-arrow": "~1.2.3",
"eslint-plugin-unicorn": "^47.0.0",
"eslint-plugin-unicorn": "^48.0.0",
"jest": "~29.6.2",
"jest-environment-jsdom": "~29.6.2",
"jest-junit": "~16.0.0",
Expand Down
6 changes: 3 additions & 3 deletions apps/vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -259,15 +259,15 @@
"@types/jest": "~29.5.2",
"@types/node": "^18.0.0",
"@types/vscode": "^1.67.0",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vscode/vsce": "^2.16.0",
"eslint": "^8.42.0",
"eslint-import-resolver-node": "^0.3.4",
"eslint-plugin-jest": "~27.2.3",
"eslint-plugin-jsdoc": "~46.4.5",
"eslint-plugin-prefer-arrow": "~1.2.3",
"eslint-plugin-unicorn": "^47.0.0",
"eslint-plugin-unicorn": "^48.0.0",
"jest": "~29.6.2",
"jest-environment-jsdom": "~29.6.2",
"jest-junit": "~16.0.0",
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,43 +168,43 @@
"@types/jest": "~29.5.2",
"@types/node": "^18.0.0",
"@types/semver": "^7.3.13",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@typescript-eslint/types": "^5.59.9",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@typescript-eslint/types": "^6.0.0",
"@yarnpkg/sdks": "^2.7.0",
"babel-loader": "^9.0.0",
"browserslist": "^4.21.4",
"concurrently": "^8.0.0",
"cpy-cli": "^4.2.0",
"cpy-cli": "^5.0.0",
"editorconfig-checker": "^5.0.1",
"eslint": "^8.42.0",
"eslint-import-resolver-node": "^0.3.4",
"eslint-plugin-jest": "~27.2.3",
"eslint-plugin-jsdoc": "~46.4.5",
"eslint-plugin-prefer-arrow": "~1.2.3",
"eslint-plugin-unicorn": "^47.0.0",
"globby": "^11.1.0",
"eslint-plugin-unicorn": "^48.0.0",
"globby": "^13.0.0",
"husky": "~8.0.3",
"isomorphic-fetch": "~3.0.0",
"jest": "~29.6.2",
"jest-preset-angular": "~13.1.1",
"js-yaml": "^4.1.0",
"lint-staged": "^13.0.0",
"lint-staged": "^14.0.0",
"minimist": "^1.2.6",
"ng-packagr": "~16.1.0",
"npm-run-all": "^4.1.5",
"nx": "~16.6.0",
"nx-cloud": "~16.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"rimraf": "^5.0.1",
"sass": "~1.64.0",
"sass-loader": "^13.1.0",
"semver": "^7.5.2",
"shx": "^0.3.4",
"standard-version": "^9.0.0",
"stylelint": "^15.10.1",
"stylelint-scss": "^4.0.0",
"stylelint-scss": "^5.0.0",
"ts-jest": "~29.1.1",
"ts-node": "^10.9.1",
"tsc-watch": "^6.0.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/@ama-sdk/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,17 +75,17 @@
"@types/jest": "~29.5.2",
"@types/node": "^18.0.0",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"copyfiles": "^2.4.1",
"cpy-cli": "^4.2.0",
"cpy-cli": "^5.0.0",
"eslint": "^8.42.0",
"eslint-import-resolver-node": "^0.3.4",
"eslint-plugin-jest": "~27.2.3",
"eslint-plugin-jsdoc": "~46.4.5",
"eslint-plugin-prefer-arrow": "~1.2.3",
"eslint-plugin-unicorn": "^47.0.0",
"globby": "^11.1.0",
"eslint-plugin-unicorn": "^48.0.0",
"globby": "^13.0.0",
"isomorphic-fetch": "~3.0.0",
"jest": "~29.6.2",
"jest-junit": "~16.0.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/@ama-sdk/create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@
"@types/node": "^18.0.0",
"@types/pid-from-port": "^1.1.0",
"@types/semver": "^7.3.13",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"cpy-cli": "^4.2.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"cpy-cli": "^5.0.0",
"eslint": "^8.42.0",
"eslint-import-resolver-node": "^0.3.4",
"eslint-plugin-jest": "~27.2.3",
"eslint-plugin-jsdoc": "~46.4.5",
"eslint-plugin-prefer-arrow": "~1.2.3",
"eslint-plugin-unicorn": "^47.0.0",
"eslint-plugin-unicorn": "^48.0.0",
"jest": "~29.6.2",
"jest-junit": "~16.0.0",
"nx": "~16.6.0",
Expand All @@ -57,7 +57,7 @@
"semver": "^7.5.2",
"ts-jest": "~29.1.1",
"tslib": "^2.5.3",
"type-fest": "^3.12.0"
"type-fest": "^4.0.0"
},
"engines": {
"node": ">=14.0.0"
Expand Down
12 changes: 6 additions & 6 deletions packages/@ama-sdk/generator-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,28 +61,28 @@
"@types/yeoman-environment": "^2.10.7",
"@types/yeoman-generator": "^5.2.10",
"@types/yeoman-test": "^4.0.3",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"copyfiles": "^2.4.1",
"cpy-cli": "^4.2.0",
"cpy-cli": "^5.0.0",
"eslint": "^8.42.0",
"eslint-import-resolver-node": "^0.3.4",
"eslint-plugin-jest": "~27.2.3",
"eslint-plugin-jsdoc": "~46.4.5",
"eslint-plugin-prefer-arrow": "~1.2.3",
"eslint-plugin-unicorn": "^47.0.0",
"eslint-plugin-unicorn": "^48.0.0",
"isomorphic-fetch": "~3.0.0",
"jest": "~29.6.2",
"jest-junit": "~16.0.0",
"mem-fs": "^2.2.1",
"mem-fs": "^3.0.0",
"npm-run-all": "^4.1.5",
"onchange": "^7.0.2",
"rimraf": "^5.0.1",
"ts-jest": "~29.1.1",
"typescript": "~5.1.6",
"yeoman-assert": "^3.1.1",
"yeoman-environment": "^3.10.0",
"yeoman-test": "^6.0.0"
"yeoman-test": "^7.0.0"
},
"engines": {
"node": ">=16.0.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/@ama-sdk/schematics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,27 +74,27 @@
"@types/node": "^18.0.0",
"@types/pid-from-port": "^1.1.0",
"@types/semver": "^7.3.13",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"copyfiles": "^2.4.1",
"cpy-cli": "^4.2.0",
"cpy-cli": "^5.0.0",
"eslint": "^8.42.0",
"eslint-import-resolver-node": "^0.3.4",
"eslint-plugin-jest": "~27.2.3",
"eslint-plugin-jsdoc": "~46.4.5",
"eslint-plugin-prefer-arrow": "~1.2.3",
"eslint-plugin-unicorn": "^47.0.0",
"eslint-plugin-unicorn": "^48.0.0",
"isomorphic-fetch": "~3.0.0",
"jest": "~29.6.2",
"jest-junit": "~16.0.0",
"mem-fs": "^2.2.1",
"mem-fs": "^3.0.0",
"npm-run-all": "^4.1.5",
"nx": "~16.6.0",
"onchange": "^7.0.2",
"pid-from-port": "^1.1.3",
"semver": "^7.5.2",
"ts-jest": "~29.1.1",
"type-fest": "^3.12.0",
"type-fest": "^4.0.0",
"typescript": "~5.1.6"
},
"openApiSupportedVersion": "~6.6.0",
Expand Down
Loading

0 comments on commit 246040e

Please sign in to comment.