Update dependency @node-minify/core to v10 #161

Open
renovate-bot wants to merge 1 commit from renovate/node-minify-core-10.x into develop
Collaborator

This PR contains the following updates:

Package Type Update Change
@node-minify/core (source) devDependencies major ^8.0.6^10.2.0

Release Notes

srod/node-minify (@​node-minify/core)

v10.2.0

Compare Source

Published Packages

  • @node-minify/babel-minify@10.2.0
  • @node-minify/clean-css@10.2.0
  • @node-minify/cli@10.2.0
  • @node-minify/core@10.2.0
  • @node-minify/crass@10.2.0
  • @node-minify/cssnano@10.2.0
  • @node-minify/csso@10.2.0
  • @node-minify/esbuild@10.2.0
  • @node-minify/google-closure-compiler@10.2.0
  • @node-minify/html-minifier@10.2.0
  • @node-minify/imagemin@10.2.0
  • @node-minify/jsonminify@10.2.0
  • @node-minify/lightningcss@10.2.0
  • @node-minify/no-compress@10.2.0
  • @node-minify/oxc@10.2.0
  • @node-minify/run@10.2.0
  • @node-minify/sharp@10.2.0
  • @node-minify/sqwish@10.2.0
  • @node-minify/svgo@10.2.0
  • @node-minify/swc@10.2.0
  • @node-minify/terser@10.2.0
  • @node-minify/types@10.2.0
  • @node-minify/uglify-es@10.2.0
  • @node-minify/uglify-js@10.2.0
  • @node-minify/utils@10.2.0
  • @node-minify/yui@10.2.0

See individual package CHANGELOGs for details.

v10.1.1

Compare Source

Patch Changes

v10.1.0

Compare Source

New Compressors

Other Changes

  • Migrate to codecov-action@​v5
  • Setup npm Trusted Publishing with OIDC
  • Fixed versioning for all packages

v10.0.2

Compare Source

Patch Changes

v10.0.1

Compare Source

v10.0.0

Compare Source

v10.0.0

Breaking Changes
  • ESM Only: The package is now pure ESM. Requires Node.js 20+.
  • Async API: Callback support has been removed. All minify() calls must use await or .then().
  • Named Exports: All packages now use named exports (e.g., import { minify } from '@​node-minify/core').
  • Sync/Async Split: Sync functions have been removed or split.
  • Deprecations:
    • @node-minify/babel-minify (deprecated)
    • @node-minify/uglify-es (deprecated)
    • @node-minify/yui (deprecated)
    • @node-minify/sqwish (deprecated)
    • @node-minify/crass (deprecated)
Features & Improvements
  • Build System: Switched from tsup to tsdown for faster and more reliable builds.
  • Core: Moved file I/O operations from compressors to core for better consistency.
  • Output: Support for array output with input/output validation.
  • Security: Replaced html-minifier with html-minifier-next.
  • Typings: Improved TypeScript definitions and coverage.
  • Dependencies: Updated all dependencies.
Bug Fixes
  • Fixed various import issues and build warnings.
  • Corrected explicit file extensions in imports.

v9.0.2

Compare Source

Patch Changes
  • e5a9ccb: Replace html-minifier with html-minifier-next to fix security vulnerability (CVE in upstream html-minifier)

v9.0.1

Compare Source

Patch Changes
  • ffe20b0: feat(glob): replace glob with fast-glob

v9.0.0

Compare Source

Major Changes
Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@node-minify/core](https://github.com/srod/node-minify/tree/main/packages/core#readme) ([source](https://github.com/srod/node-minify)) | devDependencies | major | [`^8.0.6` → `^10.2.0`](https://renovatebot.com/diffs/npm/@node-minify%2fcore/8.0.6/10.2.0) | --- ### Release Notes <details> <summary>srod/node-minify (@&#8203;node-minify/core)</summary> ### [`v10.2.0`](https://github.com/srod/node-minify/releases/tag/v10.2.0) [Compare Source](https://github.com/srod/node-minify/compare/@node-minify/core@10.1.1...v10.2.0) #### Published Packages - `@node-minify/babel-minify@10.2.0` - `@node-minify/clean-css@10.2.0` - `@node-minify/cli@10.2.0` - `@node-minify/core@10.2.0` - `@node-minify/crass@10.2.0` - `@node-minify/cssnano@10.2.0` - `@node-minify/csso@10.2.0` - `@node-minify/esbuild@10.2.0` - `@node-minify/google-closure-compiler@10.2.0` - `@node-minify/html-minifier@10.2.0` - `@node-minify/imagemin@10.2.0` - `@node-minify/jsonminify@10.2.0` - `@node-minify/lightningcss@10.2.0` - `@node-minify/no-compress@10.2.0` - `@node-minify/oxc@10.2.0` - `@node-minify/run@10.2.0` - `@node-minify/sharp@10.2.0` - `@node-minify/sqwish@10.2.0` - `@node-minify/svgo@10.2.0` - `@node-minify/swc@10.2.0` - `@node-minify/terser@10.2.0` - `@node-minify/types@10.2.0` - `@node-minify/uglify-es@10.2.0` - `@node-minify/uglify-js@10.2.0` - `@node-minify/utils@10.2.0` - `@node-minify/yui@10.2.0` See individual package CHANGELOGs for details. ### [`v10.1.1`](https://github.com/srod/node-minify/releases/tag/%40node-minify/core%4010.1.1) [Compare Source](https://github.com/srod/node-minify/compare/v10.1.0...@node-minify/core@10.1.1) ##### Patch Changes - [`eb785b0`](https://github.com/srod/node-minify/commit/eb785b0): Fix npm install error caused by unresolved workspace:\* references in published packages - Updated dependencies \[[`eb785b0`](https://github.com/srod/node-minify/commit/eb785b0)] - [@&#8203;node-minify/utils](https://github.com/node-minify/utils)@&#8203;10.1.1 ### [`v10.1.0`](https://github.com/srod/node-minify/releases/tag/v10.1.0) [Compare Source](https://github.com/srod/node-minify/compare/@node-minify/core@10.0.2...v10.1.0) #### New Compressors - **[@&#8203;node-minify/esbuild](https://github.com/node-minify/esbuild)** - JS/CSS minification via esbuild - **[@&#8203;node-minify/swc](https://github.com/node-minify/swc)** - JS minification via SWC (Rust-based) - **[@&#8203;node-minify/oxc](https://github.com/node-minify/oxc)** - JS minification via OXC (Rust-based) - **[@&#8203;node-minify/lightningcss](https://github.com/node-minify/lightningcss)** - CSS minification via Lightning CSS (Rust-based) #### Other Changes - Migrate to codecov-action\@&#8203;v5 - Setup npm Trusted Publishing with OIDC - Fixed versioning for all packages ### [`v10.0.2`](https://github.com/srod/node-minify/releases/tag/%40node-minify/core%4010.0.2) [Compare Source](https://github.com/srod/node-minify/compare/96a78d73ad3fa6bfab7209e7ca1530ff028d3d1d...@node-minify/core@10.0.2) ##### Patch Changes - [`156a53d`](https://github.com/srod/node-minify/commit/156a53d): test: verify OIDC publishing with fixed workflow config - Updated dependencies \[[`156a53d`](https://github.com/srod/node-minify/commit/156a53d)] - [@&#8203;node-minify/utils](https://github.com/node-minify/utils)@&#8203;10.0.2 ### [`v10.0.1`](https://github.com/srod/node-minify/compare/@node-minify/core@10.0.0...96a78d73ad3fa6bfab7209e7ca1530ff028d3d1d) [Compare Source](https://github.com/srod/node-minify/compare/@node-minify/core@10.0.0...96a78d73ad3fa6bfab7209e7ca1530ff028d3d1d) ### [`v10.0.0`](https://github.com/srod/node-minify/releases/tag/v10.0.0) [Compare Source](https://github.com/srod/node-minify/compare/@node-minify/core@9.0.2...@node-minify/core@10.0.0) #### v10.0.0 ##### Breaking Changes - **ESM Only**: The package is now pure ESM. Requires Node.js 20+. - **Async API**: Callback support has been removed. All `minify()` calls must use `await` or `.then()`. - **Named Exports**: All packages now use named exports (e.g., `import { minify } from '@&#8203;node-minify/core'`). - **Sync/Async Split**: Sync functions have been removed or split. - **Deprecations**: - `@node-minify/babel-minify` (deprecated) - `@node-minify/uglify-es` (deprecated) - `@node-minify/yui` (deprecated) - `@node-minify/sqwish` (deprecated) - `@node-minify/crass` (deprecated) ##### Features & Improvements - **Build System**: Switched from `tsup` to `tsdown` for faster and more reliable builds. - **Core**: Moved file I/O operations from compressors to core for better consistency. - **Output**: Support for array output with input/output validation. - **Security**: Replaced `html-minifier` with `html-minifier-next`. - **Typings**: Improved TypeScript definitions and coverage. - **Dependencies**: Updated all dependencies. ##### Bug Fixes - Fixed various import issues and build warnings. - Corrected explicit file extensions in imports. ### [`v9.0.2`](https://github.com/srod/node-minify/releases/tag/%40node-minify/html-minifier%409.0.2) [Compare Source](https://github.com/srod/node-minify/compare/@node-minify/core@9.0.1...@node-minify/core@9.0.2) ##### Patch Changes - [`e5a9ccb`](https://github.com/srod/node-minify/commit/e5a9ccb): Replace html-minifier with html-minifier-next to fix security vulnerability (CVE in upstream html-minifier) ### [`v9.0.1`](https://github.com/srod/node-minify/releases/tag/%40node-minify/core%409.0.1) [Compare Source](https://github.com/srod/node-minify/compare/@node-minify/core@9.0.0...@node-minify/core@9.0.1) ##### Patch Changes - [`ffe20b0`](https://github.com/srod/node-minify/commit/ffe20b0): feat(glob): replace glob with fast-glob ### [`v9.0.0`](https://github.com/srod/node-minify/releases/tag/%40node-minify/core%409.0.0) [Compare Source](https://github.com/srod/node-minify/compare/v8.0.6...@node-minify/core@9.0.0) ##### Major Changes - [`7ab9745`](https://github.com/srod/node-minify/commit/7ab9745): Version 9.0.0 - feat(node): remove node 16, add node 18 ([#&#8203;2092](https://github.com/srod/node-minify/issues/2092)) ([`c9acdaa`](https://github.com/srod/node-minify/commit/c9acdaa4a9906d4019d9381129d66235f3139198)) - feat(biome): add biome ([#&#8203;2113](https://github.com/srod/node-minify/issues/2113)) ([`50e9ec4`](https://github.com/srod/node-minify/commit/50e9ec46c11c218453de743bed2defa9a83ace7b)) - fix(yui): fixing yui tests ([`dd86297`](https://github.com/srod/node-minify/commit/dd8629712c03b0ac1fe2b94acbb95bc896f8f22f)) - bump dependencies ##### Patch Changes - Updated dependencies \[[`7ab9745`](https://github.com/srod/node-minify/commit/7ab9745)] - [@&#8203;node-minify/utils](https://github.com/node-minify/utils)@&#8203;9.0.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43MS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNzEuMCIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOltdfQ==-->
Update dependency @node-minify/core to v10
All checks were successful
Build and Deploy Website / Build Website (push) Successful in 59s
Build and Deploy Website / Deploy Dev Website (push) Has been skipped
Build and Deploy Website / Deploy Website (push) Has been skipped
3d69e5d7cd
All checks were successful
Build and Deploy Website / Build Website (push) Successful in 59s
Build and Deploy Website / Deploy Dev Website (push) Has been skipped
Build and Deploy Website / Deploy Website (push) Has been skipped
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/node-minify-core-10.x:renovate/node-minify-core-10.x
git switch renovate/node-minify-core-10.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch develop
git merge --no-ff renovate/node-minify-core-10.x
git switch renovate/node-minify-core-10.x
git rebase develop
git switch develop
git merge --ff-only renovate/node-minify-core-10.x
git switch renovate/node-minify-core-10.x
git rebase develop
git switch develop
git merge --no-ff renovate/node-minify-core-10.x
git switch develop
git merge --squash renovate/node-minify-core-10.x
git switch develop
git merge --ff-only renovate/node-minify-core-10.x
git switch develop
git merge renovate/node-minify-core-10.x
git push origin develop
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
samuel-p/sp-magic.de!161
No description provided.