Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (main) (#25935)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 24, 2024
1 parent 5e5e969 commit 39a04eb
Show file tree
Hide file tree
Showing 7 changed files with 154 additions and 154 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -261,7 +261,7 @@ jobs:
TEST_CONTEXT: ${{ matrix.context }}
SKIP_BUNDLE_SIZE: ${{ github.event_name != 'push' || matrix.env == 'dev' || matrix.builder == 'webpack' || matrix.context == 'default' || runner.os == 'Windows' }}

- uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1
- uses: codecov/codecov-action@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1 # v4.0.2
if: github.event_name != 'push' && matrix.env == 'built' && matrix.builder == 'vite' && matrix.context == 'default' && matrix.os == 'ubuntu-latest' && matrix.manifest == 'manifest-on'
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -59,7 +59,7 @@
"changelogen": "0.5.5",
"consola": "3.2.3",
"devalue": "4.3.2",
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsdoc": "48.2.0",
"eslint-plugin-no-only-tests": "3.1.0",
Expand All @@ -68,7 +68,7 @@
"fs-extra": "11.2.0",
"globby": "14.0.1",
"h3": "1.10.2",
"happy-dom": "13.4.1",
"happy-dom": "13.5.0",
"jiti": "1.21.0",
"markdownlint-cli": "0.39.0",
"nitropack": "2.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/kit/package.json
Expand Up @@ -35,7 +35,7 @@
"ignore": "^5.3.1",
"jiti": "^1.21.0",
"knitwork": "^1.0.0",
"mlly": "^1.6.0",
"mlly": "^1.6.1",
"pathe": "^1.1.2",
"pkg-types": "^1.0.3",
"scule": "^1.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/nuxt/package.json
Expand Up @@ -88,7 +88,7 @@
"klona": "^2.0.6",
"knitwork": "^1.0.0",
"magic-string": "^0.30.7",
"mlly": "^1.6.0",
"mlly": "^1.6.1",
"nitropack": "^2.8.1",
"nuxi": "^3.10.1",
"nypm": "^0.3.6",
Expand Down Expand Up @@ -116,7 +116,7 @@
"vue-router": "^4.3.0"
},
"devDependencies": {
"@parcel/watcher": "2.4.0",
"@parcel/watcher": "2.4.1",
"@types/estree": "1.0.5",
"@types/fs-extra": "11.0.4",
"@vitejs/plugin-vue": "5.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Expand Up @@ -50,7 +50,7 @@
"h3": "^1.10.2",
"knitwork": "^1.0.0",
"magic-string": "^0.30.7",
"mlly": "^1.6.0",
"mlly": "^1.6.1",
"ohash": "^1.1.3",
"pathe": "^1.1.2",
"perfect-debounce": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack/package.json
Expand Up @@ -44,7 +44,7 @@
"magic-string": "^0.30.7",
"memfs": "^4.7.7",
"mini-css-extract-plugin": "^2.8.0",
"mlly": "^1.6.0",
"mlly": "^1.6.1",
"ohash": "^1.1.3",
"pathe": "^1.1.2",
"pify": "^6.1.0",
Expand Down

0 comments on commit 39a04eb

Please sign in to comment.