fix(deps): update all dependencies #1734
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.0.5
->7.0.6
10.32.0
->10.33.0
10.30.1
->10.33.0
10.32.1
->10.33.0
10.32.1
->10.33.0
10.32.0
->10.33.0
2.11.1
->2.11.2
11.0.2
->11.0.4
14.10.0
->14.10.1
14.10.0
->14.10.1
6.12.4
->6.12.5
7.8.1
->7.9.0
24.0.0
->24.0.1
4.1.1
->4.1.2
0.11.1
->0.11.2
2.27.0
->2.28.0
0.20.5
->0.21.2
5.2.1
->5.3.0
13.7.0
->13.7.1
4.1.0
->4.2.0
Release Notes
commercetools/commercetools-docs-kit
v7.0.6
Compare Source
formatjs/formatjs
v2.11.2
Compare Source
testing-library/react-testing-library
v11.0.4
Compare Source
Bug Fixes
v11.0.3
Compare Source
Bug Fixes
ajv-validator/ajv
v6.12.5
Compare Source
Fix uri scheme validation (@ChALkeR).
Fix boolean schemas with strictKeywords option (#1270)
eslint/eslint
v7.9.0
Compare Source
3ca2700
Fix: Corrected notice for invalid (:) plugin names (#13473) (Josh Goldberg)fc5783d
Docs: Fix leaky anchors in v4 migration page (#13635) (Timo Tijhof)f1d07f1
Docs: Provide install commands for Yarn (#13661) (Nikita Baksalyar)29d1cdc
Fix: prefer-destructuring removes comments (refs #13678) (#13682) (Milos Djermanovic)b4da0a7
Docs: fix typo in working with plugins docs (#13683) (啸生)6f87db7
Update: fix id-length false negatives on Object.prototype property names (#13670) (Milos Djermanovic)361ac4d
Fix: NonOctalDecimalIntegerLiteral is decimal integer (fixes #13588) (#13664) (Milos Djermanovic)f260716
Docs: update outdated link (#13677) (klkhan)5138c91
Docs: add missing eslint directive comments in no-await-in-loop (#13673) (Milos Djermanovic)17b58b5
Docs: clarify correct example in no-return-await (fixes #13656) (#13657) (Milos Djermanovic)9171f0a
Chore: fix typo (#13660) (Nitin Kumar)6d9f8fb
Sponsors: Sync README with website (ESLint Jenkins)97b0dd9
Sponsors: Sync README with website (ESLint Jenkins)deab125
Sponsors: Sync README with website (ESLint Jenkins)bf2e367
Sponsors: Sync README with website (ESLint Jenkins)8929208
Sponsors: Sync README with website (ESLint Jenkins)jest-community/eslint-plugin-jest
v24.0.1
Compare Source
Bug Fixes
all
config (#664) (f636021), closes #663webpack-contrib/mini-css-extract-plugin
v0.11.2
Compare Source
moment/moment
v2.28.0
Compare Source
Fix bug where .format() modifies original instance, and locale updates
mswjs/msw
v0.21.2
Compare Source
Bug fixes
ResponseTransformer
to drop the usage of theunknown
generics causing type violations in strict mode (#381, #382).v0.21.1
Compare Source
Bug fixes
v0.21.0
Compare Source
graphql.operation((req, res, ctx) => {
const { query, variables } = req.body
// Execute any GraphQL operation against a mock schema
// and return the response.
return executeSchema(mockSchema, { query, variables })
})
rest.head()
request handler to matchHEAD
method requests (#356).findWorker
option toworker.start()
to locate the mock Service Worker script at a custom location (#335, #351).ctx.json
now supports any data types that can be serialized to a valid JSON (#349, #350).Bug fixes
worker.start()
not being deeply merged with the default ones (#347, #348).ctx.json()
utility function accepting only objects. Now it accepts any data that can be stringified into JSON (#349, #350).”error message when using
setupServer
(mswjs/node-request-interceptor#49, mswjs/node-request-interceptor#50).Internals
puppeteer/puppeteer
v5.3.0
Compare Source
Highlights
PUPPETEER_DOWNLOAD_PATH
(#6014)page.waitForTimeout
(and subsequently,frame.waitForTimeout
) and deprecates thepage.waitFor
andframe.waitFor
methods (#6268).Raw notes
030fcaa
- chore: mark version v5.3.0 (#6412)4ce600a
- chore: Remove target debug-unit and add unit-debug (#6411)62ac167
- feat(chromium): roll Chromium to r800071 (#6407)35cfbe1
- docs(troubleshooting.md): updated commands (#6296)ce6ae35
- doc(contributing): add info on bisecting upstream changes (#6402)e22ca4c
- chore: extend Firefox launch test deadline by a month (#6403)2470d1e
- chore: update documentation on rolling chromium (#6399)b6bbfd0
- fix: ensure frame.url() includes the query string (#6398)7b24e54
- fix: revise interesting classification for AXNodes (#6334)13ea347
- feat: support configuring the browser download path (#6014)615cd37
- chore: use https URL for license info (#6279)b4c1e45
- docs: fix setuid sandbox link (#6310)054d782
- fix(Launcher): use wait-for-process Firefox option (#6315)996e82c
- test(install): check for Firefox binary, clean up messages (#6316)142f88c
- docs(troubleshooting): update Alpine Chromium version (#6320)8e29b7a
- chore: rename serializeTree parameter (#6308)1d08e27
- docs(troubleshooting.md) fix error in docker guidelines (#6267)9bc063b
- chore: assert location value of ConsoleMessage in tests (#6282)713e990
- chore: upgrade Mitt to 2.1 (#6287)21552f8
- feat: page.waitForTimeout (#6268)3a15c06
- chore: test Connection class in the browser (#6269)a47b556
- docs(api): fix typo in elementHandle.evaluateHandle() (#6276)8c1a586
- fix: handle promise for reading protocol stream of trace (#6270)15d1906
- feat: add web test runner (#6200)13f8fe6
- chore(docs):page.emulateVisionDeficiency
docs (#6231)e3933dd
- chore: mark 5.2.1-post (#6257)stylelint/stylelint
v13.7.1
Compare Source
webpack-contrib/terser-webpack-plugin
v4.2.0
Compare Source
Features
terserOptions
to theminify
option (#311) (4bd622c)Bug Fixes
Renovate 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.