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

Update module github.com/tdewolff/minify/v2 to v2.20.31 #21

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 11, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/tdewolff/minify/v2 v2.9.21 -> v2.20.31 age adoption passing confidence

Release Notes

tdewolff/minify (github.com/tdewolff/minify/v2)

v2.20.31

Compare Source

  • Fix NodeJS and Python bindings on 32-bit systems

v2.20.30

Compare Source

v2.20.29

Compare Source

  • Fix Python and NodeJS bindings for 32-bit systems, fixes #​707

v2.20.28

Compare Source

  • Fix building from source for NodeJS binding

v2.20.27

Compare Source

  • Fix building locally for Python binding

v2.20.26

Compare Source

  • Fix workflows for NodeJS and Python bindings

v2.20.25

Compare Source

  • Fix NodeJS binding build-from-source

v2.20.24

Compare Source

  • Fix Python and JS bindings

v2.20.23

Compare Source

  • Fix Python binding for MacOS

v2.20.22

Compare Source

v2.20.21

Compare Source

v2.20.20

Compare Source

v2.20.19

Compare Source

v2.20.18

Compare Source

v2.20.17

Compare Source

v2.20.16

Compare Source

v2.20.15

Compare Source

v2.20.14

Compare Source

  • Update tdewolff/parse: revert ignoring error in lexer of identifier after number to be on the safe side (it should be caught by the parser nonetheless)

v2.20.13

Compare Source

v2.20.12

Compare Source

JS: fix escaping of single/double/backtick quotes in strings when encoded as unicode escape literal, fixes https://github.com/tdewolff/minify/issues/654

v2.20.11

Compare Source

v2.20.10

Compare Source

v2.20.9

Compare Source

Fix build

v2.20.8

Compare Source

v2.20.7

Compare Source

v2.20.6

Compare Source

v2.20.5

Compare Source

v2.20.4

Compare Source

Update Python release

v2.20.3

Compare Source

Update JavaScript and Python packages

v2.20.2

Compare Source

v2.20.1

Compare Source

v2.20.0

Compare Source

And many JS fixes from https://github.com/tdewolff/parse/releases/tag/v2.7.0

v2.19.10

Compare Source

v2.12.9

Compare Source

v2.12.8

Compare Source

v2.12.7

Compare Source

v2.12.6

Compare Source

v2.12.5

Compare Source

v2.12.4

Compare Source

v2.12.3

Compare Source

v2.12.2

Compare Source

v2.12.1

Compare Source

v2.12.0

Compare Source

Fix JS binding and release process

v2.11.12

Compare Source

There has been a lot of (unfinished) work on the JS binding, and a config method has been added to the JS and Python bindings. Additionally, metadata for the Docker image has been added.

v2.11.11

Compare Source

v2.11.10

Compare Source

v2.11.9

Compare Source

v2.11.8

Compare Source

v2.11.7

Compare Source

Fix build and tests

v2.11.6

Compare Source

v2.11.5

Compare Source

Bug fix

v2.11.4

Compare Source

  • HTML: fix attribute quoting bugs

v2.11.3

Compare Source

v2.11.2

Compare Source

v2.11.1

Compare Source

v2.11.0

Compare Source

v2.10.0

Compare Source

  • cmd: fix path errors on Windows, see #​450
  • cmd: allow absolute paths
  • cmd: minifying to same file now more robust in checking if it's the same file
  • cmd cmd: fix input/output directories when output is a directory to better match with the behaviour of cp, see #​460
  • JS: prefer double quotes over single quotes (for GZIP compression)
  • JS: support strings in import and export statements
  • JS: revert the reversal of < and <=, fixes #​462

v2.9.29

Compare Source

  • JS: rewrite < and <= as > and >=, slightly improves GZIP compressions
  • JS: merge variable declarations and assignments in comma expressions, fixes #​455

v2.9.28

Compare Source

  • JS: parse comma-operator expressions as a list not a tree, fixes #​451

v2.9.27

