Skip to content

Commit 371a218

Browse files
authored
chore: Update Codecov Bundler Plugin (#3671)
1 parent c9c56e6 commit 371a218

File tree

2 files changed

+19
-11
lines changed

2 files changed

+19
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"@babel/eslint-parser": "^7.25.9",
9393
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
9494
"@chromatic-com/storybook": "^1",
95-
"@codecov/vite-plugin": "^1.7.0",
95+
"@codecov/vite-plugin": "^1.8.0",
9696
"@sentry/vite-plugin": "^2.22.7",
9797
"@storybook/addon-a11y": "^8.3.7",
9898
"@storybook/addon-actions": "^8.3.7",

yarn.lock

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2192,29 +2192,30 @@ __metadata:
21922192
languageName: node
21932193
linkType: hard
21942194

2195-
"@codecov/bundler-plugin-core@npm:^1.7.0":
2196-
version: 1.7.0
2197-
resolution: "@codecov/bundler-plugin-core@npm:1.7.0"
2195+
"@codecov/bundler-plugin-core@npm:^1.8.0":
2196+
version: 1.8.0
2197+
resolution: "@codecov/bundler-plugin-core@npm:1.8.0"
21982198
dependencies:
21992199
"@actions/core": "npm:^1.10.1"
22002200
"@actions/github": "npm:^6.0.0"
2201+
"@sentry/core": "npm:^8.42.0"
22012202
chalk: "npm:4.1.2"
22022203
semver: "npm:^7.5.4"
22032204
unplugin: "npm:^1.10.1"
22042205
zod: "npm:^3.22.4"
2205-
checksum: 10c0/4695ef1ec69aff90de698fcd4f18a828da07428631edcce2a5f31606c9a62580b601300e25923787ecde89528ef698270cbd4a21d2dd6cca6cf21c721fe4114f
2206+
checksum: 10c0/4b20db66ce5bcffe560bfad647a99c23e1d27b2e9955d0b0373335559c18834a7d7f71d88e0a2348e654e9024dd8087f24feb14e690e6336eeb4a079726b2220
22062207
languageName: node
22072208
linkType: hard
22082209

2209-
"@codecov/vite-plugin@npm:^1.7.0":
2210-
version: 1.7.0
2211-
resolution: "@codecov/vite-plugin@npm:1.7.0"
2210+
"@codecov/vite-plugin@npm:^1.8.0":
2211+
version: 1.8.0
2212+
resolution: "@codecov/vite-plugin@npm:1.8.0"
22122213
dependencies:
2213-
"@codecov/bundler-plugin-core": "npm:^1.7.0"
2214+
"@codecov/bundler-plugin-core": "npm:^1.8.0"
22142215
unplugin: "npm:^1.10.1"
22152216
peerDependencies:
22162217
vite: 4.x || 5.x || 6.x
2217-
checksum: 10c0/848431524d73bd5e794e3a881cdd078f027569c9b5ef617c13cbb0f3035e2c95386cce487b39f87c9b71d4361f36bc566192bc18da2e9280152b750930d6c505
2218+
checksum: 10c0/eca93630bf83aa8192c3d59eaf3904f1f195f272f9981e74019d83847788136f2ffe275c81d72651a0333d4e44a3052e53f5cfa0b1970e0c4ba9ac75fa965f06
22182219
languageName: node
22192220
linkType: hard
22202221

@@ -4429,6 +4430,13 @@ __metadata:
44294430
languageName: node
44304431
linkType: hard
44314432

4433+
"@sentry/core@npm:^8.42.0":
4434+
version: 8.50.0
4435+
resolution: "@sentry/core@npm:8.50.0"
4436+
checksum: 10c0/cdd32cc75bfc73d660d3bc3919cbc9d03220a3414951a47a39af96450248107eb2037efdffe15275a6e6e195ee5a0f40814baeaf9905b41efcec83719f459823
4437+
languageName: node
4438+
linkType: hard
4439+
44324440
"@sentry/react@npm:^8.35.0":
44334441
version: 8.35.0
44344442
resolution: "@sentry/react@npm:8.35.0"
@@ -9059,7 +9067,7 @@ __metadata:
90599067
"@babel/eslint-parser": "npm:^7.25.9"
90609068
"@babel/plugin-proposal-private-property-in-object": "npm:^7.21.11"
90619069
"@chromatic-com/storybook": "npm:^1"
9062-
"@codecov/vite-plugin": "npm:^1.7.0"
9070+
"@codecov/vite-plugin": "npm:^1.8.0"
90639071
"@hookform/resolvers": "npm:^2.8.5"
90649072
"@radix-ui/react-accordion": "npm:^1.1.2"
90659073
"@radix-ui/react-checkbox": "npm:^1.1.1"

0 commit comments

Comments
 (0)