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

Merged
merged 2 commits into from May 4, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 25, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/cli (source) ^7.17.6 -> ^7.17.10 age adoption passing confidence
@babel/core (source) ^7.17.9 -> ^7.17.10 age adoption passing confidence
@babel/plugin-transform-runtime (source) ^7.17.0 -> ^7.17.10 age adoption passing confidence
@babel/preset-env (source) ^7.16.11 -> ^7.17.10 age adoption passing confidence
@rollup/plugin-node-resolve ^13.1.3 -> ^13.3.0 age adoption passing confidence
@storybook/addon-essentials ^6.4.21 -> ^6.4.22 age adoption passing confidence
@storybook/react ^6.4.21 -> ^6.4.22 age adoption passing confidence
@testing-library/react ^12.1.4 -> ^12.1.5 age adoption passing confidence
@types/chrome ^0.0.181 -> ^0.0.184 age adoption passing confidence
@types/jest ^27.4.1 -> ^27.5.0 age adoption passing confidence
@types/lodash ^4.14.181 -> ^4.14.182 age adoption passing confidence
@types/lodash.curry ^4.1.6 -> ^4.1.7 age adoption passing confidence
@types/lodash.debounce ^4.0.6 -> ^4.0.7 age adoption passing confidence
@types/lodash.shuffle ^4.2.6 -> ^4.2.7 age adoption passing confidence
@types/node ^16.11.26 -> ^16.11.33 age adoption passing confidence
@types/ramda ^0.28.8 -> ^0.28.12 age adoption passing confidence
@types/react-dom ^17.0.15 -> ^17.0.16 age adoption passing confidence
@types/react-redux ^7.1.23 -> ^7.1.24 age adoption passing confidence
@types/react-test-renderer ^17.0.1 -> ^17.0.2 age adoption passing confidence
@types/webpack-env ^1.16.3 -> ^1.16.4 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.18.0 -> ^5.22.0 age adoption passing confidence
@typescript-eslint/parser ^5.18.0 -> ^5.22.0 age adoption passing confidence
babel-loader ^8.2.4 -> ^8.2.5 age adoption passing confidence
bestzip ^2.2.0 -> ^2.2.1 age adoption passing confidence
codemirror (source) ^5.65.2 -> ^5.65.3 age adoption passing confidence
electron ^18.0.3 -> ^18.2.0 age adoption passing confidence
eslint (source) ^8.13.0 -> ^8.14.0 age adoption passing confidence
eslint-plugin-jest ^26.1.4 -> ^26.1.5 age adoption passing confidence
eslint-plugin-react-hooks (source) ^4.4.0 -> ^4.5.0 age adoption passing confidence
express (source) ^4.17.3 -> ^4.18.1 age adoption passing confidence
fork-ts-checker-webpack-plugin ^7.2.4 -> ^7.2.11 age adoption passing confidence
framer-motion ^6.2.9 -> ^6.3.3 age adoption passing confidence
graphql ^16.3.0 -> ^16.4.0 age adoption passing confidence
nanoid ^3.3.2 -> ^3.3.4 age adoption passing confidence
react-bootstrap (source) ^2.2.3 -> ^2.3.1 age adoption passing confidence
react-router (source) ^5.2.1 -> ^5.3.1 age adoption passing confidence
react-router-dom (source) ^5.3.0 -> ^5.3.1 age adoption passing confidence
react-select ^5.3.0 -> ^5.3.1 age adoption passing confidence
redux (source) ^4.1.2 -> ^4.2.0 age adoption passing confidence
rollup (source) ^2.70.1 -> ^2.71.1 age adoption passing confidence
selenium-webdriver ^4.1.1 -> ^4.1.2 age adoption passing confidence
semver ^7.3.6 -> ^7.3.7 age adoption passing confidence
sqlite3 ^5.0.2 -> ^5.0.6 age adoption passing confidence
stylelint (source) ^14.6.1 -> ^14.8.2 age adoption passing confidence
supertest ^6.2.2 -> ^6.2.3 age adoption passing confidence
tslib (source) ^2.3.1 -> ^2.4.0 age adoption passing confidence