Compare Source

  • cmd: revert "Add --sequential option to run jobs in serial"
  • cmd: don't use concurrency for single tasks
  • cmd: refactor read/write code
  • JS: rewrite variable renamer to define order of variable names, performance improvement of 3%-4%
  • JS: use average character frequency of sample of JS files for variable renaming, reduces GZIP size

v2.9.26

Compare Source

  • cmd: Add buffering for stdout (performance)
  • cmd: Fix bug for stdin

v2.9.25

Compare Source

  • cmd: add --sequential option to run jobs in serial

v2.9.24

Compare Source

  • JS: fix for declarations in while statements

v2.9.23

Compare Source

  • cmd: put syscall code in OS specific files
  • cmd: tweaks to bash_completion, see #​441
  • cmd: fix input/output directory edge cases and platform-specific operators in paths, fixes #​438
  • HTML: keep

    before , fixes #​440
  • HTML: don't keep whitespace after closing block tags with KeepWhitespace, fixes #​442
  • JS: fix statement list optimization when it's a list of empty statements, fixes OSSFuzz report
  • JS: add support for top-level await and for class field definitions, fixes #​412
  • JS: improve variable declaration reordering, fixes #​445
  • JS: fix bug for var decl rearranging; use var renaming in decision to reorder var decls
  • JS: remove unused function parameters; remove superfluous escapes in RegExp
  • JS: add NoNullishOperator options, minify using nullish operator by default
  • JS: fix bug for moving var decls and var renaming
  • JS: const statement must have initializer
  • JS: variable uses in for statement now don't interfere with declarations in for block

v2.9.22

Compare Source

  • Update fsnotify from 1.4.9 to 1.5.1
  • cmd: support preserving mode, ownership, and timestamps; fixes #​435
  • cmd: deprecate --preserveLinks
  • cmd: don't add empty newlines before error when stdout is empty still
  • HTML: trim whitespace in rel attribute, fixes #​436
  • JS: fix let{e}={e} where second e cannot be a declaration when there is the possibility that it might be arguments for an arrow func
  • JS: allow line and paragraph separators in strings, fixes https://github.com/tdewolff/parse/issues/82

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 becomes conflicted, 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 Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/github.com-tdewolff-minify-v2-2.x branch from a341e7c to 0832882 Compare March 7, 2022 08:00
@renovate renovate bot changed the title Update module github.com/tdewolff/minify/v2 to v2.9.22 Update module github.com/tdewolff/minify/v2 to v2.10.0 Mar 7, 2022
@renovate renovate bot changed the title Update module github.com/tdewolff/minify/v2 to v2.10.0 Update module github.com/tdewolff/minify/v2 to v2.11.1 Apr 24, 2022
@renovate renovate bot force-pushed the renovate/github.com-tdewolff-minify-v2-2.x branch from 0832882 to eb7d1d9 Compare April 24, 2022 18:54
@renovate renovate bot changed the title Update module github.com/tdewolff/minify/v2 to v2.11.1 Update module github.com/tdewolff/minify/v2 to v2.11.2 May 16, 2022
@renovate renovate bot force-pushed the renovate/github.com-tdewolff-minify-v2-2.x branch from eb7d1d9 to 9bd1eec Compare May 16, 2022 00:58
@renovate renovate bot force-pushed the renovate/github.com-tdewolff-minify-v2-2.x branch from 9bd1eec to 40ac095 Compare June 18, 2022 13:16
@renovate renovate bot changed the title Update module github.com/tdewolff/minify/v2 to v2.11.2 Update module github.com/tdewolff/minify/v2 to v2.11.10 Jun 18, 2022
@renovate renovate bot force-pushed the renovate/github.com-tdewolff-minify-v2-2.x branch from 40ac095 to 7cab200 Compare June 23, 2022 22:42
@renovate renovate bot changed the title Update module github.com/tdewolff/minify/v2 to v2.11.10 Update module github.com/tdewolff/minify/v2 to v2.11.11 Jun 23, 2022
@renovate renovate bot force-pushed the renovate/github.com-tdewolff-minify-v2-2.x branch from 7cab200 to fff5c75 Compare September 8, 2022 07:50
@renovate renovate bot changed the title Update module github.com/tdewolff/minify/v2 to v2.11.11 Update module github.com/tdewolff/minify/v2 to v2.12.1 Sep 8, 2022
@renovate
Copy link
Contributor Author

