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

Update all 3rd party non-major dependencies #9079

Merged
merged 5 commits into from
May 26, 2021
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 29, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.13.16 -> 7.14.3 age adoption passing confidence
@babel/plugin-proposal-object-rest-spread (source) 7.13.8 -> 7.14.2 age adoption passing confidence
@babel/plugin-transform-runtime (source) 7.12.17 -> 7.14.3 age adoption passing confidence
@babel/preset-env (source) 7.13.15 -> 7.14.2 age adoption passing confidence
@babel/runtime (source) 7.12.13 -> 7.14.0 age adoption passing confidence
@emotion/cache 11.1.3 -> 11.4.0 age adoption passing confidence
@emotion/react 11.1.5 -> 11.4.0 age adoption passing confidence
@emotion/server (source) 11.0.0 -> 11.4.0 age adoption passing confidence
@testing-library/react 11.2.6 -> 11.2.7 age adoption passing confidence
@testing-library/react-hooks 5.1.2 -> 5.1.3 age adoption passing confidence
@testing-library/user-event 13.1.8 -> 13.1.9 age adoption passing confidence
amphtml-validator 1.0.34 -> 1.0.35 age adoption passing confidence
chromatic (source) 5.8.0 -> 5.8.3 age adoption passing confidence
chrome-launcher 0.13.4 -> 0.14.0 age adoption passing confidence
core-js 3.12.1 -> 3.13.0 age adoption passing confidence
cypress-terminal-report 3.1.1 -> 3.2.1 age adoption passing confidence
dotenv 8.2.0 -> 8.6.0 age adoption passing confidence
eslint (source) 7.26.0 -> 7.27.0 age adoption passing confidence
eslint-plugin-cypress 2.11.2 -> 2.11.3 age adoption passing confidence
eslint-plugin-import 2.22.1 -> 2.23.3 age adoption passing confidence
jest-junit 12.0.0 -> 12.1.0 age adoption passing confidence
jsdom 16.5.3 -> 16.6.0 age adoption passing confidence
postcss (source) 8.2.10 -> 8.3.0 age adoption passing confidence
react-intersection-observer 8.31.1 -> 8.32.0 age adoption passing confidence
underscore (source) 1.12.1 -> 1.13.1 age adoption passing confidence

Release Notes

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

v7.14.2

Compare Source

🐛 Bug Fix
💅 Polish
  • babel-helper-module-transforms, babel-plugin-transform-modules-commonjs
📝 Documentation
🏠 Internal
🏃‍♀️ Performance

v7.14.0

Compare Source

👓 Spec Compliance
🚀 New Feature
🐛 Bug Fix
  • babel-generator
  • babel-generator, babel-plugin-proposal-object-rest-spread, babel-preset-env
  • babel-core
💅 Polish
  • babel-cli, babel-core, babel-parser, babel-plugin-transform-classes, babel-preset-env, babel-preset-typescript
🏠 Internal
🏃‍♀️ Performance
🔬 Output optimization
  • babel-helper-create-class-features-plugin, babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-async-generator-functions, babel-plugin-proposal-class-properties, babel-plugin-proposal-class-static-block, babel-plugin-proposal-private-methods, babel-plugin-proposal-private-property-in-object, babel-preset-env
  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
emotion-js/emotion

v11.4.0

Compare Source

Patch Changes
testing-library/react-testing-library

v11.2.7

Compare Source

Bug Fixes
testing-library/react-hooks-testing-library

v5.1.3

Compare Source

Bug Fixes
  • types: Correct overload order for act without strictNullChecks (#​622) (882bcfe)
testing-library/user-event

v13.1.9

Compare Source

Bug Fixes
  • keyboard: do not set document selection when typing on <input> (#​679) (f2fec13)
chromaui/chromatic-cli

v5.8.3

Compare Source

  • 350 Restore original preferLocal settings for Execa

v5.8.2

Compare Source

  • 348 Restore original behavior to use npm_execpath

v5.8.1

Compare Source

  • 345 Restore implying of --preserve-missing when using --only
  • 344 Fix determining viewLayer when using transitive dependency
  • 337 Fix chromatic script that can be added to package.json
  • 331 Log clientVersion on fatal error
GoogleChrome/chrome-launcher

v0.14.0

Compare Source

  • ac1f4aff move to minimum node 12; remove rimraf (#​237)
  • dec646c4 deps: remove mkdirp for fs.mkdirSync (#​234)
  • 83ab178a update minimum node version (#​222)
  • a5f6eb2f add additional chrome flags (#​227)
  • 3a7c9610 reword unset-CHROME_PATH error message
  • b1b8dc74 rename disabled TranslateUI to Translate to match Chrome (#​225)
  • beb41360 chore: update dependencies and test targets (#​221)
  • df9d564a tests: migrate from travis to github actions (#​228)
  • 673da08b tests: add mac/win bots to ci (#​232)
  • a700ae0c docs: fix readme's getInstallations() section (#​212)
  • chrome-flags-for-tools.md update
    • 4b98587d massive update and refactor (#​226)
    • e45b100f minor tweaks to headless and others
    • 3a90c21b fix links
    • 8429ca93 add feature flags description
    • 21db5f9f even more documented flags (#​231)
zloirock/core-js

v3.13.0

Compare Source

archfz/cypress-terminal-report

v3.2.1

Compare Source

v3.2.0

Compare Source

v3.1.2

Compare Source

motdotla/dotenv

v8.6.0

Compare Source

Added
  • define package.json in exports

v8.5.1

Compare Source

Changed
  • updated dev dependencies via npm audit

v8.5.0

Compare Source

Added
  • allow for import "dotenv/config"

v8.4.0

Compare Source

Changed
  • point to exact types file to work with VS Code

v8.3.0

Compare Source

Changed
  • Breaking: drop support for Node v8 (mistake to be released as minor bump. later bumped to 9.0.0. see above.)
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)
cypress-io/eslint-plugin-cypress

v2.11.3

Compare Source

Bug Fixes
  • Fix crashing bug in no-force rule when using spread operator (#​79) (61a9de1)
benmosher/eslint-plugin-import

v2.23.3

Compare Source

Fixed
Changed
  • [Docs] Add no-relative-packages to list of to the list of rules ([#​2075], thanks [@​arvigeus])

v2.23.2

Compare Source

Changed
  • [meta] add safe-publish-latest; use prepublishOnly script for npm 7+

v2.23.1

Compare Source

Fixed

v2.23.0

Compare Source

Added
Fixed
Changed
jest-community/jest-junit

v12.1.0

Compare Source

Add better support for bazel - jest-community/jest-junit#167

jsdom/jsdom

v16.6.0

Compare Source

  • Added parentNode.replaceChildren(). (ninevra)
  • Fixed jsdom's handling of when code running inside the jsdom throws null or undefined as an exception. (mbest)
  • Removed the dependency on the deprecated request package, in the process fixing several issues with the XMLHttpRequest implementation around header processing. Special thanks to vegardbb for completing this months-long effort!

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 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 force-pushed the renovate/all-minor-patch branch 16 times, most recently from 7b8e8a4 to a51d822 Compare May 6, 2021 10:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from 00de075 to d6c7330 Compare May 12, 2021 13:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 16 times, most recently from 65051fd to 3d96858 Compare May 25, 2021 16:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3d96858 to 2f8a265 Compare May 25, 2021 19:43
@jroebu14 jroebu14 merged commit a26c7c3 into latest May 26, 2021
@jroebu14 jroebu14 deleted the renovate/all-minor-patch branch May 26, 2021 12:31
@jroebu14 jroebu14 self-assigned this May 27, 2021
@jroebu14 jroebu14 added the cross-team For visibility for both World Service teams (Engage & Media) label May 27, 2021
@jroebu14 jroebu14 added this to Issue in Progress in Simorgh via automation May 27, 2021
@jroebu14 jroebu14 moved this from Issue in Progress to Done in Simorgh May 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cross-team For visibility for both World Service teams (Engage & Media)
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

4 participants