Release Notes

babel/babel

v7.17.10

Compare Source

🐛 Bug Fix
  • babel-cli, babel-core, babel-generator, babel-helper-transform-fixture-test-runner
💅 Polish
  • babel-cli, babel-core, babel-generator, babel-helper-fixtures, babel-helper-transform-fixture-test-runner
  • babel-plugin-proposal-pipeline-operator, babel-traverse
🏠 Internal
🏃‍♀️ Performance
  • babel-cli, babel-core, babel-generator
rollup/plugins

v13.3.0

2022-05-02

Features
  • feat: support node: protocol (#​1124)

v13.2.2

2022-05-02

Bugfixes
  • fix: Respect if other plugins resolve the resolution to a different id (#​1181)
  • fix: Revert respect if other plugins resolve the resolution to a different id (ae59ceb)
  • fix: Respect if other plugins resolve the resolution to a different id (f8d4c44)

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)
testing-library/react-testing-library

v12.1.5

Compare Source

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

v5.22.0

Compare Source

Bug Fixes
  • eslint-plugin: [comma-spacing] verify nextToken exists (#​4868) (23746f8)
Features

v5.21.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-misused-promises] prioritize false returns when checking whether a function returns only void (#​4841) (ccadb60)
  • eslint-plugin: [no-namespace] fix false positive for exported namespaces when allowDeclarations=true (#​4844) (4e7c9be)
  • eslint-plugin: [space-infix-ops] fix no error when right type is function (#​4848) (d74d559)
Features
  • eslint-plugin: [parameter-properties] add rule to replace no-parameter-properties (#​4622) (88ed9ec)

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)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.22.0

Compare Source

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

v5.21.0

Compare Source

Note: Version bump only for package @​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

babel/babel-loader

v8.2.5

Compare Source

What's Changed

New Contributors

Full Changelog: babel/babel-loader@v8.2.4...v8.2.5

nfriedly/node-bestzip

v2.2.1

Compare Source

codemirror/CodeMirror

v5.65.3

Compare Source

Bug fixes

Fix a crash that could occur when when marking text.

merge addon: Add aria label to buttons.

groovy mode: Properly highlight interpolated variables.

electron/electron

v18.2.0

Compare Source

Release Notes for v18.2.0

Features

  • Fixed an issue where the PDF Viewer would fail if a user attempted to reload. #​33711 (Also in 19)

Fixes

  • Fixed an issue with the app.requestSingleInstanceLock() API where it would sometimes hang. #​33778

Other Changes

  • Fixed child_process.spawn ENOENT error with cwd option. #​33871 (Also in 16, 17, 19)
  • Updated Chromium to 100.0.4896.143. #​33948

v18.1.0

Compare Source

Release Notes for v18.1.0

Features

  • Enabled systemPreferences.subscribe{Local|Workspace}Notification to take a null value for the event parameter. #​33771

Fixes

  • Fixed crash when img without alt is shown with accessibility features enabled. #​33843 (Also in 19)
  • Fixed crash when opening gtk file dialogs due to mismatched versions. #​33812 (Also in 19)

Other Changes

  • Updated Chromium to 100.0.4896.127. #​33730

v18.0.4

Compare Source

Release Notes for v18.0.4

Fixes

  • Apply senderFrame details to ipcMain port event. #​33782 (Also in 16, 17)
  • Fixed an issue where Escape keyboard events would not be properly propagated to the parent window after entering fullscreen and then exiting it again on Windows. #​33787
  • Fixed the built-in PDF renderer. #​33664
  • shell.openExternal() now reports more detailed errors on Windows. #​33659 (Also in 15, 16, 17, 19)
  • shell.openExternal() now reports more detailed errors on Windows. #​33705 (Also in 15, 16, 17, 19)

Other Changes

  • Backported fix for chromium:1297731, b/218211225. #​33708
eslint/eslint

v8.14.0

Compare Source

Features

  • ab6363d feat: Add rule no-constant-binary-expression (#​15296) (Jordan Eldredge)

Bug Fixes

  • 35fa1dd fix: allow project paths to have URL-encoded characters (#​15795) (Milos Djermanovic)
  • 413f1d5 fix: update astUtils.isDirectiveComment with globals and exported (#​15775) (Milos Djermanovic)

Build Related

Chores

  • 735458c chore: add static frontmatter to no-constant-binary-expression docs (#​15798) (Milos Djermanovic)
  • db28f2c chore: Add static frontmatter to docs (#​15782) (Nicholas C. Zakas)
  • 3bca59e chore: markdownlint autofix on commit (#​15783) (Nicholas C. Zakas)
jest-community/eslint-plugin-jest

v26.1.5

Compare Source

Bug Fixes
  • prefer-expect-assertions: properly handle checking across multiple tests (#​1089) (8b61b0c)
expressjs/express

v4.18.1

Compare Source

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

  • Fix hanging on large stack of sync routes

v4.18.0

Compare Source

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

  • Add "root" option to res.download
  • Allow options without filename in res.download
  • Deprecate string and non-integer arguments to res.status
  • Fix behavior of null/undefined as maxAge in res.cookie
  • Fix handling very large stacks of sync middleware
  • Ignore Object.prototype values in settings through app.set/app.get
  • Invoke default with same arguments as types in res.format
  • Support proper 205 responses using res.send
  • Use http-errors for res.format error
  • deps: body-parser@1.20.0
    • Fix error message for json parse whitespace in strict
    • Fix internal error when inflated body exceeds limit
    • Prevent loss of async hooks context
    • Prevent hanging when request already read
    • deps: depd@2.0.0
    • deps: http-errors@2.0.0
    • deps: on-finished@2.4.1
    • deps: qs@6.10.3
    • deps: raw-body@2.5.1
  • deps: cookie@0.5.0
    • Add priority option
    • Fix expires option to reject invalid dates
  • deps: depd@2.0.0
    • Replace internal eval usage with Function constructor
    • Use instance methods on process to check for listeners
  • deps: finalhandler@1.2.0
    • Remove set content headers that break response
    • deps: on-finished@2.4.1
    • deps: statuses@2.0.1
  • deps: on-finished@2.4.1
    • Prevent loss of async hooks context
  • deps: qs@6.10.3
  • deps: send@0.18.0
    • Fix emitted 416 error missing headers property
    • Limit the headers removed for 304 response
    • deps: depd@2.0.0
    • deps: destroy@1.2.0
    • deps: http-errors@2.0.0
    • deps: on-finished@2.4.1
    • deps: statuses@2.0.1
  • deps: serve-static@1.15.0
    • deps: send@0.18.0
  • deps: statuses@2.0.1
    • Remove code 306
    • Rename 425 Unordered Collection to standard 425 Too Early
TypeStrong/fork-ts-checker-webpack-plugin

v7.2.11

Compare Source

Bug Fixes

v7.2.10

Compare Source

Bug Fixes

v7.2.9

Compare Source

v7.2.8

Compare Source

v7.2.7

Compare Source

Bug Fixes

v7.2.6

Compare Source

v7.2.5

Compare Source

Bug Fixes
  • event handler leak in the wr

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, click this checkbox.

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

@changeset-bot
Copy link

changeset-bot bot commented Apr 25, 2022

⚠️ No Changeset found

Latest commit: fc48a76

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 21 times, most recently from c22678f to 87a5654 Compare May 1, 2022 22:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 5535b0f to 8f673b2 Compare May 3, 2022 11:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8f673b2 to 932bb44 Compare May 4, 2022 02:09
@Methuselah96 Methuselah96 enabled auto-merge (squash) May 4, 2022 11:20
@Methuselah96 Methuselah96 merged commit f282e38 into main May 4, 2022
@Methuselah96 Methuselah96 deleted the renovate/all-minor-patch branch May 4, 2022 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants