-
Notifications
You must be signed in to change notification settings - Fork 27
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 dependencies #2223
Conversation
🦋 Changeset detectedLatest commit: 71cc9bb The changes in this PR will be included in the next version bump. This PR includes changesets to release 24 packages
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 |
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/commercetools/merchant-center-application-kit/EWvn7yzYMkdUM7UtdpqWzpzQxQXy |
978e613
to
76024de
Compare
76024de
to
d2328e4
Compare
d2328e4
to
945a330
Compare
945a330
to
a54871e
Compare
a54871e
to
6e3f6a8
Compare
6e3f6a8
to
1ef3564
Compare
514d650
to
9b587f1
Compare
9b587f1
to
81634e0
Compare
This PR contains the following updates:
3.3.18
->3.3.19
7.13.16
->7.14.3
7.14.2
->7.14.3
7.14.2
->7.14.3
0.0.18
->0.0.19
0.0.8
->0.0.9
5.0.12
->5.0.13
4.2.14
->4.2.16
0.17.0
->0.18.0
1.0.0-beta.49
->1.0.0-beta.51
6.4.0
->6.4.1
6.4.0
->6.4.1
5.1.2
->5.1.3
14.14.45
->14.17.1
4.23.0
->4.25.0
4.23.0
->4.25.0
8.4.0
->8.5.0
5.2.4
->5.2.6
7.3.0
->7.4.0
7.26.0
->7.27.0
2.2.6
->2.2.8
3.5.0
->3.5.1
0.28.2
->0.29.0
8.2.15
->8.3.0
5.17.7
->5.18.1
1.12.2
->1.12.3
5.37.0
->5.37.1
4.4.1
->4.4.2
Release Notes
apollographql/apollo-client
v3.3.19
Compare Source
Bug fixes
export ... from
syntax to re-exportgraphql-tag
named exports, making tree-shaking easier for some bundlers.@benjamn in #8221
Documentation
@hwillson in #8238
babel/babel
v7.14.3
Compare Source
🐛 Bug Fix
babel-core
babel-parser
let
declarations whose id starts with\
(@nicolo-ribaudo)babel-helper-create-class-features-plugin
,babel-helper-replace-supers
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-class-static-block
constantSuper
(@nicolo-ribaudo)🏠 Internal
babel-plugin-transform-block-scoping
🔬 Output optimization
babel-helper-create-class-features-plugin
,babel-helper-replace-supers
,babel-plugin-proposal-class-static-block
,babel-preset-env
tdeekens/flopflip
v0.0.19
Patch Changes
2dfef1c0
]:formatjs/formatjs
v4.2.16
v4.2.15
Thinkmill/manypkg
v0.18.0
Compare Source
Minor Changes
dc2b0f9
Thanks @mitchellhamilton! - Addedmanypkg.ignoredRules
config optionPatch Changes
72227d5
#90 Thanks @jroebu14! - Removes vulnerable and unused package meowgetsentry/sentry-javascript
v6.4.1
Compare Source
testing-library/react-hooks-testing-library
v5.1.3
Compare Source
Bug Fixes
typescript-eslint/typescript-eslint
v4.25.0
Compare Source
Bug Fixes
isAwaitKeyword
predicate in ast-utils (#3290) (c15da67)Features
v4.24.0
Compare Source
Bug Fixes
Features
noPropertyAccessFromIndexSignature
(#3361) (37ec2c2)ajv-validator/ajv
v8.5.0
Compare Source
Optimize validation code for
const
keyword with scalar values (@SoAsEr, #1561)Add option
schemaId
to support ajv-draft-04 - Ajv for JSON Schema drat-04.webpack-contrib/css-loader
v5.2.6
Compare Source
v5.2.5
Compare Source
cypress-io/cypress
v7.4.0
Compare Source
Released 05/24/2021
Features:
.pause()
and to toggle auto-scrolling of the Test Runner (a). Addresses #248.Bugfixes:
cy.request()
can now send binary files in form data. Fixes #1647.cy.request()
can now send blob data. Fixes #6178.cy.wait()
could yield the incorrect result when used withcy.intercept()
and several simultaneous requests. Fixes #16451.cy.intercept()
matchers are displayed in the Command Log when usingRouteMatcher
properties besidesurl
andmethod
. Fixes #9403.cy.intercept()
argument validation has been improved. Invalid hostnames and extra arguments passed tocy.intercept()
now result in an error. Addressed in #16577.cy.screenshot()
no longer incorrectly captures parts of the Test Runner UI during component testing. Fixes #16543.cypress open-ct
. Fixes #16278.componentFolder
andtestFiles
values from returned from plugins in the component testing runner. Fixes #16424.projectRoot
will now open in IDE and generate studio commands when saved. Fixes #16255.config
in the plugins file will now display in alphabetical order. Fixes #16564.Dependency Updates:
dependency-tree
from7.0.2
to8.1.0
. Addressed in #16464.extract-zip
from1.7.0
to2.0.1
. Fixes #6896eslint/eslint
v7.27.0
Compare Source
2c0868c
Chore: merge all html formatter files intohtml.js
(#14612) (Milos Djermanovic)9e9b5e0
Update: no-unused-vars false negative with comma operator (fixes #14325) (#14354) (Nitin Kumar)afe9569
Chore: use includes instead of indexOf (#14607) (Mikhail Bodrov)c0f418e
Chore: Remove lodash (#14287) (Stephen Wade)52655dd
Update: no-restricted-imports custom message for patterns (fixes #11843) (#14580) (Alex Holden)967b1c4
Chore: Fix typo in large.js (#14589) (Ikko Ashimine)2466a05
Sponsors: Sync README with website (ESLint Jenkins)fe29f18
Sponsors: Sync README with website (ESLint Jenkins)086c1d6
Chore: add more test cases forno-sequences
(#14579) (Nitin Kumar)6a2ced8
Docs: Update README team and sponsors (ESLint Jenkins)formium/formik
v2.2.8
Compare Source
Patch Changes
3a9c707
#3203 Thanks @hixus! - Fixes type of setError value as it is same as setFieldError messagev2.2.7
Compare Source
Patch Changes
e50040a
#2881 Thanks @jinmayamashita! - Prevent calling getSelectedValues when the element has not options31405ab
#3201 Thanks @artola! - Fixes regression that resulted in error update race condition from when usingvalidateOnMount
c2d6926
#2995 Thanks @johnrom! - Allow explicitly setting<form action>
to empty string (#2981). Note: previous code which passed an empty string would result in a noop (simply appending # to the url), but this will now result in a form submission to the current page.gatsbyjs/gatsby
v3.5.1
Compare Source
mswjs/msw
v0.29.0
Compare Source
Breaking changes
onUnhandledRequest
option is set to"warn"
by default (previously”bypass"
) (#703).Features
npx msw init
now recursively creates a non-existing worker directory (#699).Bug fixes
setupServer
(Removes ClientRequest monkey patching mswjs/interceptors#116).xhrInstance.responseXML
in Node.js (#715).Internal
postcss/postcss
v8.3.0
Compare Source
PostCSS 8.3 improved source map parsing performance, added
Node#assign()
shortcut, and experimentalDocument
node to AST.Thanks to Sponsors
This release was possible thanks to our community.
If your company wants to support the sustainability of front-end infrastructure or wants to give some love to PostCSS, you can join our supporters by:
Source Map Performance
Because PostCSS needs synchronous API, we can’t move from the old `source-map 0.6 to 0.7 (many other open-source projects too).
@7rulnik forked
source-map
0.6 tosource-map-js
and back-ported performance improvements from 0.7. In 8.3 we switched fromsource-map
to thissource-map-js
fork.You map see 4x performance improvements in parsing map from processing step before PostCSS (for instance, Sass).
Document
NodesThanks to @gucong3000, PostCSS already parse CSS from HTML and JS files (CSS-in-JS templates and objects).
But his plugin need big updates. @hudochenkov from stylelint team decided to create new parsers for styles inside CSS-in-JS, HTML, and Markdown.
He suggested adding new
Document
node type to PostCSS AST to keep multipleRoot
nodes inside and JS/HTML/Markdown code blocks between these style blocks.This is an experimental feature. Some aspects of this node could change within minor or patch version releases.
Node#assign()
ShortcutThe creator of famous
postcss-preset-env
and many other PostCSS tools, @jonathantneal suggested a nice shortcut to change multiple properties in the node:bahmutov/start-server-and-test
v1.12.3
Compare Source
Bug Fixes
webpack/webpack
v5.37.1
Compare Source
Bugfixes
Watching.invalidate
,dependencies
andparallelism
of the config array is now respected correctlystats
after the next compilation has startedWatching.suspend
RuleCondition.not
and allow passing a condition directly instead of only an arrayDeveloper Experience
Contributing
webpack-contrib/webpack-bundle-analyzer
v4.4.2
Compare Source
compiler.outputFileSystem.constructor
beingundefined
(#447 by @kedarv and @alexander-akait)Configuration
📅 Schedule: "before 3am on Monday" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by WhiteSource Renovate. View repository job log here.