renovate bot commented Sep 8, 2022

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: downloading github.com/dop251/goja v0.0.0-20220516123900-4418d4575a41
go: downloading github.com/tliron/kutil v0.1.60
go: downloading github.com/andybalholm/brotli v1.0.3
go: downloading github.com/spf13/cobra v1.4.0
go: downloading github.com/gomarkdown/markdown v0.0.0-20221013030248-663e2500819c
go: downloading github.com/tdewolff/minify/v2 v2.20.20
go: downloading gocloud.dev v0.23.0
go: downloading github.com/dlclark/regexp2 v1.4.1-0.20201116162257-a2a8dda75c91
go: downloading golang.org/x/text v0.3.7
go: downloading github.com/beevik/etree v1.1.0
go: downloading github.com/mitchellh/hashstructure/v2 v2.0.2
go: downloading github.com/tliron/yamlkeys v1.3.5
go: downloading github.com/go-git/go-git/v5 v5.4.2
go: downloading github.com/google/go-containerregistry v0.9.0
go: downloading github.com/segmentio/ksuid v1.0.4
go: downloading github.com/klauspost/pgzip v1.2.5
go: downloading github.com/sasha-s/go-deadlock v0.3.1
go: downloading golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
go: downloading github.com/fxamacker/cbor/v2 v2.4.0
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/inconshreveable/mousetrap v1.0.0
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/zchee/color/v2 v2.0.6
go: downloading golang.org/x/term v0.0.0-20220526004731-065cf7ba2467
go: downloading github.com/tdewolff/parse/v2 v2.7.13
go: downloading github.com/go-sourcemap/sourcemap v2.1.3+incompatible
go: downloading go.opencensus.io v0.23.0
go: downloading github.com/fsnotify/fsnotify v1.7.0
go: downloading github.com/fatih/color v1.13.0
go: downloading github.com/goccy/go-yaml v1.9.5
go: downloading github.com/hokaccha/go-prettyjson v0.0.0-20211117102719-0474bc63780f
go: downloading github.com/kortschak/utter v1.5.0
go: downloading github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7
go: downloading github.com/go-git/go-billy/v5 v5.3.1
go: downloading github.com/imdario/mergo v0.3.12
go: downloading github.com/sergi/go-diff v1.1.0
go: downloading github.com/docker/cli v20.10.16+incompatible
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading golang.org/x/sync v0.0.0-20220513210516-0976fa681c29
go: downloading github.com/containerd/stargz-snapshotter/estargz v0.11.4
go: downloading github.com/klauspost/compress v1.15.4
go: downloading github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5
go: downloading github.com/x448/float16 v0.8.4
go: downloading github.com/mattn/go-colorable v0.1.12
go: downloading github.com/mattn/go-isatty v0.0.14
go: downloading golang.org/x/sys v0.16.0
go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
go: downloading github.com/emirpasic/gods v1.12.0
go: downloading github.com/acomagu/bufpipe v1.0.3
go: downloading github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/sirupsen/logrus v1.8.1
go: downloading github.com/docker/docker v20.10.16+incompatible
go: downloading github.com/docker/distribution v2.8.1+incompatible
go: downloading github.com/opencontainers/go-digest v1.0.0
go: downloading github.com/vbatts/tar-split v0.11.2
go: downloading golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f
go: downloading github.com/go-git/gcfg v1.5.0
go: downloading github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351
go: downloading github.com/xanzy/ssh-agent v0.3.0
go: downloading golang.org/x/net v0.0.0-20220516155154-20f960328961
go: downloading github.com/docker/docker-credential-helpers v0.6.4
go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220114050600-8b9d41f48198
go: downloading gopkg.in/warnings.v0 v0.1.2
go: downloading github.com/Microsoft/go-winio v0.5.2
go: downloading github.com/tliron/kutil v0.3.24
go: github.com/tliron/prudence/rest imports
	github.com/tliron/kutil/format: cannot find module providing package github.com/tliron/kutil/format

