Skip to content

Update Website - #143

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/website
Open

Update Website#143
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/website

Conversation

@renovate

@renovate renovate Bot commented Oct 1, 2024

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@phosphor-icons/react (source) 2.1.72.1.10 age confidence
@tanstack/react-query (source) 4.36.14.44.0 age confidence
@types/node (source) 18.19.4718.19.130 age confidence
@types/react (source) 18.3.518.3.31 age confidence
autoprefixer 10.4.2010.5.4 age confidence
next (source) 13.5.613.5.11 age confidence
postcss (source) 8.4.418.5.26 age confidence
tailwindcss (source) 3.4.103.4.19 age confidence
typescript (source) 5.5.45.9.3 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.44.0

Compare Source

Minor Changes
  • 006ce1a: feat(react-query): backport mutationOptions in v4
Patch Changes

v4.43.0

Compare Source

Minor Changes
  • b3260f0: feat(react-query): backport usePrefetchQuery, usePrefetchInfiniteQuery
Patch Changes

v4.42.2

Compare Source

Patch Changes
  • 744d190: fix(react-query): update use-sync-external-store version to support React 19 as peerDep correctly

v4.42.1

Compare Source

Patch Changes

v4.42.0

Compare Source

Version 4.42.0 - 10/16/25, 4:16 PM

Changes
Feat
Packages

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.5.4

Compare Source

v10.5.3

Compare Source

v10.5.2

Compare Source

  • Moved -webkit-fill-available before -moz-available, so Firefox
    will use -webkit- version which is closer to stretch.

v10.5.1

Compare Source

v10.5.0

Compare Source

  • Added mask-position-x and mask-position-y support (by @​toporek).

v10.4.27

Compare Source

  • Removed development key from package.json.

v10.4.26

Compare Source

  • Reduced package size.

v10.4.25

Compare Source

  • Fixed broken gradients on CSS Custom Properties (by @​serger777).

v10.4.24

Compare Source

  • Made Autoprefixer a little faster (by @​Cherry).

v10.4.23

Compare Source

v10.4.22

Compare Source

  • Fixed stretch prefixes on new Can I Use database.
  • Updated fraction.js.

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.26

Compare Source

  • Fixed list.split() regression (by @​lazerg).
  • Track symlinks in path protection in source map loading (by @​drengir1).

v8.5.25

Compare Source

  • Fixed 8.5.17 visitor regression.
  • Fixed list.split() for non-string values (by @​amir-rezaei).

v8.5.24

Compare Source

  • Preserve the BOM after the processing (by @​hdimer).

v8.5.23

Compare Source

  • Do not load source map without opts.from for security reasons.

v8.5.22

Compare Source

v8.5.21

Compare Source

v8.5.20

Compare Source

v8.5.19

Compare Source

  • Fixed cleaning before for new nodes inserted to Root (by @​MahinAnowar).

v8.5.18

Compare Source

  • Restricted loading previous source maps file to the opts.from folder for security reasons (use unsafeMap: true to disable the check).

v8.5.17

Compare Source

  • Fixed Maximum call stack size exceeded error.
  • Fixed Prototype hijacking for postcss.fromJSON().
  • Fixed Input#origin() for unmapped end position (by @​chatman-media).

v8.5.16

Compare Source

v8.5.15

Compare Source

  • Fixed declaration parsing performance (by @​homanp).

v8.5.14

Compare Source

v8.5.13

Compare Source

  • Fixed postcss-scss commend regression.

v8.5.12

Compare Source

  • Fixed reading any file via user-generated CSS.
  • Added opts.unsafeMap to disable checks.

v8.5.11

Compare Source

  • Fixed nested brackets parsing performance (by @​offset).

v8.5.10

Compare Source

  • Fixed XSS via unescaped </style> in non-bundler cases (by @​TharVid).

v8.5.9

Compare Source

  • Speed up source map encoding paring in case of the error.

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

v8.5.3

Compare Source

v8.5.2

Compare Source

v8.5.1

Compare Source

  • Fixed declaration parsing performance (by @​homanp).

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.19

Compare Source

Fixed
  • Don’t break sibling-*() functions when used inside calc(…) (#​19335)

v3.4.18

Compare Source

Fixed
  • Improve support for raw supports-[…] queries in arbitrary values (#​13605)
  • Fix require.cache error when loaded through a TypeScript file in Node 22.18+ (#​18665)
  • Support import.meta.resolve(…) in configs for new enough Node.js versions (#​18938)
  • Allow using newer versions of postcss-load-config for better ESM and TypeScript PostCSS config support with the CLI (#​18938)
  • Remove irrelevant utility rules when matching important classes (#​19030)

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.3: TypeScript 5.9.3

Compare Source

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

v5.9.2: TypeScript 5.9

Compare Source

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

v5.8.3: TypeScript 5.8.3

Compare Source

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement.

Downloads are available on:

v5.8.2: TypeScript 5.8

Compare Source

For release notes, check out the release announcement.

Downloads are available on:

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: TypeS

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

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

@vercel

vercel Bot commented Oct 1, 2024

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
highlights Ready Ready Preview Aug 11, 2026 4:09am

@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 dba595a to eea1156 Compare November 28, 2024 23:01
@renovate
renovate Bot force-pushed the renovate/website branch from eea1156 to 5643d36 Compare December 1, 2024 07:34
@renovate
renovate Bot force-pushed the renovate/website branch from 5643d36 to e4b2a09 Compare December 6, 2024 21:19
@renovate
renovate Bot force-pushed the renovate/website branch from e4b2a09 to c3d573f Compare December 7, 2024 16:40
@renovate
renovate Bot force-pushed the renovate/website branch from c3d573f to 94d6a54 Compare December 8, 2024 20:15
@renovate
renovate Bot force-pushed the renovate/website branch from 94d6a54 to b7fa6a6 Compare December 13, 2024 22:48
@renovate
renovate Bot force-pushed the renovate/website branch from b7fa6a6 to 21e4358 Compare December 14, 2024 03:21
@renovate
renovate Bot force-pushed the renovate/website branch from 21e4358 to deecf6f Compare December 14, 2024 09:49
@renovate
renovate Bot force-pushed the renovate/website branch from deecf6f to 4a1c231 Compare December 19, 2024 17:13
@renovate
renovate Bot force-pushed the renovate/website branch from 4a1c231 to 20cce57 Compare December 20, 2024 21:25
@renovate
renovate Bot force-pushed the renovate/website branch from 20cce57 to a9a104c Compare December 23, 2024 04:43
@renovate
renovate Bot force-pushed the renovate/website branch from a9a104c to 67a07b9 Compare December 24, 2024 03:48
@renovate
renovate Bot force-pushed the renovate/website branch from 67a07b9 to 7d8b302 Compare January 4, 2025 01:48
@renovate
renovate Bot force-pushed the renovate/website branch from 7d8b302 to c2fe55b Compare January 9, 2025 11:45
@renovate
renovate Bot force-pushed the renovate/website branch from c2fe55b to 53bbe51 Compare January 11, 2025 22:47
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