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 #1635

Merged
merged 3 commits into from
Nov 4, 2020
Merged

chore(deps): update all dependencies #1635

merged 3 commits into from
Nov 4, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 26, 2020

This PR contains the following updates:

Package Type Update Change
@changesets/cli devDependencies patch 2.11.1 -> 2.11.2
@emotion/babel-preset-css-prop devDependencies minor 10.0.27 -> 10.1.0
@formatjs/cli devDependencies patch 2.13.2 -> 2.13.5
@testing-library/jest-dom devDependencies patch 5.11.4 -> 5.11.5
@testing-library/react devDependencies patch 11.1.0 -> 11.1.1
@types/jest devDependencies patch 26.0.14 -> 26.0.15
@types/lodash dependencies patch 4.14.162 -> 4.14.164
@types/node dependencies minor 12.12.68 -> 12.19.3
babel-jest devDependencies patch 26.6.0 -> 26.6.2
browserslist devDependencies patch 4.14.5 -> 4.14.6
eslint (source) devDependencies minor 7.11.0 -> 7.12.1
eslint-config-prettier devDependencies minor 6.13.0 -> 6.15.0
eslint-plugin-formatjs devDependencies minor 2.7.15 -> 2.9.0
eslint-plugin-jest-dom devDependencies patch 3.2.3 -> 3.2.4
eslint-plugin-jsx-a11y devDependencies minor 6.3.1 -> 6.4.1
eslint-plugin-react devDependencies patch 7.21.4 -> 7.21.5
eslint-plugin-react-hooks (source) devDependencies minor 4.1.2 -> 4.2.0
formik devDependencies patch 2.2.0 -> 2.2.1
jest (source) devDependencies patch 26.6.0 -> 26.6.2
jest-silent-reporter devDependencies minor 0.2.1 -> 0.3.0
jest-validate devDependencies patch 26.6.0 -> 26.6.2
lint-staged devDependencies minor 10.4.2 -> 10.5.1
postcss (source) devDependencies patch 8.1.2 -> 8.1.4
puppeteer devDependencies minor 5.3.1 -> 5.4.1
react (source) dependencies minor 16.13.1 -> 16.14.0
react (source) devDependencies minor 16.13.1 -> 16.14.0
react-docgen dependencies patch 5.3.0 -> 5.3.1
react-dom (source) dependencies minor 16.13.1 -> 16.14.0
react-dom (source) devDependencies minor 16.13.1 -> 16.14.0
react-intl (source) dependencies patch 5.8.6 -> 5.8.8
react-intl (source) devDependencies patch 5.8.6 -> 5.8.8
react-test-renderer (source) devDependencies minor 16.13.1 -> 16.14.0
remark-mdx (source) dependencies patch 1.6.18 -> 1.6.19
rollup (source) devDependencies minor 2.32.0 -> 2.33.1
ts-jest (source) devDependencies patch 26.4.1 -> 26.4.3
typescript (source) devDependencies patch 4.0.3 -> 4.0.5

Release Notes

changesets/changesets

v2.11.2

Compare Source

Patch Changes
  • b4e4b93 #​448 Thanks @​vlad-zhukov! - Packages are now published from cwd (usually the root of the repository) rather than from the package directories. This respects .npmrc files put in the root directory.
emotion-js/emotion

v10.1.0

Compare Source

Minor Changes
  • 71514b06 #​1970 Thanks @​FLGMwt! - Support for the new JSX runtimes has been added. They require compatible React versions and shouldn't be manually used.

    To use them you can use the new @jsxImportSource @​emotion/core pragma instead of the old @jsx jsx or you can use @emotion/babel-preset-css-prop with { runtime: 'automatic' } option to have it handled automatically for you for the whole project.

formatjs/formatjs

v2.13.5

Compare Source

Note: Version bump only for package @​formatjs/cli

v2.13.4

Compare Source

Note: Version bump only for package @​formatjs/cli

v2.13.3

Compare Source

Note: Version bump only for package @​formatjs/cli

testing-library/jest-dom

v5.11.5

Compare Source

Bug Fixes
testing-library/react-testing-library

v11.1.1

Compare Source

Bug Fixes
facebook/jest

v26.6.2

Compare Source

Features
  • [jest-core] Add findRelatedTests and nonFlagArgs in allowed config options for updateConfigAndRun in watch plugins (#​10659)
Fixes
  • [babel-plugin-jest-hoist] Preserve order of hoisted mock nodes within containing block (#​10536)
  • [babel-plugin-jest-hoist] Hoist pure constants to support experimental JSX transform in hoisted mocks (#​10723)
  • [babel-preset-jest] Update babel-preset-current-node-syntax to support top level await (#​10747)
  • [expect] Revert "Fix objectContaining to work recursively into sub-objects (#​10508)" (#​10766)
  • [jest-circus, jest-jasmine2] fix: don't assume stack is always a string (#​10697)
  • [jest-config] Fix bug introduced in watch mode by PR #​10678 (#​10692)
  • [jest-config] Throw correct error for missing preset modules (#​10737)
  • [jest-resolve-dependencies] Resolve mocks as dependencies (#​10713)
  • [jest-runtime] Handle file URLs in dynamic imports (#​10744)
  • [jest-runtime, babel-jest] Pass more ESM options to @jest/transform (#​10752)
  • [jest-runtime] Properly inject extraGlobals into the runtime (#​10758)
  • [jest-transform] Link to ESM docs on syntax errors (#​10748)
Chore & Maintenance
  • [docs] Add docs for using mocks in TypeScript (#​10415)
  • [eslint-config-fb-strict] Move package from this repo to fbjs repo (#​10739)
  • [examples] Update TypeScript example to show use of newer Jest types (#​10399)
  • [jest-cli] chore: standardize files and folder names (#​10698)

v26.6.1

Compare Source

Features
  • [jest-runtime] Support named exports from CommonJS as named ES Module imports (#​10673)
  • [jest-validate] Add support for recursiveDenylist option as an alternative to recursiveBlacklist (#​10236)
Fixes
  • [expect] Fix objectContaining to work recursively into sub-objects (#​10508)
  • [jest-cli, jest-core, jest-config, jest-types] Fix --onlyFailures flag to work in non-watch mode (#​10678)
  • [jest-config] Fix for the jest.config.ts compiler to not interfere with tsconfig.json files (#​10675)
  • [jest-message-util] Update to work properly with Node 15 (#​10660)
  • [jest-mock] Allow to mock methods in getters (TypeScript 3.9 export) (#​10156)
browserslist/browserslist

v4.14.6

  • Fixed Yarn support n --update-db (by Ivan Storck).
  • Fixed npm 7 support in --update-db.
eslint/eslint

v7.12.1

Compare Source

v7.12.0

Compare Source

  • cbf3585 Update: skip keyword check for fns in space-before-blocks (fixes #​13553) (#​13712) (Milos Djermanovic)
  • 256f656 Fix: autofix shouldn't produce template literals with \8 or \9 (#​13737) (Milos Djermanovic)
  • b165aa5 Fix: yoda rule autofix produces syntax errors with adjacent tokens (#​13760) (Milos Djermanovic)
  • 3175316 Fix: prefer-destructuring invalid autofix with comma operator (#​13761) (Milos Djermanovic)
  • 1a9f171 Chore: Remove more ESLintRC-related files (refs #​13481) (#​13762) (Nicholas C. Zakas)
  • bfddced Update: remove suggestion if it didn't provide a fix (fixes #​13723) (#​13772) (Milos Djermanovic)
  • 5183b14 Update: check template literal in no-script-url (#​13775) (YeonJuan)
  • bfe97d2 Sponsors: Sync README with website (ESLint Jenkins)
  • 6c51ade Sponsors: Sync README with website (ESLint Jenkins)
  • 603de04 Update: treat all literals like boolean literal in no-constant-condition (#​13245) (Zen)
  • 289aa6f Sponsors: Sync README with website (ESLint Jenkins)
  • 9a1f669 Sponsors: Sync README with website (ESLint Jenkins)
  • 637f818 Docs: add more examples for no-func-assign (fixes #​13705) (#​13777) (Nitin Kumar)
  • 17cc0dd Chore: add test case for no-func-assign (refs #​13705) (#​13783) (Nitin Kumar)
  • dee0f77 Docs: add TOC to user-guide/configuring.md (#​13727) (metasean)
  • 0510621 Update: Fix && vs || short-circuiting false negatives (fixes #​13634) (#​13769) (Brandon Mills)
  • 8b6ed69 Sponsors: Sync README with website (ESLint Jenkins)
  • 1457509 Docs: fix broken links in Node.js API docs (#​13771) (Laura Barluzzi)
  • 7c813d4 Docs: Fix typo in v7 migration page (#​13778) (Yusuke Sasaki)
  • b025795 Docs: Fix the format option name in the document (#​13770) (Hideki Igarashi)
  • 84fd591 Chore: Increase Mocha timeout for copying fixtures (#​13768) (Brandon Mills)
  • 1faeb84 Docs: clarify that space-unary-ops doesn't apply when space is required (#​13767) (Taylor Morgan)
  • 67c0605 Update: check computed keys in no-prototype-builtins (fixes #​13088) (#​13755) (Milos Djermanovic)
  • b5e011c Sponsors: Sync README with website (ESLint Jenkins)
prettier/eslint-config-prettier

v6.15.0

Compare Source

  • Added: [@​typescript-eslint/space-infix-ops]. Thanks to Masafumi Koba (@​ybiquitous)!!

v6.14.0

Compare Source

  • Added: New [eslint-plugin-vue] rules: [vue/array-bracket-newline] and [vue/block-tag-newline]. Thanks to @​xcatliu!
testing-library/eslint-plugin-jest-dom

v3.2.4

Compare Source

Bug Fixes
evcohen/eslint-plugin-jsx-a11y

v6.4.1

Compare Source

==================

  • f8a4496 Upgrade jsx-ast-utils to v3.1.0

v6.4.0

Compare Source

==================

  • 83e4ff2 [Deps] update axe-core, jsx-ast-utils
  • eb92b07 [Dev Deps] update @babel/cli, @babel/core, @babel/plugin-transform-flow-strip-types, eslint-plugin-flowtype, eslint-plugin-import, estraverse, expect, object.assign
  • 3d98d7a [Deps] update @babel/runtime, axe-core
  • f702f62 [readme] add Spanish translation
  • c2ae092 [Docs] no-static-element-interactions: Fixed rule name in comments
  • b90e20d Fix screenreader -> screen reader
  • 645900a Fixed rule name in comments
  • 381b9d6 [fix:634] Ignore control elements that are hidden
  • 2c47f0a [Fix] autocomplete-valid: workaround for axe not being able to handle null
  • 00bd6d8 Add failing test for autocomplete with dynamic type
  • 3c49c9a Add WCAG guidelines to rule documentation
  • 4ecaf35 Add a testcase for tablist to interactive supports focus
  • dac6864 Deprecate the accessible-emoji rule
  • 5191053 Update to axobject-query@2.2.0
  • b315698 Allow negative tabindex in aria-activedescendant-has-tabindex
  • 8e6fcd0 docs: fix travis badge now points to correct location at travis-ci.com
  • 2234df7 Account for additional control elements in label-has-associated-control
  • 5cbb718 Adding test cases for label tests
  • 66c425c Additional test case for no-redundant-roles
yannickcr/eslint-plugin-react

v7.21.5

Compare Source

Fixed
Changed
formium/formik

v2.2.1

Compare Source

Patch Changes
rickhanlonii/jest-silent-reporter

v0.3.0

Compare Source

okonet/lint-staged

v10.5.1

Compare Source

Bug Fixes

v10.5.0

Compare Source

Features
postcss/postcss

v8.1.4

Compare Source

  • Fixed TypeScript definition (by Arthur Petrie).

v8.1.3

Compare Source

  • Added package.types.
puppeteer/puppeteer

v5.4.1

Compare Source

Bug fixes

  • Fixed an issue in 5.4.0 on Node.js v10.17.0 and below where trying to access fs.promises would throw an error. See #​6548 for the bug report and #​6550 for the fix. We now run a CI build on Node 10.15 to ensure we don't cause similar regressions in the future.

Raw notes

520cd90 - chore: mark version 5.4.1
8f4a79e - docs(troubleshooting): update Alpine Chromium version (#​6529)
e45acce - chore: run unit tests on node 10.15 + fix fs.promises access (#​6550)
a2175c6 - docs(queryhandler): fix link (#​6543)
d787865 - chore: bump version to v5.4.0-post (#​6544)

v5.4.0

Compare Source

Feature changes

Custom query handler API

The custom query handler support is no longer marked as experimental. The API has been updated to:

puppeteer.registerCustomQueryHandler(name: string, queryHandler: CustomQueryHandler): void;
puppeteer.unregisterCustomQueryHandler(name: string): void;
puppeteer.customQueryHandlerNames(): string[];
puppeteer.clearCustomQueryHandlers(): void;

New built-in query handlers

Puppeteer now ships with two built-in handlers: aria and pierce:

  • The aria handler (#​6307) allows querying elements based on the accessibility tree.
  • The pierce handler (#​6509) pierces shadow roots while querying for a CSS selector.

Roll Chromium 87.0.4272.0 (r809590)

Behind the scenes

  • We now enforce Conventional Commits through commitlint (#​6483)
  • We've started work towards automating the release process. This work can be tracked in #​6482.

Raw notes

5e5fed1 - fix: ignore spurious bindingCalled events (#​6538)
e6b8c77 - chore: fix travis config (#​6537)
c756fb4 - fix(utils): typo fix (#​6522)
f63a123 - chore(agnostification): agnostify web socket connections (#​6520)
c2c2bb7 - chore(agnostification): common/helper.ts (#​6515)
637a1f7 - chore: gitignore new-docs (#​6511)
e655bb6 - chore(agnostification): split up root Puppeteer class (#​6504)
f3086d7 - fix(launcher): support relative userDataDir on headless Windows (#​6506)
8fabe32 - feat(queryhandler): add built-in pierce handler (#​6509)
f04bec5 - chore: update eslint & eslint plugins (#​6487)
4846b87 - chore(agnostification): split up launcher class (#​6484)
1ed38af - chore(node): move install.ts into node/ (#​6490)
e94a1e8 - chore: bump misc dependencies (#​6488)
936ccdc - chore: enforce Conventional Commits through commitlint (#​6483)
502ed8c - chore(agnostify): Create Node and Web initializer. (#​6477)
3afe193 - feat(a11y-query): extend aria handler with waitFor (#​6472)
cc7f1fd - docs(queryhandler): add custom query handler docs (#​6476)
70ed875 - fix(queryhandler) only expose custom handlers (#​6475)
950ae33 - feat(a11y-query): aria query handler sans waitfor (#​6459)
41ef3ee - fix: update preferences in default Firefox profile (#​6465)
9275653 - docs(examples): update selector for search example (#​6471)
49f25e2 - feat(chromium) roll Chromium to r809590 (#​6458)
4cdbebe - chore: disable firefox windows launcher test until Nov (#​6451)
75e3fb0 - docs(api): fix some outdated links (#​6450)
caa9a1c - chore(agnostic): Remove use of util.promisify (#​6446)
96f3d43 - feat(console): expose stack trace for console messages (#​6445)
322cc96 - chore: remove npm run test-types call (#​6447)
72fe86f - feat(a11y-query): introduce internal handlers (#​6437)
1396c9d - chore: bump version to v5.3.1-post (#​6440)
11ab402 - fix: add mime dependency back to fix build (#​6441)

facebook/react

v16.14.0

Compare Source

React
reactjs/react-docgen

v5.3.1

Compare Source

  • Update ast-types to latest version
mdx-js/mdx

v1.6.19

Compare Source

rollup/rollup

v2.33.1

Compare Source

2020-11-02

Bug Fixes
  • Add syntheticNamedExports to this.getModuleInfo to align with documentation (#​3841)
Pull Requests

v2.33.0

Compare Source

2020-11-01

Features
  • Add parameter to "watchChange" hook to denote if a change was an addition, update or deletion (#​3841)
  • Add "closeWatcher" hook to allow plugins to clean up resources when the watcher is closed (#​3841)
  • Add "this.getWatchFiles" function to plugin context to get the current set of watched files (#​3841)
Pull Requests

v2.32.1

Compare Source

2020-10-21

Bug Fixes
  • Print warning location for plugin warnings if only loc is supplied (#​3824)
Pull Requests
kulshekhar/ts-jest

v26.4.3

Compare Source

Bug Fixes
Features

v26.4.2

Compare Source

Features
Performance Improvements
  • compiler: speed up bootstrap time for isolatedModules:false (#​2055) (230b5dd)
DEPRECATIONS
  • config: deprecate tsConfig in favor of tsconfig (#​1997)
  • config: deprecate packageJson since internal codes don't use it anymore (#​2034)
Microsoft/TypeScript

v4.0.5

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:


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.


  • 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 Oct 26, 2020
@vercel
Copy link

vercel bot commented Oct 26, 2020

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/ui-kit/p4an3tsdk
✅ Preview: https://ui-kit-git-renovate-all.commercetools.vercel.app

@changeset-bot
Copy link

changeset-bot bot commented Oct 26, 2020

⚠️ No Changeset found

Latest commit: 30b4422

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@emmenko
Copy link
Member

emmenko commented Nov 3, 2020

Looks like the failing tests are related to this: testing-library/dom-testing-library#805

@tdeekens
Copy link
Contributor

tdeekens commented Nov 3, 2020

Sometimes I feel we update too early. Like I would like to tell Renovate: update once a week. One major and/or two minor and fixed delayed from current :)

@emmenko emmenko merged commit 9d492e6 into master Nov 4, 2020
@emmenko emmenko deleted the renovate/all branch November 4, 2020 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🖐 Status: On Hold 🤖 Type: Dependencies Dependency updates or something similar
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants