Skip to content
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

Merged
merged 2 commits into from
May 25, 2021
Merged

chore(deps): update all dependencies #2223

merged 2 commits into from
May 25, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 24, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@apollo/client (source) 3.3.18 -> 3.3.19 age adoption passing confidence
@babel/cli (source) 7.13.16 -> 7.14.3 age adoption passing confidence
@babel/core (source) 7.14.2 -> 7.14.3 age adoption passing confidence
@babel/plugin-transform-runtime (source) 7.14.2 -> 7.14.3 age adoption passing confidence
@flopflip/combine-adapters 0.0.18 -> 0.0.19 age adoption passing confidence
@flopflip/http-adapter 0.0.8 -> 0.0.9 age adoption passing confidence
@flopflip/launchdarkly-adapter 5.0.12 -> 5.0.13 age adoption passing confidence
@formatjs/cli 4.2.14 -> 4.2.16 age adoption passing confidence
@manypkg/cli 0.17.0 -> 0.18.0 age adoption passing confidence
@​percy/cli 1.0.0-beta.49 -> 1.0.0-beta.51 age adoption passing confidence
@sentry/browser 6.4.0 -> 6.4.1 age adoption passing confidence
@sentry/node 6.4.0 -> 6.4.1 age adoption passing confidence
@testing-library/react-hooks 5.1.2 -> 5.1.3 age adoption passing confidence
@types/node 14.14.45 -> 14.17.1 age adoption passing confidence
@typescript-eslint/eslint-plugin 4.23.0 -> 4.25.0 age adoption passing confidence
@typescript-eslint/parser 4.23.0 -> 4.25.0 age adoption passing confidence
ajv (source) 8.4.0 -> 8.5.0 age adoption passing confidence
css-loader 5.2.4 -> 5.2.6 age adoption passing confidence
cypress 7.3.0 -> 7.4.0 age adoption passing confidence
eslint (source) 7.26.0 -> 7.27.0 age adoption passing confidence
formik (source) 2.2.6 -> 2.2.8 age adoption passing confidence
gatsby (changelog) 3.5.0 -> 3.5.1 age adoption passing confidence
msw (source) 0.28.2 -> 0.29.0 age adoption passing confidence
postcss (source) 8.2.15 -> 8.3.0 age adoption passing confidence
react-intl (source) 5.17.7 -> 5.18.1 age adoption passing confidence
start-server-and-test 1.12.2 -> 1.12.3 age adoption passing confidence
webpack 5.37.0 -> 5.37.1 age adoption passing confidence
webpack-bundle-analyzer 4.4.1 -> 4.4.2 age adoption passing confidence

Release Notes

apollographql/apollo-client

v3.3.19

Compare Source

Bug fixes
  • Use export ... from syntax to re-export graphql-tag named exports, making tree-shaking easier for some bundlers.

    @​benjamn in #​8221
Documentation
babel/babel

v7.14.3

Compare Source

🐛 Bug Fix
🏠 Internal
🔬 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
formatjs/formatjs

v4.2.16

v4.2.15

Thinkmill/manypkg

v0.18.0

Compare Source

Minor Changes
Patch Changes
getsentry/sentry-javascript

v6.4.1

