Skip to content
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

chore(deps): update all non-major dependencies #427

Merged
merged 1 commit into from
Mar 8, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 10, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
postcss (source) ^8.4.6 -> ^8.4.8 age adoption passing confidence
postcss-nesting ^10.1.2 -> ^10.1.3 age adoption passing confidence
tailwindcss (source) ^3.0.19 -> ^3.0.23 age adoption passing confidence
ufo ^0.7.10 -> ^0.7.11 age adoption passing confidence

Release Notes

postcss/postcss

v8.4.8

Compare Source

  • Fixed end position in empty Custom Properties.

v8.4.7

Compare Source

  • Fixed Node#warn() type (by Masafumi Koba).
  • Fixed comment removal in values after ,.
csstools/postcss-plugins

v10.1.3

Compare Source

  • Avoid creating duplicate selectors containing only comments.
.alpha {
	/* loose comment */
	& .beta {
		order: 1;
	}
}

/* becomes */

- .alpha {
-   /* loose comment */
- }
+ /* loose comment */
.alpha .beta {
	order: 1;
}
tailwindlabs/tailwindcss

v3.0.23

Compare Source

Fixed
  • Remove opacity variables from :visited pseudo class (#​7458)
  • Support arbitrary values + calc + theme with quotes (#​7462)
  • Don't duplicate layer output when scanning content with variants + wildcards (#​7478)
  • Implement getClassOrder instead of sortClassList (#​7459)

v3.0.22

Compare Source

Fixed
  • Temporarily move postcss to dependencies (#​7424)

v3.0.21

Compare Source

Fixed
  • Move prettier plugin to dev dependencies (#​7418)

v3.0.20

Compare Source

Added
  • Expose context.sortClassList(classes) (#​7412)
unjs/ufo

v0.7.11

Compare Source


Configuration

📅 Schedule: 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, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot changed the title chore(deps): update dependency tailwindcss to ^3.0.20 chore(deps): update dependency tailwindcss to ^3.0.21 Feb 10, 2022
@renovate renovate bot changed the title chore(deps): update dependency tailwindcss to ^3.0.21 chore(deps): update dependency tailwindcss to ^3.0.22 Feb 11, 2022
@renovate renovate bot changed the title chore(deps): update dependency tailwindcss to ^3.0.22 chore(deps): update dependency tailwindcss to ^3.0.23 Feb 16, 2022
@renovate renovate bot changed the title chore(deps): update dependency tailwindcss to ^3.0.23 chore(deps): update all non-major dependencies Feb 24, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4fa1b24 to 3b05522 Compare February 25, 2022 22:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3b05522 to 6a180cd Compare March 4, 2022 22:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6a180cd to a467986 Compare March 7, 2022 04:32
@Atinux Atinux merged commit 65c020a into main Mar 8, 2022
@Atinux Atinux deleted the renovate/all-minor-patch branch March 8, 2022 11:40
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.

None yet

2 participants