Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
---
"@codecov/astro-plugin": major
"@codecov/bundle-analyzer": major
"@codecov/bundler-plugin-core": major
"@codecov/nextjs-webpack-plugin": major
"@codecov/nuxt-plugin": major
"@codecov/remix-vite-plugin": major
"@codecov/rollup-plugin": major
"@codecov/solidstart-plugin": major
"@codecov/sveltekit-plugin": major
"@codecov/vite-plugin": major
"@codecov/webpack-plugin": major
---

Version 2.0.0 addresses critical security issues and dependency updates. It also drops support for Node 18

Bump `@actions/core` to ^3.0.0 and `@actions/github` to ^9.0.0, and set `engines.node` to `>=20.0.0` to match upstream. **Semver major** because supported Node.js drops below 20 (breaking for anyone still on Node 18).

**@actions/core** ([actions/toolkit `packages/core/RELEASES.md`](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md))
Expand Down
Loading