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

deps: Lock file maintenance all non-major dependencies #2716

Merged
merged 7 commits into from
May 19, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 12, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
lockFileMaintenance All locks refreshed
@types/lodash devDependencies patch All locks refreshed
@babel/core (source) devDependencies patch All locks refreshed
@babel/plugin-proposal-nullish-coalescing-operator (source) devDependencies minor All locks refreshed
@babel/plugin-proposal-optional-chaining (source) devDependencies minor All locks refreshed
@cypress/webpack-preprocessor devDependencies minor All locks refreshed
@types/node devDependencies minor All locks refreshed
@types/yargs devDependencies patch All locks refreshed
@typescript-eslint/eslint-plugin devDependencies minor All locks refreshed
@typescript-eslint/parser devDependencies minor All locks refreshed
@vue/cli (source) devDependencies patch All locks refreshed
@vue/cli-plugin-babel devDependencies patch All locks refreshed
@vue/cli-plugin-e2e-cypress devDependencies patch All locks refreshed
@vue/cli-plugin-eslint devDependencies patch All locks refreshed
@vue/cli-plugin-router devDependencies patch All locks refreshed
@vue/cli-plugin-typescript devDependencies patch All locks refreshed
@vue/cli-plugin-unit-jest devDependencies patch All locks refreshed
@vue/cli-plugin-vuex devDependencies patch All locks refreshed
@vue/cli-service (source) devDependencies patch All locks refreshed
canvas devDependencies minor All locks refreshed
core-js dependencies minor All locks refreshed
cypress devDependencies minor All locks refreshed
eslint (source) devDependencies minor All locks refreshed
eslint-plugin-import devDependencies minor All locks refreshed
idb dependencies minor All locks refreshed
prettier (source) devDependencies minor All locks refreshed
python final minor All locks refreshed
python stage minor All locks refreshed
sass devDependencies patch All locks refreshed
sass-loader devDependencies minor All locks refreshed
vuetify (source) dependencies minor All locks refreshed

🔧 This Pull Request updates lock files to use the latest dependency versions.


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
cypress-io/cypress

v5.8.0

Compare Source

typescript-eslint/typescript-eslint