@renovate renovate bot force-pushed the renovate/github.com-tdewolff-minify-v2-2.x branch from fff5c75 to 570bb81 Compare September 24, 2022 03:07
@renovate renovate bot changed the title Update module github.com/tdewolff/minify/v2 to v2.12.1 Update module github.com/tdewolff/minify/v2 to v2.12.2 Sep 24, 2022
@renovate renovate bot force-pushed the renovate/github.com-tdewolff-minify-v2-2.x branch from 570bb81 to 5facd19 Compare October 3, 2022 02:59
@renovate renovate bot changed the title Update module github.com/tdewolff/minify/v2 to v2.12.2 Update module github.com/tdewolff/minify/v2 to v2.12.3 Oct 3, 2022
@renovate renovate bot force-pushed the renovate/github.com-tdewolff-minify-v2-2.x branch from 5facd19 to b2414c1 Compare October 3, 2022 22:54
@renovate renovate bot changed the title Update module github.com/tdewolff/minify/v2 to v2.12.3 Update module github.com/tdewolff/minify/v2 to v2.12.4 Oct 3, 2022
@renovate renovate bot force-pushed the renovate/github.com-tdewolff-minify-v2-2.x branch from b2414c1 to 9496183 Compare October 30, 2022 13:29
@renovate renovate bot force-pushed the renovate/github.com-tdewolff-minify-v2-2.x branch from 9496183 to c395e23 Compare March 18, 2023 14:01
@renovate renovate bot changed the title Update module github.com/tdewolff/minify/v2 to v2.12.4 Update module github.com/tdewolff/minify/v2 to v2.12.5 Mar 18, 2023
@renovate renovate bot force-pushed the renovate/github.com-tdewolff-minify-v2-2.x branch from c395e23 to 74001fa Compare May 28, 2023 09:23
@renovate renovate bot changed the title Update module github.com/tdewolff/minify/v2 to v2.12.5 Update module github.com/tdewolff/minify/v2 to v2.12.6 May 28, 2023
@renovate renovate bot force-pushed the renovate/github.com-tdewolff-minify-v2-2.x branch from 74001fa to f50c027 Compare June 19, 2023 20:06
@renovate renovate bot changed the title Update module github.com/tdewolff/minify/v2 to v2.12.6 Update module github.com/tdewolff/minify/v2 to v2.12.7 Jun 19, 2023
@renovate renovate bot force-pushed the renovate/github.com-tdewolff-minify-v2-2.x branch from f50c027 to ca2e561 Compare July 31, 2023 14:50
@renovate renovate bot changed the title Update module github.com/tdewolff/minify/v2 to v2.12.7 Update module github.com/tdewolff/minify/v2 to v2.12.8 Jul 31, 2023
@renovate renovate bot force-pushed the renovate/github.com-tdewolff-minify-v2-2.x branch from ca2e561 to b970267 Compare September 4, 2023 11:04
@renovate renovate bot changed the title Update module github.com/tdewolff/minify/v2 to v2.12.8 Update module github.com/tdewolff/minify/v2 to v2.12.9 Sep 4, 2023
@renovate renovate bot force-pushed the renovate/github.com-tdewolff-minify-v2-2.x branch from 518074d to 3f7624d Compare January 29, 2024 16:29
@renovate renovate bot changed the title Update module github.com/tdewolff/minify/v2 to v2.20.15 Update module github.com/tdewolff/minify/v2 to v2.20.16 Jan 29, 2024
@renovate renovate bot force-pushed the renovate/github.com-tdewolff-minify-v2-2.x branch from 3f7624d to c18ba0a Compare February 17, 2024 03:50
@renovate renovate bot changed the title Update module github.com/tdewolff/minify/v2 to v2.20.16 Update module github.com/tdewolff/minify/v2 to v2.20.17 Feb 17, 2024
@renovate renovate bot force-pushed the renovate/github.com-tdewolff-minify-v2-2.x branch from c18ba0a to 0b5eb7b Compare February 23, 2024 21:16
@renovate renovate bot changed the title Update module github.com/tdewolff/minify/v2 to v2.20.17 Update module github.com/tdewolff/minify/v2 to v2.20.18 Feb 23, 2024
@renovate renovate bot force-pushed the renovate/github.com-tdewolff-minify-v2-2.x branch from 0b5eb7b to 87b2dcf Compare March 12, 2024 01:04
@renovate renovate bot changed the title Update module github.com/tdewolff/minify/v2 to v2.20.18 Update module github.com/tdewolff/minify/v2 to v2.20.19 Mar 12, 2024
@renovate renovate bot force-pushed the renovate/github.com-tdewolff-minify-v2-2.x branch from 87b2dcf to 5abdb36 Compare April 24, 2024 17:31
@renovate renovate bot changed the title Update module github.com/tdewolff/minify/v2 to v2.20.19 Update module github.com/tdewolff/minify/v2 to v2.20.20 Apr 24, 2024
@renovate renovate bot force-pushed the renovate/github.com-tdewolff-minify-v2-2.x branch from 5abdb36 to 52f2fbf Compare May 12, 2024 21:12
@renovate renovate bot changed the title Update module github.com/tdewolff/minify/v2 to v2.20.20 Update module github.com/tdewolff/minify/v2 to v2.20.21 May 12, 2024
Copy link
Contributor Author

renovate bot commented May 12, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: downloading github.com/tliron/kutil v0.1.60
go: downloading github.com/andybalholm/brotli v1.0.3
go: downloading github.com/spf13/cobra v1.4.0
go: downloading github.com/gomarkdown/markdown v0.0.0-20221013030248-663e2500819c
go: downloading github.com/tdewolff/minify/v2 v2.20.31
go: downloading github.com/dop251/goja v0.0.0-20220516123900-4418d4575a41
go: downloading gocloud.dev v0.23.0
go: downloading github.com/beevik/etree v1.1.0
go: downloading github.com/mitchellh/hashstructure/v2 v2.0.2
go: downloading github.com/tliron/yamlkeys v1.3.5
go: downloading github.com/fxamacker/cbor/v2 v2.4.0
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/sasha-s/go-deadlock v0.3.1
go: downloading golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
go: downloading github.com/inconshreveable/mousetrap v1.0.0
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/zchee/color/v2 v2.0.6
go: downloading golang.org/x/term v0.0.0-20220526004731-065cf7ba2467
go: downloading github.com/go-git/go-git/v5 v5.4.2
go: downloading github.com/google/go-containerregistry v0.9.0
go: downloading github.com/klauspost/pgzip v1.2.5
go: downloading github.com/segmentio/ksuid v1.0.4
go: downloading github.com/tdewolff/parse/v2 v2.7.14
go: downloading github.com/dlclark/regexp2 v1.4.1-0.20201116162257-a2a8dda75c91
go: downloading golang.org/x/text v0.3.7
go: downloading github.com/fsnotify/fsnotify v1.7.0
go: downloading github.com/fatih/color v1.13.0
go: downloading github.com/goccy/go-yaml v1.9.5
go: downloading github.com/hokaccha/go-prettyjson v0.0.0-20211117102719-0474bc63780f
go: downloading github.com/kortschak/utter v1.5.0
go: downloading github.com/x448/float16 v0.8.4
go: downloading github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5
go: downloading go.opencensus.io v0.23.0
go: downloading github.com/mattn/go-colorable v0.1.12
go: downloading github.com/mattn/go-isatty v0.0.14
go: downloading golang.org/x/sys v0.16.0
go: downloading github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7
go: downloading github.com/go-git/go-billy/v5 v5.3.1
go: downloading github.com/imdario/mergo v0.3.12
go: downloading github.com/sergi/go-diff v1.1.0
go: downloading golang.org/x/sync v0.0.0-20220513210516-0976fa681c29
go: downloading github.com/containerd/stargz-snapshotter/estargz v0.11.4
go: downloading github.com/docker/cli v20.10.16+incompatible
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading github.com/klauspost/compress v1.15.4
go: downloading github.com/go-sourcemap/sourcemap v2.1.3+incompatible
go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
go: downloading github.com/emirpasic/gods v1.12.0
go: downloading github.com/acomagu/bufpipe v1.0.3
go: downloading github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
go: downloading github.com/docker/distribution v2.8.1+incompatible
go: downloading github.com/opencontainers/go-digest v1.0.0
go: downloading github.com/vbatts/tar-split v0.11.2
go: downloading github.com/docker/docker v20.10.16+incompatible
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/sirupsen/logrus v1.8.1
go: downloading golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f
go: downloading github.com/go-git/gcfg v1.5.0
go: downloading github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351
go: downloading github.com/xanzy/ssh-agent v0.3.0
go: downloading golang.org/x/net v0.0.0-20220516155154-20f960328961
go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220114050600-8b9d41f48198
go: downloading github.com/docker/docker-credential-helpers v0.6.4
go: downloading gopkg.in/warnings.v0 v0.1.2
go: downloading github.com/Microsoft/go-winio v0.5.2
go: downloading github.com/tliron/kutil v0.3.24
go: github.com/tliron/prudence/rest imports
	github.com/tliron/kutil/format: cannot find module providing package github.com/tliron/kutil/format