Compare Source

  • [ember] ref: Fix merging of runtime config with environment config. (#​3563)
  • [angular] ref: Allow angular v12 as a peer dependency. (#​3569)
  • [tracing] fix: Avoid browser tracing initialization on node environment (#​3548)
  • [react] ref: Make RouteProps typing more generic (#​3570)
  • [tracing] fix: Correctly handle pg.Cursor in pg query method (#​3567)
  • [types] fix: Add attachment to SentryRequestType (#​3561)
  • [nextjs] ref: Disable node session for next.js (#​3558)
  • [eslint] feat: Add new eslint rules (#​3545)
testing-library/react-hooks-testing-library

v5.1.3

Compare Source

Bug Fixes
  • types: Correct overload order for act without strictNullChecks (#​622) (882bcfe)
typescript-eslint/typescript-eslint

v4.25.0

Compare Source

Bug Fixes
  • corrected no-unsupported-browser-code in roadmap as unimplemented (#​3407) (2319b0e)
  • experimental-utils: fix isAwaitKeyword predicate in ast-utils (#​3290) (c15da67)
Features

v4.24.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-shadow] fix static class method generics shadowing class generics (#​3393) (b1e1c8a), closes #​2592
  • eslint-plugin: [no-unsafe-*] special case handling for the empty map constructor with no generics (#​3394) (cae4f4a), closes #​2109
Features
  • eslint-plugin: [dot-notation] optionally allow square bracket notation where an index signature exists in conjunction with 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:

  • Cypress now detects and supports testing in the Chrome Beta browser. Addresses #​16376.
  • There are new keyboard shortcuts to continue (c) and to go to the next test (n) when the Test Runner is paused via .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.
  • Fixed an issue where cy.wait() could yield the incorrect result when used with cy.intercept() and several simultaneous requests. Fixes #​16451.
  • Improved the way that cy.intercept() matchers are displayed in the Command Log when using RouteMatcher properties besides url and method. Fixes #​9403.
  • cy.intercept() argument validation has been improved. Invalid hostnames and extra arguments passed to cy.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.
  • Spec files that containing spaces in the path will now properly open during cypress open-ct. Fixes #​16278.
  • Cypress now correctly uses the componentFolder and testFiles values from returned from plugins in the component testing runner. Fixes #​16424.
  • Video recordings in Chrome, Chromium, and Electron browsers will no longer drop frames, with the frequency increasing along with the length of the video. Fixes #​16648.
  • Tests located outside of the 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:

  • Upgraded dependency-tree from 7.0.2 to 8.1.0. Addressed in #​16464.
  • Upgraded extract-zip from 1.7.0 to 2.0.1. Fixes #​6896
eslint/eslint

v7.27.0

Compare Source

  • 2c0868c Chore: merge all html formatter files into html.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 for no-sequences (#​14579) (Nitin Kumar)
  • 6a2ced8 Docs: Update README team and sponsors (ESLint Jenkins)
formium/formik

v2.2.8

Compare Source

Patch Changes

v2.2.7

Compare Source

Patch Changes
  • e50040a #​2881 Thanks @​jinmayamashita! - Prevent calling getSelectedValues when the element has not options

  • 31405ab #​3201 Thanks @​artola! - Fixes regression that resulted in error update race condition from when using validateOnMount

  • 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

  • The onUnhandledRequest option is set to "warn" by default (previously ”bypass") (#​703).

Features

  • Adds Fallback mode. This enables MSW in browsers that don’t support Service Worker API, or in the applications that run from a static file (#​688). Fallback mode is enabled internally and is not configurable.
  • Running npx msw init now recursively creates a non-existing worker directory (#​699).

Bug fixes

  • Fixes an issue that resulted in a memory leak when running multiple tests dependent on setupServer (Removes ClientRequest monkey patching mswjs/interceptors#116).
  • Fixes an issue that resulted in a proper XML response body not being accessible under xhrInstance.responseXML in Node.js (#​715).
  • Fixes an issue when an expired response cookie persisted on a mocked response after its expiration date (Expiring a cookie mswjs/msw#708).
  • Fixes an issue that resulted in ESLint complaining about the pragma comment of the worker script (#​693).

Internal

  • Updates dependencies to the latest versions (#​747).
postcss/postcss

v8.3.0

Compare Source

Duke Murmur seal

PostCSS 8.3 improved source map parsing performance, added Node#assign() shortcut, and experimental Document node to AST.

Thanks to Sponsors

This release was possible thanks to our community.

Sponsored by Tailwind CSS Sponsored by ThemeIsle

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 to source-map-js and back-ported performance improvements from 0.7. In 8.3 we switched from source-map to this source-map-js fork.

You map see 4x performance improvements in parsing map from processing step before PostCSS (for instance, Sass).

Document Nodes

Thanks 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 multiple Root nodes inside and JS/HTML/Markdown code blocks between these style blocks.

const document = htmlParser(
  '<html><style>a{color:black}</style><style>b{z-index:2}</style>'
)
document.type          //=> 'document'
document.nodes.length  //=> 2
document.nodes[0].type //=> 'root'

This is an experimental feature. Some aspects of this node could change within minor or patch version releases.

Node#assign() Shortcut

The creator of famous postcss-preset-env and many other PostCSS tools, @​jonathantneal suggested a nice shortcut to change multiple properties in the node:

decl.assign({ prop: 'word-wrap', value: 'break-word' })
bahmutov/start-server-and-test

v1.12.3

Compare Source

Bug Fixes
webpack/webpack

v5.37.1

Compare Source

Bugfixes

  • When using multiple configurations in watch mode and calling Watching.invalidate, dependencies and parallelism of the config array is now respected correctly
  • Fix a crash when accessing the stats after the next compilation has started
  • fix collecting changes when using Watching.suspend
  • fix schema of RuleCondition.not and allow passing a condition directly instead of only an array

Developer Experience

  • typings accept a ReadonlyArray of configurations now

Contributing

  • fix coverage reporting for child processes
  • remove outdated loader from readme
webpack-contrib/webpack-bundle-analyzer

v4.4.2

Compare Source

  • Bug Fix
    • Fix failure with compiler.outputFileSystem.constructor being undefined (#​447 by @​kedarv and @​alexander-akait)
      • NOTE: This fix doesn't have added test coverage so the fix might break in future versions unless test coverage is added later.

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.


  • If you want to rebase/retry this PR, check this box.

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

@renovate renovate bot added the 🤖 Type: Dependencies Dependency updates or something similar label May 24, 2021
@changeset-bot
Copy link

changeset-bot bot commented May 24, 2021

🦋 Changeset detected

Latest commit: 71cc9bb

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

This PR includes changesets to release 24 packages
Name Type
@commercetools-frontend/application-components Patch
@commercetools-frontend/application-config Patch
@commercetools-frontend/application-shell-connectors Patch
@commercetools-frontend/application-shell Patch
@commercetools-frontend/babel-preset-mc-app Patch
@commercetools-frontend/cypress Patch
@commercetools-frontend/eslint-config-mc-app Patch
@commercetools-frontend/i18n Patch
@commercetools-frontend/jest-stylelint-runner Patch
@commercetools-frontend/l10n Patch
@commercetools-frontend/mc-html-template Patch
@commercetools-frontend/mc-scripts Patch
@commercetools-frontend/react-notifications Patch
@commercetools-frontend/sentry Patch
@commercetools-backend/express Patch
@commercetools-backend/loggers Patch
merchant-center-application-template-starter Patch
playground Patch
@commercetools-local/visual-testing-app Patch
@commercetools-website/custom-applications Patch
@commercetools-website/components-playground Patch
@commercetools-frontend/permissions Patch
@commercetools-frontend/jest-preset-mc-app Patch
@commercetools-frontend/actions-global 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

@vercel
Copy link

vercel bot commented May 24, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/commercetools/merchant-center-application-kit/EWvn7yzYMkdUM7UtdpqWzpzQxQXy
✅ Preview: https://merchant-center-application-kit-git-renovate-all-commercetools.vercel.app

@vercel vercel bot temporarily deployed to Preview May 24, 2021 14:08 Inactive
@vercel vercel bot temporarily deployed to Preview May 24, 2021 15:08 Inactive
@vercel vercel bot temporarily deployed to Preview May 24, 2021 17:53 Inactive
@vercel vercel bot temporarily deployed to Preview May 24, 2021 18:39 Inactive
@vercel vercel bot temporarily deployed to Preview May 24, 2021 20:36 Inactive
@vercel vercel bot temporarily deployed to Preview May 25, 2021 01:22 Inactive
@vercel vercel bot temporarily deployed to Preview May 25, 2021 05:55 Inactive
@vercel vercel bot temporarily deployed to Preview May 25, 2021 06:02 Inactive
@vercel vercel bot temporarily deployed to Preview May 25, 2021 06:17 Inactive
@vercel vercel bot temporarily deployed to Preview May 25, 2021 07:24 Inactive
@tdeekens tdeekens merged commit 6de2803 into main May 25, 2021
@tdeekens tdeekens deleted the renovate/all branch May 25, 2021 07:40
@ghost ghost mentioned this pull request May 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤖 Type: Dependencies Dependency updates or something similar
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants