Skip to content

fix(deps): update dependencies#86

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/dependencies
Open

fix(deps): update dependencies#86
renovate[bot] wants to merge 1 commit intomainfrom
renovate/dependencies

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 5, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cssnano 7.0.67.1.3 age adoption passing confidence
htmlnano ^2.1.1^3.0.0 age adoption passing confidence
postcss (source) 8.5.38.5.8 age adoption passing confidence
posthtml 0.16.60.16.7 age adoption passing confidence
srcset 5.0.15.0.3 age adoption passing confidence
terser (source) 5.39.05.46.1 age adoption passing confidence

Release Notes

cssnano/cssnano (cssnano)

v7.1.3: v7.1.3

Compare Source

What's Changed

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@7.1.2...cssnano@7.1.3

v7.1.2: v7.1.2

Compare Source

What's Changed

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@7.1.1...cssnano@7.1.2

v7.1.1: v71.1.1

Compare Source

Bug Fixes

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@7.1.0...cssnano@7.1.1

v7.1.0

Compare Source

Changes

  • Update to SVGO 4.0
  • Update browserslist

v7.0.7

Compare Source

What's Changed

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@7.0.6...cssnano@7.0.7

maltsev/htmlnano (htmlnano)

v3.2.0

Compare Source

Changed
  • Refactor attribute normalization and sorting to avoid code duplication.
  • Make max preset more aggresive.
  • Use purgeCSS and default tool in removeUnusedCss.
Fixed
  • Handle exceptions raised by Terser.

v3.1.0

Compare Source

This release touches almost the whole htmlnano code.
Minifier modules are fully covered by tests, and many new edge cases were added, so I don’t expect regressions, but please be aware.

Added
  • minifyHtmlTemplate module to minify HTML inside template containers [#​11].
  • removeEmptyElements module [#​8].
  • minifyAttributes improvements: new module for meta refresh optimization and options for redundant whitespace handling [#​37].
  • removeComments now supports a regex string in JSON config [#​255].
  • Fallback SVG optimization.
Changed
  • Upgrade to PurgeCSS v8.
  • Expanded and hardened behavior across all minifier modules.
  • Updated SVGO peer dependency range to ^4.0.0 and synced peer/dev versions [#​394].
Fixed
  • minifyJs preserves single quotes in handler attributes [#​41].
  • minifyJs now pushes event-handler minification promises correctly [#​398].
  • Fixed removeUnusedCss option typings [#​401].

v3.0.0

Compare Source

Changed
  • SVGO has been upgraded to v4, which includes some breaking changes. This is the main reason for the major version bump in this release of htmlnano.
Added

v2.1.5

Compare Source

Fixed
  • Broken CommonJS import ([#​373])

v2.1.4

Compare Source

Fixed

v2.1.3

Compare Source

Changed
  • Migrate to TypeScript ([#​336])
  • Remove docs/ from the npm package.

v2.1.2

Compare Source

Added
  • skipInternalWarnings flag to avoid console.warn output [#​293]
Fixed
  • Use Node.js sort instead of timsort [#​328]
postcss/postcss (postcss)

v8.5.8

Compare Source

  • Fixed Processor#version.

v8.5.7

Compare Source

  • Improved source map annotation cleaning performance (by CodeAnt AI).

v8.5.6

Compare Source

  • Fixed ContainerWithChildren type discriminating (by @​Goodwine).

v8.5.5

Compare Source

  • Fixed package.jsonexports compatibility with some tools (by @​JounQin).

v8.5.4

Compare Source

posthtml/posthtml (posthtml)

v0.16.7

Compare Source

sindresorhus/srcset (srcset)

v5.0.3

Compare Source


v5.0.2

Compare Source

  • Fix density descriptor validation to match HTML specification 654e615
  • Fix validation of width descriptors in strict mode 60d80ec

terser/terser (terser)

v5.46.1

Compare Source

  • Fix extremely slow (seemed like a freeze) evaluate of method chains
  • Parse extremely large floating-point number literals as Infinity
  • Remove parens from comma expressions in computed property access (foo[(1, 2)])

v5.46.0

Compare Source

  • Add "observedAttributes" domprop (#​1652)
  • More domprops (mostly Temporal related) suggested in #​1652

v5.45.0

Compare Source

  • Produce void 0 instead of undefined, which is more safe

v5.44.1

Compare Source

  • fix bitwise optimization changing the result of &&, ||
  • switches: make sure var is extracted from a deleted default case

v5.44.0

Compare Source

  • Support using and await using declarations (#​1635)

v5.43.1

Compare Source

  • Prevent niche optimizations that would move around block declarations
  • Add lhs_constants to CompressOptions type (#​1621)

v5.43.0

Compare Source

  • Do not wrap callbacks in parentheses (wrap_func_args format option is now false by default)
  • Do not inline functions into for loops (for performance reasons)

v5.42.0

Compare Source

  • Improved performance in the parse step by adding a fast path for simple identifiers.
  • Improved ESTree conversion

v5.41.0

Compare Source

  • fixed semicolon insertion between class fields, when the field names are number literals
  • keep_numbers format option now works for bigint
  • internal: correctly mark accessors' is_generator property
  • internal: do not read or assign quote properties without need
  • internal: add missing equivalent_to comparison

v5.40.0

Compare Source

  • Fix exporting AssignmentExpression (default assign pattern) to ESTree
  • Fix ESTree output of object keys with quotes
  • Fix handling of an ESTree empty export {} (#​1601)
  • Fix some const and let resulting from ESTree input (#​1599)

v5.39.2

Compare Source

  • Fix crash when parsing bare yield inside a template string.
  • Update internally used acorn version requirement

v5.39.1

Compare Source

  • Fix bitwise operations that could mix BigInt and number

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Apr 5, 2025
@renovate renovate bot changed the title fix(deps): update dependency astro to v5.6.1 fix(deps): update dependency astro to v5.6.2 Apr 14, 2025
@renovate renovate bot changed the title fix(deps): update dependency astro to v5.6.2 fix(deps): update dependency astro to v5.7.0 Apr 15, 2025
@renovate renovate bot changed the title fix(deps): update dependency astro to v5.7.0 fix(deps): update dependency astro to v5.7.1 Apr 16, 2025
@renovate renovate bot changed the title fix(deps): update dependency astro to v5.7.1 fix(deps): update dependency astro to v5.7.2 Apr 16, 2025
@renovate renovate bot changed the title fix(deps): update dependency astro to v5.7.2 fix(deps): update dependency astro to v5.7.3 Apr 17, 2025
@renovate renovate bot changed the title fix(deps): update dependency astro to v5.7.3 fix(deps): update dependency astro to v5.7.4 Apr 18, 2025
@renovate renovate bot changed the title fix(deps): update dependency astro to v5.7.4 fix(deps): update dependency astro to v5.7.5 Apr 23, 2025
@renovate renovate bot changed the title fix(deps): update dependency astro to v5.7.5 fix(deps): update dependency astro to v5.7.6 Apr 28, 2025
@renovate renovate bot changed the title fix(deps): update dependency astro to v5.7.6 fix(deps): update dependency astro to v5.7.7 Apr 28, 2025
@renovate renovate bot changed the title fix(deps): update dependency astro to v5.7.7 fix(deps): update dependency astro to v5.7.8 Apr 28, 2025
@renovate renovate bot changed the title fix(deps): update dependency astro to v5.7.8 fix(deps): update dependency astro to v5.7.9 Apr 29, 2025
@renovate renovate bot changed the title fix(deps): update dependency astro to v5.7.9 fix(deps): update dependencies Apr 30, 2025
@renovate renovate bot force-pushed the renovate/dependencies branch 3 times, most recently from ad564e2 to 0ef5dd3 Compare June 23, 2025 16:39
@renovate renovate bot force-pushed the renovate/dependencies branch 3 times, most recently from 0d26268 to eaf7737 Compare July 3, 2025 16:27
@renovate renovate bot force-pushed the renovate/dependencies branch 4 times, most recently from 6b29849 to 7d99d37 Compare July 17, 2025 14:10
@renovate renovate bot force-pushed the renovate/dependencies branch 4 times, most recently from b5a1d3c to a1736f7 Compare July 28, 2025 18:28
@renovate renovate bot force-pushed the renovate/dependencies branch 3 times, most recently from 3430511 to fa237a5 Compare July 31, 2025 23:58
@renovate renovate bot force-pushed the renovate/dependencies branch 2 times, most recently from 0b3f975 to 337a2fe Compare September 25, 2025 21:08
@renovate renovate bot force-pushed the renovate/dependencies branch from 337a2fe to 7e284d9 Compare October 14, 2025 10:45
@renovate renovate bot force-pushed the renovate/dependencies branch from 7e284d9 to c3ef0d1 Compare October 21, 2025 11:15
@renovate renovate bot force-pushed the renovate/dependencies branch 2 times, most recently from 5eaca2e to 46eb760 Compare November 5, 2025 16:52
@renovate renovate bot force-pushed the renovate/dependencies branch from 46eb760 to b54888c Compare November 11, 2025 02:34
@renovate renovate bot force-pushed the renovate/dependencies branch from b54888c to 14dfcfc Compare November 18, 2025 14:47
@renovate renovate bot force-pushed the renovate/dependencies branch from 14dfcfc to f995c17 Compare December 3, 2025 17:56
@renovate renovate bot force-pushed the renovate/dependencies branch from f995c17 to e2ac70f Compare December 22, 2025 14:00
@renovate renovate bot force-pushed the renovate/dependencies branch from e2ac70f to 0924861 Compare December 31, 2025 14:34
@renovate renovate bot force-pushed the renovate/dependencies branch 3 times, most recently from f411d07 to b6ed124 Compare January 15, 2026 16:36
@renovate renovate bot force-pushed the renovate/dependencies branch 2 times, most recently from 76450ba to 0b786fe Compare January 19, 2026 16:48
@renovate renovate bot force-pushed the renovate/dependencies branch from 0b786fe to 2e5448c Compare January 23, 2026 16:45
@renovate renovate bot force-pushed the renovate/dependencies branch 2 times, most recently from 2260305 to c391325 Compare February 3, 2026 17:13
@renovate renovate bot force-pushed the renovate/dependencies branch 2 times, most recently from ec71216 to 4af4d94 Compare February 17, 2026 15:01
@renovate renovate bot force-pushed the renovate/dependencies branch 6 times, most recently from 808e224 to b6022ea Compare March 6, 2026 20:33
@renovate renovate bot force-pushed the renovate/dependencies branch from b6022ea to dac69f1 Compare March 13, 2026 13:42
@renovate renovate bot force-pushed the renovate/dependencies branch from dac69f1 to 5dabf39 Compare March 16, 2026 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants