nuxt-extend
nuxt-extend copied to clipboard
chore(deps): update all non-major dependencies
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
jiti | ^1.9.1 -> ^1.12.9 |
||||
nuxt | ^2.14.7 -> ^2.15.8 |
Release Notes
unjs/jiti
v1.12.9
v1.12.8
v1.12.7
v1.12.6
v1.12.5
v1.12.4
v1.12.3
v1.12.2
v1.12.1
v1.12.0
Features
v1.11.0
Features
1.10.1 (2021-05-28)
Bug Fixes
- babel: properly pass plugin-transform-typescript options (7a1ae3b)
v1.10.1
v1.10.0
Features
1.9.2 (2021-05-11)
Bug Fixes
1.9.1 (2021-04-09)
v1.9.2
nuxt/nuxt.js
v2.15.8
🐛 Bug Fixes
-
vue-app
- #9460 Don't normalise route path if it's valid
-
babel
-
#9631 Loose option for
babel private-property-in-object
-
#9631 Loose option for
v2.15.7
🔰 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
🐛 Bug Fixes
-
types
-
#9270 Pin to
@types/[email protected]
(resolves #9268)
-
#9270 Pin to
v2.15.5
🐛 Bug Fixes
-
babel
-
vue-app
-
builder
-
cli
💖 Thanks to
v2.15.4
🐛 Bug Fixes
-
vue-app
- #8978 Reload page once after loading chunk error (resolves #3389)
-
#9008 Fallback to global nuxt instance of
$root
is not available (resolves #8995) -
#9010 Use
app.context.route
to match components in server (resolves #9009) - #9024 Serialize redirect functions in routes (resolves #8979)
-
#9026 Re-call
$fetch
if data is missing in payload (resolves #9016) -
#9050 Use
app.context.route
for resolving components (resolves #9049) -
#9075 Move internal app runtime config to
_app
namespace (resolves #9074)
-
config
-
#9014 Set
compileType
toicss
forcss-loader
v4
-
#9014 Set
-
server
-
cli
- #8996 Remove warning if postcss 8 is installed (resolves https://github.com/nuxt/nuxt.js/issues/8087#issuecomment-800167111)
👕 Types
-
#9078 Inline
@types/terser-webpack-plugin
-
#9086 Use options from
sass-loader
rather thansass
(resolves #9085) - #9053 Css-loader v4 type definitions
- #9018 Don't require all csp policies as keys (resolves #9017)
-
#9059 Add stub entrypoint to allow node resolution of
@nuxt/types
(resolves #9030)
💖 Thanks to
- ChangJoo Park (박창주) (@ChangJoo-Park)
- Evan Ma (@EvanMaFYH)
- Thomas Beduneau (@enwin)
- @rinu
- @zzzmisa
v2.15.3
🐛 Bug Fixes
-
types
-
#8953 Export interface for
NuxtConfig
instead of type
-
#8953 Export interface for
-
webpack
-
#8951 Update hmr option for
extract-css-chunks-webpack-plugin
-
#8951 Update hmr option for
-
general
-
vue-renderer
-
#8912 Respect
injectScripts
forstatic
target
-
#8912 Respect
💖 Thanks to
- Hannes Küttner (@hanneskuettner)
v2.15.2
🐛 Bug Fixes
-
babel-preset-app
- #8882 Pin @babel/preset-env to ~7.12
- #8883 Avoid relying on preset-env internal utils
💖 Thanks to
- Huáng Jùnliàng (@JLHwung)
v2.15.1
🐛 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
-
#8835
-
builder
-
#8832 Use
path.resolve
for pages dir
-
#8832 Use
💖 Thanks to
v2.15.0
💡 Highlights
⚠️This release introduces behavior changes. Update with caution ⚠️
-
Minimum supported Node.js version is 12.0.0 (See https://github.com/nuxt/nuxt.js/issues/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 https://github.com/nuxt/nuxt.js/issues/8546)NOTE: postcss-preset-env is disabled in v8 config as it doesn't support postcss v8 for now, so please install all below dependencies explicitly.
yarn add --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
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
-
config
- #8778 Prevent invalid css filenames in webpack output
-
utils
-
#8780
serializeFunction
fails with certain functions
-
#8780
-
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
andquery
from context unless in full static mode -
#8608 Ensure
link.__prefetch
exists before calling it -
#8596 Add missing
id
attribute tonoopApp
- #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
-
#8759 Enable dynamic
-
server, vue-app
- #8748 Address encoding issues with query params
-
dev
-
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
-
#8593 Fix HMR issue with serverMiddleware when
-
babel
- #8545 Enable polyfilling of proposal core-js features
-
vue-app, vue-renderer, utils
-
#8489 Respect
trailingSlash
setting for payloads
-
#8489 Respect
-
generator
🚀 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
andpublicPath
-
#8520 Support dynamic
-
general
-
vue-app
-
#8466 Support custom
fetchKey
for full static generation
-
#8466 Support custom
-
vue-renderer
-
#8347 Allow adding async attribute to
<script>
tags
-
#8347 Allow adding async attribute to
💅 Refactors
-
utils, vue-app
-
#8765 Use
ufo
to parse queries and join urls
-
#8765 Use
-
vue-app
- #8621 Simplify scrollToTop checking
-
general
- Consistent behavior for resolveModule
🏡 Chore
-
general
-
cli
- #8674 Fix typo
-
types
- #8630 Lint types
-
builder
- Remove validateTemplate check (
ed6e8cd
)
- Remove validateTemplate check (
-
readme
- #8436 Fix invalid links
🇹 Types
- #8784 Add missing ssr option to config types
-
#8767
vue.config
types should be optional -
#8530 Add missing
redirect
overload toContext
interface -
#8638 Add
enablePreview
to context -
#8648 Add missing
loadingScreen
type definition
💖 Thanks to
- Alexander Lichter (@manniL)
- Ahad Birang (@farnabaz)
- Beorn Facchini (@beornf)
- Flo Edelmann (@FloEdelmann)
- @gekkedev
- @GeopJr
- @LKHO
- Maarten Van Hoof (@vanhoofmaarten)
- Paulo Amosse Cuambe (@paulocuambe)
- Rafał Chłodnicki (@rchl)
And all nuxters helping everyday with valuable feedbacks 💚
v2.14.12
🐛 Hot Fixes
How to upgrade?
Use yarn upgrade nuxt
or npm up nuxt
v2.14.11
🐛 Hot Fixes
- #8462 Add url-polyfill to fix IE11 issue (URL is not a constructor) (resolves #8458)
- #8462 Update ufo to preserve relative links (resolves #8457, #8459)
v2.14.10
🐛 Hot Fixes
- Normalize routes and decode resolved query (#8430) (resolves #8429, #8442)
-
@nuxt/components
v1.2.2 (notes)
v2.14.9
🐛 Hot Fixes
- #8421 Only encode non dynamic path params
v2.14.8
🐛 Bug Fixes
-
webpack
-
#8205 Allow transpiling packages in nested
node_modules
-
#8205 Allow transpiling packages in nested
-
general
-
#8325 Handle route encodings and update
vue-router
-
#8325 Handle route encodings and update
-
vue-router
-
cli
-
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
-
server
-
#8313 Redirect if
router.base
specified in development
-
#8313 Redirect if
💅 Refactors
👓 Tests
-
general
- #8282 Fix redirect tests
💖 Thanks to
- Ahad Birang (@farnabaz)
- Audrius Jakumavicius (@aj-dev)
- Cain Hall (@cain)
- Daniel Roe (@danielroe)
- Mathieu TUDISCO (@mathieutu)
- Orkhan Alikhanov (@OrkhanAlikhanov)
- Steve Perkins (@steveperkins)
- @Zuckjet
- @padinko
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 Report
Merging #5 (2e893d3) into main (51dd787) will not change coverage. The diff coverage is
n/a
.
@@ 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.
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.