Update dependency cssnano to v5.1.15 - autoclosed #90

Closed
renovate-bot wants to merge 1 commits from renovate/cssnano-5.x into develop
Collaborator

This PR contains the following updates:

Package Type Update Change
cssnano devDependencies minor 5.0.8 -> 5.1.15

Release Notes

cssnano/cssnano (cssnano)

v5.1.15: v5.1.15

Compare Source

Bug Fixes

  • fix(postcsss-reduce-initial): fix mask-repeat conversion
  • fix(postcss-colormin): don't minify colors in src declarations
  • fix(postcss-merge-rules): do not merge conflicting flex and border properties

v5.1.14: v5.1.14

Compare Source

Bug Fixes

  • fix: update autoprefixer and browserslist
  • fix(postcss-reduce-initial): improve initial properties data

v5.1.13: v5.1.13

Compare Source

Bug Fixes

  • fix TypeScript type of cssnano() return value (b92dbe3ab1)

v5.1.12: v5.1.12

Compare Source

Bug Fixes

  • fix: preserve hyphenated property case (120a888993)
  • fix: ensure sorting properties does not break the output (0a3a1331e2)
  • fix: recognize 'constant' as a function (858a8b77c9)

v5.1.11: v5.1.11

Compare Source

Bug Fixes

  • postcss-ordered-values: preserve constant values (32ab4d9b7d20d)

v5.1.10: v5.1.10

Compare Source

Bug Fixes

v5.1.9: v5.1.9

Compare Source

Bug Fixes

  • postcss-merge-longhand: preserve more color function fallbacks (712993cb4a4e0)

v5.1.8: v5.1.8

Compare Source

Bug Fixes

  • postcss-convert-values: preserve percentage sign on IE 11 (57f060ad21734)

v5.1.7

Compare Source

v5.1.6: v5.1.6

Compare Source

Bug Fixes

  • preserve border color when merging border properties (5f5080a)

v5.1.5

Compare Source

v5.1.4: v5.1.4

Compare Source

Bug Fixes

  • postcss-merge-longhand: preserve custom property case (5428d5fc9)

v5.1.3: v5.1.3

Compare Source

Bug Fixes

  • fix: do not merge declarations containing custom properties when it might create invalid declarations (2c699341)

v5.1.2: v5.1.2

Compare Source

Bug fixes

  • preserve empty custom properties and ensure they work in Chrome (4ed39679)

v5.1.1

Compare Source

v5.1.0: v5.1.0

Compare Source

New Feature

Add TypeScript types

v5.0.17: v5.0.17

Compare Source

Patch Changes

  • Publish untranspiled CommonJS source

v5.0.16: v5.0.16

Compare Source

5.0.16

Patch Changes

  • refactor: replace natural sort with built-in array sort
  • Updated dependencies

v5.0.15: v5.0.15

Compare Source

Patch Changes

  • refactor: remove getMatch function from cssnano-utils

    The getMatch function allows nested arrays to emulate a map.
    It is better to replace this function with a regular Map().
    It's unlikely this function is used outside of cssnano as it requires
    a very specific nested array struture.

  • fix: update postcss-calc to 8.2

    Remove a crash when postcss-calc cannot parse the value

  • Updated dependencies

    • cssnano-preset-default@5.1.10

v5.0.14: v5.0.14

Compare Source

Bug fixes

v5.0.13: v5.0.13

Compare Source

