Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

chore(deps): update nuxt packages #669

Merged
merged 2 commits into from
Jan 17, 2021
Merged

chore(deps): update nuxt packages #669

merged 2 commits into from
Jan 17, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 30, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@chakra-ui/nuxt ^0.1.0 -> ^0.2.4 age adoption passing confidence
@nuxt/types ^2.14.7 -> ^2.14.12 age adoption passing confidence
@nuxt/typescript-build ^2.0.3 -> ^2.0.4 age adoption passing confidence
@nuxt/typescript-runtime ^2.0.0 -> ^2.0.1 age adoption passing confidence
@nuxtjs/axios ^5.12.2 -> ^5.12.5 age adoption passing confidence
@nuxtjs/emotion ^0.0.1 -> ^0.1.0 age adoption passing confidence
@nuxtjs/eslint-module ^3.0.1 -> ^3.0.2 age adoption passing confidence
@nuxtjs/pwa ^3.3.1 -> ^3.3.4 age adoption passing confidence
@nuxtjs/tailwindcss ^3.2.0 -> ^3.4.2 age adoption passing confidence
@nuxtjs/vuetify ^1.11.2 -> ^1.11.3 age adoption passing confidence
@vue/test-utils ^1.1.1 -> ^1.1.2 age adoption passing confidence
@wdio/cli ^6.10.2 -> ^6.12.0 age adoption passing confidence
@wdio/local-runner ^6.10.2 -> ^6.12.0 age adoption passing confidence
@wdio/mocha-framework ^6.8.0 -> ^6.11.0 age adoption passing confidence
@wdio/spec-reporter ^6.8.1 -> ^6.11.0 age adoption passing confidence
@wdio/sync ^6.10.0 -> ^6.11.0 age adoption passing confidence
ava (source) ^3.13.0 -> ^3.15.0 age adoption passing confidence
babel-plugin-module-resolver ^4.0.0 -> ^4.1.0 age adoption passing confidence
balm-ui (source) ^8.9.2 -> ^8.16.0 age adoption passing confidence
bootstrap-vue (source) ^2.19.0 -> ^2.21.2 age adoption passing confidence
cac ^6.6.1 -> ^6.7.1 age adoption passing confidence
chromedriver ^87.0.0 -> ^87.0.5 age adoption passing confidence
core-js ^3.8.0 -> ^3.8.2 age adoption passing confidence
cross-env ^7.0.2 -> ^7.0.3 age adoption passing confidence
element-ui (source) ^2.14.1 -> ^2.15.0 age adoption passing confidence
eslint (source) ^7.14.0 -> ^7.18.0 age adoption passing confidence
eslint-plugin-prettier ^3.1.4 -> ^3.3.1 age adoption passing confidence
husky ^4.3.0 -> ^4.3.8 age adoption passing confidence
lint-staged ^10.5.2 -> ^10.5.3 age adoption passing confidence
nuxt ^2.14.7 -> ^2.14.12 age adoption passing confidence
stefanzweifel/git-auto-commit-action v4.7.2 -> v4.8.0 age adoption passing confidence
webdriverio (source) ^6.10.2 -> ^6.12.0 age adoption passing confidence

Release Notes

chakra-ui/chakra-ui-vue

v0.2.4

Compare Source

Patch Changes

v0.2.3

Compare Source

Patch Changes

v0.2.2

Compare Source

v0.2.1

Compare Source

v0.2.0

Compare Source

nuxt/nuxt.js

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
nuxt/typescript

v2.0.4

Compare Source

Dependencies

  • Upgrade to TypeScript 4.1
  • Upgrade fork-ts-checker-webpack-plugin : ^5.2.0 -> ^6.1.0
  • Upgrade ts-loader : ^8.0.4 -> ^8.0.14

TypeScript 4.1

You may have type issues you need to fix while upgrading.

For example a common one is for void Promises you need to explicitly type the return type of the Promise :

new Promise<void>()

instead of

new Promise()

Anyway, your IDE & type checker will tell you what's going wrong and you'll be able to quick fix it !

nuxt-community/axios-module

v5.12.5

Compare Source

v5.12.4

Compare Source

v5.12.3

Compare Source

nuxt-community/emotion-module

v0.1.0

Compare Source

⚠ BREAKING CHANGES
Features
nuxt-community/eslint-module

v3.0.2

Compare Source

nuxt-community/pwa-module

v3.3.4

Compare Source

v3.3.3

Compare Source

v3.3.2

Compare Source

nuxt-community/tailwindcss-module

v3.4.2

Compare Source

v3.4.1

Compare Source

v3.4.0

Compare Source

Features
3.3.4 (2020-12-11)
Bug Fixes
3.3.3 (2020-12-04)
3.3.2 (2020-12-04)
Bug Fixes
3.3.1 (2020-12-03)
Bug Fixes
  • handle color as string and smarted light/dark detection (6058ea8)

v3.3.4

Compare Source

v3.3.3

Compare Source

v3.3.2

Compare Source

v3.3.1

Compare Source

