Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump github.com/tdewolff/minify/v2 from 2.6.2 to 2.9.15 #16

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 16, 2021

Bumps github.com/tdewolff/minify/v2 from 2.6.2 to 2.9.15.

Release notes

Sourced from github.com/tdewolff/minify/v2's releases.

v2.9.15

  • JS: accept shebang comment as first line, fixes #345
  • HTML: update fix for space after , see #390
  • CSS: unicode-range minification, fixes #321 and closes #344

v2.9.14

  • cmd: create missing directories for symlinks, see #385
  • cmd: preserve file permissions, see #385
  • cmd: wait 0.1 seconds before processing watched file change, fixes #372
  • cmd: watch now works with file input and output (not just dirs), see #372
  • cmd: fix watch functionality for unknown file extension even if --type set, fix watch when src is not a dir; see #372
  • cmd: follow symlinks by default, new -p options will copy symlinks without following them, fixes #385
  • cmd: use io/fs and demand Go1.16, see #388
  • JS: add &&= ||= ??= operators, see #380
  • JS: add support for class field definitions, fixes #380
  • JS: fix recursion limit in string merging, fixes #382
  • CSS: don't remove dimension for zero values inside functions like var and calc, fixes #371
  • SVG: don't minify extremely long path data (OSS-Fuzz)
  • HTML: keep space after empty , fixes #390

v2.9.13

  • JS: fix bugs related to the 'use strict' directive prologues at the beginning of functions and modules, fixes #376
  • JS: export statement's function name must remain for non-default declarations, fixes #375
  • CSS: prevent quasi-infinite recursion in background's append, from OSSFuzz

v2.9.12

  • JS: write final ) in ()=>({}), fixes #369
  • JS: keep debugger statements, fixes #370
  • JS: support ellipsis operator anywhere in arguments, fixes #373
  • JS: limit recursion in string merges, from OSSFuzz

v2.9.11

  • cmd: require --bundle for concatenation when the input is a directory, see #348
  • CSS: improve performance on background positions (from OSS-Fuzz)
  • HTML: don't trim whitespace on all attribute values (in value and placeholder it's significant), see #351
  • HTML: keep value on translate=no, see #352
  • HTML: support SSI tags, see #353
  • HTML: add option KeepComments to keep all comments, see #366
  • JS: fix endless loop in certain if-else combinations; minify more or/and/conditional expressions that start with a group (from OSS-Fuzz)
  • JS: fix import/export with one item, fixes #354
  • JS: escape </script> in strings, fixes #355
  • JS: keep parens in arrow functions for BindingArray and BindingObject, fixes #358
  • JS: enclose entire expression in parenthesis if it starts with an object literal, fixes #359
  • JS: prevent slowdown for if-else with if in body (from OSS-Fuzz)
  • JS: fix errors messages that contain % symbols
  • JS: put limits to the number of levels in statements and in expressions (from OSS-Fuzz)
  • JS: fix declarations with the same name as in the for initializer, see tdewolff/parse#69
  • JS: fix var declarations not adding their usage in all the scopes between its block scope and the function scope
  • SVG: keep width and height attributes on <svg>, fixes #367

... (truncated)

Commits
  • 75cef5c CSS: unicode-range minification, fixes #321 and closes #344
  • d68dbea HTML: update fix for space after <i></i>, see #390
  • 1635632 JS: accept shebang comment as first line, fixes #345
  • abcbc56 HTML: keep space after empty <i></i>, fixes #390
  • e48f989 Merge branch 'master' of github.com:tdewolff/minify
  • ad68277 cmd: fix regressions for #385
  • 81aab62 Merge pull request #389 from Arkerthan/master
  • 2370409 Update docker Go version
  • a655f80 cmd: revert to use io/fs and demand Go1.16, see #388
  • 0a58518 cmd: create missing directories for symlinks, see #385
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.6.2 to 2.9.15.
- [Release notes](https://github.com/tdewolff/minify/releases)
- [Commits](tdewolff/minify@v2.6.2...v2.9.15)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 16, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 13, 2021

Superseded by #21.

@dependabot dependabot bot closed this Apr 13, 2021
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/tdewolff/minify/v2-2.9.15 branch April 13, 2021 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
0 participants