deps: Update all non-major dependencies#76
Closed
renovate[bot] wants to merge 1 commit into
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
^2.15.8->^2.16.04.2.2->4.3.022.0.3->22.2.13.0.0->3.2.01.57.1->1.58.0~1.57.1->~1.58.0Release Notes
nuxt/nuxt.js
v2.16.0Compare Source
✨ Highlights
core-jsv3In this PR we only support Node 14+. This is mostly an issue for dependencies, which we need to keep updated for security reasons. Going forward until its own EOL, Nuxt 2 will only officially support Node versions that have not reached their EOL.
New postcss options format. See https://github.com/nuxt/nuxt/pull/9671 for full details.
Dependency upgrades. A number of dependencies have dropped support for earlier node versions.
dotenvhas changed how it parses.envfiles in a number of edge cases.globnow requires/instead of\on windows machines. There may also be other changes that affect your usage, so please do upgrade with care.Vue 2.7 upgrade. Although you can use Vue 2.7 with any release of Nuxt 2, 2.16.0 for the first time includes it as a dependency, which means that you may well encounter some issues associated with upgrading Vue 2.6 -> Vue 2.7.
This may be a good time to consider using the composition API utilities provided by https://github.com/nuxt/bridge instead, which mirror Nuxt 3's more precisely than
@nuxtjs/composition-api. (You can opt-in to just these utilities by disabling the other bridge modules individually.)Changelog
compare changes
🚀 Enhancements
nuxtrcin dist directory (#9280)serve-staticmiddleware (#9365)asyncDatareturn types to component instance type (#9239)context.beforeSerializemethod (#9332)storetocreateRouter(#9629)core-jsversion 3 (#9987)🩹 Fixes
scroll-margin-topwhen navigating with hash (#9187)javascript/autofor js rule (#9180)payload.js(#9494)trailingSlashcauses error with dynamic nuxt-child routes (#9505)onNuxtLoadedandonNuxtReadytypes (#9510)build.statsoptions (#9555)nullcheck for$rootaccess (#9150)buildertogetGenerator(#9574)$configfor finding basePath (#9706)ufo(#9739)3e9d7e3)ua-parser-jsto 1.x (#9979)ya-parser-jsto latest0.7.x(#9979).cjsextension to be transpiled (#10340).wasmextension with lower priority (#10676)clear()(#10086)📦 Build
0501a42)🌊 Types
prefetchPayloadsto router options (#9715)🏡 Chore
a53fd32)falseoption forrender.static(#9372)d4e5998)39f7859)e0968a3)5614399)17bbb21)stripWhitespaceutility (#9668)1f85137)7614360)6f73c36)1878b26)54542c1)773d292)bafc814)0db7e7b)f36fb9c)ba966cf)ce7b1a9)ua-parser-jsversion (1cedad5)defu(#18679)✅ Tests
23e2018)4f11d3c)🤖 CI
331a2d7)9677fbe)❤️ Contributors
TehShrike/deepmerge
v4.3.0Compare Source
propertyIsEnumerable. #252electron/electron
v22.2.1: electron v22.2.1Compare Source
Release Notes for v22.2.1
Features
Fixes
nodeIntegrationInWorker: true. #37102 (Also in 23)Documentation
v22.2.0: electron v22.2.0Compare Source
Release Notes for v22.0.0
Stack Upgrades
Breaking Changes
input-eventevent.scroll-touch-*events. #35531new-windowevent has been removed. #34526Features
LoadBrowserProcessSpecificV8Snapshotas a new fuse that will let the main/browser process load its v8 snapshot from a file atbrowser_v8_context_snapshot.bin. Any other process will use the same path as is used today. #35266 (Also in 20, 21)WebContents.openerto access window opener.webContents.fromFrame(frame)to get the WebContents corresponding to a WebFrameMain instance. #35140 (Also in 21)app.getSystemLocale()method. #35697 (Also in 21)contextBridge.exposeInIsolatedWorld(worldId, key, api)to expose an API to anisolatedWorldwithin a renderer from a preload script. #34974webContents.close()method. #35509webFrameMain.origin. #35438 (Also in 19, 20, 21)app.getPreferredSystemLanguages()API to return the user's system languages. #36291 (Also in 21)content-bounds-updated. #35533WebContents.ipcandWebFrameMain.ipcAPIs. #34959 (Also in 21)navigator.mediaDevices.getDisplayMediavia a new session handler,ses.setDisplayMediaRequestHandler. #30702serialPort.forget()as well as a new eventserial-port-revokedemitted when a given origin is revoked. #36062Fixes
clickevent and tooltip ofTraynot working on Linux. #36472Also in earlier versions...
uv_os_gethostnamefailing on Windows 7. #35702 (Also in 19, 20, 21)atobin the renderer process could fail under some circumstances. #35415 (Also in 19, 20, 21)webContents.printToPDF(). #36065 (Also in 21)app.isInApplicationsFolder()which would return false incorrectly in some cases. #35636 (Also in 19, 20, 21)screen.getCursorScreenPoint()crashed on Wayland when it was called before aBrowserWindowhad been created. #35503 (Also in 21)serialPort.open()failed withNetworkError: Failed to open serial port.. #35306 (Also in 21)app.dock.setIcon(/path/t/icon)would crash when called before thereadyevent onapp. #36293 (Also in 20, 21)roundedCorners: falsecouldn't enter fullscreen without crashing. #35421 (Also in 19, 20, 21)setBoundson some windows. #34713 (Also in 19, 20, 21)webContents.printToPDF(). #35993 (Also in 21)webContents.loadURLwhen navigating to a hash. #36151 (Also in 20, 21)nodeIntegrationInWorkerin Service Workers and Shared Workers owing to sandboxing policies. #36010 (Also in 21)safeStoragenow consistently uses the correct service name on macOS regardless of timing with browser window construction. #34683 (Also in 19, 20)import('electron')andimport 'electron'now work natively. #35957 (Also in 20, 21)Other Changes
webContents.printToPDF().. #36095win.getBrowserViews()not being updated when a BrowserView was moved to a different window. #35511common.gypifor native modules to support C++17 features in V8. #36369 (Also in 20, 21)Documentation
Notices
Sunsetting Windows 7/8/8.1
Electron will be ending support for Windows 7/8/8.1 after version 22.x.y following Chromium's plan to end support. Older versions of Electron will continue to work, but no further updates will be made for these operating systems.
End of Support for 19.x.y
Electron 19.x.y has reached end-of-support as per the project's support policy. Developers and applications are encouraged to upgrade to a newer version of Electron.
v22.1.0: electron v22.1.0Compare Source
Release Notes for v22.1.0
Features
labelproperty toDisplayobjects. #36932 (Also in 21, 23)Fixes
webViews could have an incorrect initial background color following reloads. #36940 (Also in 21, 23)Other Changes
nuxt/nuxt
v3.2.0Compare Source
👀 Highlights
⚡️ Nuxt DevTools
More information in the docs!
✨ Better DX for overriding

runtimeConfig, including inline type helpers🪄 Automatically inferred return type for
useFetchand$fetchbased on method.🍪
useFetchis now integrated withevent.$fetch, meaning cookies and context are now passed to api requests automagically within internal requests.🔥 We now treeshake client-only components out of the server build more effectively using the experimental
treeshakeClientOnlyfeature🛠️ New
addRouteMiddlewarekit utility for module authors💪 Nitropack v2.2 has been released
Changelog
compare changes
🚀 Enhancements
addRouteMiddlewaremethod (#18553)ssr: false(#18783)useFetchreturn based on the method (#18526)🔥 Performance
ssr: false(#18782)🩹 Fixes
ssr: false(#18828)<ClientOnly>(#8713)💅 Refactors
📖 Documentation
useErrorcomposable (#8912)preloadRouteComponentspage heading error (#18804)✅ Tests
❤️ Contributors
v3.1.2Compare Source
Changelog
compare changes
🔥 Performance
🩹 Fixes
defuin all places (#18624)__publicAssetsURLset before loading assets (#18642)_installedModules(#18647)onNuxtReadysafe to run on server-side (#18706)📖 Documentation
vue-gtagplugin example (#18528)useHead(#18552)defineEventHandler()to avoid warnings (#18557)JSON.stringify()(#18590)@types/nodemanually (6b2bc680b).envto directory structure and improve config docs (#18594)head()(#18650)validateexample (#18728)🏡 Chore
2.xbranch name (727cf7958)✅ Tests
assertNumberhelper (aa646f065)🤖 CI
nuxt-edgefor nuxt v2 (dd0e2643c)❤️ Contributors
v3.1.1Compare Source
Update notes
There's also a Nitro upgrade to v2.1.0 released shortly after v3.1.1, so when upgrading, please either run
nuxt upgrade --forceor refresh your lockfile.Changelog
compare changes
🩹 Fixes
<NuxtPage>(#18495)vue(#18505)📖 Documentation
app.vuefile name consistent (#18517)❤️ Contributors
v3.1.0Compare Source
💬 Release Discussion
👀 Highlights
onNuxtReady,useNuxtDataanduseSeoMetacomposablesChangelog
compare changes
🚀 Enhancements
onNuxtReadycomposable (#9478)useNuxtDatacomposable (#9262)useCookieref value by default (#9664)imports:contexthook for unimport context (#9971)build.transpileas function (#7767)extendRouteRulesmethod (#9771)<NuxtLoadingIndicator>(#18432)useSeoMetacomposable (#18441)🔥 Performance
@unhead/ssr(#9826)useServerSeoMetacomposable (#18476)🩹 Fixes
postcss.configfrom schema (#9181)<NuxtPage>component props (#9204)useCookiewith defaults should return non-null value (#9449).nuxtignorewithin external layers (#9599)req/resaccess (#9636)<NuxtLoadingIndicator>after throttle (#9832)--templateflag (#9946)runtimedir in build output (#10046)build.transpilestrings to nitro inline list (#10094)definePageMeta(#9161)Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - 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.
This PR has been generated by Mend Renovate. View repository job log here.