Skip to content

8.0.0-rc.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Feb 12:31
· 3 commits to main since this release

BREAKING Changes

  • Dropped support for node<20.18.0 (#1081 via #1209)

Refactor

  • Imports of built-in modules are prefixed with node: (#1198 via #1210)

Build

  • Use TypeScript v5.7.3 now, was v5.7.2 (via #1204)
  • Use webpack v5.98.0 now, was v5.97.1 (via #1213)

What's Changed

  • chore(deps-dev): bump typescript from 5.7.2 to 5.7.3 in the typescript group across 1 directory by @dependabot in #1204
  • feat: drop support for node <20.18 by @jkowalleck in #1209
  • chore(deps-dev): bump ts-loader from 9.5.1 to 9.5.2 in the typescript group across 1 directory by @dependabot in #1206
  • refactor: prefix native module imports with node: by @jkowalleck in #1210
  • chore(deps-dev): bump webpack from 5.97.1 to 5.98.0 in the webpack group across 1 directory by @dependabot in #1213
  • chore(deps): bump the eslint group across 1 directory with 4 updates by @dependabot in #1212

Full Changelog: v7.1.0...v8.0.0-rc.0