Patch Changes

  • chore(postcss-normalize-url): reduce dependencies (#​1255) (a4267dedcd6)
  • fix(postcss-colormin): accept configuration options (#​1263) (3b38038007)
  • Updated dependencies
    • cssnano-preset-default@5.1.9

v5.0.12: v5.0.12

Compare Source

Bug fixes

v5.0.11: v5.0.11

Compare Source

Bug fixes

  • c38f14c: postcss-normalize-url: avoid changing parameter encoding

Chore

  • 31d5c07: refactor: drop one-liner dependencies
  • 0717282: postcss-merge-longhand: drop css-color-names dependency

v5.0.10: v5.0.10

Compare Source

Bug fixes

  • postcss-merge-longhand: prevent crash in some situations (#​1222) (83009a)

v5.0.9: v5.0.9

Compare Source

Bug fixes

  • postcss-svgo: normalize SVG with escaped quote characters (#​1200) (4ef5e41)

  • postcss-convert-values: preserve percentage-only properties (#​1212) (8f3453)

  • postcss-minify-gradients: handle 2 color-stop-length in linear gradient (#​1215) (8bb7ba6c)

  • cssnano-preset-advanced: update autoprefixer (#​1213) (f19932)

Chore

  • postcss-colormin: use colord plugin for color minification (#​1207) (3dbaa04)

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 | |---|---|---|---| | [cssnano](https://github.com/cssnano/cssnano) | devDependencies | minor | [`5.0.8` -> `5.1.15`](https://renovatebot.com/diffs/npm/cssnano/5.0.8/5.1.15) | --- ### Release Notes <details> <summary>cssnano/cssnano (cssnano)</summary> ### [`v5.1.15`](https://github.com/cssnano/cssnano/releases/tag/cssnano%405.1.15): v5.1.15 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@5.1.14...cssnano@5.1.15) #### Bug Fixes - fix(postcsss-reduce-initial): fix mask-repeat conversion - fix(postcss-colormin): don't minify colors in src declarations - fix(postcss-merge-rules): do not merge conflicting flex and border properties ### [`v5.1.14`](https://github.com/cssnano/cssnano/releases/tag/cssnano%405.1.14): v5.1.14 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@5.1.13...cssnano@5.1.14) #### Bug Fixes - fix: update autoprefixer and browserslist - fix(postcss-reduce-initial): improve initial properties data ### [`v5.1.13`](https://github.com/cssnano/cssnano/releases/tag/cssnano%405.1.13): v5.1.13 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@5.1.12...cssnano@5.1.13) #### Bug Fixes - fix TypeScript type of `cssnano()` return value (https://github.com/cssnano/cssnano/commit/b92dbe3ab1db16141dc6296cd350f3fdf5c2defe) ### [`v5.1.12`](https://github.com/cssnano/cssnano/releases/tag/cssnano%405.1.12): v5.1.12 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@5.1.11...cssnano@5.1.12) #### Bug Fixes - fix: preserve hyphenated property case (https://github.com/cssnano/cssnano/commit/120a88899376a29c8756234fdc648c519921f515) - fix: ensure sorting properties does not break the output (https://github.com/cssnano/cssnano/commit/0a3a1331e29f3d1009d2a938181ffa4b34ab5b32) - fix: recognize 'constant' as a function (https://github.com/cssnano/cssnano/commit/858a8b77c951f3698b14e834f38128b176438edc) ### [`v5.1.11`](https://github.com/cssnano/cssnano/releases/tag/cssnano%405.1.11): v5.1.11 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@5.1.10...cssnano@5.1.11) #### Bug Fixes - postcss-ordered-values: preserve constant values ([32ab4d9b7d20d](https://github.com/cssnano/cssnano/commit/32ab4d9b7d20d9dbebed3b7f348b20bf732c52a4)) ### [`v5.1.10`](https://github.com/cssnano/cssnano/releases/tag/cssnano%405.1.10): v5.1.10 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@5.1.9...cssnano@5.1.10) #### Bug Fixes - postcss-minify-selectors: preserve similar nested selectors ([f6c29fb3e75ac26a2635d](https://github.com/cssnano/cssnano/commit/f6c29fb3e75ac26a2635d52b24bc5edfa2447f8e)) ### [`v5.1.9`](https://github.com/cssnano/cssnano/releases/tag/cssnano%405.1.9): v5.1.9 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@5.1.8...cssnano@5.1.9) #### Bug Fixes - postcss-merge-longhand: preserve more color function fallbacks ([712993cb4a4e0](https://github.com/cssnano/cssnano/commit/712993cb4a4e0af6bcf83dd4529b6e825193c367)) ### [`v5.1.8`](https://github.com/cssnano/cssnano/releases/tag/cssnano%405.1.8): v5.1.8 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@5.1.7...cssnano@5.1.8) #### Bug Fixes - postcss-convert-values: preserve percentage sign on IE 11 ([57f060ad21734](https://github.com/cssnano/cssnano/commit/57f060ad21734460549bc5986309528f34d3d36e)) ### [`v5.1.7`](https://github.com/cssnano/cssnano/compare/cssnano@5.1.6...cssnano@5.1.7) [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@5.1.6...cssnano@5.1.7) ### [`v5.1.6`](https://github.com/cssnano/cssnano/releases/tag/cssnano%405.1.6): v5.1.6 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@5.1.5...cssnano@5.1.6) #### Bug Fixes - preserve border color when merging border properties ([5f5080a](https://github.com/cssnano/cssnano/commit/5f5080a80bbffcd6adab3f2c3bc0846f1c455dae)) ### [`v5.1.5`](https://github.com/cssnano/cssnano/compare/cssnano@5.1.4...cssnano@5.1.5) [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@5.1.4...cssnano@5.1.5) ### [`v5.1.4`](https://github.com/cssnano/cssnano/releases/tag/cssnano%405.1.4): v5.1.4 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@5.1.3...cssnano@5.1.4) #### Bug Fixes - postcss-merge-longhand: preserve custom property case ([5428d5fc9](https://github.com/cssnano/cssnano/commit/5428d5fc9518f0a4808d0bdd8a6d5f6eaa90c3cf)) ### [`v5.1.3`](https://github.com/cssnano/cssnano/releases/tag/cssnano%405.1.3): v5.1.3 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@5.1.2...cssnano@5.1.3) #### Bug Fixes - fix: do not merge declarations containing custom properties when it might create invalid declarations ([2c699341](https://github.com/cssnano/cssnano/commit/2c699341efb42d148f2df9a81211c60191d2265e)) ### [`v5.1.2`](https://github.com/cssnano/cssnano/releases/tag/cssnano%405.1.2): v5.1.2 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@5.1.1...cssnano@5.1.2) #### Bug fixes - preserve empty custom properties and ensure they work in Chrome ([4ed39679](https://github.com/cssnano/cssnano/commit/4ed396795a88d8b06953b9abb2656f686402821c)) ### [`v5.1.1`](https://github.com/cssnano/cssnano/compare/cssnano@5.1.0...cssnano@5.1.1) [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@5.1.0...cssnano@5.1.1) ### [`v5.1.0`](https://github.com/cssnano/cssnano/releases/tag/cssnano%405.1.0): v5.1.0 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@5.0.17...cssnano@5.1.0) #### New Feature Add TypeScript types ### [`v5.0.17`](https://github.com/cssnano/cssnano/releases/tag/cssnano%405.0.17): v5.0.17 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@5.0.16...cssnano@5.0.17) #### Patch Changes - Publish untranspiled CommonJS source ### [`v5.0.16`](https://github.com/cssnano/cssnano/releases/tag/cssnano%405.0.16): v5.0.16 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@5.0.15...cssnano@5.0.16) #### 5.0.16 #### Patch Changes - refactor: replace natural sort with built-in array sort - Updated dependencies ### [`v5.0.15`](https://github.com/cssnano/cssnano/releases/tag/cssnano%405.0.15): v5.0.15 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@5.0.14...cssnano@5.0.15) #### Patch Changes - refactor: remove getMatch function from cssnano-utils The getMatch function allows nested arrays to emulate a map. It is better to replace this function with a regular Map(). It's unlikely this function is used outside of cssnano as it requires a very specific nested array struture. - fix: update postcss-calc to 8.2 Remove a crash when postcss-calc cannot parse the value - Updated dependencies - cssnano-preset-default@5.1.10 ### [`v5.0.14`](https://github.com/cssnano/cssnano/releases/tag/cssnano%405.0.14): v5.0.14 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@5.0.13...cssnano@5.0.14) #### Bug fixes - fix(cssnano): correctly resolve presets in pnpm monorepo ([#&#8203;1269](https://github.com/cssnano/cssnano/pull/1269)) ([6f9c7477eb](https://github.com/cssnano/cssnano/commit/6f9c7477eb3eb191d3a7454071908a17dac90fa3)) ### [`v5.0.13`](https://github.com/cssnano/cssnano/releases/tag/cssnano%405.0.13): v5.0.13 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@5.0.12...cssnano@5.0.13) #### Patch Changes - chore(postcss-normalize-url): reduce dependencies ([#&#8203;1255](https://github.com/cssnano/cssnano/pull/1255)) ([a4267dedcd6](https://github.com/cssnano/cssnano/commit/a4267dedcd6d41ece45a0dfc5a73ea4b9e4ae028)) - fix(postcss-colormin): accept configuration options ([#&#8203;1263](https://github.com/cssnano/cssnano/pull/1263)) ([3b38038007](https://github.com/cssnano/cssnano/commit/3b38038007bfd8761d84a9e35f0191b56e5b50d7)) - Updated dependencies - cssnano-preset-default@5.1.9 ### [`v5.0.12`](https://github.com/cssnano/cssnano/releases/tag/cssnano%405.0.12): v5.0.12 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@5.0.11...cssnano@5.0.12) #### Bug fixes - fix(postcss-reduce-initial): update initial values data ([#&#8203;1242](https://github.com/cssnano/cssnano/pull/1242)) ([c6e9f00b785](https://github.com/cssnano/cssnano/commit/c6e9f00b785d85df0d92a110ec95a14fd98adcc9)) ### [`v5.0.11`](https://github.com/cssnano/cssnano/releases/tag/cssnano%405.0.11): v5.0.11 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@5.0.10...cssnano@5.0.11) #### Bug fixes - [`c38f14c`](https://github.com/cssnano/cssnano/commit/c38f14c3ce3d0): **postcss-normalize-url**: avoid changing parameter encoding #### Chore - [`31d5c07`](https://github.com/cssnano/cssnano/commit/31d5c07dc07a4): refactor: drop one-liner dependencies - [`0717282`](https://github.com/cssnano/cssnano/commit/07172825ffbb4f4): **postcss-merge-longhand**: drop css-color-names dependency ### [`v5.0.10`](https://github.com/cssnano/cssnano/releases/tag/cssnano%405.0.10): v5.0.10 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@5.0.9...cssnano@5.0.10) #### Bug fixes - **postcss-merge-longhand:** prevent crash in some situations ([#&#8203;1222](https://github.com/cssnano/cssnano/pull/1222)) ([83009a](https://github.com/cssnano/cssnano/commit/83009a04e7200c80d4dfc478881eb1b231d2548f)) ### [`v5.0.9`](https://github.com/cssnano/cssnano/releases/tag/cssnano%405.0.9): v5.0.9 [Compare Source](https://github.com/cssnano/cssnano/compare/cssnano@5.0.8...cssnano@5.0.9) #### Bug fixes - **postcss-svgo:** normalize SVG with escaped quote characters ([#&#8203;1200](https://github.com/cssnano/cssnano/pull/1200)) ([4ef5e41](https://github.com/cssnano/cssnano/commit/4ef5e41a6c61a23094001da82a76321ca746b22f)) - **postcss-convert-values:** preserve percentage-only properties ([#&#8203;1212](https://github.com/cssnano/cssnano/pull/1212)) ([8f3453](https://github.com/cssnano/cssnano/commit/8f345385b210cf85e9d591382d387f76ca4b0f64)) - **postcss-minify-gradients:** handle 2 color-stop-length in linear gradient ([#&#8203;1215](https://github.com/cssnano/cssnano/pull/1215)) ([8bb7ba6c](https://github.com/cssnano/cssnano/commit/8bb7ba6c1733fd12122589169d847b1a1212a6b5)) - **cssnano-preset-advanced:** update autoprefixer ([#&#8203;1213](https://github.com/cssnano/cssnano/pull/1213)) ([f19932](https://github.com/cssnano/cssnano/commit/f199323a8368546d9632112d381419930106e384)) #### Chore - **postcss-colormin:** use colord plugin for color minification ([#&#8203;1207](https://github.com/cssnano/cssnano/pull/1207)) ([3dbaa04](https://github.com/cssnano/cssnano/commit/3dbaa04addfa2f18375262377e172b03819dc2c0)) </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:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNTAuNCIsInVwZGF0ZWRJblZlciI6IjM1LjE0MS4zIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCJ9-->
samuel-p was assigned by renovate-bot 2021-11-02 14:02:27 +00:00
renovate-bot changed title from Update dependency cssnano to v5.0.9 to Update dependency cssnano to v5.0.10 2021-11-06 20:02:08 +00:00
renovate-bot force-pushed renovate/cssnano-5.x from fca311f02e to 05c69e9ae0 2021-11-06 20:02:11 +00:00 Compare
renovate-bot force-pushed renovate/cssnano-5.x from 05c69e9ae0 to cc18466c67 2021-11-09 05:01:40 +00:00 Compare
renovate-bot changed title from Update dependency cssnano to v5.0.10 to Update dependency cssnano to v5.0.11 2021-11-16 20:01:46 +00:00
renovate-bot force-pushed renovate/cssnano-5.x from cc18466c67 to 4971c0c2dc 2021-11-16 20:01:51 +00:00 Compare
renovate-bot changed title from Update dependency cssnano to v5.0.11 to Update dependency cssnano to v5.0.12 2021-11-27 20:01:47 +00:00
renovate-bot force-pushed renovate/cssnano-5.x from 4971c0c2dc to 81a77b8c55 2021-11-27 20:01:49 +00:00 Compare
renovate-bot changed title from Update dependency cssnano to v5.0.12 to Update dependency cssnano to v5.0.13 2021-12-15 20:01:43 +00:00
renovate-bot force-pushed renovate/cssnano-5.x from 81a77b8c55 to b5c5a7c287 2021-12-15 20:01:48 +00:00 Compare
renovate-bot changed title from Update dependency cssnano to v5.0.13 to Update dependency cssnano to v5.0.14 2021-12-20 14:01:32 +00:00
renovate-bot force-pushed renovate/cssnano-5.x from b5c5a7c287 to 47d88c24b7 2021-12-20 14:01:36 +00:00 Compare
renovate-bot changed title from Update dependency cssnano to v5.0.14 to Update dependency cssnano to v5.0.15 2022-01-07 20:01:23 +00:00
renovate-bot force-pushed renovate/cssnano-5.x from 47d88c24b7 to cad7eb5caa 2022-01-07 20:01:25 +00:00 Compare
renovate-bot changed title from Update dependency cssnano to v5.0.15 to Update dependency cssnano to v5.0.16 2022-02-04 05:03:31 +00:00
renovate-bot force-pushed renovate/cssnano-5.x from cad7eb5caa to f10f3fff9a 2022-02-04 05:03:32 +00:00 Compare
renovate-bot changed title from Update dependency cssnano to v5.0.16 to Update dependency cssnano to v5.0.17 2022-02-07 17:03:46 +00:00
renovate-bot force-pushed renovate/cssnano-5.x from f10f3fff9a to 124b7d223f 2022-02-07 17:03:47 +00:00 Compare
renovate-bot changed title from Update dependency cssnano to v5.0.17 to Update dependency cssnano to v5.1.0 2022-03-01 20:02:58 +00:00
renovate-bot force-pushed renovate/cssnano-5.x from 124b7d223f to debe539096 2022-03-01 20:03:03 +00:00 Compare
renovate-bot changed title from Update dependency cssnano to v5.1.0 to Update dependency cssnano to v5.1.1 2022-03-08 20:02:24 +00:00
renovate-bot force-pushed renovate/cssnano-5.x from debe539096 to b876b5192b 2022-03-08 20:02:27 +00:00 Compare
renovate-bot changed title from Update dependency cssnano to v5.1.1 to Update dependency cssnano to v5.1.2 2022-03-10 20:01:35 +00:00
renovate-bot force-pushed renovate/cssnano-5.x from b876b5192b to e5e9323c1d 2022-03-10 20:01:37 +00:00 Compare
renovate-bot changed title from Update dependency cssnano to v5.1.2 to Update dependency cssnano to v5.1.3 2022-03-11 14:01:35 +00:00
renovate-bot force-pushed renovate/cssnano-5.x from e5e9323c1d to 98cdb2fee7 2022-03-11 14:01:38 +00:00 Compare
renovate-bot changed title from Update dependency cssnano to v5.1.3 to Update dependency cssnano to v5.1.4 2022-03-13 14:02:50 +00:00
renovate-bot force-pushed renovate/cssnano-5.x from 98cdb2fee7 to 808c52509c 2022-03-13 14:02:53 +00:00 Compare
renovate-bot changed title from Update dependency cssnano to v5.1.4 to Update dependency cssnano to v5.1.5 2022-03-21 20:01:55 +00:00
renovate-bot force-pushed renovate/cssnano-5.x from 808c52509c to 76ba89c892 2022-03-21 20:01:59 +00:00 Compare
renovate-bot changed title from Update dependency cssnano to v5.1.5 to Update dependency cssnano to v5.1.6 2022-04-01 10:01:52 +00:00
renovate-bot force-pushed renovate/cssnano-5.x from 76ba89c892 to e24b949139 2022-04-01 10:01:57 +00:00 Compare
renovate-bot changed title from Update dependency cssnano to v5.1.6 to Update dependency cssnano to v5.1.7 2022-04-01 16:03:11 +00:00
renovate-bot force-pushed renovate/cssnano-5.x from e24b949139 to 7ad4c09b41 2022-04-01 16:03:13 +00:00 Compare
renovate-bot changed title from Update dependency cssnano to v5.1.7 to Update dependency cssnano to v5.1.8 2022-05-17 04:03:00 +00:00
renovate-bot force-pushed renovate/cssnano-5.x from 7ad4c09b41 to 03f9609540 2022-05-17 04:03:05 +00:00 Compare
renovate-bot changed title from Update dependency cssnano to v5.1.8 to Update dependency cssnano to v5.1.9 2022-05-21 04:01:54 +00:00
renovate-bot force-pushed renovate/cssnano-5.x from 03f9609540 to 0f69dba03a 2022-05-21 04:01:57 +00:00 Compare
renovate-bot changed title from Update dependency cssnano to v5.1.9 to Update dependency cssnano to v5.1.10 2022-05-29 19:01:39 +00:00
renovate-bot force-pushed renovate/cssnano-5.x from 0f69dba03a to 9bd2321fb1 2022-05-29 19:01:41 +00:00 Compare
renovate-bot changed title from Update dependency cssnano to v5.1.10 to Update dependency cssnano to v5.1.11 2022-06-04 04:01:32 +00:00
renovate-bot force-pushed renovate/cssnano-5.x from 9bd2321fb1 to c12dcf20fc 2022-06-04 04:01:34 +00:00 Compare
renovate-bot changed title from Update dependency cssnano to v5.1.11 to Update dependency cssnano to v5.1.12 2022-06-18 10:02:18 +00:00
renovate-bot force-pushed renovate/cssnano-5.x from c12dcf20fc to ddc19bd188 2022-06-18 10:02:22 +00:00 Compare
renovate-bot changed title from Update dependency cssnano to v5.1.12 to Update dependency cssnano to v5.1.13 2022-08-12 19:01:27 +00:00
renovate-bot force-pushed renovate/cssnano-5.x from ddc19bd188 to f6255f9250 2022-08-12 19:01:30 +00:00 Compare
renovate-bot force-pushed renovate/cssnano-5.x from f6255f9250 to e800ef068d 2022-09-12 04:01:51 +00:00 Compare
renovate-bot force-pushed renovate/cssnano-5.x from e800ef068d to 8b6f39dd60 2022-09-13 15:01:40 +00:00 Compare
renovate-bot force-pushed renovate/cssnano-5.x from 8b6f39dd60 to 34bcbdeeb4 2022-09-14 18:01:34 +00:00 Compare
renovate-bot force-pushed renovate/cssnano-5.x from 34bcbdeeb4 to 9fa600eb1e 2022-09-21 04:01:41 +00:00 Compare
renovate-bot force-pushed renovate/cssnano-5.x from 9fa600eb1e to b1422d1748 2022-10-27 21:01:45 +00:00 Compare
renovate-bot force-pushed renovate/cssnano-5.x from b1422d1748 to 4aa01bb6b7 2022-10-28 14:01:55 +00:00 Compare
renovate-bot changed title from Update dependency cssnano to v5.1.13 to Update dependency cssnano to v5.1.14 2022-10-28 14:01:57 +00:00
renovate-bot changed title from Update dependency cssnano to v5.1.14 to Update dependency cssnano to v5.1.15 2023-02-17 00:29:48 +00:00
renovate-bot force-pushed renovate/cssnano-5.x from 4aa01bb6b7 to 6451d3743d 2023-02-17 00:29:50 +00:00 Compare
renovate-bot changed title from Update dependency cssnano to v5.1.15 to Update dependency cssnano to v5.1.15 - autoclosed 2023-12-06 23:01:55 +00:00
renovate-bot closed this pull request 2023-12-06 23:01:55 +00:00
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
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-magic.de#90
No description provided.