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

fix(deps): update patch dependencies (patch) #68

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 4, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ember/test-helpers ^2.6.0 -> ^2.6.2 age adoption passing confidence
autoprefixer ^10.4.2 -> ^10.4.20 age adoption passing confidence
ember-auto-import (source) ^2.4.0 -> ^2.4.3 age adoption passing confidence
eslint-plugin-ember ^10.5.8 -> ^10.5.9 age adoption passing confidence
pretty-quick ^3.1.3 -> ^3.1.4 age adoption passing confidence
tailwindcss (source) ^3.0.15 -> ^3.0.24 age adoption passing confidence

cc @tzellman


Release Notes

emberjs/ember-test-helpers (@​ember/test-helpers)

v2.6.2: Release 2.6.2

Compare Source

🐛 Bug Fix
📝 Documentation
🏠 Internal
Committers: 4

v2.6.1

Compare Source

postcss/autoprefixer (autoprefixer)

v10.4.20

Compare Source

  • Fixed fit-content prefix for Firefox.

v10.4.19

Compare Source

  • Removed end value has mixed support, consider using flex-end warning
    since end/start now have good support.

v10.4.18

Compare Source

  • Fixed removing -webkit-box-orient on -webkit-line-clamp (@​Goodwine).

v10.4.17

Compare Source

  • Fixed user-select: contain prefixes.

v10.4.16

Compare Source

  • Improved performance (by Romain Menke).
  • Fixed docs (by Christian Oliff).

v10.4.15

Compare Source

  • Fixed ::backdrop prefixes (by 一丝).
  • Fixed docs (by Christian Oliff).

v10.4.14

Compare Source

  • Improved startup time and reduced JS bundle size (by Kārlis Gaņģis).

v10.4.13

Compare Source

  • Fixed missed prefixes on vendor prefixes in name of CSS Custom Property.

v10.4.12

Compare Source

  • Fixed support of unit-less zero angle in backgrounds (by 一丝).

v10.4.11

Compare Source

  • Fixed text-decoration prefixes by moving to MDN data (by Romain Menke).

v10.4.10

Compare Source

  • Fixed unicode-bidi prefixes by moving to MDN data.

v10.4.9

Compare Source

  • Fixed css-unicode-bidi issue from latest Can I Use.

v10.4.8

Compare Source

  • Do not print color-adjust warning if print-color-adjust also is in rule.

v10.4.7

Compare Source

  • Fixed print-color-adjust support in Firefox.

v10.4.6

Compare Source

  • Fixed print-color-adjust support.

v10.4.5

Compare Source

v10.4.4

Compare Source

  • Fixed package.funding to have same value between all PostCSS packages.

v10.4.3

Compare Source

  • Fixed package.funding (by Álvaro Mondéjar).
embroider-build/ember-auto-import (ember-auto-import)

v2.4.3

Compare Source

  • BUGFIX: Move Dynamic Template Import error to runtime instead of a build error by @​mansona
  • BUGFIX: Respect v2 addon's explicit externals list
  • INTERNAL: add @​babel/core to app and addon test templates for compatibility with upcoming ember versions.
  • DOCS: Improve upgrade guide by @​pomm0
  • BUGFIX: windows path handling fix by @​void-mAlex
  • DOCS: Fix typo by @​berdeblock

v2.4.2

Compare Source

  • BUGFIX: prioritize the user's webpack devTool setting over the default provided by our forbidEval setting.

v2.4.1

Compare Source

  • BUGFIX: avoid unnecessary full page reloads
  • DOCS: clarify upgrade guide for addon by @​ctjhoa
  • BUGFIX: don't let broccoli-asset-rev mess with css chunks
  • INTERNALS: upgrade fs-extra and resolve-package-path by @​SergeAstapov
ember-cli/eslint-plugin-ember (eslint-plugin-ember)

v10.5.9

Compare Source

🐛 Bug Fix
📝 Documentation
🏠 Internal
Committers: 3
prettier/pretty-quick (pretty-quick)

v3.1.4

Compare Source

Patch Changes
tailwindlabs/tailwindcss (tailwindcss)

v3.0.24

Compare Source

Fixed
  • Prevent nesting plugin from breaking other plugins (#​7563)
  • Recursively collapse adjacent rules (#​7565)
  • Preserve source maps for generated CSS (#​7588)
  • Split box shadows on top-level commas only (#​7479)
  • Use local user CSS cache for @apply (#​7524)
  • Invalidate context when main CSS changes (#​7626)
  • Only add ! to selector class matching template candidate when using important modifier with multi-class selectors (#​7664)
  • Correctly parse and prefix animation names with dots (#​7163)
  • Fix extraction from template literal/function with array (#​7481)
  • Don't output unparsable arbitrary values (#​7789)
  • Fix generation of div:not(.foo) if .foo is never defined (#​7815)
  • Allow for custom properties in rgb, rgba, hsl and hsla colors (#​7933)
  • Remove autoprefixer as explicit peer-dependency to avoid invalid warnings in situations where it isn't actually needed (#​7949)
  • Ensure the percentage data type is validated correctly (#​8015)
  • Make sure font-weight is inherited by form controls in all browsers (#​8078)
Changed
  • Replace chalk with picocolors (#​6039)
  • Replace cosmiconfig with lilconfig (#​6039)
  • Update cssnano to avoid removing empty variables when minifying (#​7818)

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)

v3.0.19

Compare Source

Fixed
  • Fix preflight border color fallback (#​7288)
  • Correctly parse shadow lengths without a leading zero (#​7289)
  • Don't crash when scanning extremely long class candidates (#​7331)
  • Use less hacky fix for URLs detected as custom properties (#​7275)
  • Correctly generate negative utilities when dash is before the prefix (#​7295)
  • Detect prefixed negative utilities in the safelist (#​7295)

v3.0.18

Compare Source

Fixed
  • Fix @apply order regression (in addComponents, addUtilities, ...) (#​7232)
  • Quick fix for incorrect arbitrary properties when using URLs (#​7252)

v3.0.17

Compare Source

Fixed
  • Remove false positive warning in CLI when using the --content option (#​7220)

v3.0.16

Compare Source

Fixed
  • Ensure to transpile the PostCSS Nesting plugin (tailwindcss/nesting) (#​7080)
  • Improve various warnings (#​7118)
  • Fix grammatical mistake (cca5a38)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

@renovate renovate bot added the deps label Jan 4, 2022
@renovate renovate bot changed the title chore(deps): update dependency autoprefixer to ^10.4.1 chore(deps): update dependency autoprefixer to ^10.4.1 - autoclosed Jan 5, 2022
@renovate renovate bot closed this Jan 5, 2022
@renovate renovate bot deleted the renovate/patch-patch-dependencies branch January 5, 2022 14:06
@renovate renovate bot changed the title chore(deps): update dependency autoprefixer to ^10.4.1 - autoclosed chore(deps): update dependency autoprefixer to ^10.4.1 Jan 5, 2022
@renovate renovate bot restored the renovate/patch-patch-dependencies branch January 5, 2022 16:00
@renovate renovate bot reopened this Jan 5, 2022
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch from 842befb to 2d8dc3e Compare January 5, 2022 18:06
@renovate renovate bot changed the title chore(deps): update dependency autoprefixer to ^10.4.1 chore(deps): update dependency tailwindcss to ^3.0.11 Jan 5, 2022
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch from 2d8dc3e to cfb43f2 Compare January 7, 2022 14:55
@renovate renovate bot changed the title chore(deps): update dependency tailwindcss to ^3.0.11 chore(deps): update patch dependencies (patch) Jan 7, 2022
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch 2 times, most recently from e20f55d to a700a61 Compare January 11, 2022 11:16
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch 2 times, most recently from eb37080 to efa98c9 Compare January 15, 2022 02:58
@renovate renovate bot changed the title chore(deps): update patch dependencies (patch) chore(deps): update patch dependencies (patch) - autoclosed Jan 21, 2022
@renovate renovate bot closed this Jan 21, 2022
@renovate renovate bot deleted the renovate/patch-patch-dependencies branch January 21, 2022 08:48
@renovate renovate bot changed the title chore(deps): update patch dependencies (patch) - autoclosed chore(deps): update patch dependencies (patch) Jan 24, 2022
@renovate renovate bot reopened this Jan 24, 2022
@renovate renovate bot restored the renovate/patch-patch-dependencies branch January 24, 2022 16:02
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch from efa98c9 to 87fa798 Compare January 24, 2022 17:50
@renovate renovate bot changed the title chore(deps): update patch dependencies (patch) chore(deps): update dependency tailwindcss to ^3.0.16 Jan 24, 2022
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch from 87fa798 to 103419c Compare January 26, 2022 21:00
@renovate renovate bot changed the title chore(deps): update dependency tailwindcss to ^3.0.16 chore(deps): update dependency tailwindcss to ^3.0.17 Jan 26, 2022
@renovate renovate bot changed the title chore(deps): update dependency tailwindcss to ^3.0.17 chore(deps): update dependency tailwindcss to ^3.0.18 Jan 28, 2022
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch from 103419c to 27525e4 Compare January 28, 2022 21:25
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch from 27525e4 to 8095344 Compare March 7, 2022 07:41
@renovate renovate bot changed the title chore(deps): update dependency tailwindcss to ^3.0.18 chore(deps): update patch dependencies (patch) Mar 7, 2022
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch from 8095344 to 9579bd5 Compare March 15, 2022 19:11
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch from 9579bd5 to 5ffdff7 Compare March 16, 2022 10:20
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch from 5ffdff7 to 3f9fa00 Compare March 26, 2022 12:10
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch from 3f9fa00 to 53e44f9 Compare April 24, 2022 18:38
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch from 53e44f9 to 7b6c066 Compare May 15, 2022 19:49
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch from 7b6c066 to 2d2ee8b Compare June 18, 2022 20:06
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch from 2d2ee8b to 3dc0872 Compare September 25, 2022 13:13
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch from 3dc0872 to 714bb71 Compare November 20, 2022 11:44
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch from 714bb71 to 8f3df0a Compare March 19, 2023 02:00
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch from 8f3df0a to 86dae1a Compare August 13, 2023 16:39
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch from 86dae1a to a9f0472 Compare September 20, 2023 23:11
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch 2 times, most recently from 92dbbe8 to b933b83 Compare January 17, 2024 20:37
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch from b933b83 to 87c6230 Compare March 1, 2024 17:32
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch from 87c6230 to 9eaf44c Compare March 20, 2024 23:35
@renovate renovate bot force-pushed the renovate/patch-patch-dependencies branch from 9eaf44c to 3d2679a Compare August 2, 2024 23:11
@renovate renovate bot changed the title chore(deps): update patch dependencies (patch) fix(deps): update patch dependencies (patch) Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants