Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

chore(deps): update devdependencies-major (major) #364

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 13, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@oclif/test 1.2.8 -> 2.0.3 age adoption passing confidence
@types/inquirer 7.3.1 -> 8.2.0 age adoption passing confidence
@types/node 14.14.13 -> 16.11.22 age adoption passing confidence
oclif 1.16.1 -> 2.4.3 age adoption passing confidence
postcss-cli 8.3.1 -> 9.1.0 age adoption passing confidence
postcss-preset-env 6.7.0 -> 7.3.1 age adoption passing confidence

Release Notes

oclif/test

v2.0.3

Compare Source

v2.0.2

Compare Source

v2.0.1

Compare Source

v2.0.0

Compare Source

v1.2.9

Compare Source

Bug Fixes
  • remove dep on lodash.template (c1cff20)
  • update curcle context (8a7b80a)
oclif/oclif

v2.4.3

Compare Source

v2.4.2

Compare Source

v2.4.1

Compare Source

v2.4.0

Compare Source

Features
2.3.1 (2022-01-27)
Bug Fixes

v2.3.1

Compare Source

v2.3.0

Compare Source

Features

v2.2.0

Compare Source

Features
2.1.8 (2022-01-12)
Bug Fixes
2.1.7 (2022-01-11)
Bug Fixes
2.1.6 (2022-01-11)
Bug Fixes
2.1.5 (2022-01-10)
2.1.4 (2022-01-10)
Bug Fixes
2.1.3 (2022-01-10)
Bug Fixes
2.1.2 (2022-01-08)
Bug Fixes
  • add override for colors (8bb26b0)
2.1.1 (2022-01-08)
Bug Fixes
  • add resolution for colors (0ea44d4)

v2.1.8

Compare Source

v2.1.7

Compare Source

v2.1.6

Compare Source

v2.1.5

Compare Source

v2.1.4

Compare Source

v2.1.3

Compare Source

v2.1.2

Compare Source

v2.1.1

Compare Source

v2.1.0

Compare Source

Features
  • add version info to registry for windows installers (#​769) (291603a)
2.0.1 (2021-12-08)

v2.0.1

Compare Source

v2.0.0

Compare Source

Bug Fixes

v1.18.4

Compare Source

v1.18.3

Compare Source

v1.18.2

Compare Source

v1.18.1

Compare Source

v1.18.0

Compare Source

  • feat: option to produce sorted index files on version promote 67e1bae

v1.17.1

Compare Source

v1.17.0

Compare Source

Features

1.16.1 (2020-05-07)

Bug Fixes

v1.16.2

Compare Source

postcss/postcss-cli

v9.1.0

Compare Source

v9.0.2

Compare Source

  • Switch to picocolors (#​409)
  • Remove test files from npm package

v9.0.1

Compare Source

  • Actually exit with error when attempting to stdout in watch mode
  • Remove bin/ from files in package.json

v9.0.0

Compare Source

  • BREAKING: Require Node.js v12+
  • BREAKING: Must specify full file path, including .js extension, when loading local plugins with --use (#​401)
  • BREAKING: Officially remove support for watching postcss config (was already broken in previous releases)
  • Add support for dir-dependency messages (#​383, #​391)
  • Update deps
csstools/postcss-plugins

v7.3.1

Compare Source

  • Ensured that debug option uses a single instance per run, this allows for debug to work on parallel runs within CI environments.
  • Normalized exports to support both Common JS and ESM within our modules. This allows for the package to be processable via Webpack #​221
  • Updated postcss-opacity-percentage to 1.1.2 (patch).

v7.3.0

Compare Source

  • Added @csstools/postcss-is-pseudo-class
    Check the plugin README for usage details.
  • Added @csstools/postcss-hwb-function
    Check the plugin README for usage details.
  • Added postcss-opacity-percentage
    Check the plugin README for usage details.
  • Added postcss-clamp
    Check the plugin README for usage details.
  • Added @csstools/postcss-normalize-display-values
    Check the plugin README for usage details.
  • Added @csstools/postcss-font-format-keywords
    Check the plugin README for usage details.
  • Added debug option that enables extra debugging information while processing the CSS.
  • Added enableClientSidePolyfills option that allows you to control every single plugin that requires a browser library to fully work. Defaults to true so they're enabled by default.
  • Added minimumVendorImplementations option that allows you to enable/disable plugins based on their implementation status in browsers.
  • Fix sourcemaps for image-set() function.
  • Removed caniuse-lite dependency. This results not only in lower package size but also in better feature detection lead by changes on CSSDB.
  • Updated cssdb to 6.1.0 (major).
  • Updated css-prefers-color-scheme to 6.0.3 (patch)
  • Updated postcss-custom-properties to 12.1.4 (patch)
  • Updated postcss-image-set-function to 4.0.5 (patch)
  • Updated postcss-pseudo-class-any-link to 7.1.0 (minor)

v7.2.3

Compare Source

  • Enhanced importFrom / exportTo so it's harder to cause unexpected issues by different shapes of data.

v7.2.2

Compare Source

  • Updated postcss-logical to 5.0.3 (patch)
  • Updated postcss-custom-properties to 12.1.2 (patch)

v7.2.1

Compare Source

  • Always run plugins with side effects if certain options are set. #​140
    • custom-media-queries
    • custom-properties
    • environment-variables
    • custom-selectors
  • Updated caniuse-lite to 1.0.30001299 (minor)
  • Updated css-blank-pseudo to 3.0.2 (minor)
  • Updated css-has-pseudo to 3.0.3 (minor)
  • Updated postcss-color-rebeccapurple to 7.0.2 (minor)
  • Updated postcss-custom-properties to 12.1.0 (minor)
  • Updated postcss-dir-pseudo-class to 6.0.3 (minor)
  • Updated postcss-nesting to 10.1.2 (minor)

This will ensure that CSS transforms that are not a browser polyfill are still applied.
⚠️ A future major version postcss-preset-env will remove this behavior completely.

v7.2.0

Compare Source

  • Added warnings and useful messages when a feature that doesn't exist is configured. 156.

When configured with these options for example:

options: {
	features: {
		"custom-media": true,
		"postcss-logical": true,
		"postcss-logica": true,
	}
}

It will yield the following warnings:

Unknown feature: "custom-media" did you mean: "custom-media-queries"
Unknown feature: "postcss-logical" did you mean: "logical-properties-and-values"
Unknown feature: "postcss-logica" did you mean: "logical-properties-and-values"
  • Removed Sourcemaps from package tarball.
  • Moved CLI to CLI Package. See announcement.
  • Updated postcss to 8.4 (minor)
  • Updated autoprefixer to 10.4.1 (patch)
  • Updated caniuse-lite to 1.0.30001295 (patch)
  • Updated css-blank-pseudo to 3.0.1 (patch)
  • Updated css-has-pseudo to 3.0.2 (patch)
  • Updated css-prefers-color-scheme to 6.0.2 (patch)
  • Updated postcss-color-functional-notation to 4.2.1 (minor)
  • Updated postcss-color-hex-alpha to 8.0.2 (patch)
  • Updated postcss-custom-properties to 12.0.2 (patch)
  • Updated postcss-dir-pseudo-class to 6.0.2 (patch)
  • Updated postcss-double-position-gradients to 3.0.4 (patch)
  • Updated postcss-env-function to 4.0.4 (patch)
  • Updated postcss-focus-visible to 6.0.3 (patch)
  • Updated postcss-focus-within to 5.0.3 (patch)
  • Updated postcss-gap-properties to 3.0.2 (patch)
  • Updated postcss-image-set-function to 4.0.4 (patch)
  • Updated postcss-lab-function to 4.0.3 (patch)
  • Updated postcss-logical to 5.0.2 (patch)
  • Updated postcss-nesting to 10.1.1 (minor)
  • Updated postcss-overflow-shorthand to 3.0.2 (patch)
  • Updated postcss-place to 7.0.3 (patch)
  • Updated postcss-pseudo-class-any-link to 7.0.2 (patch)

v7.1.0

Compare Source

v7.0.2

Compare Source

  • Fixed unexpected behaviours when using different versions of postcss-values-parser across the plugins 228
  • Updated browserlist to 4.19.1 (minor)
  • Updated caniuse-lite to 1.0.30001287 (minor)
  • Updated css-blank-pseudo to 3.0.0 (major)
  • Updated css-has-pseudo to 3.0.0 (major)
  • Updated css-prefers-color-scheme to 6.0.0 (major)
  • Updated postcss-color-functional-notation to 4.1.0 (minor)
  • Updated postcss-color-hex-alpha to 8.0.1 (patch)
  • Updated postcss-color-rebeccapurple to 7.0.1 (patch)
  • Updated postcss-custom-properties to 12.0.1 (patch)
  • Updated postcss-dir-pseudo-class to 6.0.1 (patch)
  • Updated postcss-double-position-gradients to 3.0.3 (patch)
  • Updated postcss-env-function to 4.0.3 (patch)
  • Updated postcss-focus-visible to 6.0.2 (patch)
  • Updated postcss-focus-within to 5.0.2 (patch)
  • Updated postcss-gap-properties to 3.0.1 (patch)
  • Updated postcss-image-set-function to 4.0.3 (patch)
  • Updated postcss-lab-function to 4.0.2 (patch)
  • Updated postcss-logical to 5.0.1 (patch)
  • Updated postcss-nesting to 10.0.3 (patch)
  • Updated postcss-overflow-shorthand to 3.0.1 (patch)
  • Updated postcss-place to 7.0.2 (patch)
  • Updated postcss-pseudo-class-any-link to 7.0.1 (patch)
  • Updated documentation
  • Updated postcss to be a peer dependency.

v7.0.1

Compare Source

  • Fixed infinite loop in double-position-gradients 223
  • Fixed "Unknown word" errors in when parsing CSS values 224
  • Fixed "undefined" CSS values after transforms with postcss-place 225
  • Updated postcss-color-functional-notation to 4.0.1 (patch)
  • Updated postcss-double-position-gradients to 3.0.1 (patch)
  • Updated postcss-env-function to 4.0.2 (patch)
  • Updated postcss-image-set-function to 4.0.2 (patch)
  • Updated postcss-lab-function to 4.0.1 (patch)
  • Updated postcss-nesting to 10.0.2 (patch)
  • Updated postcss-place to 7.0.1 (patch)

v7.0.0

Compare Source

  • Updated autoprefixer to 10.4.0 (major)
  • Updated browserslist to 4.17.5 (minor)
  • Updated caniuse-lite to 1.0.30001272 (patch)
  • Updated css-blank-pseudo to 2.0.0 (major)
  • Updated css-has-pseudo to 2.0.0 (major)
  • Updated css-prefers-color-scheme to 5.0.0 (major)
  • Updated cssdb to 5.0.0 (major)
  • Updated postcss to 8.3.0 (major)
  • Updated postcss-attribute-case-insensitive to 5.0.0 (major)
  • Updated postcss-color-functional-notation to 4.0.0 (major)
  • Updated postcss-color-hex-alpha to 8.0.0 (major)
  • Updated postcss-color-rebeccapurple to 7.0.0 (major)
  • Updated postcss-custom-media to 8.0.0 (major)
  • Updated postcss-custom-properties to 12.0.0 (major)
  • Updated postcss-custom-selectors to 6.0.0 (major)
  • Updated postcss-dir-pseudo-class to 6.0.0 (major)
  • Updated postcss-double-position-gradients to 3.0.0 (major)
  • Updated postcss-env-function to 4.0.1 (major)
  • Updated postcss-focus-visible to 6.0.1 (major)
  • Updated postcss-focus-within to 5.0.1 (major)
  • Updated postcss-font-variant to 5.0.0 (major)
  • Updated postcss-gap-properties to 3.0.0 (major)
  • Updated postcss-image-set-function to 4.0.0 (major)
  • Updated postcss-initial to 3.0.4 (patch)
  • Updated postcss-lab-function to 4.0.0 (major)
  • Updated postcss-logical to 5.0.0 (major)
  • Updated postcss-media-minmax to 5.0.0 (major)
  • Updated postcss-nesting to 10.0.0 (major)
  • Updated postcss-overflow-shorthand to 3.0.0 (major)
  • Updated postcss-page-break to 3.0.4 (major)
  • Updated postcss-place to 7.0.0 (major)
  • Updated postcss-pseudo-class-any-link to 7.0.0 (major)
  • Updated postcss-replace-overflow-wrap to 4.0.0 (major)
  • Removed postcss-selector-matches
  • Removed postcss-color-gray
  • Updated support for Node 12+ (major)

Configuration

📅 Schedule: "every 2 weeks on Monday before 7am" in timezone Europe/Berlin.

🚦 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 requested a review from ff6347 as a code owner September 13, 2021 00:41
@netlify
Copy link

netlify bot commented Sep 13, 2021

✔️ Deploy Preview for tsb-labsite ready!

🔨 Explore the source changes: 9cd8c15

🔍 Inspect the deploy log: https://app.netlify.com/sites/tsb-labsite/deploys/61fba42ceb763f00081718ed

😎 Browse the preview: https://deploy-preview-364--tsb-labsite.netlify.app

@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch 3 times, most recently from 9220209 to 130bf58 Compare September 24, 2021 17:41
@renovate renovate bot requested a review from dnsos as a code owner September 24, 2021 17:41
@renovate renovate bot changed the title chore(deps): update dependency @types/inquirer to v8 chore(deps): update devdependencies-major (major) Sep 24, 2021
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch 3 times, most recently from d5a87f9 to 76b9130 Compare September 28, 2021 17:31
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch 3 times, most recently from 504d4e2 to 3322615 Compare October 26, 2021 16:47
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch 2 times, most recently from 210c9ab to bb257d2 Compare November 8, 2021 22:20
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch 5 times, most recently from 677047a to 0a3590c Compare November 23, 2021 05:31
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch 2 times, most recently from cb03546 to c1412dd Compare November 30, 2021 02:21
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch 2 times, most recently from 4b4971b to 7f3f6f1 Compare December 7, 2021 08:45
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch 4 times, most recently from 60a2d4b to 06c399c Compare December 15, 2021 02:46
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch 2 times, most recently from d2ecd97 to f7c8b02 Compare December 16, 2021 10:49
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch from e6128ec to 7a515d8 Compare December 23, 2021 09:35
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch 7 times, most recently from 56df7cf to fc9296f Compare January 8, 2022 18:45
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch 10 times, most recently from 1da4933 to b6f4936 Compare January 13, 2022 17:25
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch 3 times, most recently from ad32f7f to 1376780 Compare January 20, 2022 21:27
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch 6 times, most recently from 6cc0919 to 690eaa7 Compare February 1, 2022 09:52
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch from 690eaa7 to c465dab Compare February 1, 2022 19:12
@renovate renovate bot force-pushed the renovate/major-devdependencies-major branch from c465dab to 9cd8c15 Compare February 3, 2022 09:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant