Skip to content

Update npm#289

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

Update npm#289
renovate[bot] wants to merge 1 commit intomainfrom
renovate/npm

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 20, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@tailwindcss/cli (source) 4.2.24.2.4 age confidence
grunt (source) 1.6.11.6.2 age confidence
tailwindcss (source) 4.2.24.2.4 age confidence
terser (source) 5.46.05.46.1 age confidence
typescript (source) 6.0.26.0.3 age confidence
uglify-js 3.4.103.19.3 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

tailwindlabs/tailwindcss (@​tailwindcss/cli)

v4.2.4

Compare Source

Fixed
  • Ensure imports in @import and @plugin still resolve correctly when using Vite aliases in @tailwindcss/vite (#​19947)

v4.2.3

Compare Source

Fixed
  • Canonicalization: improve canonicalizations for tracking-* utilities by preferring non-negative utilities (e.g. -tracking-tightertracking-wider) (#​19827)
  • Fix crash due to invalid characters in candidate (exceeding valid unicode code point range) (#​19829)
  • Ensure query params in imports are considered unique resources when using @tailwindcss/webpack (#​19723)
  • Canonicalization: collapse arbitrary values into shorthand utilities (e.g. px-[1.2rem] py-[1.2rem]p-[1.2rem]) (#​19837)
  • Canonicalization: collapse border-{t,b}-* into border-y-*, border-{l,r}-* into border-x-*, and border-{t,r,b,l}-* into border-* (#​19842)
  • Canonicalization: collapse scroll-m{t,b}-* into scroll-my-*, scroll-m{l,r}-* into scroll-mx-*, and scroll-m{t,r,b,l}-* into scroll-m-* (#​19842)
  • Canonicalization: collapse scroll-p{t,b}-* into scroll-py-*, scroll-p{l,r}-* into scroll-px-*, and scroll-p{t,r,b,l}-* into scroll-p-* (#​19842)
  • Canonicalization: collapse overflow-{x,y}-* into overflow-* (#​19842)
  • Canonicalization: collapse overscroll-{x,y}-* into overscroll-* (#​19842)
  • Read from --placeholder-color instead of --background-color for placeholder-* utilities (#​19843)
  • Upgrade: ensure files are not emptied out when killing the upgrade process while it's running (#​19846)
  • Upgrade: use config.content when migrating from Tailwind CSS v3 to Tailwind CSS v4 (#​19846)
  • Upgrade: never migrate files that are ignored by git (#​19846)
  • Add .env and .env.* to default ignored content files (#​19846)
  • Canonicalization: migrate overflow-ellipsis into text-ellipsis (#​19849)
  • Canonicalization: migrate start-fullinset-s-full, start-autoinset-s-auto, start-pxinset-s-px, and start-<number>inset-s-<number> as well as negative versions (#​19849)
  • Canonicalization: migrate end-fullinset-e-full, end-autoinset-e-auto, end-pxinset-e-px, and end-<number>inset-e-<number> as well as negative versions (#​19849)
  • Canonicalization: move the - sign inside the arbitrary value -left-[9rem]left-[-9rem] (#​19858)
  • Canonicalization: move the - sign outside the arbitrary value ml-[calc(-1*var(--width))]-ml-(--width) (#​19858)
  • Improve performance when scanning JSONL / NDJSON files (#​19862)
  • Support NODE_PATH environment variable in standalone CLI (#​19617)
gruntjs/grunt (grunt)

v1.6.2

Compare Source

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)])
microsoft/TypeScript (typescript)

v6.0.3

Compare Source

mishoo/UglifyJS (uglify-js)

v3.19.3

Compare Source

Bug Fixes

v3.19.2

Compare Source

Features
  • improve compression of logical expressions (c7152b5, cd0a8ec)
  • simplify collapsed assignment expressions (76803d6)
  • convert function literals to arrow functions (2255074)
  • support ascii_only on template literals (4661b34)
  • improve generation of Unicode escape sequences (80ebacb)
Bug Fixes

v3.19.1

Compare Source

Features
  • simplify nullish comparison of complex expressions (7a4fb85)
Bug Fixes

v3.19.0

Compare Source

Features
  • eliminate side-effect-free property access (9c80456, 95d3ede, 205a1d1, 124c4d3)
  • improve hoist_vars efficiency (ce8ef52)
  • improve compression around built-in function (8c5a899)
  • improve deconstruction of singular destructuring assignment (8c5a899)
Bug Fixes

v3.18.0

Compare Source

Features
  • convert const to let when possible (21aff99)
  • process input as ES module by default (68d62a8, 17c3ae6)
  • concatenate let and var declarations (e5cbd3e)
  • avoid mangling of enableHighAccuracy & maximumAge DOM properties (aa7c338)
  • compress array element assignments into declaration (ffe0fe7, 3dfb379)
  • handle lexical function declaration in ES6+ (e7b9b4a)
  • improve ESTree interoperability with third-party tools (ca4185a)
Bug Fixes

v3.17.4

Compare Source

Features
Bug Fixes

v3.17.3

Compare Source

Features
  • improve heuristics for mangle.properties (3fa2086)
  • enable domprops to be used under minify() (bd5fc4c)
  • improve compression of boolean & conditional expressions (80fc862, dabcc39, 58d997a)
Bug Fixes

v3.17.2

Compare Source

Bug Fixes

v3.17.1

Compare Source

Features
  • improve precision of escape analysis (d6d2f5c, 10bc86b)
  • improve usability of --mangle-props (9eea3a6, 4653e8a, 5ac6ec5)
  • extend glob patterns for --in-situ (535212c)
  • support Adobe ExtendScipt on best-effort basis (32bd65a)
  • inline immediately invoked arrow function expressions (9dec612)
  • improve elimination of lexical declarations (edf1bf1)
Bug Fixes

v3.17.0

Compare Source

Features
  • merge common tail of if statements (996836b)
  • eliminate superfluous Object() wrappers (db6fd6d)
  • improve elimination of return statements (08c386f, ab5c7e6, 6667440, e39f33e, 64e3cee, 8076d66, 884842c, a9d9af5)
  • improve compression of ternary expressions (672cdfa)
  • exclude latest ECMAScript runtime properties from builtin mangling (8a07f12)
  • introduce --expression for ease of handling bookmarklets or JSON expressions (f451a7a)
  • improve resolution and accuracy of source-maps (2c3c4ec)
  • inline function calls with simple assignments (5a4cd09)
Bug Fixes

v3.16.3

Compare Source

Features
Bug Fixes

v3.16.2

Compare Source

Features
Bug Fixes

v3.16.1

Compare Source

Features
  • support top-level await via --module (d2bd0d1, 0c7b016)
  • support class static initialization block (88b4283, 0066576, 4382bfe)
  • discard all unused in & instanceof expressions via unsafe_comps (5d69545)
  • improve detection of unreferenced class & function (b6f250f)
Bug Fixes

v3.16.0

Compare Source

Features
  • support handling of ES modules (c82fc1e)
  • improve handling of input with mixed sloppy/strict modes (e31bbe3, 2152f00)
Bug Fixes

v3.15.5

Compare Source

Bug Fixes

v3.15.4

Compare Source

Features
  • ensure keep_fnames on function literals assigned to variables (8922f08)
  • workaround quirk on Chrome v100 (3671894)
Bug Fixes

v3.15.3

Compare Source

Features
  • improve compress efficiency (fdbbef2)
Bug Fixes

v3.15.2

Compare Source

Features
Bug Fixes

v3.15.1

Compare Source

Features
  • collapse global assignments (5c863b7)
  • speed up max_line_len & preserve_line (371d259)
  • support custom indentation (e4a91a8)
  • improve compression of conditional return chains (d7eb80b, aad5d6e)
Bug Fixes

v3.15.0

Compare Source

Features
Bug Fixes

v3.14.5

Compare Source

Features

v3.14.4

Compare Source

Features
  • improve compression of logical assignments ([`6

Configuration

📅 Schedule: (in timezone Europe/Amsterdam)

  • Branch creation
    • "on Monday through Thursday after 1:00am before 7:00am"
  • Automerge
    • "on Monday through Thursday after 1:00am before 7:00am"

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 force-pushed the renovate/npm branch 2 times, most recently from fccd601 to 9e10646 Compare April 21, 2026 01:29
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