Skip to content

Commit

Permalink
Deps: Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 9, 2023
1 parent 3d83860 commit adf5089
Show file tree
Hide file tree
Showing 17 changed files with 1,670 additions and 1,061 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: git fetch --no-tags --depth=50 origin main

- name: Install dependencies
uses: bahmutov/[email protected].34
uses: bahmutov/[email protected].35
with:
useRollingCache: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: git fetch --no-tags --depth=50 origin main

- name: Install dependencies
uses: bahmutov/[email protected].34
uses: bahmutov/[email protected].35
with:
useRollingCache: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/component-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
node-version-file: '.nvmrc'

- name: Install dependencies
uses: bahmutov/[email protected].34
uses: bahmutov/[email protected].35
with:
useRollingCache: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
persist-credentials: false

- name: Install dependencies
uses: bahmutov/[email protected].34
uses: bahmutov/[email protected].35
with:
useRollingCache: true

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
test:
runs-on: ubuntu-22.04
container:
image: mcr.microsoft.com/playwright:v1.38.0-jammy
image: mcr.microsoft.com/playwright:v1.38.1-jammy
timeout-minutes: 60

steps:
Expand All @@ -21,7 +21,7 @@ jobs:
node-version-file: '.nvmrc'

- name: Install dependencies
uses: bahmutov/[email protected].34
uses: bahmutov/[email protected].35
with:
useRollingCache: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version-file: '.nvmrc'

- name: Install dependencies
uses: bahmutov/[email protected].34
uses: bahmutov/[email protected].35
with:
useRollingCache: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-web-twig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
node-version-file: '.nvmrc'

- name: Install dependencies
uses: bahmutov/[email protected].34
uses: bahmutov/[email protected].35
with:
useRollingCache: true

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: git fetch --no-tags --depth=50 origin main

- name: Install dependencies
uses: bahmutov/[email protected].34
uses: bahmutov/[email protected].35
with:
useRollingCache: true

Expand All @@ -40,14 +40,14 @@ jobs:
run: yarn types

- name: Publish Web Package Code Coverage
uses: coverallsapp/[email protected].1
uses: coverallsapp/[email protected].3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
file: ./packages/web/.coverage/lcov.info
flag-name: web

- name: Publish Web-React Package Code Coverage
uses: coverallsapp/[email protected].1
uses: coverallsapp/[email protected].3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
file: ./packages/web-react/.coverage/lcov.info
Expand Down
16 changes: 8 additions & 8 deletions apps/web-twig-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
"license": "MIT",
"private": true,
"devDependencies": {
"@babel/core": "7.22.11",
"@babel/preset-env": "7.22.10",
"@babel/core": "7.23.0",
"@babel/preset-env": "7.22.20",
"@csstools/normalize.css": "12.0.0",
"@hotwired/stimulus": "3.2.2",
"@lmc-eu/spirit-web": "1.2.0",
"@lmc-eu/spirit-form-validations": "1.0.2",
"@lmc-eu/spirit-demo": "0.0.1",
"@lmc-eu/spirit-web": "1.2.2",
"@lmc-eu/spirit-form-validations": "1.0.4",
"@lmc-eu/spirit-demo": "0.1.0",
"@symfony/stimulus-bridge": "3.2.2",
"@symfony/webpack-encore": "4.4.0",
"core-js": "3.32.1",
"core-js": "3.33.0",
"regenerator-runtime": "0.14.0",
"sass": "1.66.1",
"sass": "1.69.0",
"sass-loader": "13.3.2",
"ts-loader": "9.4.4",
"ts-loader": "9.5.0",
"typescript": "5.2.2",
"webpack": "5.88.2",
"webpack-cli": "4.10.0",
Expand Down
Loading

0 comments on commit adf5089

Please sign in to comment.