core
core copied to clipboard
chore(deps-dev): bump vite-plugin-compression2 from 1.4.0 to 2.2.0
Bumps vite-plugin-compression2 from 1.4.0 to 2.2.0.
Release notes
Sourced from vite-plugin-compression2's releases.
v2.2.0
- Add compression algorithm aliases.
- The correct variable should be passed when using custom
filename.Credits
v2.1.0
- Add
zstdsupport. (Use the built-in zstd of nodejs. Note that you need to ensure your local node version)v2.0.1
- Fix build script.
v2.0.0
Major Changes
- Changed
algorithmoption toalgorithms(array support)- Removed
compressionOptionsin favor of newdefineAlgorithm()helper- Enhanced API for better developer experience
New Features
- Support for multiple compression algorithms in a single plugin instance
- New
defineAlgorithm()helper for better type-safety and options control- Custom compression algorithm support via function callbacks
Improvements
- Better TypeScript type definitions
- Simplified configuration for common use cases
- Added comprehensive migration guide
- Added Q&A document for common usage patterns
See the Migration Guide for detailed upgrade instructions.
Changelog
Sourced from vite-plugin-compression2's changelog.
2.2.0
- Add compression algorithm aliases.
- The correct variable should be passed when using custom
filename.Credits
2.1.0
- Add
zstdsupport. (Use the built-in zstd of nodejs. Note that you need to ensure your local node version)2.0.1
- Fix build script.
2.0.0
Major Changes
- Changed
algorithmoption toalgorithms(array support)- Removed
compressionOptionsin favor of newdefineAlgorithm()helper- Enhanced API for better developer experience
New Features
- Support for multiple compression algorithms in a single plugin instance
- New
defineAlgorithm()helper for better type-safety and options control- Custom compression algorithm support via function callbacks
Improvements
- Better TypeScript type definitions
- Simplified configuration for common use cases
- Added comprehensive migration guide
- Added Q&A document for common usage patterns
See the Migration Guide for detailed upgrade instructions.
Commits
d0e30b6chore: release v2.2.0950847aFix filename template #77 (#78)0223ccechore: update readme997ad58chore: release v2.1.07dbe5bachore: ci fixa6ac4f3feat: support zstd810e167chore: clean build2998d30chore: release v2.0.10c5aa78chore: v2.0.00de7f77Major change: support for multiple algorithms (#74)- See full diff in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.