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

Merged
merged 1 commit into from
Jan 21, 2021
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 4, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@blueprintjs/core 3.36.0 -> 3.37.0 age adoption passing confidence
@blueprintjs/datetime 3.20.0 -> 3.20.1 age adoption passing confidence
@storybook/addon-essentials 6.1.11 -> 6.1.14 age adoption passing confidence
@storybook/addon-links 6.1.11 -> 6.1.14 age adoption passing confidence
@storybook/react 6.1.11 -> 6.1.14 age adoption passing confidence
@testing-library/jest-dom 5.11.8 -> 5.11.9 age adoption passing confidence
@testing-library/react 11.2.2 -> 11.2.3 age adoption passing confidence
@wdio/browserstack-service 6.10.10 -> 6.12.1 age adoption passing confidence
@wdio/cli 6.10.11 -> 6.12.1 age adoption passing confidence
@wdio/local-runner 6.10.13 -> 6.12.1 age adoption passing confidence
@wdio/mocha-framework 6.10.11 -> 6.11.0 age adoption passing confidence
@wdio/spec-reporter 6.10.6 -> 6.11.0 age adoption passing confidence
@wdio/sync 6.10.11 -> 6.11.0 age adoption passing confidence
chromedriver 87.0.4 -> 87.0.7 age adoption passing confidence
com.bmuschko.docker-remote-api:com.bmuschko.docker-remote-api.gradle.plugin 6.6.1 -> 6.7.0 age adoption passing confidence
com.mikesamuel:json-sanitizer 1.2.1 -> 1.2.2 age adoption passing confidence
com.networknt:json-schema-validator 1.0.46 -> 1.0.47 age adoption passing confidence
core-js 3.8.2 -> 3.8.3 age adoption passing confidence
countries-list (source) 2.5.6 -> 2.6.1 age adoption passing confidence
eslint (source) 7.17.0 -> 7.18.0 age adoption passing confidence
gradle (source) 6.7.1 -> 6.8 age adoption passing confidence
graphiql 1.2.2 -> 1.3.2 age adoption passing confidence
html-react-parser 1.1.1 -> 1.2.1 age adoption passing confidence
html-webpack-plugin 5.0.0-beta.4 -> 5.0.0-beta.6 age adoption passing confidence
io.dropwizard:dropwizard-auth 2.0.17 -> 2.0.18 age adoption passing confidence
io.dropwizard:dropwizard-client 2.0.17 -> 2.0.18 age adoption passing confidence
io.dropwizard:dropwizard-core 2.0.17 -> 2.0.18 age adoption passing confidence
io.dropwizard:dropwizard-jdbi3 2.0.17 -> 2.0.18 age adoption passing confidence
io.dropwizard:dropwizard-migrations 2.0.17 -> 2.0.18 age adoption passing confidence
io.dropwizard:dropwizard-testing 2.0.17 -> 2.0.18 age adoption passing confidence
io.dropwizard:dropwizard-views-freemarker 2.0.17 -> 2.0.18 age adoption passing confidence
leaflet-geosearch 3.1.0 -> 3.2.1 age adoption passing confidence
ml-matrix 6.5.3 -> 6.6.0 age adoption passing confidence
postcss (source) 8.2.2 -> 8.2.4 age adoption passing confidence
postcss-loader 4.1.0 -> 4.2.0 age adoption passing confidence
webdriverio (source) 6.10.11 -> 6.12.1 age adoption passing confidence
webpack 5.11.1 -> 5.16.0 age adoption passing confidence
webpack-cli 4.3.1 -> 4.4.0 age adoption passing confidence
webpack-dev-server 3.11.1 -> 3.11.2 age adoption passing confidence

Release Notes

palantir/blueprint

v3.37.0

Compare Source

storybookjs/storybook

v6.1.14

Compare Source

Bug Fixes

v6.1.12

Compare Source

Bug Fixes
  • Addon-docs: Fix link not working cross origin (#​13022)
  • Addon-docs: Resolve babel-loader from storybook/core (#​13607)
testing-library/jest-dom

v5.11.9

Compare Source

Bug Fixes
testing-library/react-testing-library

v11.2.3

Compare Source

Bug Fixes
webdriverio/webdriverio

v6.12.1

Compare Source

🐛 Bug Fix
  • wdio-browserstack-service
    • #​6330 Move cucumber-framework supporting types to private declaration in browserstack-service (@​reidj32)
💅 Polish
📝 Documentation
Committers: 8

v6.12.0

Compare Source

🚀 New Feature
💅 Polish
📝 Documentation
🏠 Internal
  • wdio-browserstack-service, webdriver
Committers: 5
giggio/node-chromedriver

v87.0.7

Compare Source

v87.0.6

Compare Source

v87.0.5

Compare Source

OWASP/json-sanitizer

v1.2.2

  • Escape tab characters since some JSON parsers do not allow raw tabs in string literals
  • Fixed bug: better handling for number literals that do not fit in 64 bits and numbers that look like C octal or hex literals.
networknt/json-schema-validator

v1.0.47

Compare Source

Added
Changed
zloirock/core-js

v3.8.3

Compare Source

  • Fixed some more issues related to FF44- legacy Iterator, #​906
annexare/Countries

v2.6.1

Compare Source

  • Fix punycode buillt-in for emoji related export functions #​78 (thanks @​slaweet for raising an issue)
  • Improve ES bundle tests
  • Move to Rollup: smaller bundle size (56.2kB minified, 15.5kB min+gz vs 65.2kB minified, 16.9kB min+gz for v2.6.0)
  • Fix npm audit

v2.6.0

Compare Source

This should help with easier access to data with less code in PHP (see #​74).

Examples:

// Function imports
use function Annexare\Countries\continents;
$continents = continents();

// Fully-qualified, namespaced function calls
$countries = \Annexare\Countries\countries();

Credit for the effort 🚀 goes to @​Radiergummi, thanks!

PHPUnit tests are automated with GitHub Actions and cover all exports. Tests run on the latest versions of PHP and PHPUnit.

NPM modules are up to date (well, except some Gulp dependencies which do not pass npm audit, but that's another story).
dist files are rebuilt with latest webpack & terser plugin.

eslint/eslint

v7.18.0

Compare Source

  • e3264b2 Upgrade: @​eslint/eslintrc to improve error message for invalid extends (#​14009) (Milos Djermanovic)
  • f17c3c3 Update: check logical assignment operators in the complexity rule (#​13979) (Milos Djermanovic)
  • 672deb0 Docs: fix no-invalid-regexp docs regarding ecmaVersion (#​13991) (Milos Djermanovic)
  • 179a910 Fix: --init crash on question to upgrade/downgrade ESLint (fixes #​13978) (#​13995) (Milos Djermanovic)
  • 292b1c0 Fix: no-extra-parens false positive with let identifier in for-loop (#​13981) (Milos Djermanovic)
  • de61f94 Sponsors: Sync README with website (ESLint Jenkins)
  • 9250d16 Upgrade: Bump lodash to fix security issue (#​13993) (Frederik Prijck)
  • 75fea9b Sponsors: Sync README with website (ESLint Jenkins)
  • f2687e7 Docs: update space-in-parens related rules (#​13985) (Chris Brody)
  • 4a38bbe Docs: space-in-parens examples with no arguments etc. (#​13987) (Chris Brody)
  • 3e49169 Sponsors: Sync README with website (ESLint Jenkins)
  • c5bf1f2 Sponsors: Sync README with website (ESLint Jenkins)
  • 98a729c Sponsors: Sync README with website (ESLint Jenkins)
  • e83a696 Sponsors: Sync README with website (ESLint Jenkins)
  • 78cb483 Chore: test foo( ) with space-in-parens option "always" (#​13986) (Chris Brody)
  • f6948f6 Docs: Update semantic versioning policy (#​13970) (Nicholas C. Zakas)
  • 0688212 Sponsors: Sync README with website (ESLint Jenkins)
  • aeba5e5 Chore: fix typo (#​13975) (Nitin Kumar)
  • 4ee1134 Sponsors: Sync README with website (ESLint Jenkins)
gradle/gradle

v6.8

graphql/graphiql

v1.3.2

Compare Source

Note: Version bump only for package graphiql

v1.3.1

Compare Source

Note: Version bump only for package graphiql

v1.3.0

Compare Source

Chores
  • BREAKING: change copyright to MIT
  • BREAKING: add peer support for graphql 14.x
  • update formatting for monorepo eslint/prettier rules
  • update readme, badges
remarkablemark/html-react-parser

v1.2.1

Compare Source

Bug Fixes
  • package: add missing file (70cdb4c)

v1.2.0

Compare Source

Features
  • package: add es module entry point (ca0340a)

v1.1.2

Compare Source

Bug Fixes
  • index: include domhandler Node in DOMNode type (ac4aff3), closes #​207
jantimon/html-webpack-plugin

v5.0.0-beta.6

Compare Source

v5.0.0-beta.5

Compare Source

smeijer/leaflet-geosearch

v3.2.1

Compare Source

v3.2.0

Compare Source

mljs/matrix

v6.6.0

Compare Source

Features
6.5.3 (2020-10-11)
Bug Fixes
  • update dependencies and move documentation to gh-pages (78e0724)
6.5.2 (2020-10-09)
Bug Fixes
Reverts
postcss/postcss

v8.2.4

Compare Source

  • Added plugin name to postcss.plugin() warning (by Tom Williams).
  • Fixed docs (by Bill Columbia).

v8.2.3

Compare Source

  • Fixed JSON.stringify(Node[]) support (by Niklas Mischkulnig).
webpack-contrib/postcss-loader

v4.2.0

Compare Source

Features
webpack/webpack

v5.16.0

Compare Source

Features

  • add __webpack_is_included__("./some-module") which returns true when the module is bundled and false when not
  • priorize eager shared modules over normal shared modules (with the same version), as they are loaded anyway
  • add library.type: "assign-properties" which merges all exports into a global variable
  • allow optimization.innerGraph for new URL()
    • This allows to detect which URLs are used and drop the module and asset when they are not.

Bugfixes

  • only return exports from runtime when needed
    • This allows to use experiments.outputModule: true with optimization.runtimeChunk
  • fix a bug that splitChunk.reuseExistingChunk doesn't work for entrypoints
    • This optimized an edge case where a nearly empty entrypoint is created when an entrypoint contains only vendor modules

Developer Experience

  • include plugin names in deprecation message for "NormalModuleFactory.xxx is no longer a waterfall hook"
  • improve error message when passing an invalid library name

v5.15.0

Compare Source

Features

  • add getResolve method to data object when using function externals
  • externals function may return a promise now

Bugfixes

  • fix define("local-module", expr) generating invalid syntax
  • fix resolving bug when resolving build dependencies
  • add chunkModulesSpace to schema
  • fix rebuildModule api

Performance

  • improve performance of build dependencies resolving

v5.14.0

Compare Source

Features

  • add experimental ESM tracking for build dependencies

Bugfixes

  • fix crash when calling watcher.getContextTimeInfoEntries()
  • make filesystem types compatible with memfs and real fs
  • fix rebuild error when using the AutomaticPrefetchPlugin

Contribution

  • improve type definitions by using typescript 4.2

v5.13.0

Compare Source

Features

  • add resolve.preferAbsolute flag for compatibility with webpack 4
  • add support for wildcards in exports and imports field
  • improve chunk and module names
    • use nameForCondition() as fallback for module names
    • handle module connection with only transive side effects correctly when determining chunk root modules

v5.12.3

Compare Source

Bugfixes

  • upgrade @webassembly/* and terser-webpack-plugin dependencies

v5.12.2

Compare Source

Bugfixes

  • fix problem with typings in strict mode

v5.12.1

Compare Source

Bugfixes

  • fix a crash in ConcatenatedModule when deserializing
  • fix some not serializable warnings
  • show error when using an invalid identifier as var library

v5.12.0

Compare Source

Features

  • add experiments.layers
    • entry.xxx.layer: "name-of-layer" allows to set the layer for an entrypoint
    • module.rules[].issuerLayer: RuleCondition allows to filter/match by layer of issuer
    • module.rules[].layer: "name-of-layer" allows to set the layer of an module
    • splitChunks.cacheGroups.xxx.layer allows to select modules by layer
    • externals.byLayer["name-of-layer"] allows to specify externals by layer
    • externals.byLayer: (layer) => ... allows to specify externals by layer
    • externals function has an additional argument property contextInfo which contains info about the issuer (e. g. the layer)
  • add module.parser and module.generator options to allow to specify parser/generator options globally per module type
  • make chunkId variable available in script tag hook (like it was with webpack 4)

Bugfixes

  • escape exclamation marks in context regexp when generating readable module names/ids
  • fix a problem when bundling webpack bundles with enabled eval-based devtools
  • add stats.nestedModulesSpace to schema to allow to specify this option
  • fix a bug that incorrectly replaces new.target with constants
  • fix a bug where splitChunk minSize is not handled correctly
  • fix a bug where the order of splitChunk cacheGroups is not handled correctly
  • avoid adding non-filesystem resources as dependencies for watching and caching

Developer experience

  • fix incorrect negation in hint comment for eval-based devtools
  • improve error messages of "Library/Chunk Loading/Wasm Loading typeof is not enabled" errors
  • improve question message when asking to install webpack-cli
  • show a warning when loaders/plugins report invalid dependencies to webpack

Contributing

  • examples use webpack-cli 4 now
  • rename memorize to memoize
webpack/webpack-cli

v4.4.0

Compare Source

Bug Fixes
Features

Renovate 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 added the dependencies label Jan 4, 2021
@renovate renovate bot force-pushed the renovate/most-minor-patch branch from 9dda9f5 to bcd5268 Compare January 4, 2021 23:17
@renovate renovate bot changed the title Update dependency ml-matrix to v6.6.0 Update most non-major dependencies Jan 4, 2021
@renovate renovate bot force-pushed the renovate/most-minor-patch branch 20 times, most recently from 8ecf874 to d2ed6d8 Compare January 12, 2021 00:27
@renovate renovate bot force-pushed the renovate/most-minor-patch branch 7 times, most recently from 5661045 to 3aa9b2d Compare January 13, 2021 09:49
@renovate renovate bot force-pushed the renovate/most-minor-patch branch 10 times, most recently from 5d23c0e to ef12f8a Compare January 18, 2021 21:28
@renovate renovate bot force-pushed the renovate/most-minor-patch branch 5 times, most recently from a39c1c8 to 1c4018a Compare January 20, 2021 22:23
@renovate renovate bot force-pushed the renovate/most-minor-patch branch from 1c4018a to 3a8e801 Compare January 21, 2021 12:43
@gjvoosten gjvoosten merged commit d5d495b into candidate Jan 21, 2021
@gjvoosten gjvoosten deleted the renovate/most-minor-patch branch January 21, 2021 14:25
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.

3 participants