fix(deps): update all dependencies
This PR contains the following updates:
Release Notes
babel/babel
v7.18.13
:bug: Bug Fix
-
babel-generator-
#14869 fix: jsx with
retainLines(@liuxingbaoyu)
-
#14869 fix: jsx with
-
babel-core -
babel-plugin-transform-destructuring-
#14841 fix: Destructuring exceptions in nested
forexpressions (@liuxingbaoyu)
-
#14841 fix: Destructuring exceptions in nested
:nail_care: Polish
-
babel-traverse
:house: Internal
- #14846 fix: Print build logs correctly (@liuxingbaoyu)
commercetools/merchant-center-application-kit (@commercetools-frontend/babel-preset-mc-app)
v21.13.1
Patch Changes
-
482ad98eeThanks @emmenko! - Nothing changed, the previous release21.13.0had an issue publishing to NPM so we're bumping versions to trigger a new release.
v21.13.0
commercetools/merchant-center-application-kit (@commercetools-frontend/eslint-config-mc-app)
v21.13.1
Patch Changes
-
482ad98eeThanks @emmenko! - Nothing changed, the previous release21.13.0had an issue publishing to NPM so we're bumping versions to trigger a new release. -
Updated dependencies [
482ad98ee]:
v21.13.0
Patch Changes
-
#2761
d012420e5Thanks @CarlosCortizasCT! - Update all dependencies -
Updated dependencies []:
percy/cli
v1.10.0
What's Changed
✨ Enhancements
- ✨ Add core option to skip asset discovery by @wwilsman in https://github.com/percy/cli/pull/1038
- ✨ Format logger messages padded by newlines by @wwilsman in https://github.com/percy/cli/pull/1039
- ✨ Add CLI command framework features by @wwilsman in https://github.com/percy/cli/pull/1040
- ✨ Expose current build ID by @wwilsman in https://github.com/percy/cli/pull/1041
- ✨ Add hidden CLI app command for future SDKs by @wwilsman in https://github.com/percy/cli/pull/1043
🐛 Bug Fixes
- 🐛 Fix static server base-url issue by @wwilsman in https://github.com/percy/cli/pull/1042
🏗 Maintenance
- 📝 Update cli-build readme with build:id command by @wwilsman in https://github.com/percy/cli/pull/1044
⬆️⬇️ Dependency Updates
- ⬆️ Bump lerna from 5.3.0 to 5.4.3 by @dependabot in https://github.com/percy/cli/pull/1046
Full Changelog: https://github.com/percy/cli/compare/v1.9.1...v1.10.0
v1.9.1
What's Changed
🐛 Bug Fixes
- 🐛 Do not implicitly reset testing mode remote connections by @wwilsman in https://github.com/percy/cli/pull/1034
Full Changelog: https://github.com/percy/cli/compare/v1.9.0...v1.9.1
v1.9.0
What's Changed
✨ Enhancements
- ✨ Improve testing mode and support in sdk-utils based tests by @wwilsman in https://github.com/percy/cli/pull/1031
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
Bug Fixes
v5.35.0
Features
- eslint-plugin: [explicit-member-accessibility] suggest adding explicit accessibility specifiers (#5492) (0edb94a)
v5.34.0
Bug Fixes
Features
-
eslint-plugin: [prefer-optional-chain] support suggesting
!foo || !foo.baras 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-constraintandno-unsafe-argument(and enableeslint-plugin/recommendedrules internally) (#5453) (d023910)
v5.33.1
Bug Fixes
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.35.1
Note: Version bump only for package @typescript-eslint/parser
v5.35.0
Note: Version bump only for package @typescript-eslint/parser
v5.34.0
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
Note: Version bump only for package @typescript-eslint/parser
zloirock/core-js
v3.25.0
- 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.allas 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
.returnin%IteratorHelperPrototype%.return, #1116 - Fixed the order creation of properties of iteration result object of some iterators (
valueshould be created beforedone) - Fixed some cases of Safari < 13 bug - silent on non-writable array
.lengthsetting - Fixed
ArrayBuffer.lengthin V8 ~ Chrome 27- - Relaxed condition of re-usage native
WeakMapfor internal states with multiplecore-jscopies - Availability cloning of
FileListin thestructuredClonepolyfill extended to some more old engines versions - Some stylistic changes and minor fixes
- Throwing a
TypeErrorincore-js-compat/core-js-builderin case of passing invalid module names / filters for avoiding unexpected result, related to #1115 - Added missed NodeJS 13.2 to
esmodulescore-js-compat/core-js-buildertarget - Added Electron 21 compat data mapping
- Added Oculus Browser 23.0 compat data mapping
cure53/DOMPurify
v2.4.0
- Removed bundled types again as they caused too much trouble
v2.3.12
- Fixed an issue in 2.3.11 causing errors w. TypeScript, see #712, thanks @Mirco469, @brentkeller, @aryanisml
v2.3.11
- 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
Features
-
2b97607feat: Implement caching for FlatESLint (#16190) (Nicholas C. Zakas) -
fd5d3d3feat: addmethodsIgnorePatternoption to object-shorthand rule (#16185) (Milos Djermanovic)
Documentation
-
9f5a752docs: optimize image assets (#16170) (Sam Chen) -
61b2948docs: add svgo command to pre commit hook (#16178) (Amaresh S M) -
784096ddocs: improve search result UI (#16187) (Sam Chen) -
d0f4cb4docs: use shorthand property name in example (#16180) (Kevin Elliott)
Chores
moment/moment-timezone
v0.5.35
- 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
New components
-
BBj (#3511)
1134bdfc -
BQN (#3515)
859f99a0 -
Cilk/C & Cilk/C++ (#3522)
c8462a29 -
Gradle (#3443)
32119823 -
METAFONT (#3465)
2815f699 -
WGSL (#3455)
4c87d418
Updated components
- AsciiDoc
- Bash
- BBj
- CSS
- CSS Extras
- Hoon
- Java
- Markup
- NSIS
- Scala
- SCSS
Updated plugins
- Line Highlight
- Normalize Whitespace
Other
stylelint/stylelint
v14.11.0
- Added:
ignoreAfterCombinators: []toselector-max-universal(#6275). - Fixed:
createPlugintype definition (#6264). - Fixed:
alpha-value-notationfalse negatives for SVG properties (#6284). - Fixed:
keyframes-name-patternfalse positives for interpolation (#6265). - Fixed:
selector-nested-patternend positions (#6259). - Fixed:
selector-no-qualifying-typemessage, positions, and false positives (#6260). - Fixed:
selector-no-vendor-prefixend positions (#6261). - Fixed:
selector-pseudo-class-allowed-listend positions and message (#6262). - Fixed:
selector-pseudo-class-disallowed-listend positions and message (#6263). - Fixed:
selector-pseudo-element-allowed-listend positions and message (#6270). - Fixed:
selector-pseudo-element-disallowed-listend positions and message (#6270). - Fixed:
shorthand-property-no-redundant-valuesmessage (#6272). - Fixed:
time-min-millisecondsend positions (#6273).
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.
🦋 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
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) |
Currently we have a Typescript typing issue that seems related to updating its dependency: 4.7.4 -> 4.8.2 (4.8 release notes)
Closing in favour of other smaller PRs