v4.24.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-shadow] fix static class method generics shadowing class generics (#​3393) (b1e1c8a), closes #​2592
  • eslint-plugin: [no-unsafe-*] special case handling for the empty map constructor with no generics (#​3394) (cae4f4a), closes #​2109
Features
  • eslint-plugin: [dot-notation] optionally allow square bracket notation where an index signature exists in conjunction with noPropertyAccessFromIndexSignature (#​3361) (37ec2c2)

v4.23.0

Compare Source

Bug Fixes
  • scope-manager: fix visiting TSAsExpression in assignment (#​3355) (87521a0)
Features
  • experimental-utils: Include getCwd() in RuleContext type (#​3308) (2b75c11)
  • refactor to split AST specification out as its own module (#​2911) (25ea953)

4.22.1 (2021-05-04)

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

vuejs/vue-cli

v4.5.13

Compare Source

🐛 Bug Fix
Others
Committers: 3
Automattic/node-canvas

v2.8.0

Compare Source

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

Changed
  • Upgrade dtslint
  • Upgrade node-pre-gyp to 1.0.0. Note that if you are using special node-pre-gyp
    features like node_pre_gyp_accessKeyId, you may need to make changes to your
    installation procedure. See https://github.com/mapbox/node-pre-gyp/blob/master/CHANGELOG.md#​100.
  • Add Node.js v16 to CI.
  • The C++ class method nBytes() now returns a size_t. (Because this is a C++
    method only, this is not considered a breaking change.)
  • Export type NodeCanvasRenderingContext2D so you can pass the current context
    to functions (TypeScript).
Added
  • Add support for inverse() and invertSelf() to DOMMatrix (#​1648)
  • Add support for context.getTransform() (#​1769)
  • Add support for context.setTransform(dommatrix) (#​1769)
Fixed
  • Fix actualBoundingBoxLeft and actualBoundingBoxRight returned by measureText to be the ink rect (#​1776, fixes #​1703).
  • Fix Pango logging "expect ugly output" on Windows (#​1643)
  • Fix benchmark for createPNGStream (#​1672)
  • Fix dangling reference in BackendOperationNotAvailable exception (#​1740)
  • Fix always-false comparison warning in Canvas.cc.
  • Fix Node.js crash when throwing from an onload or onerror handler.
zloirock/core-js

v3.12.1

Compare Source

  • Fixed some cases of Function#toString with multiple core-js instances
  • Fixed some possible String#split polyfill problems in V8 5.1

v3.12.0

Compare Source

eslint/eslint

v7.26.0

Compare Source

  • aaf65e6 Upgrade: eslintrc for ModuleResolver fix (#​14577) (Brandon Mills)
  • ae6dbd1 Fix: track variables, not names in require-atomic-updates (fixes #​14208) (#​14282) (Patrick Ahmetovic)
  • 6a86e50 Chore: remove loose-parser tests (fixes #​14315) (#​14569) (Milos Djermanovic)
  • ee3a3ea Fix: create .eslintrc.cjs for module type (#​14304) (Nitin Kumar)
  • 6791dec Docs: fix example for require-atomic-updates (#​14562) (Milos Djermanovic)
  • 388eb7e Sponsors: Sync README with website (ESLint Jenkins)
  • f071d1e Update: Add automated suggestion to radix rule for parsing decimals (#​14291) (Bryan Mishkin)
  • 0b6a3f3 New: Include XO style guide in eslint --init (#​14193) (Federico Brigante)
benmosher/eslint-plugin-import

v2.23.2

Compare Source

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

v2.23.1

Compare Source

Fixed
  • [newline-after-import]: fix crash with export {} syntax ([#​2063], [#​2056], thanks [@​ljharb])
  • ExportMap: do not crash when tsconfig lacks .compilerOptions ([#​2067], thanks [@​ljharb])
  • [order]: fix alphabetical sorting ([#​2071], thanks [@​grit96])

v2.23.0

Compare Source

Added
  • [no-commonjs]: Also detect require calls with expressionless template literals: require(`x`) ([#​1958], thanks [@​FloEdelmann])
  • [no-internal-modules]: Add forbid option ([#​1846], thanks [@​guillaumewuip])
  • add [no-relative-packages] ([#​1860], [#​966], thanks [@​tapayne88][@​panrafal])
  • add [no-import-module-exports] rule: report import declarations with CommonJS exports ([#​804], thanks [@​kentcdodds] and [@​ttmarek])
  • [no-unused-modules]: Support destructuring assignment for export. ([#​1997], thanks [@​s-h-a-d-o-w])
  • [order]: support type imports ([#​2021], thanks [@​grit96])
  • [order]: Add warnOnUnassignedImports option to enable warnings for out of order unassigned imports ([#​1990], thanks [@​hayes])
Fixed
  • [export]/TypeScript: properly detect export specifiers as children of a TS module block ([#​1889], thanks [@​andreubotella])
  • [order]: ignore non-module-level requires ([#​1940], thanks [@​golopot])
  • [no-webpack-loader-syntax]/TypeScript: avoid crash on missing name ([#​1947], thanks [@​leonardodino])
  • [no-extraneous-dependencies]: Add package.json cache ([#​1948], thanks [@​fa93hws])
  • [prefer-default-export]: handle empty array destructuring ([#​1965], thanks [@​ljharb])
  • [no-unused-modules]: make type imports mark a module as used (fixes #​1924) ([#​1974], thanks [@​cherryblossom000])
  • [no-cycle]: fix perf regression ([#​1944], thanks [@​Blasz])
  • [first]: fix handling of import = require ([#​1963], thanks [@​MatthiasKunnen])
  • [no-cycle]/[extensions]: fix isExternalModule usage ([#​1696], thanks [@​paztis])
  • [extensions]/[no-cycle]/[no-extraneous-dependencies]: Correct module real path resolution ([#​1696], thanks [@​paztis])
  • [no-named-default]: ignore Flow import type and typeof ([#​1983], thanks [@​christianvuerings])
  • [no-extraneous-dependencies]: Exclude flow typeof imports ([#​1534], thanks [@​devongovett])
  • [newline-after-import]: respect decorator annotations ([#​1985], thanks [@​lilling])
  • [no-restricted-paths]: enhance performance for zones with except paths ([#​2022], thanks [@​malykhinvi])
  • [no-unresolved]: check import() ([#​2026], thanks [@​aladdin-add])
Changed
  • [Generic Import Callback] Make callback for all imports once in rules ([#​1237], thanks [@​ljqx])
  • [Docs][no-named-as-default]: add semicolon ([#​1897], thanks [@​bicstone])
  • [Docs] no-extraneous-dependencies: correct peerDependencies option default to true ([#​1993], thanks [@​dwardu])
  • [Docs] order: Document options required to match ordering example ([#​1992], thanks [@​silviogutierrez])
  • [Tests] no-unresolved: add tests for import() ([#​2012], thanks [@​davidbonnet])
  • [Docs] Add import/recommended ruleset to README ([#​2034], thanks [@​edemaine])
jakearchibald/idb

v6.1.0

Compare Source

prettier/prettier

v2.3.0

Compare Source

diff

🔗 Release Notes

sass/dart-sass

v1.32.13

Compare Source

  • Potentially breaking bug fix: Null values in @use and @forward
    configurations no longer override the !default variable, matching the
    behavior of the equivalent code using @import.

  • Use the proper parameter names in error messages about string.slice

webpack-contrib/sass-loader

v10.2.0

Compare Source

Features
vuetifyjs/vuetify

v2.5.0

Compare Source

v2.5.0 Avalon

##### Supporting Vuetify Vuetify is an open source MIT project that has been made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider:

Vuetify Store
Documentation
Report a Bug
Community Discord
Twitter

🤚 FAQ

  • Where is the upgrade guide?
    • There are no upgrade steps to go from v2.4 to v2.5

💯 Release notes

##### 🔧 Bug Fixes
🚀 Features
v2.5.0.beta.0 - v2.5.0 ##### 🔧 Bug Fixes

Configuration

📅 Schedule: "before 8am on thursday" in timezone Europe/Berlin.

🚦 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 added the dependencies Pull requests that update a dependency file label May 12, 2021
@codecov
Copy link

codecov bot commented May 12, 2021

Codecov Report

Merging #2716 (4011620) into master (1c4ef83) will increase coverage by 0.02%.
The diff coverage is 90.47%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2716      +/-   ##
==========================================
+ Coverage   93.15%   93.18%   +0.02%     
==========================================
  Files         185      185              
  Lines        7318     7319       +1     
  Branches     1216     1216              
==========================================
+ Hits         6817     6820       +3     
+ Misses        415      413       -2     
  Partials       86       86              
Flag Coverage Δ
dapp 87.77% <50.00%> (ø)
dapp.unit 87.77% <50.00%> (ø)
sdk 95.77% <94.73%> (+0.04%) ⬆️
sdk.e2e 75.98% <63.15%> (+0.04%) ⬆️
sdk.integration 80.42% <63.15%> (+<0.01%) ⬆️
sdk.unit 47.29% <84.21%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...components/dialogs/WalletConnectProviderDialog.vue 94.11% <ø> (ø)
raiden-dapp/src/services/config-provider.ts 0.00% <0.00%> (ø)
raiden-dapp/src/views/NotificationPanel.vue 100.00% <ø> (ø)
raiden-ts/src/channels/utils.ts 97.53% <ø> (ø)
raiden-ts/src/transfers/epics/utils.ts 100.00% <ø> (ø)
raiden-ts/src/transfers/mediate/types.ts 100.00% <ø> (ø)
raiden-ts/src/utils/actions.ts 96.47% <ø> (ø)
raiden-ts/src/utils/ethers.ts 89.53% <ø> (ø)
raiden-ts/src/utils/rx.ts 95.23% <ø> (ø)
raiden-ts/src/helpers.ts 88.88% <85.71%> (ø)
... and 7 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1c4ef83...4011620. Read the comment docs.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 06feac5 to 0e144f8 Compare May 18, 2021 17:52
@andrevmatos
Copy link
Contributor

Disabling import/no-extraneous-dependencies eslint rule until import-js/eslint-plugin-import#2078 is fixed

@github-actions
Copy link

github-actions bot commented May 19, 2021

You modified raiden-dapp/src,
Please remember to add a change log entry at raiden-dapp/CHANGELOG.md if necessary.

@andrevmatos andrevmatos self-assigned this May 19, 2021
@andrevmatos andrevmatos merged commit 0895d2b into master May 19, 2021
@andrevmatos andrevmatos deleted the renovate/all-minor-patch branch May 19, 2021 21:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants