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 non-major shared dependencies #1325

Merged
merged 2 commits into from
Apr 21, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 4, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.17.8 -> 7.17.9 age adoption passing confidence
@rollup/plugin-commonjs 21.0.3 -> 21.1.0 age adoption passing confidence
@rollup/plugin-node-resolve 13.1.3 -> 13.2.1 age adoption passing confidence
@storybook/addon-a11y 6.4.20 -> 6.4.22 age adoption passing confidence
@storybook/addon-essentials 6.4.20 -> 6.4.22 age adoption passing confidence
@storybook/builder-webpack5 6.4.20 -> 6.4.22 age adoption passing confidence
@storybook/manager-webpack5 6.4.20 -> 6.4.22 age adoption passing confidence
@storybook/react 6.4.20 -> 6.4.22 age adoption passing confidence
@testing-library/jest-dom 5.16.3 -> 5.16.4 age adoption passing confidence
@testing-library/react 12.1.4 -> 12.1.5 age adoption passing confidence
@types/prop-types 15.7.4 -> 15.7.5 age adoption passing confidence
@types/react 17.0.43 -> 17.0.44 age adoption passing confidence
@types/react-dom 17.0.14 -> 17.0.15 age adoption passing confidence
@types/styled-components 5.1.24 -> 5.1.25 age adoption passing confidence
@typescript-eslint/eslint-plugin 5.17.0 -> 5.20.0 age adoption passing confidence
@typescript-eslint/parser 5.17.0 -> 5.20.0 age adoption passing confidence
@zendeskgarden/svg-icons (source) 6.31.1 -> 6.32.0 age adoption passing confidence
babel-plugin-styled-components (source) 2.0.6 -> 2.0.7 age adoption passing confidence
commander 9.1.0 -> 9.2.0 age adoption passing confidence
core-js 3.21.1 -> 3.22.0 age adoption passing confidence
envalid 7.3.0 -> 7.3.1 age adoption passing confidence
eslint (source) 8.12.0 -> 8.13.0 age adoption passing confidence
eslint-plugin-jest 26.1.3 -> 26.1.4 age adoption passing confidence
fork-ts-checker-webpack-plugin 6.5.0 -> 6.5.1 age adoption passing confidence
rollup (source) 2.70.1 -> 2.70.2 age adoption passing confidence
rollup-plugin-license 2.6.1 -> 2.7.0 age adoption passing confidence
webpack 5.71.0 -> 5.72.0 age adoption passing confidence

Release Notes

babel/babel

v7.17.9

Compare Source

🐛 Bug Fix
💅 Polish
📝 Documentation
🏠 Internal
rollup/plugins (@​rollup/plugin-commonjs)

v21.1.0

2022-04-15

Features
  • feat: make defaultIsModuleExports as funtion to config defaultIsModuleExports for each source (#​1052)
rollup/plugins (@​rollup/plugin-node-resolve)

v13.2.1

2022-04-15

Bugfixes
  • fix: update side effects logic to be deep when glob doesn’t contain / (#​1148)

v13.2.0

2022-04-11

Features
  • feat: Add the ability to pass a function into resolveOnly (#​1152)
storybookjs/storybook

v6.4.22

Compare Source

Maintenance
  • Core: Avoid framework imports from core/client (#​17875)

v6.4.21

Compare Source

Bug Fixes
  • Angular: Do not use default for includePaths (#​17876)
  • Controls: Fix date control width in addons panel (#​17780)
  • CLI: Preserve quote style in automigrate (#​17858)
  • CLI: Update the exclude list for upgrade warnings (#​17909)
testing-library/jest-dom

v5.16.4

Compare Source

Bug Fixes
  • Support unenclosed inner text for details elements in to be visible (#​396) (af18453)
testing-library/react-testing-library

v12.1.5

Compare Source

Bug Fixes
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.20.0

Compare Source

Features
  • eslint-plugin: [no-magic-numbers] ignoreTypeIndexes option (#​4789) (5e79451)

v5.19.0

Compare Source

Bug Fixes
Features
  • eslint-plugin: [unified-signatures] add ignoreDifferentlyNamedParameters option (#​4659) (fdf95e0)
  • eslint-plugin: add support for valid number and bigint intersections in restrict-plus-operands rule (#​4795) (19c600a)

v5.18.0

Compare Source

Bug Fixes
  • eslint-plugin: method-signature-style respect getter signature (#​4777) (12dd670)
Features
  • eslint-plugin: [no-shadow] ignoreOnInitialization option (#​4603) (068ea9b)
  • eslint-plugin: [no-this-alias] report on assignment expressions (#​4718) (8329498)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.20.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.19.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.18.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

zendeskgarden/svg-icons

v6.32.0

Compare Source

Features
6.31.1 (2022-02-04)
Bug Fixes
styled-components/babel-plugin-styled-components

v2.0.7

Compare Source

What's Changed
New Contributors

Full Changelog: styled-components/babel-plugin-styled-components@v2.0.6...v2.0.7

tj/commander.js

v9.2.0

Compare Source

Added
  • conditional export of 'types' for upcoming TypeScript module resolution ([#​1703])
  • example file showing two ways to add global options to subcommands ([#​1708])
Fixed
  • detect option conflicts in parent commands of called subcommand ([#​1710])
Changed
  • replace deprecated String.prototype.substr ([#​1706])
zloirock/core-js

v3.22.0

Compare Source

  • Change Array by copy proposal:
    • Moved to Stage 3, March TC39 meeting
    • Disabled forced replacement and added /actual/ entry points for methods from this proposal
    • Array.prototype.toSpliced throws a TypeError instead of RangeError if the result length is more than MAX_SAFE_INTEGER, proposal-change-array-by-copy/70
  • Added some more atob / btoa fixes:
    • NodeJS <17.9 atob does not ignore spaces, node/42530
    • Actual NodeJS atob does not validate encoding, node/42646
    • FF26- implementation does not properly convert argument to string
    • IE / Edge <16 implementation have wrong arity
  • Added /full/ namespace as the replacement for /features/ since it's more descriptive in context of the rest namespaces (/es//stable//actual//full/)
  • Avoided propagation of removed parts of proposals to upper stages. For example, %TypedArray%.prototype.groupBy was removed from the Array grouping proposal a long time ago. We can't completely remove this method since it's a breaking change. But this proposal has been promoted to stage 3 - so the proposal should be promoted without this method, this method should not be available in /actual/ entries - but it should be available in early-stage entries to avoid breakage.
  • Significant internal refactoring and splitting of modules (but without exposing to public API since it will be a breaking change - it will be exposed in the next major version)
  • Bug fixes:
    • Fixed work of non-standard V8 Error features with wrapped Error constructors, #​1061
    • null and undefined allowed as the second argument of structuredClone, #​1056
  • Tooling:
    • Stabilized proposals are filtered out from the core-js-compat -> core-js-builder -> core-js-bundle output. That mean that if the output contains, for example, es.object.has-own, the legacy reference to it, esnext.object.has-own, no longer added.
    • Aligned modules filters of core-js-builder and core-js-compat, now it's modules and exclude options
    • Added support of entry points, modules, regexes, and arrays of them to those filters
    • Missed targets option of core-js-compat means that the targets filter just will not be applied, so the result will contain modules required for all possible engines
  • Compat data:
    • .stack property on DOMException marked as supported from Deno 1.15
    • Added Deno 1.21 compat data mapping
    • Added Electron 19.0 and updated 18.0 compat data mapping
    • Added Samsung Internet 17.0 compat data mapping
    • Added Opera Android 68 compat data mapping
af/envalid

v7.3.1

Compare Source

eslint/eslint

v8.13.0

Compare Source

Features
  • 274acbd feat: fix no-eval logic for this in arrow functions (#​15755) (Milos Djermanovic)
Bug Fixes
  • 97b57ae fix: invalid operator in operator-assignment messages (#​15759) (Milos Djermanovic)
Documentation
  • c32482e docs: Typo in space-infix-ops docs (#​15754) (kmin-jeong)
  • f2c2d35 docs: disambiguate types FormatterFunction and LoadedFormatter (#​15727) (Francesco Trotta)
Chores
  • bb4c0d5 chore: Refactor docs to work with docs.eslint.org (#​15744) (Nicholas C. Zakas)
  • d36f12f chore: remove lib/init from eslint config (#​15748) (Milos Djermanovic)
  • a59a4e6 chore: replace trimLeft/trimRight with trimStart/trimEnd (#​15750) (Milos Djermanovic)
jest-community/eslint-plugin-jest

v26.1.4

Compare Source

Bug Fixes
  • prefer-snapshot-hint: don't report multi snapshots in different tests within the same describe (#​1078) (98e5166)
TypeStrong/fork-ts-checker-webpack-plugin

v6.5.1

Compare Source

Bug Fixes
rollup/rollup

v2.70.2

Compare Source

2022-04-15

Bug Fixes
  • Do not enforce undefined return values in TypeScript types (#​4463)
Pull Requests
mjeanroy/rollup-plugin-license

v2.7.0

Compare Source

webpack/webpack

v5.72.0

Compare Source

Features

  • make cache warnings caused by build errors less verbose
  • Allow banner to be placed as a footer with the BannerPlugin
  • allow to concatenate asset modules

Bugfixes

  • fix RemoteModules when using HMR (Module Federation + HMR)
  • throw error when using module concatenation and cacheUnaffected
  • fix in operator with nested exports

Configuration

📅 Schedule: "on Monday every 9 weeks of the year starting on the 5th week" (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, click this checkbox.

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

@renovate renovate bot requested a review from a team as a code owner April 4, 2022 18:16
@coveralls
Copy link

coveralls commented Apr 4, 2022

Coverage Status

Coverage remained the same at 95.934% when pulling 17c33a0 on renovate/shared-minor-patch into 01ffd28 on main.

@renovate renovate bot force-pushed the renovate/shared-minor-patch branch 2 times, most recently from ecd1e03 to 6778e5e Compare April 5, 2022 17:30
@renovate renovate bot changed the title chore(deps): update non-major shared dependencies to v5.18.0 chore(deps): update non-major shared dependencies Apr 5, 2022
@renovate renovate bot force-pushed the renovate/shared-minor-patch branch 11 times, most recently from 59d2419 to 5a270c7 Compare April 9, 2022 02:44
@renovate renovate bot force-pushed the renovate/shared-minor-patch branch 8 times, most recently from 76cc908 to b7c4bfe Compare April 18, 2022 15:30
@renovate renovate bot force-pushed the renovate/shared-minor-patch branch from b7c4bfe to e4fe59a Compare April 18, 2022 19:52
@Francois-Esquire Francois-Esquire self-assigned this Apr 20, 2022
@Francois-Esquire Francois-Esquire merged commit 4b48793 into main Apr 21, 2022
@Francois-Esquire Francois-Esquire deleted the renovate/shared-minor-patch branch April 21, 2022 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

4 participants