This repository has been archived by the owner on Feb 13, 2023. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^6.0.0
->^6.1.1
^2.15.4
->^2.15.8
^5.13.1
->^5.13.6
^0.23.4
->^0.32.0
^1.11.3
->^1.12.3
4.1.1
->v4.3.0
^2.15.0
->^2.15.3
^2.15.3
->^2.15.8
^2.2.1
->^2.6.2
^1.0.1
->^1.2.0
Release Notes
FortAwesome/Font-Awesome
v6.1.1
Compare Source
v6.1.0
Compare Source
nuxt/nuxt.js
v2.15.8
Compare Source
🐛 Bug Fixes
vue-app
babel
babel private-property-in-object
v2.15.7
Compare Source
🔰 Security advisory
Please upgrade to
nuxt@^2.15.7
if usingnuxt@2.15.5
ornuxt@2.15.6
🐛 Bug Fixes
vue-app
v2.15.6
Compare Source
🐛 Bug Fixes
types
@types/webpack-dev-middleware@4.1.2
(resolves #9268)v2.15.5
Compare Source
🐛 Bug Fixes
babel
class-properties
andprivate-methods
(resolves #9224)vue-app
route.replace
instead ofrouter.push
to trigger navigation guards (resolves #9111)builder
build.watch
paths (resolves #9045)cli
css-loader < 4.2
(resolves #9117)💖 Thanks to
nuxt-community/axios-module
v5.13.6
Compare Source
v5.13.5
Compare Source
v5.13.4
Compare Source
v5.13.3
Compare Source
v5.13.2
Compare Source
nuxt-community/composition-api
v0.32.0
Compare Source
v0.31.0
Compare Source
v0.30.0
Compare Source
Bug Fixes
.mjs
version of@vue/compoisition-api
(#577) (f49884b)0.29.3 (2021-10-11)
Bug Fixes
0.29.2 (2021-09-21)
Features
@vue/composition-api
(6d0ebd0)0.29.1 (2021-09-21)
v0.29.3
Compare Source
v0.29.2
Compare Source
v0.29.0
Compare Source
v0.28.0
Compare Source
Features
script setup
syntax (#542) (8bfadeb)Bug Fixes
useFetch
hydration (#541) (4c3e734)v0.27.0
Compare Source
v0.26.0
Compare Source
Bug Fixes
0.25.2 (2021-07-27)
Bug Fixes
onGlobalSetup
(#523) (320c409)0.25.1 (2021-07-22)
v0.25.2
Compare Source
v0.25.1
Compare Source
v0.25.0
Compare Source
Bug Fixes
@vue/composition-api
submodule resolution (#517) (bb76b53)0.24.7 (2021-07-12)
0.24.6 (2021-07-02)
0.24.5 (2021-06-24)
0.24.4 (2021-06-07)
0.24.3 (2021-06-02)
Bug Fixes
webpack:config
to add entry for better nuxt/storybook compatibility (#495) (1b07abe), closes #4940.24.2 (2021-05-28)
0.24.1 (2021-05-28)
Bug Fixes
@nuxtjs/composition-api
to esm library (5d30325), closes #488v0.24.7
Compare Source
v0.24.6
Compare Source
v0.24.5
Compare Source
v0.24.4
Compare Source
v0.24.3
Compare Source
v0.24.2
Compare Source
v0.24.1
Compare Source
v0.24.0
Compare Source
⚠ BREAKING CHANGES
package exports have been moved
see https://github.com/nuxt-community/composition-api/pull/480 for context and further changes to come
output
.mjs
files for runtime templates(outside of Nuxt) only auto-registers plugin if NODE_ENV == 'test'
Bug Fixes
Build System
globals
andregister
to runtime directory (842a724).mjs
files for runtime templates (23afd5a)0.23.4 (2021-04-28)
0.23.3 (2021-04-24)
Bug Fixes
process.server
in vite node build (#462) (7c997c5)0.23.2 (2021-04-19)
Bug Fixes
0.23.1 (2021-04-14)
Bug Fixes
Vue.observable
inuseFetch
(385bb73), closes #455nuxt-community/vuetify-module
v1.12.3
Compare Source
v1.12.2
Compare Source
v1.12.1
Compare Source
v1.12.0
Compare Source
Features
Bug Fixes
1.11.3 (2021-01-17)
Bug Fixes
1.11.2 (2020-04-26)
1.11.1 (2020-04-26)
Bug Fixes
JamesIves/github-pages-deploy-action
v4.3.0
Compare Source
Changes
force
. If set tofalse
the action will no longer force push, instead attempting 3 times to resolve rejected commits when making parallel/subsequent deployments. In a future versionfalse
will be set as the default. Massive thanks to @rossjrw for this feature addition.14
to16
.Minor Changes
v4.2.5
Compare Source
Minor Changes
v4.2.4
Compare Source
Minor Changes
v4.2.3
Compare Source
Minor Changes
v4.2.2
Compare Source
Minor Changes
JamesIves/github-pages-deploy-action@v4
if you'd like to always have the most cutting edge changes outside of using the release branch directly.v
to be consistent with other officially provided actions by GitHub. You can useJamesIves/github-pages-deploy-action@v4.2.2
for instance. Dependabot should pick up this change automatically.v4.2.1
Compare Source
Minor Changes
v4.2.0
Compare Source
Happy New Year 2022!
Minor Changes
git mv
command prior to the workflow running. (#895)single-commit
to fail when usingrepository-name
if the branch name was equal from the origin to destination. (#665)v4.1.9
Compare Source
Minor Changes
v4.1.8
Compare Source
Minor Changes
New Contributors
Full Changelog: JamesIves/github-pages-deploy-action@4.1.7...4.1.8
v4.1.7
Compare Source
Minor Changes
npm ci
instead ofnpm install
in examples by @bananer in use "npm ci" instead of "npm install" in examples JamesIves/github-pages-deploy-action#934git-config-email
option again. If you wish to omit this field entirely you must now provide<>
in the field instead of an empty string. This is due to the fact that GitHub Actions defaults all undefined fields to an empty string, causing the default behavior to not work when you don't provide agit-config-email
parameter at all. You can find an example of this below.New Contributors
Full Changelog: JamesIves/github-pages-deploy-action@4.1.6...4.1.7
v4.1.6
Compare Source
Minor Changes
git-config-email
option now accepts an empty string as a valid value in a workflow. This will allow the email part of the commit signature to empty, for exampleAuthor Name <>
. You can find an example of how to utilize this below. #868v4.1.5
Compare Source
Minor Changes
v4.1.4
Compare Source
Minor Changes
v4.1.3
Compare Source
Minor Changes
v4.1.2
Compare Source
Minor Changes
docs
andci/docs
.prettier/prettier
v2.6.2
Compare Source
diff
Fix LESS/SCSS format error (#12536 by @fisker)
Update
meriyah
to fix several bugs (#12567 by @fisker, fixes inmeriyah
by @3cp)Fixes bugs when parsing following valid code:
v2.6.1
Compare Source
diff
Ignore
loglevel
when printing information (#12477 by @fisker)v2.6.0
Compare Source
prettier --loglevel silent --find-config-path index.js
v2.5.1
Compare Source
diff
Improve formatting for empty tuple types (#11884 by @sosukesuzuki)
Fix compatibility with Jest inline snapshot test (#11892 by @fisker)
A internal change in Prettier@v2.5.0 accidentally breaks the Jest inline snapshot test.
Support Glimmer's named blocks (#11899 by @duailibe)
Prettier already supported this feature, but it converted empty named blocks to self-closing, which is not supported by the Glimmer compiler.
See: Glimmer's named blocks.
v2.5.0
Compare Source
diff
🔗 Release Notes
v2.4.1
Compare Source
diff
Fix wildcard syntax in
@forward
(#11482) (#11487 by @niksy)Add new CLI option
debug-print-ast
(#11514 by @sosukesuzuki)A new
--debug-print-ast
CLI flag for debugging.v2.4.0
Compare Source
diff
🔗 Release Notes
v2.3.2
Compare Source
diff
Fix failure on dir with trailing slash (#11000 by @fisker)
v2.3.1
Compare Source
$ prettier . -l
1.js
$ prettier ./ -l
[error] No supported files were found in the directory: "./".
v2.3.0
Compare Source
diff
🔗 Release Notes
championswimmer/vuex-module-decorators
v1.2.0
Compare Source
What's Changed
undefined
fromMutationAction
to skip calling the mutation by @filips123 in https://github.com/championswimmer/vuex-module-decorators/pull/338New Contributors
Full Changelog: championswimmer/vuex-module-decorators@v1.0.1...v1.2.0
Configuration
📅 Schedule: "before 3am on Monday" (UTC).
🚦 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.
This PR has been generated by WhiteSource Renovate. View repository job log here.