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

Merged
merged 1 commit into from
Feb 17, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 9, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.12.13 -> ^7.12.16 age adoption passing confidence
@babel/preset-env (source) ^7.12.13 -> ^7.12.16 age adoption passing confidence
@nuxt/content-theme-docs ^0.9.0 -> ^0.10.1 age adoption passing confidence
@nuxt/types ^2.14.12 -> ^2.15.0 age adoption passing confidence
@types/node ^14.14.25 -> ^14.14.28 age adoption passing confidence
eslint (source) ^7.19.0 -> ^7.20.0 age adoption passing confidence
nuxt ^2.14.12 -> ^2.15.0 age adoption passing confidence
playwright-chromium (source) ^1.8.0 -> ^1.8.1 age adoption passing confidence
release-it ^14.3.0 -> ^14.4.0 age adoption passing confidence
typescript (source) ^4.1.3 -> ^4.1.5 age adoption passing confidence

Release Notes

babel/babel

v7.12.16

Compare Source

🐛 Bug Fix
💅 Polish
🏠 Internal
  • Other
  • babel-cli, babel-core, babel-helper-compilation-targets, babel-helper-create-class-features-plugin, babel-helper-create-regexp-features-plugin, babel-helper-member-expression-to-functions, babel-helper-validator-option, babel-node, babel-parser, babel-plugin-proposal-class-static-block, babel-plugin-proposal-dynamic-import, babel-plugin-proposal-optional-chaining, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx, babel-preset-env, babel-preset-typescript
nuxt/content

v0.10.1

Compare Source

v0.10.0

Compare Source

nuxt/nuxt.js

v2.15.0

Compare Source

💡 Highlights

⚠️This release introduces minor breaking changes. Update with caution ⚠️

  • Minimum supported Node.js version is 12.0.0 (See #​8327 for why)
  • Using jiti as new require engine with typescript support
  • Plug and play works out of the box
  • Allow opting-in to use postcss@8 (See #​8546)
  • Several encoding issues resolved by consistently using ufo
  • Components updated to v2 (please read migration guide)
  • [Modules] When matching a webpack loader by name or query, should use includes instead of exact match (example)
🐛 Bug Fixes
  • general
    • #​8794 Ignore trailing slash in static payloads manifest
    • #​8738 Encoding issues with payload paths
    • #​8423 trailingSlash and child routes not working
  • config
    • #​8778 Prevent invalid css filenames in webpack output
  • utils
    • #​8780 serializeFunction fails with certain functions
  • vue-app
    • #​8759 Enable dynamic publicPath on server-side
    • #​8701 Static payload fetching bugfixes
    • #​8612 Check for Page.options before looking within
    • #​8611 Don't remove req, res and query from context unless in full static mode
    • #​8608 Ensure link.__prefetch exists before calling it
    • #​8596 Add missing id attribute to noopApp
    • #​8557 Scroll-to-top on route changes only
    • #​8523 Set push on router instance rather than prototype
    • #​8486 Do not preserve state when registering client-side dynamic module
    • #​8802 Add leading slash for payload hydration
  • server, vue-app
    • #​8748 Address encoding issues with query params
  • dev
    • #​8697 Clearnup vue installed plugins from server in dev mode
    • #​8556 Resolve module required by create-require in jiti
  • cli
    • #​8683 Disable parallel build behaviour when generating
  • webpack
    • #​8555 Can't resolve absolute url in css
  • server
    • #​8593 Fix HMR issue with serverMiddleware when router.base is set
  • babel
    • #​8545 Enable polyfilling of proposal core-js features
  • vue-app, vue-renderer, utils
    • #​8489 Respect trailingSlash setting for payloads
  • generator
    • #​8474 Ensure static manifest dir exists
    • #​8803 Normalize trailing slashes before extendRoutes
🚀 Features
  • cli
    • #​8792 Warn if incompatible node and package versions detected
  • postcss
    • #​8546 Support postcss v8 with explict postcss installation
  • config, vue-app, vue-renderer
    • #​8520 Support dynamic base and publicPath
  • general
    • #​8389 Support plug-and-play, typescript runtime and native modules
    • #​8346 Update all dependencies that require node 10.x
  • vue-app
    • #​8466 Support custom fetchKey for full static generation
  • vue-renderer
    • #​8347 Allow adding async attribute to <script> tags
💅 Refactors
  • utils, vue-app
    • #​8765 Use ufo to parse queries and join urls
  • vue-app
    • #​8621 Simplify scrollToTop checking
  • general
    • Consistent behavior for resolveModule
🏡 Chore
🇹 Types
  • #​8784 Add missing ssr option to config types
  • #​8767 vue.config types should be optional
  • #​8530 Add missing redirect overload to Context interface
  • #​8638 Add enablePreview to context
  • #​8648 Add missing loadingScreen type definition
💖 Thanks to

And all nuxters helping everyday with valuable feedbacks 💚

eslint/eslint

v7.20.0

Compare Source

Microsoft/playwright

v1.8.1

Compare Source

Highlights

page.reload() and page.isVisible() fixes.

Browser Versions
  • Chromium 90.0.4392.0
  • Mozilla Firefox 85.0b5
  • WebKit 14.1
Issues Closed (1)

#​5111 - [BUG] Frames crashes everything

Commits (3)

970e230 - chore: mark 1.8.1
a6f62f1 - fix(isVisible): do not wait for the selector to be resolved
a1c6ab2 - fix(reload): do not throw when reload is racing with navigation

release-it/release-it

v14.4.0

Compare Source

  • Merge branch 'gitlab-job-token' (5e81b7c)
  • Fix and use "community edition" gitlab url's (9ac6a54)
Microsoft/TypeScript

v4.1.5

Compare Source

This release contains a fix for an issue when language service plugins have no specified name.

v4.1.4

Compare Source

This release contains fixes for a security risk involving language service plugin loading. More details are available here.


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.

@codecov
Copy link

codecov bot commented Feb 9, 2021

Codecov Report

Merging #273 (2b5cc2a) into master (3dadc25) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #273   +/-   ##
=======================================
  Coverage   55.55%   55.55%           
=======================================
  Files           1        1           
  Lines          27       27           
  Branches        8        8           
=======================================
  Hits           15       15           
  Misses          9        9           
  Partials        3        3           

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 3dadc25...4a910c0. Read the comment docs.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3d11329 to 63b8181 Compare February 10, 2021 12:25
@renovate renovate bot changed the title chore(deps): update devdependency typescript to ^4.1.4 chore(deps): update all non-major dependencies Feb 10, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from ff9bc36 to 2f0fc7d Compare February 14, 2021 20:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2f0fc7d to 4a910c0 Compare February 15, 2021 12:09
@rchl rchl merged commit 49c1a04 into master Feb 17, 2021
@rchl rchl deleted the renovate/all-minor-patch branch February 17, 2021 07:56
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.

2 participants