Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2024

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
@phosphor-icons/react (source) 2.1.7 -> 2.1.10 age confidence
@tanstack/react-query (source) 4.36.1 -> 4.41.0 age confidence
@types/node (source) 18.19.47 -> 18.19.127 age confidence
@types/react (source) 18.3.5 -> 18.3.24 age confidence
autoprefixer 10.4.20 -> 10.4.21 age confidence
next (source) 13.5.6 -> 13.5.11 age confidence
postcss (source) 8.4.41 -> 8.5.6 age confidence
tailwindcss (source) 3.4.10 -> 3.4.17 age confidence
typescript (source) 5.5.4 -> 5.9.2 age confidence

Release Notes

phosphor-icons/react (@​phosphor-icons/react)

v2.1.10

Compare Source

Fixes

  • Add explicit "type": "module" back to package.json for more predictable bundler behavior
  • Add export map alias @phosphor-icons/react/ssr for easier access to SSR versions of icons

Related projects

Check out our plugins for popular design tools:

For developers, please check out our framework-specific packages:

v2.1.9

Compare Source

v2.1.8

Compare Source

Enhancements

  • All exported icon components are now suffixed with the word "Icon". We think this will improve readability of JSX and avoid polluting the scope, name-squatting common app things like User and Settings. Old names are still valid, but are marked deprecated. For additional context, see: #​104, #​127.
// ⚠️ This is still valid, but deprecated:
import { User } from "@​phosphor-icons/react";

// ✅ This is the new name going forward:
import { UserIcon } from "@​phosphor-icons/react";
  • Bundle size reduced ~20% thanks to better minification.
  • Potentially fixed TypeScript errors in some projects due to more explicit "exports" field and disambiguation between es and cjs builds.

Related projects

Check out our plugins for popular design tools:

For developers, please check out our framework-specific packages:

TanStack/query (@​tanstack/react-query)

v4.41.0

Compare Source

Version 4.41.0 - 9/9/25, 7:21 AM

Changes

Feat

Packages

v4.40.2

Compare Source

Version 4.40.2 - 9/9/25, 6:35 AM

Changes

Fix
  • ci: resolve v4 CI timeout by disabling Nx Cloud distributed execution (#​9623) (3ef06cf) by Kim YoungHoon
Ci
Other

Packages

v4.40.1

Compare Source

Version 4.40.1 - 7/4/25, 1:18 PM

Changes

Fix
Docs

Packages

v4.40.0

Compare Source

Version 4.40.0 - 6/17/25, 4:44 PM

Changes

Feat
  • query-core, react-query: backport v5 types, deprecate isLoading in favor of isPending in mutation observer results (#​9266) (693a471) by @​manudeli

Packages

v4.39.2

Compare Source

Version 4.39.2 - 6/9/25, 9:36 AM

Changes

Fix

Packages

v4.39.1

Compare Source

Version 4.39.1 - 5/31/25, 1:09 PM (Manual Release)

Changes

Fix
  • v4: ensure packages are built during CI (#​9227) (4f93b86) by Lachlan Collins
Ci
  • v4: fix Nx commands (52f93a5) by Lachlan Collins

Packages

v4.39.0

Compare Source

Version 4.39.0 - 5/31/25, 1:07 AM

Changes

Feat
Chore
  • Fix incorrect npm tag for previous version release (v4) (#​6659) (ce313af) by Lachlan Collins
Ci
Docs
Other

Packages

postcss/autoprefixer (autoprefixer)

v10.4.21

Compare Source

vercel/next.js (next)

v13.5.11

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • Lock swc binaries version

v13.5.10

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • Match subrequest handling for edge and node

v13.5.9

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.
This release contains a security patch for CVE-2025-29927.

Core Changes
  • [backport] middleware subrequest patch (#​77418)

v13.5.8

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
Credits

Huge thanks to @​wyattjoh and @​ztanner for helping!

v13.5.7

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • Remove invalid fallback revalidate value (#​69990)
  • Shared Revalidate Timings (#​64370)
Credits

Huge thanks to @​wyattjoh and @​ijjk for helping!

postcss/postcss (postcss)

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

v8.5.3

Compare Source

v8.5.2

Compare Source

v8.5.1

Compare Source

v8.5.0: 8.5 “Duke Alloces”

Compare Source

President Alloces seal

PostCSS 8.5 brought API to work better with non-CSS sources like HTML, Vue.js/Svelte sources or CSS-in-JS.

@​romainmenke during his work on Stylelint added Input#document in additional to Input#css.

root.source.input.document //=> "<p>Hello</p>
                           //    <style>
                           //    p {
                           //      color: green;
                           //    }
                           //    </style>"
root.source.input.css      //=> "p {
                           //      color: green;
                           //    }"
Thanks to Sponsors

This release was possible thanks to our community.

If your company wants to support the sustainability of front-end infrastructure or wants to give some love to PostCSS, you can join our supporters by:

v8.4.49

Compare Source

v8.4.48

Compare Source

  • Fixed position calculation in error/warnings methods (by @​romainmenke).

v8.4.47

Compare Source

  • Removed debug code.

v8.4.46

Compare Source

  • Fixed Cannot read properties of undefined (reading 'before').

v8.4.45

Compare Source

  • Removed unnecessary fix which could lead to infinite loop.

v8.4.44

Compare Source

  • Another way to fix markClean is not a function error.

v8.4.43

Compare Source

  • Fixed markClean is not a function error.

v8.4.42

Compare Source

  • Fixed CSS syntax error on long minified files (by @​varpstar).
tailwindlabs/tailwindcss (tailwindcss)

v3.4.17

Compare Source

Fixed

v3.4.16

Compare Source

Fixed
  • Ensure the TypeScript types for PluginsConfig allow undefined values (#​14668)

v3.4.15

Compare Source

  • Bump versions for security vulnerabilities (#​14697)
  • Ensure the TypeScript types for the boxShadow theme configuration allows arrays (#​14856)
  • Set fallback for opacity variables to ensure setting colors with the selection:* variant works in Chrome 131 (#​15003)

v3.4.14

Compare Source

Fixed
  • Don't set display: none on elements that use hidden="until-found" (#​14625)

v3.4.13

Compare Source

Fixed
  • Improve source glob verification performance (#​14481)

v3.4.12

Compare Source

Fixed
  • Ensure using @apply with utilities that use @defaults works with rules defined in the base layer when using optimizeUniversalDefaults (#​14427)

v3.4.11

Compare Source

Fixed
  • Allow anchor-size(…) in arbitrary values (#​14393)
microsoft/TypeScript (typescript)

v5.9.2

Compare Source

v5.8.3

Compare Source

v5.8.2

Compare Source

v5.7.3: TypeScript 5.7.3

Compare Source

For release notes, check out the release announcement.

Downloads are available on npm

v5.7.2: TypeScript 5.7

Compare Source

For release notes, check out the release announcement.

Downloads are available on:

v5.6.3: TypeScript 5.6.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.6.2: TypeScript 5.6

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (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.

Copy link

vercel bot commented Oct 1, 2024

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
highlights Ready Ready Preview Comment Sep 21, 2025 1:25am

@renovate renovate bot force-pushed the renovate/website branch from d992285 to 32d67ee Compare October 5, 2024 15:58
@renovate renovate bot force-pushed the renovate/website branch from 32d67ee to 2553ef4 Compare October 9, 2024 07:39
@renovate renovate bot force-pushed the renovate/website branch from 2553ef4 to cce67f7 Compare October 11, 2024 00:25
@renovate renovate bot force-pushed the renovate/website branch from cce67f7 to be449cf Compare October 11, 2024 22:02
@renovate renovate bot force-pushed the renovate/website branch from be449cf to 8eaf83d Compare October 18, 2024 13:23
@renovate renovate bot force-pushed the renovate/website branch from 8eaf83d to 8d91287 Compare October 20, 2024 01:26
@renovate renovate bot force-pushed the renovate/website branch from 8d91287 to 1f01177 Compare October 22, 2024 05:01
@renovate renovate bot force-pushed the renovate/website branch from 1f01177 to feae6b6 Compare October 25, 2024 05:03
@renovate renovate bot force-pushed the renovate/website branch from feae6b6 to 2a0dde8 Compare October 26, 2024 06:59
@renovate renovate bot force-pushed the renovate/website branch from 2a0dde8 to f06602a Compare October 31, 2024 21:27
@renovate renovate bot force-pushed the renovate/website branch from f06602a to ad8b86f Compare November 2, 2024 14:37
@renovate renovate bot force-pushed the renovate/website branch from ad8b86f to b48c815 Compare November 2, 2024 14:38
@renovate renovate bot force-pushed the renovate/website branch from b48c815 to 6e0e4fe Compare November 3, 2024 06:53
@renovate renovate bot force-pushed the renovate/website branch from 6e0e4fe to 9d6e03f Compare November 3, 2024 18:33
@renovate renovate bot force-pushed the renovate/website branch from a88516b to 7a76cbb Compare July 13, 2025 07:52
@renovate renovate bot force-pushed the renovate/website branch from 7a76cbb to 11afe63 Compare July 27, 2025 08:00
@renovate renovate bot force-pushed the renovate/website branch from 11afe63 to e7a973c Compare August 4, 2025 22:55
@renovate renovate bot force-pushed the renovate/website branch from e7a973c to 5ec5e20 Compare August 10, 2025 14:24
@renovate renovate bot force-pushed the renovate/website branch from 5ec5e20 to a493c11 Compare August 11, 2025 23:50
@renovate renovate bot force-pushed the renovate/website branch from a493c11 to b6ae985 Compare August 18, 2025 10:25
@renovate renovate bot force-pushed the renovate/website branch from b6ae985 to 5d3d51d Compare August 19, 2025 19:45
@renovate renovate bot force-pushed the renovate/website branch from 5d3d51d to 20c8eec Compare August 25, 2025 17:08
@renovate renovate bot force-pushed the renovate/website branch from 20c8eec to faaebe2 Compare September 1, 2025 02:41
@renovate renovate bot force-pushed the renovate/website branch from faaebe2 to bafb54f Compare September 7, 2025 14:01
@renovate renovate bot force-pushed the renovate/website branch from bafb54f to 4f1de95 Compare September 13, 2025 03:48
@renovate renovate bot force-pushed the renovate/website branch from 4f1de95 to a4d42ac Compare September 18, 2025 21:55
@renovate renovate bot force-pushed the renovate/website branch from a4d42ac to fedce64 Compare September 20, 2025 01:59
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.

0 participants