-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deps: Update all non-major dependencies
- Loading branch information
1 parent
f2df881
commit 3430bcb
Showing
23 changed files
with
715 additions
and
287 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ jobs: | |
run: git fetch --no-tags --depth=50 origin main | ||
|
||
- name: Install dependencies | ||
uses: bahmutov/[email protected].1 | ||
uses: bahmutov/[email protected].2 | ||
with: | ||
useRollingCache: true | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
run: git fetch --no-tags --depth=50 origin main | ||
|
||
- name: Install dependencies | ||
uses: bahmutov/[email protected].1 | ||
uses: bahmutov/[email protected].2 | ||
with: | ||
useRollingCache: true | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
node-version-file: '.nvmrc' | ||
|
||
- name: Install dependencies | ||
uses: bahmutov/[email protected].1 | ||
uses: bahmutov/[email protected].2 | ||
with: | ||
useRollingCache: true | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ jobs: | |
node-version-file: '.nvmrc' | ||
|
||
- name: Install dependencies | ||
uses: bahmutov/[email protected].1 | ||
uses: bahmutov/[email protected].2 | ||
with: | ||
useRollingCache: true | ||
|
||
|
@@ -72,7 +72,7 @@ jobs: | |
run: echo "site_url=${{ env.NETLIFY_DEPLOYED_URL }}" >> "$GITHUB_OUTPUT" | ||
|
||
- name: Run Playwright tests | ||
uses: docker://mcr.microsoft.com/playwright:v1.43.1-jammy | ||
uses: docker://mcr.microsoft.com/playwright:v1.44.0-jammy | ||
with: | ||
args: yarn playwright test | ||
env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ jobs: | |
runs-on: ubuntu-22.04 | ||
|
||
steps: | ||
- uses: actions/[email protected].3 | ||
- uses: actions/[email protected].5 | ||
|
||
- name: Block fixup commit merge | ||
uses: 13rac1/[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
node-version-file: '.nvmrc' | ||
|
||
- name: Install dependencies | ||
uses: bahmutov/[email protected].1 | ||
uses: bahmutov/[email protected].2 | ||
with: | ||
useRollingCache: true | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ jobs: | |
node-version-file: '.nvmrc' | ||
|
||
- name: Install dependencies | ||
uses: bahmutov/[email protected].1 | ||
uses: bahmutov/[email protected].2 | ||
with: | ||
useRollingCache: true | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ jobs: | |
run: git fetch --no-tags --depth=50 origin main | ||
|
||
- name: Install dependencies | ||
uses: bahmutov/[email protected].1 | ||
uses: bahmutov/[email protected].2 | ||
with: | ||
useRollingCache: true | ||
|
||
|
@@ -50,7 +50,7 @@ jobs: | |
- name: Publish Web Package Code Coverage | ||
# When Nx hits its cloud cache, there is no generated coverage to sent, e.g. do not let this crash | ||
if: ${{ hashFiles('./packages/web/.coverage/lcov.info') != '' }} | ||
uses: coverallsapp/github-action@v2.2.3 | ||
uses: coverallsapp/github-action@v2.3.0 | ||
with: | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
file: ./packages/web/.coverage/lcov.info | ||
|
@@ -59,7 +59,7 @@ jobs: | |
- name: Publish Web-React Package Code Coverage | ||
# When Nx hits its cloud cache, there is no generated coverage to sent, e.g. do not let this crash | ||
if: ${{ hashFiles('./packages/web-react/.coverage/lcov.info') != '' }} | ||
uses: coverallsapp/github-action@v2.2.3 | ||
uses: coverallsapp/github-action@v2.3.0 | ||
with: | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
file: ./packages/web-react/.coverage/lcov.info | ||
|
@@ -68,7 +68,7 @@ jobs: | |
- name: Publish Analytics Package Code Coverage | ||
# When Nx hits its cloud cache, there is no generated coverage to sent, e.g. do not let this crash | ||
if: ${{ hashFiles('./packages/analytics/.coverage/lcov.info') != '' }} | ||
uses: coverallsapp/github-action@v2.2.3 | ||
uses: coverallsapp/github-action@v2.3.0 | ||
with: | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
file: ./packages/analytics/.coverage/lcov.info | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,26 +51,26 @@ | |
"version": "yarn format:fix:changelog" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "7.24.4", | ||
"@babel/core": "7.24.5", | ||
"@babel/preset-react": "7.24.1", | ||
"@commitlint/cli": "17.8.1", | ||
"@lmc-eu/commitlint-config": "2.0.1", | ||
"@lmc-eu/conventional-changelog-lmc-github": "3.0.1", | ||
"@lmc-eu/eslint-config-react": "2.0.2", | ||
"@lmc-eu/prettier-config": "2.0.0", | ||
"@omlet/cli": "1.5.1", | ||
"@playwright/test": "1.43.1", | ||
"@omlet/cli": "1.6.0", | ||
"@playwright/test": "1.44.0", | ||
"@rollup/plugin-babel": "6.0.4", | ||
"@rollup/plugin-node-resolve": "15.2.3", | ||
"@rollup/plugin-replace": "5.0.5", | ||
"@svgr/webpack": "8.1.0", | ||
"babel-loader": "9.1.3", | ||
"core-js": "3.37.0", | ||
"core-js": "3.37.1", | ||
"css-loader": "6.11.0", | ||
"eslint": "8.57.0", | ||
"eslint-plugin-jsx-a11y": "6.8.0", | ||
"eslint-plugin-react": "7.34.1", | ||
"eslint-plugin-react-hooks": "4.6.0", | ||
"eslint-plugin-react-hooks": "4.6.2", | ||
"eslint-plugin-storybook": "0.8.0", | ||
"husky": "8.0.3", | ||
"is-ci": "3.0.1", | ||
|
@@ -81,8 +81,8 @@ | |
"postcss": "8.4.38", | ||
"prettier": "2.8.8", | ||
"pretty-quick": "3.3.1", | ||
"react": "18.2.0", | ||
"react-dom": "18.2.0", | ||
"react": "18.3.1", | ||
"react-dom": "18.3.1", | ||
"react-syntax-highlighter": "15.5.0", | ||
"react-textarea-autosize": "8.5.3", | ||
"sass-loader": "13.3.3", | ||
|
@@ -93,8 +93,8 @@ | |
"webpack-cli": "5.1.4" | ||
}, | ||
"resolutions": { | ||
"@types/react": "18.2.79", | ||
"@types/react": "18.3.2", | ||
"typescript": "4.7.4" | ||
}, | ||
"packageManager": "[email protected].1" | ||
"packageManager": "[email protected].2" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.