v3.3.0

Compare Source

Features
nuxt-community/vuetify-module

v1.11.3

Compare Source

vuejs/vue-test-utils

v1.1.2

Compare Source

Fixes

webdriverio/webdriverio

v6.12.0

Compare Source

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

v6.11.3

Compare Source

🐛 Bug Fix
Committers: 1

v6.11.2

Compare Source

No updates!

v6.11.1

Compare Source

🐛 Bug Fix
Committers: 1

v6.11.0

Compare Source

🚀 New Feature
🐛 Bug Fix
  • devtools, wdio-utils, webdriver, webdriverio
💅 Polish
📝 Documentation
🏠 Internal
Committers: 7

v6.10.11

Compare Source

🐛 Bug Fix
🏠 Internal
  • wdio-appium-service
    • #​6149 WIP refactor: rewrite wdio-appium-service src to TypeScript (@​ch-t)
  • wdio-cli, wdio-config, wdio-cucumber-framework, wdio-devtools-service, wdio-jasmine-framework, wdio-mocha-framework, wdio-runner, wdio-sync, wdio-utils, webdriver, webdriverio
  • wdio-concise-reporter, webdriver
Committers: 5

v6.10.10

Compare Source

🐛 Bug Fix
📝 Documentation
🏠 Internal
  • devtools, wdio-logger, wdio-repl, wdio-sync, webdriver, webdriverio
Committers: 2

v6.10.9

Compare Source

🐛 Bug Fix
Committers: 1

v6.10.8

Compare Source

🐛 Bug Fix
Committers: 1

v6.10.7

Compare Source

🐛 Bug Fix
Committers: 1

v6.10.6

Compare Source

🚀 New Feature
  • wdio-sync, webdriverio
    • #​6215 webdriverio: respond params function support for headers and statusCode (@​mgrybyk)
💅 Polish
📝 Documentation
🏠 Internal
  • wdio-crossbrowsertesting-service
  • wdio-dot-reporter, wdio-reporter, wdio-sumologic-reporter
  • wdio-firefox-profile-service, webdriver
  • devtools, wdio-appium-service, wdio-config, wdio-devtools-service, wdio-protocols, wdio-selenium-standalone-service, wdio-sync, wdio-testingbot-service, wdio-utils, webdriver, webdriverio
Committers: 7

v6.10.5

Compare Source

🐛 Bug Fix
Committers: 2

v6.10.4

Compare Source

🐛 Bug Fix
💅 Polish
  • wdio-selenium-standalone-service
📝 Documentation
Committers: 3
avajs/ava

v3.15.0

Compare Source

Automatic snapshot file removal

When you stop using snapshots in a test file, the next time you run ava --update-snapshots we'll remove the left-over snapshot files. Thanks @​ninevra! 4f093ab

TAP improvements

@​tymfear has been on a roll improving our TAP reporter. t.log() output is now compliant with the spec 99ab93a. Tests that did not run due to timeouts are now reported 98595da.

Next-generation configuration

AVA 4 will add full support for ESM configuration files as well as allowing you to have asynchronous factory functions a2f2614. If you're using Node.js 12 or later you can opt-in to these features in AVA 3 by enabling the nextGenConfig experiment. Say in an ava.config.mjs file:

export default {
	nonSemVerExperiments: {
		nextGenConfig: true
	},
	files: ['unit-tests/**/*]
};

This also allows you to pass an .mjs file using the --config argument.

With this experiment enabled, AVA will no longer have special treatment for ava.config.js files. Instead AVA follows Node.js' behavior, so if you've set "type": "module" you must use ESM, and otherwise you must use CommonJS.

You mustn't have an ava.config.mjs file next to an ava.config.js or ava.config.cjs file.


See avajs/ava@v3.14.0...v3.15.0 for all changes.

v3.14.0

Compare Source

Snapshot ordering

With this release, snapshot files are now ordered based on test declaration, not completion. This makes it easier to compare the human-readable reports to your test file, and also stops the .snap from changing when the reports themselves don't. You'll want to rebuild snapshots after upgrading to this release to isolate any changes. Thanks @​ninevra! e66b54c

Shared workers

We’ve been working on making AVA more extensible. One major step on this path is our new shared worker support: run code in the main process, communicate with test workers and influence execution. Find out more in our shared workers recipe.


Renovate configuration

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

🚦 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 force-pushed the renovate/all-minor-patch branch from 4c34d21 to e04d648 Compare December 23, 2020 13:44
@renovate renovate bot changed the title chore(deps): update all non-major dependencies to ^6.10.4 chore(deps): update nuxt packages Dec 23, 2020
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from b938fbf to 66ae814 Compare December 31, 2020 08:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 17 times, most recently from 5139290 to 8ff9e55 Compare January 7, 2021 14:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ec253af to d8b35fe Compare January 17, 2021 20:16
@clarkdo clarkdo merged commit 4c71550 into master Jan 17, 2021
@clarkdo clarkdo deleted the renovate/all-minor-patch branch January 17, 2021 20:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants