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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 10, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jiti ^1.9.1 -> ^1.12.9 age adoption passing confidence
nuxt ^2.14.7 -> ^2.15.8 age adoption passing confidence

Release Notes

unjs/jiti

v1.12.9

Compare Source

v1.12.8

Compare Source

v1.12.7

Compare Source

v1.12.6

Compare Source

v1.12.5

Compare Source

v1.12.4

Compare Source

v1.12.3

Compare Source

v1.12.2

Compare Source

v1.12.1

Compare Source

v1.12.0

Compare Source

Features

v1.11.0

Compare Source

Features
  • support node: and file: protocols (bbb1cb3), closes #​30
  • support mjs and cjs extensions (369c3ff)
1.10.1 (2021-05-28)
Bug Fixes
  • babel: properly pass plugin-transform-typescript options (7a1ae3b)

v1.10.1

Compare Source

v1.10.0

Compare Source

Features
  • enable allowDeclareFields for babel transform (#​33) (914499c)
1.9.2 (2021-05-11)
Bug Fixes
  • spread when pushing babel plugins from transformOptions (#​31) (f25960a)
1.9.1 (2021-04-09)

v1.9.2

Compare Source

nuxt/nuxt.js

v2.15.8

Compare Source

🐛 Bug Fixes
  • vue-app
    • #​9460 Don't normalise route path if it's valid
  • babel
    • #​9631 Loose option for babel private-property-in-object

v2.15.7

Compare Source

🔰 Security advisory

Please upgrade to nuxt@^2.15.7 if using [email protected] or [email protected]

🐛 Bug Fixes
  • vue-app
    • #​9431 Check whether a route exists within the nuxt app before replacing

v2.15.6

Compare Source

🐛 Bug Fixes

v2.15.5

Compare Source

🐛 Bug Fixes
  • babel
    • #​9232 Loose option for babel class-properties and private-methods (resolves #​9224)
  • vue-app
    • #​9201 Use route.replace instead of router.push to trigger navigation guards (resolves #​9111)
  • builder
  • cli
💖 Thanks to

v2.15.4

Compare Source

🐛 Bug Fixes
👕 Types
💖 Thanks to

v2.15.3

Compare Source

🐛 Bug Fixes
  • types
    • #​8953 Export interface for NuxtConfig instead of type
  • webpack
    • #​8951 Update hmr option for extract-css-chunks-webpack-plugin
  • general
    • #​8936 Allow force overriding resolve paths
    • #​8935 Allow relative public paths
    • #​8887 Update @babel/preset-env to 2.13.x
  • vue-renderer
    • #​8912 Respect injectScripts for static target
💖 Thanks to

v2.15.2

Compare Source

🐛 Bug Fixes
💖 Thanks to

v2.15.1

Compare Source

🐛 Bug Fixes
  • renderer
    • Deep merge runtime config for server (resolves #​8820)
  • webpack
  • cli
    • #​8841 Don't early return when a dependency isn't installed
  • types
    • #​8835 build.html.minify can be false
  • builder
    • #​8832 Use path.resolve for pages dir
💖 Thanks to

v2.15.0

Compare Source

💡 Highlights

⚠️This release introduces behavior changes. Update with caution ⚠️

or
npm i --save-dev css-loader@^5.0.0 postcss@^8.1.10 postcss-import@^13.0.0 postcss-loader@^4.1.0 postcss-url@^10.1.1
```
  • 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 💚

v2.14.12

Compare Source

🐛 Hot Fixes
How to upgrade?

Use yarn upgrade nuxt or npm up nuxt

v2.14.11

Compare Source

🐛 Hot Fixes

v2.14.10

Compare Source

🐛 Hot Fixes

v2.14.9

Compare Source

🐛 Hot Fixes
  • #​8421 Only encode non dynamic path params

v2.14.8

Compare Source

🐛 Bug Fixes
  • webpack
    • #​8205 Allow transpiling packages in nested node_modules
  • general
    • #​8325 Handle route encodings and update vue-router
  • vue-router
    • #​8394 Force chidren to be required if default child is present (resolves #​7823)
  • cli
    • #​8398 Respect router.trailingSlash when serving static files (resolves #​8350)
    • #​8337 Handle generate.cache.ignore as a function in ensureBuild
  • generator
  • csp
  • vue-app
    • #​8314 Handle missing payloads on full static (resolves #​7717)
    • #​8348 Warn if promises and functions are in fetch state (resolves #​8338)
    • #​8225 TriggerScroll when transitions is disabled
    • #​8289 Use nuxt globalName correctly in nuxt-link and fetch mixin (resolves #​8118)
    • #​8280 Prevent redirection loop with URI-encoded path (resolves #​8116)
  • types
    • #​8362 Correct vue.config types
    • #​8349 Add missing isFetching and nbFetching to NuxtApp interface
    • #​8319 NuxtOptionsHead can be a function
    • #​8302 Add missing ssrContext and next typings to Context (resolves #​8296)
  • server
    • #​8313 Redirect if router.base specified in development
💅 Refactors
👓 Tests
💖 Thanks 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/all-minor-patch branch from e110394 to 30ec690 Compare January 5, 2021 17:52
@renovate renovate bot changed the title chore(deps): update devdependency nuxt to ^2.14.11 chore(deps): update all non-major dependencies Jan 5, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 30ec690 to 009ad8a Compare January 24, 2021 16:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 009ad8a to f99d012 Compare April 26, 2021 15:12
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update devdependency nuxt to ^2.15.4 Apr 29, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f99d012 to 3dc4b09 Compare April 29, 2021 16:10
@codecov
Copy link

codecov bot commented Apr 29, 2021

Codecov Report

Merging #5 (2e893d3) into main (51dd787) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main       #5   +/-   ##
=======================================
  Coverage   94.73%   94.73%           
=======================================
  Files           2        2           
  Lines          57       57           
  Branches       15       15           
=======================================
  Hits           54       54           
  Misses          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 51dd787...2e893d3. Read the comment docs.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3dc4b09 to 2401ea4 Compare May 9, 2021 08:49
@renovate renovate bot changed the title chore(deps): update devdependency nuxt to ^2.15.4 chore(deps): update devdependency nuxt to ^2.15.5 May 9, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2401ea4 to f6a1b30 Compare May 11, 2021 10:02
@renovate renovate bot changed the title chore(deps): update devdependency nuxt to ^2.15.5 chore(deps): update all non-major dependencies May 11, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f6a1b30 to 2452bb7 Compare May 12, 2021 12:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from db8d447 to 7318d13 Compare May 28, 2021 13:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7318d13 to 607ea06 Compare June 14, 2021 14:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 607ea06 to 2e893d3 Compare October 19, 2021 02:36
@renovate
Copy link
Contributor Author

renovate bot commented Jul 30, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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.

PostCSS 8
1 participant