Update all dependencies #68

Merged
kjuulh merged 1 commits from renovate/all into main 2023-04-23 12:00:44 +02:00
Owner

This PR contains the following updates:

Package Type Update Change
@types/node (source) devDependencies minor 18.15.13 -> 18.16.0
prettier (source) devDependencies patch 2.8.7 -> 2.8.8
styled-components (source) dependencies patch 6.0.0-beta.14 -> 6.0.0-beta.15

Release Notes

prettier/prettier

v2.8.8

Compare Source

This version is a republished version of v2.8.7.
A bad version was accidentally published and it can't be unpublished, apologies for the churn.

styled-components/styled-components

v6.0.0-beta.15

Compare Source

yarn add styled-components@beta

Changed in this version

Breaking changes in v6

  • now using stylis v4 (if using stylis-plugin-rtl you'll need to upgrade to the newer version)
  • styled-components now provides its own types; if you installed @types/styled-components in the past, you'll want to remove it
  • dropped $as and $forwardedAs props (use as or forwardedAs)
  • dropped automatic prop filtering; use transient props ($ prefix) for stuff you don't want to be passed to child component / HTML
  • StyleSheetManager
    • replaced disableVendorPrefixes with enableVendorPrefixes prop
    • dropped automatic vendor prefixing; if you need to support older browsers, you can re-enable it easily with the above prop
      <StyleSheetManager enableVendorPrefixes>
        {/* your React tree and ThemeProvider goes here */}
      </StyleSheetManager>
      
  • dropped deprecated withComponent API (87f511a); use "as" prop instead
  • node >= 14 needed

New Contributors (thank you!)

Full Changelog: https://github.com/styled-components/styled-components/compare/v6.0.0-beta.14...v6.0.0-beta.15


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped)) | devDependencies | minor | [`18.15.13` -> `18.16.0`](https://renovatebot.com/diffs/npm/@types%2fnode/18.15.13/18.16.0) | | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | devDependencies | patch | [`2.8.7` -> `2.8.8`](https://renovatebot.com/diffs/npm/prettier/2.8.7/2.8.8) | | [styled-components](https://styled-components.com/) ([source](https://github.com/styled-components/styled-components)) | dependencies | patch | [`6.0.0-beta.14` -> `6.0.0-beta.15`](https://renovatebot.com/diffs/npm/styled-components/6.0.0-beta.14/6.0.0-beta.15) | --- ### Release Notes <details> <summary>prettier/prettier</summary> ### [`v2.8.8`](https://github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#&#8203;288) [Compare Source](https://github.com/prettier/prettier/compare/2.8.7...2.8.8) This version is a republished version of v2.8.7. A bad version was accidentally published and [it can't be unpublished](https://github.com/npm/cli/issues/1686), apologies for the churn. </details> <details> <summary>styled-components/styled-components</summary> ### [`v6.0.0-beta.15`](https://github.com/styled-components/styled-components/releases/tag/v6.0.0-beta.15) [Compare Source](https://github.com/styled-components/styled-components/compare/v6.0.0-beta.14...v6.0.0-beta.15) yarn add styled-components@beta #### Changed in this version - Fixes an issue where keyframes are declared inside a namespaced StyleSheetManager by [@&#8203;marmite22](https://github.com/marmite22) in https://github.com/styled-components/styled-components/pull/3977 - chore: remove --clipboard option in envinfo by [@&#8203;ImBIOS](https://github.com/ImBIOS) in https://github.com/styled-components/styled-components/pull/3972 - Fix `css` prop typings by [@&#8203;ahutchings](https://github.com/ahutchings) in https://github.com/styled-components/styled-components/pull/3982 - Remove duplicated test by [@&#8203;ahutchings](https://github.com/ahutchings) in https://github.com/styled-components/styled-components/pull/3984 - fix: Do not add px to CSS variables (main branch) by [@&#8203;Lazyuki](https://github.com/Lazyuki) in https://github.com/styled-components/styled-components/pull/3987 - several typing fixes by [@&#8203;probablyup](https://github.com/probablyup) in https://github.com/styled-components/styled-components/pull/3991 #### Breaking changes in v6 - now using `stylis` v4 (if using `stylis-plugin-rtl` you'll need to upgrade to the newer version) - styled-components now provides its own types; if you installed `@types/styled-components` in the past, you'll want to remove it - dropped `$as` and `$forwardedAs` props (use `as` or `forwardedAs`) - dropped automatic prop filtering; use transient props (`$` prefix) for stuff you don't want to be passed to child component / HTML - `StyleSheetManager` - replaced `disableVendorPrefixes` with `enableVendorPrefixes` prop - dropped automatic vendor prefixing; if you need to support older browsers, you can re-enable it easily with the above prop ```tsx <StyleSheetManager enableVendorPrefixes> {/* your React tree and ThemeProvider goes here */} </StyleSheetManager> ``` - dropped deprecated `withComponent` API ([`87f511a`](https://github.com/styled-components/styled-components/commit/87f511a228e5b13b1ff70a416409e0705e5bf456)); use "as" prop instead - node >= 14 needed #### New Contributors (thank you!) - [@&#8203;ImBIOS](https://github.com/ImBIOS) made their first contribution in https://github.com/styled-components/styled-components/pull/3972 - [@&#8203;ahutchings](https://github.com/ahutchings) made their first contribution in https://github.com/styled-components/styled-components/pull/3982 **Full Changelog**: https://github.com/styled-components/styled-components/compare/v6.0.0-beta.14...v6.0.0-beta.15 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNjAuMCIsInVwZGF0ZWRJblZlciI6IjM0LjE2MC4wIn0=-->
kjuulh force-pushed renovate/all from 6416277d3c to 7843af5c07 2023-04-23 11:35:14 +02:00 Compare
kjuulh changed title from Update dependency styled-components to v6.0.0-beta.15 to Update all dependencies 2023-04-23 11:35:15 +02:00
kjuulh merged commit 7843af5c07 into main 2023-04-23 12:00:44 +02:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kjuulh/microblog#68