-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update all non-major dependencies (#250)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
c859c6c
commit 387d609
Showing
8 changed files
with
319 additions
and
257 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 |
---|---|---|
|
@@ -24,8 +24,8 @@ commands: | |
- ~/.cache/yarn | ||
orbs: | ||
browser-tools: circleci/[email protected] | ||
coveralls: coveralls/[email protected].6 | ||
node: circleci/node@5.0.2 | ||
coveralls: coveralls/[email protected].7 | ||
node: circleci/node@5.3.0 | ||
jobs: | ||
build: | ||
working_directory: ~/rails_template | ||
|
@@ -39,7 +39,7 @@ jobs: | |
- run: sudo apt update && sudo apt install postgresql-client libmsgpack-dev | ||
- node/install: | ||
install-yarn: true | ||
node-version: '22.9.0' | ||
node-version: '22.11.0' | ||
- install_dependencies | ||
- persist_to_workspace: | ||
root: &root '~/rails_template' | ||
|
@@ -72,7 +72,7 @@ jobs: | |
- browser-tools/install-chromedriver | ||
- node/install: | ||
install-yarn: true | ||
node-version: '22.9.0' | ||
node-version: '22.11.0' | ||
- run: | ||
name: Wait for PostgreSQL | ||
command: dockerize -wait tcp://localhost:5432 -timeout 1m | ||
|
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 |
---|---|---|
@@ -1 +1 @@ | ||
22.9.0 | ||
22.11.0 |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
ruby 3.3.6 | ||
awscli 2.11.24 | ||
yarn 1.22.10 # datasource=npm depName=yarn versioning=npm | ||
nodejs 22.9.0 | ||
awscli 2.21.1 | ||
yarn 1.22.22 # datasource=npm depName=yarn versioning=npm | ||
nodejs 22.11.0 |
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
"vue": "^3.4.0", | ||
"vue-loader": "^15.7.0" | ||
}, | ||
"packageManager": "[email protected].21", | ||
"packageManager": "[email protected].22", | ||
"scripts": { | ||
"build": "vite build --outDir public" | ||
} | ||
|
Oops, something went wrong.