@renovate renovate bot force-pushed the renovate/github.com-tdewolff-minify-v2-2.x branch from 52f2fbf to 95ff9a1 Compare May 15, 2024 23:03
@renovate renovate bot changed the title Update module github.com/tdewolff/minify/v2 to v2.20.21 Update module github.com/tdewolff/minify/v2 to v2.20.23 May 15, 2024
@renovate renovate bot force-pushed the renovate/github.com-tdewolff-minify-v2-2.x branch from 95ff9a1 to 14004af Compare May 17, 2024 05:55
@renovate renovate bot changed the title Update module github.com/tdewolff/minify/v2 to v2.20.23 Update module github.com/tdewolff/minify/v2 to v2.20.24 May 17, 2024
@renovate renovate bot force-pushed the renovate/github.com-tdewolff-minify-v2-2.x branch from 14004af to 63c0f90 Compare May 21, 2024 22:33
@renovate renovate bot changed the title Update module github.com/tdewolff/minify/v2 to v2.20.24 Update module github.com/tdewolff/minify/v2 to v2.20.25 May 21, 2024
@renovate renovate bot force-pushed the renovate/github.com-tdewolff-minify-v2-2.x branch from 63c0f90 to 904d993 Compare May 22, 2024 11:12
@renovate renovate bot changed the title Update module github.com/tdewolff/minify/v2 to v2.20.25 Update module github.com/tdewolff/minify/v2 to v2.20.26 May 22, 2024
@renovate renovate bot force-pushed the renovate/github.com-tdewolff-minify-v2-2.x branch from 904d993 to d810fc4 Compare May 22, 2024 14:20
@renovate renovate bot changed the title Update module github.com/tdewolff/minify/v2 to v2.20.26 Update module github.com/tdewolff/minify/v2 to v2.20.28 May 22, 2024
@renovate renovate bot force-pushed the renovate/github.com-tdewolff-minify-v2-2.x branch from d810fc4 to 98dfffb Compare May 22, 2024 18:41
@renovate renovate bot changed the title Update module github.com/tdewolff/minify/v2 to v2.20.28 Update module github.com/tdewolff/minify/v2 to v2.20.29 May 22, 2024
@renovate renovate bot force-pushed the renovate/github.com-tdewolff-minify-v2-2.x branch from 98dfffb to 13cff49 Compare May 22, 2024 21:16
@renovate renovate bot changed the title Update module github.com/tdewolff/minify/v2 to v2.20.29 Update module github.com/tdewolff/minify/v2 to v2.20.30 May 22, 2024
@renovate renovate bot force-pushed the renovate/github.com-tdewolff-minify-v2-2.x branch from 13cff49 to ded22c0 Compare May 23, 2024 15:12
@renovate renovate bot changed the title Update module github.com/tdewolff/minify/v2 to v2.20.30 Update module github.com/tdewolff/minify/v2 to v2.20.31 May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants