ui-kit icon indicating copy to clipboard operation
ui-kit copied to clipboard

fix(deps): update all dependencies

Open renovate[bot] opened this issue 3 years ago • 3 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.18.10 -> 7.18.13 age adoption passing confidence
@changesets/cli 2.24.2 -> 2.24.3 age adoption passing confidence
@commercetools-frontend/babel-preset-mc-app (source) 21.12.0 -> 21.13.1 age adoption passing confidence
@commercetools-frontend/eslint-config-mc-app (source) 21.12.0 -> 21.13.1 age adoption passing confidence
@percy/cli 1.8.1 -> 1.10.0 age adoption passing confidence
@types/lodash 4.14.182 -> 4.14.184 age adoption passing confidence
@types/node 16.11.47 -> 16.11.56 age adoption passing confidence
@typescript-eslint/eslint-plugin 5.33.0 -> 5.35.1 age adoption passing confidence
@typescript-eslint/parser 5.33.0 -> 5.35.1 age adoption passing confidence
core-js-compat 3.24.1 -> 3.25.0 age adoption passing confidence
dompurify 2.3.10 -> 2.4.0 age adoption passing confidence
eslint (source) 8.21.0 -> 8.22.0 age adoption passing confidence
jest-localstorage-mock 2.4.21 -> 2.4.22 age adoption passing confidence
moment-timezone (source) 0.5.34 -> 0.5.35 age adoption passing confidence
prismjs 1.28.0 -> 1.29.0 age adoption passing confidence
stylelint (source) 14.10.0 -> 14.11.0 age adoption passing confidence
vite 2.9.14 -> 2.9.15 age adoption passing confidence
yarn 3.2.2 -> 3.2.3 age adoption passing confidence

Release Notes

babel/babel

v7.18.13

Compare Source

:bug: Bug Fix
:nail_care: Polish
:house: Internal
changesets/changesets

v2.24.3

Compare Source

Patch Changes
commercetools/merchant-center-application-kit (@​commercetools-frontend/babel-preset-mc-app)

v21.13.1

Compare Source

Patch Changes
  • 482ad98ee Thanks @​emmenko! - Nothing changed, the previous release 21.13.0 had an issue publishing to NPM so we're bumping versions to trigger a new release.

v21.13.0

Compare Source

commercetools/merchant-center-application-kit (@​commercetools-frontend/eslint-config-mc-app)

v21.13.1

Compare Source

Patch Changes

v21.13.0

Compare Source

Patch Changes
percy/cli

v1.10.0

Compare Source

What's Changed

✨ Enhancements
🐛 Bug Fixes
🏗 Maintenance
⬆️⬇️ Dependency Updates

Full Changelog: https://github.com/percy/cli/compare/v1.9.1...v1.10.0

v1.9.1

Compare Source

What's Changed

🐛 Bug Fixes

Full Changelog: https://github.com/percy/cli/compare/v1.9.0...v1.9.1

v1.9.0

Compare Source

What's Changed

✨ Enhancements

Full Changelog: https://github.com/percy/cli/compare/v1.8.1...v1.9.0

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.35.1

Compare Source

Bug Fixes
  • eslint-plugin: correct rule schemas to pass ajv validation (#​5531) (dbf8b56)

v5.35.0

Compare Source

Features
  • eslint-plugin: [explicit-member-accessibility] suggest adding explicit accessibility specifiers (#​5492) (0edb94a)

v5.34.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-useless-constructor] handle parameter decorator (#​5450) (864dbcf)
Features
  • eslint-plugin: [prefer-optional-chain] support suggesting !foo || !foo.bar as a valid match for the rule (#​5266) (aca935c)

5.33.1 (2022-08-15)

Bug Fixes
  • missing placeholders in violation messages for no-unnecessary-type-constraint and no-unsafe-argument (and enable eslint-plugin/recommended rules internally) (#​5453) (d023910)

v5.33.1

Compare Source

Bug Fixes
  • missing placeholders in violation messages for no-unnecessary-type-constraint and no-unsafe-argument (and enable eslint-plugin/recommended rules internally) (#​5453) (d023910)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.35.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.35.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.34.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

5.33.1 (2022-08-15)

Note: Version bump only for package @​typescript-eslint/parser

v5.33.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

zloirock/core-js

v3.25.0

Compare Source

  • Added Object.prototype.__proto__ polyfill
    • It's optional, legacy, and in some cases (mainly because of developers' mistakes) can cause problems, but some libraries depend on it, and most code can't work without the proper libraries' ecosystem
    • Only for modern engines where this feature is missed (like Deno), it's not installed in IE10- since here we have no proper way setting of the prototype
    • Without fixes of early implementations where it's not an accessor since those fixes are impossible
    • Only for the global version
  • Considering document.all as an object in some missed cases, see ECMAScript Annex B 3.6
  • Avoiding unnecessary promise creation and validation result in %WrapForValid(Async)IteratorPrototype%.return, proposal-iterator-helpers/215
  • Fixed omitting the result of proxing .return in %IteratorHelperPrototype%.return, #​1116
  • Fixed the order creation of properties of iteration result object of some iterators (value should be created before done)
  • Fixed some cases of Safari < 13 bug - silent on non-writable array .length setting
  • Fixed ArrayBuffer.length in V8 ~ Chrome 27-
  • Relaxed condition of re-usage native WeakMap for internal states with multiple core-js copies
  • Availability cloning of FileList in the structuredClone polyfill extended to some more old engines versions
  • Some stylistic changes and minor fixes
  • Throwing a TypeError in core-js-compat / core-js-builder in case of passing invalid module names / filters for avoiding unexpected result, related to #​1115
  • Added missed NodeJS 13.2 to esmodules core-js-compat / core-js-builder target
  • Added Electron 21 compat data mapping
  • Added Oculus Browser 23.0 compat data mapping
cure53/DOMPurify

v2.4.0

Compare Source

  • Removed bundled types again as they caused too much trouble

v2.3.12

Compare Source

v2.3.11

Compare Source

  • Added generated type definitions for better compatibility
  • Added SANITIZE_NAMED_PROPS config option, thanks @​SoheilKhodayari
  • Updated README and config documentation, thanks @​0xedward
  • Updated test suite with newer Node versions
eslint/eslint

v8.22.0

Compare Source

Features

  • 2b97607 feat: Implement caching for FlatESLint (#​16190) (Nicholas C. Zakas)
  • fd5d3d3 feat: add methodsIgnorePattern option to object-shorthand rule (#​16185) (Milos Djermanovic)

Documentation

Chores

  • 10a6e0e chore: remove deploy workflow for playground (#​16186) (Milos Djermanovic)
clarkbw/jest-localstorage-mock

v2.4.22

Compare Source

moment/moment-timezone

v0.5.35

Compare Source

  • Fix command injection in data pipeline https://github.com/moment/moment-timezone/security/advisories/GHSA-56x4-j7p9-fcf9
  • Fix cleartext transmission of sensitive information https://github.com/moment/moment-timezone/security/advisories/GHSA-v78c-4p63-2j6c
PrismJS/prism

v1.29.0

Compare Source

New components
Updated components
Updated plugins
Other
stylelint/stylelint

v14.11.0

Compare Source

  • Added: ignoreAfterCombinators: [] to selector-max-universal (#​6275).
  • Fixed: createPlugin type definition (#​6264).
  • Fixed: alpha-value-notation false negatives for SVG properties (#​6284).
  • Fixed: keyframes-name-pattern false positives for interpolation (#​6265).
  • Fixed: selector-nested-pattern end positions (#​6259).
  • Fixed: selector-no-qualifying-type message, positions, and false positives (#​6260).
  • Fixed: selector-no-vendor-prefix end positions (#​6261).
  • Fixed: selector-pseudo-class-allowed-list end positions and message (#​6262).
  • Fixed: selector-pseudo-class-disallowed-list end positions and message (#​6263).
  • Fixed: selector-pseudo-element-allowed-list end positions and message (#​6270).
  • Fixed: selector-pseudo-element-disallowed-list end positions and message (#​6270).
  • Fixed: shorthand-property-no-redundant-values message (#​6272).
  • Fixed: time-min-milliseconds end positions (#​6273).
vitejs/vite

v2.9.15

Compare Source

Please refer to CHANGELOG.md for details.

yarnpkg/berry

v3.2.3

Compare Source


Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (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, click this checkbox.

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

renovate[bot] avatar Aug 22 '22 01:08 renovate[bot]

🦋 Changeset detected

Latest commit: 190e7813e4130d5b81c1bfaebaeeaba0156c7148

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 93 packages
Name Type
@commercetools-uikit/design-system Patch
@commercetools-local/generator-package-json Patch
@commercetools-local/generator-readme Patch
@commercetools-uikit/calendar-time-utils Patch
@commercetools-uikit/calendar-utils Patch
@commercetools-uikit/accessible-hidden Patch
@commercetools-uikit/avatar Patch
@commercetools-uikit/accessible-button Patch
@commercetools-uikit/flat-button Patch
@commercetools-uikit/icon-button Patch
@commercetools-uikit/link-button Patch
@commercetools-uikit/primary-button Patch
@commercetools-uikit/secondary-button Patch
@commercetools-uikit/secondary-icon-button Patch
@commercetools-uikit/card Patch
@commercetools-uikit/collapsible Patch
@commercetools-uikit/collapsible-motion Patch
@commercetools-uikit/collapsible-panel Patch
@commercetools-uikit/constraints Patch
@commercetools-uikit/data-table Patch
@commercetools-uikit/data-table-manager Patch
@commercetools-uikit/field-errors Patch
@commercetools-uikit/field-label Patch
@commercetools-uikit/async-creatable-select-field Patch
@commercetools-uikit/async-select-field Patch
@commercetools-uikit/creatable-select-field Patch
@commercetools-uikit/date-field Patch
@commercetools-uikit/date-range-field Patch
@commercetools-uikit/date-time-field Patch
@commercetools-uikit/localized-multiline-text-field Patch
@commercetools-uikit/localized-text-field Patch
@commercetools-uikit/money-field Patch
@commercetools-uikit/multiline-text-field Patch
@commercetools-uikit/number-field Patch
@commercetools-uikit/password-field Patch
@commercetools-uikit/radio-field Patch
@commercetools-uikit/search-select-field Patch
@commercetools-uikit/select-field Patch
@commercetools-uikit/text-field Patch
@commercetools-uikit/time-field Patch
@commercetools-uikit/grid Patch
@commercetools-uikit/icons Patch
@commercetools-uikit/async-creatable-select-input Patch
@commercetools-uikit/async-select-input Patch
@commercetools-uikit/checkbox-input Patch
@commercetools-uikit/creatable-select-input Patch
@commercetools-uikit/date-input Patch
@commercetools-uikit/date-range-input Patch
@commercetools-uikit/date-time-input Patch
@commercetools-uikit/input-utils Patch
@commercetools-uikit/localized-money-input Patch
@commercetools-uikit/localized-multiline-text-input Patch
@commercetools-uikit/localized-rich-text-input Patch
@commercetools-uikit/localized-text-input Patch
@commercetools-uikit/money-input Patch
@commercetools-uikit/multiline-text-input Patch
@commercetools-uikit/number-input Patch
@commercetools-uikit/password-input Patch
@commercetools-uikit/radio-input Patch
@commercetools-uikit/rich-text-input Patch
@commercetools-uikit/rich-text-utils Patch
@commercetools-uikit/search-select-input Patch
@commercetools-uikit/select-input Patch
@commercetools-uikit/select-utils Patch
@commercetools-uikit/text-input Patch
@commercetools-uikit/time-input Patch
@commercetools-uikit/toggle-input Patch
@commercetools-uikit/label Patch
@commercetools-uikit/link Patch
@commercetools-uikit/loading-spinner Patch
@commercetools-uikit/messages Patch
@commercetools-uikit/notifications Patch
@commercetools-uikit/pagination Patch
@commercetools-uikit/primary-action-dropdown Patch
@commercetools-uikit/spacings-inline Patch
@commercetools-uikit/spacings-inset Patch
@commercetools-uikit/spacings-inset-squish Patch
@commercetools-uikit/spacings-stack Patch
@commercetools-uikit/stamp Patch
@commercetools-uikit/tag Patch
@commercetools-uikit/text Patch
@commercetools-uikit/tooltip Patch
@commercetools-uikit/view-switcher Patch
@commercetools-uikit/hooks Patch
@commercetools-uikit/i18n Patch
@commercetools-uikit/localized-utils Patch
@commercetools-uikit/utils Patch
@commercetools-uikit/buttons Patch
@commercetools-uikit/fields Patch
@commercetools-uikit/inputs Patch
@commercetools-uikit/spacings Patch
@commercetools-frontend/ui-kit Patch
visual-testing-app Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

changeset-bot[bot] avatar Aug 22 '22 01:08 changeset-bot[bot]

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
ui-kit ✅ Ready (Inspect) Visit Preview Sep 15, 2022 at 11:31AM (UTC)

vercel[bot] avatar Aug 22 '22 01:08 vercel[bot]

Currently we have a Typescript typing issue that seems related to updating its dependency: 4.7.4 -> 4.8.2 (4.8 release notes)

CarlosCortizasCT avatar Sep 08 '22 10:09 CarlosCortizasCT

Closing in favour of other smaller PRs

emmenko avatar Sep 16 '22 14:09 emmenko