Skip to content

Update Website #143

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update Website #143

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@phosphor-icons/react (source) 2.1.7 -> 2.1.10 age adoption passing confidence
@tanstack/react-query (source) 4.36.1 -> 4.39.1 age adoption passing confidence
@types/node (source) 18.19.47 -> 18.19.110 age adoption passing confidence
@types/react (source) 18.3.5 -> 18.3.23 age adoption passing confidence
autoprefixer 10.4.20 -> 10.4.21 age adoption passing confidence
next (source) 13.5.6 -> 13.5.11 age adoption passing confidence
postcss (source) 8.4.41 -> 8.5.4 age adoption passing confidence
tailwindcss (source) 3.4.10 -> 3.4.17 age adoption passing confidence
typescript (source) 5.5.4 -> 5.8.3 age adoption passing 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.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.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.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 Git ↗︎

Name Status Preview Comments Updated (UTC)
highlights ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 4, 2025 10: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 9e006a2 to 22f7cce Compare May 19, 2025 13:39
@renovate renovate bot force-pushed the renovate/website branch from 22f7cce to dfc4d6e Compare May 25, 2025 00:20
@renovate renovate bot force-pushed the renovate/website branch from dfc4d6e to 0d6f7e8 Compare May 25, 2025 05:41
@renovate renovate bot force-pushed the renovate/website branch from 0d6f7e8 to 0bccbe3 Compare May 28, 2025 15:13
@renovate renovate bot force-pushed the renovate/website branch from 0bccbe3 to ad2bd3b Compare May 30, 2025 12:29
@renovate renovate bot force-pushed the renovate/website branch from ad2bd3b to 8b7b6a9 Compare May 30, 2025 19:43
@renovate renovate bot force-pushed the renovate/website branch from 8b7b6a9 to 7f3ade0 Compare May 31, 2025 17:41
@renovate renovate bot force-pushed the renovate/website branch from 7f3ade0 to fb09886 Compare June 1, 2025 09:24
@renovate renovate bot force-pushed the renovate/website branch from fb09886 to b10f872 Compare June 2, 2025 00:47
@renovate renovate bot force-pushed the renovate/website branch from b10f872 to 0707586 Compare June 2, 2025 05:07
@renovate renovate bot force-pushed the renovate/website branch from 0707586 to 7b61546 Compare June 2, 2025 18:45
@renovate renovate bot force-pushed the renovate/website branch from 7b61546 to da64b77 Compare June 3, 2025 01:38
@renovate renovate bot force-pushed the renovate/website branch from da64b77 to d118fe1 Compare June 3, 2025 13:49
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