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

Merged
merged 1 commit into from
Oct 13, 2021
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 29, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@apollo/client (source) 3.4.15 -> 3.4.16 age adoption passing confidence
@babel/core (source) 7.15.5 -> 7.15.8 age adoption passing confidence
@babel/eslint-parser (source) 7.15.7 -> 7.15.8 age adoption passing confidence
@babel/plugin-proposal-decorators (source) 7.15.4 -> 7.15.8 age adoption passing confidence
@blueprintjs/core 3.50.4 -> 3.51.0 age adoption passing confidence
@blueprintjs/datetime 3.23.14 -> 3.23.15 age adoption passing confidence
@blueprintjs/popover2 0.12.4 -> 0.12.5 age adoption passing confidence
@storybook/addon-essentials 6.3.8 -> 6.3.11 age adoption passing confidence
@storybook/addon-links 6.3.8 -> 6.3.11 age adoption passing confidence
@storybook/addons 6.3.8 -> 6.3.11 age adoption passing confidence
@storybook/builder-webpack5 6.3.8 -> 6.3.11 age adoption passing confidence
@storybook/manager-webpack5 6.3.8 -> 6.3.11 age adoption passing confidence
@storybook/react 6.3.8 -> 6.3.11 age adoption passing confidence
@storybook/theming 6.3.8 -> 6.3.11 age adoption passing confidence
@testing-library/react 12.1.1 -> 12.1.2 age adoption passing confidence
@wdio/browserstack-service 7.13.2 -> 7.14.1 age adoption passing confidence
@wdio/cli 7.13.2 -> 7.14.1 age adoption passing confidence
@wdio/local-runner 7.13.2 -> 7.14.1 age adoption passing confidence
@wdio/mocha-framework 7.13.2 -> 7.14.1 age adoption passing confidence
@wdio/spec-reporter 7.13.2 -> 7.14.1 age adoption passing confidence
@wdio/sync 7.13.2 -> 7.14.1 age adoption passing confidence
autoprefixer 10.3.6 -> 10.3.7 age adoption passing confidence
babel-jest 27.2.3 -> 27.2.5 age adoption passing confidence
chromatic (source) 5.9.2 -> 5.10.2 age adoption passing confidence
core-js 3.18.1 -> 3.18.3 age adoption passing confidence
css-loader 6.3.0 -> 6.4.0 age adoption passing confidence
d3 (source) 7.0.4 -> 7.1.1 age adoption passing confidence
eslint-plugin-import 2.24.2 -> 2.25.2 age adoption passing confidence
eslint-plugin-react 7.26.0 -> 7.26.1 age adoption passing confidence
graphql 15.6.0 -> 15.6.1 age adoption passing confidence
html-react-parser 1.3.0 -> 1.4.0 age adoption passing confidence
jest (source) 27.2.3 -> 27.2.5 age adoption passing confidence
leaflet-geosearch 3.5.0 -> 3.6.0 age adoption passing confidence
mini-css-extract-plugin 2.3.0 -> 2.4.2 age adoption passing confidence
postcss (source) 8.3.8 -> 8.3.9 age adoption passing confidence
react-avatar-edit 1.0.0 -> 1.1.0 age adoption passing confidence
selenium-webdriver 4.0.0-rc-1 -> 4.0.0-rc-2 age adoption passing confidence
webdriverio (source) 7.13.2 -> 7.14.1 age adoption passing confidence
webpack 5.55.0 -> 5.58.2 age adoption passing confidence
webpack-cli 4.8.0 -> 4.9.0 age adoption passing confidence
yup 0.32.9 -> 0.32.11 age adoption passing confidence
org.jsoup:jsoup (source) 1.14.2 -> 1.14.3 age adoption passing confidence
com.diffplug.spotless 5.15.2 -> 5.17.0 age adoption passing confidence

Release Notes

apollographql/apollo-client

v3.4.16

Compare Source

Improvements
  • Prevent webpack from misresolving the graphql package as the local @apollo/client/utilities/globals/graphql.js module when module.exports.resolve.preferRelative is enabled in webpack.config.js.

    Note: if you encounter strange module resolution errors like export 'isType' (imported as 'isType') was not found in 'graphql' (possible exports: removeTemporaryGlobals) please try removing preferRelative: true from your webpack.config.js file, or find a way to disable that resolution behavior for packages within node_modules.

    @​benjamn in #​8862

  • Avoid importing isType from the graphql package internally, to prevent bundlers from including as much as 3.4kB of unnecessary code.

    @​benjamn in #​8891

  • Make client.resetStore and client.clearStore pass appropriate discardWatches option to cache.reset.

    @​benjamn in #​8873

babel/babel

v7.15.8

Compare Source

👓 Spec Compliance
  • babel-helper-module-transforms, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd
  • babel-parser
🐛 Bug Fix
💅 Polish
🏠 Internal
🏃‍♀️ Performance
palantir/blueprint

v3.51.0

Compare Source

storybookjs/storybook

v6.3.11

Compare Source

Bug Fixes
  • CLI: Fix CRA version detection crash (#​16308)

v6.3.10

Compare Source

Bug Fixes
  • CLI: Don't upgrade preset-create-react-app if react-scripts < 5 (#​16255)

v6.3.9

Compare Source

Maintenance
  • CLI: Add webpack5 builder to CRA5 sb init (#​16194)
testing-library/react-testing-library

v12.1.2

Compare Source

Bug Fixes
  • render: Don't reject wrapper types based on statics (#​973) (7f53b56)
webdriverio/webdriverio

v7.14.1

Compare Source

🐛 Bug Fix
Committers: 1
postcss/autoprefixer

v10.3.7

Compare Source

  • Replaced nanocolors to picocolors.
facebook/jest

v27.2.5

Compare Source

Features
  • [jest-config] Warn when multiple Jest configs are located (#​11922)
Fixes
  • [expect] Pass matcher context to asymmetric matchers (#​11926 & #​11930)
  • [expect] Improve TypeScript types (#​11931)
  • [expect] Improve typings of toThrow() and toThrowError() matchers (#​11929)
  • [jest-cli] Improve --help printout by removing defunct --browser option (#​11914)
  • [jest-haste-map] Use distinct cache paths for different values of computeDependencies (#​11916)
  • [@jest/reporters] Do not buffer console.logs when using verbose reporter (#​11054)
Chore & Maintenance
  • [expect] Export default matchers (#​11932)
  • [@jest/types] Mark deprecated configuration options as @deprecated (#​11913)
Performance

v27.2.4

Compare Source

Features
  • [expect] Add equality checks for Array Buffers in expect.ToStrictEqual() (#​11805)
Fixes
  • [jest-snapshot] Correctly indent inline snapshots (#​11560)
chromaui/chromatic-cli

v5.10.2

Compare Source

v5.10.1

Compare Source

  • 404 Fix the version of node-fetch to 2.6.0 due to a bug in 2.6.3

v5.10.0

Compare Source

  • 311 Support workflow_dispatch event in GitHub Action
  • 382 Support absolute paths in webpack stats
  • 370 Ignore --only-changed on rebuild
  • 381 Throw when specifying an invalid loglevel
  • 392 Better path handling for TurboSnap
  • 374 Fix handling of NO_PROXY environment variable
  • 397 Fix runtime issues with HTTP_PROXY / NO_PROXY
  • 380 Fix isChromatic for server-side rendering
  • 401 Update BuildHasChanges message to be clearer
zloirock/core-js

v3.18.3

Compare Source

  • Fixed the prototype chain of AggregateError constructor that should contain Error constructor
  • Fixed incorrect AggregateError.prototype properties descriptors
  • Fixed InstallErrorCause internal operation
  • Added NodeJS 16.11 compat data mapping
  • Added Deno 1.16 compat data mapping
  • Object.hasOwn marked as supported from Safari 15.1

v3.18.2

Compare Source

  • Early { Array, %TypedArray% }.fromAsync errors moved to the promise, per the latest changes of the spec draft
  • Internal ToInteger(OrInfinity) operation returns +0 for -0 argument, ES2020+ update
  • Fixed theoretical problems with handling bigint in Number constructor wrapper
  • Fixed String.raw with extra arguments
  • Fixed some missed dependencies in entry points
  • Some other minor fixes and improvements
  • Refactoring
webpack-contrib/css-loader

v6.4.0

Compare Source

Features
  • generate more collision resistant for locals (c7db752)
Bug Fixes
  • classes generation for client and server bundling (303a3a1)
d3/d3

v7.1.1

Compare Source

  • d3.rank can now take a comparator in addition to an accessor.
  • d3.rank, d3.sort, d3.bisector, and d3.groupSort now require comparators to have exactly two arguments.

v7.1.0

Compare Source

import-js/eslint-plugin-import

v2.25.2

Compare Source

Fixed
  • [Deps] update eslint-module-utils for real this time ([#​2255])

v2.25.1

Compare Source

Fixed
  • [Deps] update eslint-module-utils

v2.25.0

Compare Source

Added
Fixed
Changed
  • [Refactor] switch to an internal replacement for pkg-up and read-pkg-up ([#​2047], thanks [@​mgwalker])
  • [patch] TypeScript config: remove .d.ts from [import/parsers setting] and [import/extensions setting] ([#​2220], thanks [@​jablko])
  • [Refactor] [no-unresolved], [no-extraneous-dependencies]: moduleVisitor usage ([#​2233], thanks [@​jablko])
yannickcr/eslint-plugin-react

v7.26.1

Compare Source

Fixed
Changed
graphql/graphql-js

v15.6.1

Compare Source

v15.6.1 (2021-10-05)

Bug Fix 🐞
Committers: 1
remarkablemark/html-react-parser

v1.4.0

Compare Source

Features
  • added CRA typescript example (42f42e5)
  • export domhandler's Element (0473e83)
smeijer/leaflet-geosearch

v3.6.0

Compare Source

v3.5.2

Compare Source

v3.5.1

Compare Source

webpack-contrib/mini-css-extract-plugin

v2.4.2

Compare Source

v2.4.1

Compare Source

v2.4.0

Compare Source

Performance
  • migrate on new API, this improves performance and memory usage a lot, you need to have at least webpack 5.52.0 (recommended latest stable), for older versions the old API will be used (except explicit enabling of the experimentalUseImportModule option)
Features
  • added support for supports() and layer() in @import at-rule (#​843) (e751080)
Bug Fixes
postcss/postcss

v8.3.9

Compare Source

  • Replaced nanocolors to picocolors.
  • Reduced package size.
kirill3333/react-avatar

v1.1.0

Compare Source

webpack/webpack

v5.58.2

Compare Source

Bugfixes

  • fix serialization context passed
  • fix a bug which caused module duplication when using persistent caching, unsafe cache and memory cache with GC
  • fix validation of snapshots of non-existing directories

Performance

v5.58.1

Compare Source

Bugfixes

  • fix .webpack[] suffix to not execute rules
  • revert performance optimization that has too large memory usage in large builds

v5.58.0

Compare Source

Features

  • add hook for readResource
  • add diagnostics_channel to node builtins

Performance

  • improve chunk graph creation performance
    • add cacheUnaffected cache support
  • remove some caching that makes not difference
  • improve splitChunks performance
  • improve chunk conditions performance

v5.57.1

Compare Source

Bugfix

  • fix experiments.cacheUnaffected which broke by last release

v5.57.0

Compare Source

Performance

  • reduce number of hash.update calls
  • allow ExternalModules to be unsafe cached
  • improve hashing performance of module lists (StringXor)

Bugfixes

  • experiments.cacheUnaffected
    • handle module/chunk id changes correctly
    • cache modules with async blocks
    • show errors when using incompatible options

v5.56.1

Compare Source

Bugfix

  • DefinePlugin: fix conflict with older variants of the plugin

v5.56.0

Compare Source

Performance

  • make DefinePlugin rebuild check more efficient performance and memory wise

v5.55.1

[Compare Source](https://to


Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 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/most-minor-patch branch from d5c5da0 to d05d129 Compare September 29, 2021 14:29
@renovate renovate bot changed the title Update dependency webpack to v5.55.1 Update most non-major dependencies Sep 29, 2021
@renovate renovate bot force-pushed the renovate/most-minor-patch branch 24 times, most recently from 9a7354b to cd17e00 Compare October 6, 2021 16:16
@renovate renovate bot force-pushed the renovate/most-minor-patch branch 3 times, most recently from fc65d1b to 5d95ce4 Compare October 7, 2021 14:35
@renovate renovate bot force-pushed the renovate/most-minor-patch branch 4 times, most recently from 4cb62a1 to 6e5efc8 Compare October 9, 2021 14:04
client/package.json Outdated Show resolved Hide resolved
@renovate renovate bot force-pushed the renovate/most-minor-patch branch 2 times, most recently from 818c088 to 42ed367 Compare October 12, 2021 08:14
client/package.json Outdated Show resolved Hide resolved
@renovate renovate bot force-pushed the renovate/most-minor-patch branch 7 times, most recently from 7def71f to 71b9b57 Compare October 13, 2021 10:24
@renovate renovate bot force-pushed the renovate/most-minor-patch branch from 71b9b57 to f52a229 Compare October 13, 2021 10:33
@gjvoosten gjvoosten merged commit db451bd into candidate Oct 13, 2021
@gjvoosten gjvoosten deleted the renovate/most-minor-patch branch October 13, 2021 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants