Update dependency minify to ^10.2.0 #177

Merged
samuel-p merged 1 commits from renovate/minify-10.x into develop 2023-05-27 13:28:39 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
minify (source) devDependencies minor ^10.0.0 -> ^10.2.0

Release Notes

coderaiser/minify

v10.2.0: minify v10.2.0

Compare Source

Speed up

The fastest way to run Minify will be using:

cat example.js | minify --js

image

Less output size

473B May 24 21:26 minify-v-10.js
482B May 24 21:26 minify-v9.js

🔥 feature

v10.1.0: minify v10.1.0

Compare Source

--auto

Add ability to autodetect input:

coderaiser@localcmd:~/minify$ echo 'if (a) b()'| bin/minify.js --auto
a&&b();

🔥 feature


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 | |---|---|---|---| | [minify](http://coderaiser.github.io/minify) ([source](https://github.com/coderaiser/minify)) | devDependencies | minor | [`^10.0.0` -> `^10.2.0`](https://renovatebot.com/diffs/npm/minify/10.0.0/10.2.0) | --- ### Release Notes <details> <summary>coderaiser/minify</summary> ### [`v10.2.0`](https://github.com/coderaiser/minify/releases/tag/v10.2.0): minify v10.2.0 [Compare Source](https://github.com/coderaiser/minify/compare/v10.1.0...v10.2.0) ### Speed up The fastest way to run **Minify** will be using: ```sh cat example.js | minify --js ``` ![image](https://github.com/coderaiser/minify/assets/1573141/93313db2-42f3-4acc-a055-2b2d1de3f445) #### Less output size ```sh 473B May 24 21:26 minify-v-10.js 482B May 24 21:26 minify-v9.js ``` #### 🔥 feature - [`b1d4ec1`](https://github.com/coderaiser/minify/commit/b1d4ec1) minify: speed up ([#&#8203;96](https://github.com/coderaiser/minify/issues/96)) ### [`v10.1.0`](https://github.com/coderaiser/minify/releases/tag/v10.1.0): minify v10.1.0 [Compare Source](https://github.com/coderaiser/minify/compare/v10.0.0...v10.1.0) ### `--auto` Add ability to autodetect input: ```sh coderaiser@localcmd:~/minify$ echo 'if (a) b()'| bin/minify.js --auto a&&b(); ``` #### 🔥 feature - [`32bd34e`](https://github.com/coderaiser/minify/commit/32bd34e) package: eslint-plugin-n v16.0.0 - [`6381f4b`](https://github.com/coderaiser/minify/commit/6381f4b) minify: add support of --auto ([#&#8203;70](https://github.com/coderaiser/minify/issues/70)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNS45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzUuOTcuMCIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AifQ==-->
samuel-p was assigned by renovate-bot 2023-05-24 16:01:32 +00:00
renovate-bot changed title from Update dependency minify to ^10.1.0 to Update dependency minify to ^10.2.0 2023-05-24 19:01:25 +00:00
renovate-bot added 1 commit 2023-05-24 19:01:27 +00:00
ci/woodpecker/push/woodpecker Pipeline was successful Details
c314827b98
Update dependency minify to ^10.2.0
samuel-p merged commit 70e9a9c0d6 into develop 2023-05-27 13:28:39 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
1 Participants
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-codes.de#177
No description provided.