-
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 #2212
Conversation
🦋 Changeset detectedLatest commit: 0406306 The changes in this PR will be included in the next version bump. This PR includes changesets to release 23 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/3CqLtyam1rSdeTz5kFFX59hXweJi |
cefaf33
to
e6966ee
Compare
e6966ee
to
a968c7f
Compare
a968c7f
to
5497265
Compare
5497265
to
4c414cd
Compare
This PR contains the following updates:
3.3.16
->3.3.18
7.14.0
->7.14.2
7.12.13
->7.14.2
7.13.8
->7.14.2
7.13.8
->7.14.2
7.13.0
->7.14.2
7.12.13
->7.14.2
7.13.15
->7.14.2
7.14.1
->7.14.2
2.3.0
->2.4.0
12.1.1
->12.1.4
12.1.1
->12.1.4
4.2.12
->4.2.14
0.5.0-beta.7
->0.5.0-beta.8
6.3.6
->6.4.0
6.3.6
->6.4.0
11.2.6
->11.2.7
14.14.44
->14.14.45
8.3.0
->8.4.0
7.2.0
->7.3.0
2.0.2
->2.0.3
3.4.2
->3.5.0
3.4.1
->3.5.0
6.4.0
->6.5.0
3.4.0
->3.5.0
5.2.0
->5.3.0
5.17.5
->5.17.7
1.12.1
->1.12.2
5.1.1
->5.1.2
Release Notes
apollographql/apollo-client
v3.3.18
Compare Source
Bug fixes
"sideEffects": false
to all generated/publishedpackage.json
files, to improve dead code elimination for nested entry points like@apollo/client/cache
.@benjamn in #8213
v3.3.17
Compare Source
Bug fixes
useReactiveVar(rv)
recheck the latestrv()
value in itsuseEffect
callback, and immediately update state if the value has already changed, rather than callingrv.onNextChange(setValue)
to listen for future changes.@benjamn in #8135
babel/babel
v7.14.2
Compare Source
🐛 Bug Fix
babel-node
@babel/node
IPC channel when needed (@quickgiant)babel-parser
babel-types
t.valueToNode
(@nicolo-ribaudo)@babel/parser
copies (@nicolo-ribaudo)babel-generator
let
where necessary (@Zalathar)💅 Polish
babel-helper-module-transforms
,babel-plugin-transform-modules-commonjs
export * as ns
without the correct plugin (@JLHwung)📝 Documentation
🏠 Internal
babel-types
matchesPattern
to account forthis
(@liuyenwei)🏃♀️ Performance
babel-parser
commercetools/test-data
v2.4.0
Compare Source
Patch Changes
747e744
Thanks @adnasa! - Update LICENSEconventional-changelog/commitlint
v12.1.4
Compare Source
fix node v10 support
v12.1.3
Compare Source
Bug Fixes
v12.1.2
Compare Source
Bug Fixes
formatjs/formatjs
v4.2.14
v4.2.13
pmmmwh/react-refresh-webpack-plugin
v0.5.0-beta.8
Compare Source
getsentry/sentry-javascript
v6.4.0
Compare Source
testing-library/react-testing-library
v11.2.7
Compare Source
Bug Fixes
process
not being defined (#911) (8a1c8e9)ajv-validator/ajv
v8.4.0
Compare Source
JSON Type Definition schema options:
timestamp
type as Date objects.timestamp
type.cypress-io/cypress
v7.3.0
Compare Source
Released 05/10/2021
Features:
testingType: 'component'
via the newtestingType
property. ThetestingType
will default toe2e
. Addresses #16302.cy.intercept()
now accepts atimes
option in theRouteMatcher
.times
will specify the number of times that a particularcy.intercept()
should be applied. Addresses #4460 and #8531.cy.intercept()
now accepts invocation usingcy.intercept(url, routeMatcher, handler)
, whereurl
is a regular expression. Previously, this only worked ifurl
was a string. Addresses #16390.DEBUG=cypress:server:record:ci-info
will print commit information and CI provider information that's sent to the Dashboard as debug logs. Addresses #16236.CYPRESS_DOWNLOAD_USE_CA
is specified. See "Using a custom CA" for more information. Addresses #8825.Bugfixes:
/__/
whenlocation.href
is set to a relative path within the call stack of an XHR event handler. Fixes #3975 and #7439._top
or_parent
so that it no longer redirects the parent frame. Fixes #1244.RangeError: Maximum call stack size exceeded at _deconstructPacket
error. Most commonly, this occurred when handling network errors withcy.request()
. Fixes #15101.ERR_INVALID_ARG_TYPE
type error when testing a binary file upload. Fixes #15898 and #16223..then()
only accepting functions to display. Fixes #15281.cy.intercept()
now adds aaccess-control-expose-headers: '*'
header by default for CORS requests unless overridden. Fixes #15050.cy.intercept()
andcy.route()
requests with multiple aliases are displayed in the command log. Addressed in #16382.Cypress.cookies.debug(true)
will now correctly show cookie-related messages on the console. Fixes #15032.cy.log()
will now show all arguments, not only the first 2. Fixes #16068..select()
now correctly selects option elements with values that have
characters. Fixes #16045.e2e
andcomponent
configuration values will now correctly show when previewing resolved configuration in the Test Runner. Fixes #16282.—quiet
flag, Cypress will no longer print uploading output to Stdout. Fixes #16268./
hotkey in Firefox, Cypress will select the SpecList's SearchInput as it does in other browsers. Fixes #16309.Dependency Updates:
classnames
from2.2.6
to2.3.1
. Addressed in #8337.color-string
from1.5.4
to1.5.5
. Addressed in #16362.lodash
from4.17.19
to4.17.21
. Addressed in #16406.registry-js
from1.13.0
to1.15.0
. Addressed in #16409.url-parse
from1.4.7
to1.5.0
. Addressed in #16408.planttheidea/fast-equals
v2.0.3
Compare Source
gatsbyjs/gatsby
v3.5.0
Compare Source
webpack-contrib/postcss-loader
v5.3.0
Compare Source
Features
dir-dependency
message type (#524) (91dea60)bahmutov/start-server-and-test
v1.12.2
Compare Source
Bug Fixes
webpack-contrib/terser-webpack-plugin
v5.1.2
Compare Source
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.