chore(deps): update all non-major dependencies
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence | Type | Update |
|---|---|---|---|---|---|---|---|
| @headlessui/vue | 1.7.10 -> 1.7.13 |
dependencies | patch | ||||
| @nuxt/devtools | ^0.4.6 -> ^0.5.0 |
devDependencies | minor | ||||
| @nuxt/kit | ^3.4.3 -> ^3.5.0 |
dependencies | minor | ||||
| eslint (source) | ^8.40.0 -> ^8.41.0 |
devDependencies | minor | ||||
| node | >=16.14.0 -> >=v16.20.0 |
engines | minor | ||||
| nuxt | ^3.4.3 -> ^3.5.0 |
devDependencies | minor | ||||
| vue-tsc | 1.6.3 -> 1.6.5 |
devDependencies | patch |
Release Notes
tailwindlabs/headlessui
v1.7.13
Fixed
- Fix focus styles showing up when using the mouse (#2347)
- Disable
ComboboxInputwhen itsComboboxis disabled (#2375) - Add
FocusTrapevent listeners once document has loaded (#2389) - Don't scroll-lock
<Dialog>when wrapping transition isn't showing (#2422) - Ensure DOM
refis properly handled in theRadioGroupcomponent (#2424) - Correctly handle IME composition in
<Combobox.Input>(#2426)
Added
- Add
formprop to form-like components such asRadioGroup,Switch,Listbox, andCombobox(#2356)
v1.7.12
Fixed
- Enable native label behavior for
<Switch>where possible (#2265) - Allow root containers from the
Dialogcomponent in theFocusTrapcomponent (#2322) - Cleanup internal TypeScript types (#2329)
- Fix restore focus to buttons in Safari, when
Dialogcomponent closes (#2326) - Ensure hooks in the
FocusTrapcomponent only apply when mounted (#2331)
v1.7.11
Fixed
nuxt/devtools
v0.5.0
Bug Fixes
- build-analyze: improve ui (bd263ee)
- components: improve graph relationship filtering, close #192 (c27f80b)
- debounce disconnect indicator (895e6e3)
- devtools-ui-kit: update unocss config path (#238) (5162bdd)
- double disable vue-inspector (9dc0694)
- improve module meta resolution (7dc3d93)
- install-module: process exit code (8c8097e)
- open-graph: avoid layout shift (4b1eb2c)
-
open-graph: use
descriptionfor facebook (#239) (31c92f5) - print error on process failing (37f690b)
- style: switch, radio, checkbox hover style (#230) (97f5b1a)
- uninstall modules (#229) (f7db6a2)
Features
- add component inspect button to the sidebar (512d852)
- add dark/light mode switch transition (#224) (782e0da)
- allow override vue-inspector options, close #234 (3311f11)
- components: add legend for graph (de6a97d)
- display vue version, close #236 (83b775a)
- experimental add module from DevTools (#222) (501682b)
- experimental build analyze (#190) (2344afd)
- isolate ui options per-project (#232) (3b99477)
-
open-graph: use
useSeoMetaoveruseHead(f7d11ee) - refactor components, close #227 (0caa4de)
- server-routes: rolling out of experiment state (ed87dfd)
- sidenav overflow as popup (da6c29f)
- ui: fullscreen disconnect indicator (a158b1b)
0.4.6 (2023-05-08)
Bug Fixes
- default state of DockingPanel (a009866)
- DockingPanel clickoutside on iframe (#211) (afdaa5b)
- fix shortcut to togglePanel (#212) (e64dbcd)
- nitro storage link (#220) (ddd2e41)
Features
0.4.5 (2023-04-30)
Bug Fixes
0.4.4 (2023-04-30)
Features
0.4.3 (2023-04-29)
Bug Fixes
- disconnect indicator zindex, close #202 (e9ab49f)
- server-routes watcher (#205) (19fda12)
- wizard: update disable logic (95353b6)
- wizard: use object options instead, close #206 (d63cf58)
Features
- improve settings ui (c0b4bd6)
- support middleware, close #184 (73ef44c)
- support navigating to virtual file (ff27b92)
0.4.2 (2023-04-24)
Bug Fixes
- code style (4a082d1)
- components in graph view style (#197) (3075fc1)
- ui layout (eeb1744)
- ui: sidenav tooltip overlaps with title (#199) (aec5192)
-
wizard: builtin
enablesetup fails on new installs (#200) (9551479)
Features
- add more categories (3d41495)
- categorize tabs (64c48cd)
- help page for each tab (#194) (5ce8df3)
- plugins: add total execution time (2cbb52e)
- support tab badge (80a5ba2)
- syncing color mode backward for iframe, close #195 (76b3c7a)
Performance Improvements
- defer devtools client initialization (2949e0d)
- defer devtools client loading (ebc9a38)
- improve runtime icons render (ea37a07)
0.4.1 (2023-04-18)
Bug Fixes
- fix domain to work with https (#178) (646fb9b)
- server-routes: add method dropdown (#187) (f47060e)
- server-routes: handle base url (06eb4d7)
- server-routes: persistence between route switches (#186) (2791d3e)
- ServerRouteDetail: fix domain port & body (#185) (7b1fbf1)
- ui-kit: NTextInput styles (0ed638e)
- ui-kit: ssr compatibility, close #183 (4f49cd4)
Features
nuxt/nuxt
v3.5.0
3.5.0 is a minor (feature) release with lots of new features to play with.
👀 Highlights
⚡️ Vue 3.3 released!
Vue 3.3 has been released, with lots of exciting features, particularly around type support. This also brings a significant improvement to data fetching when navigating between nested pages (https://github.com/nuxt/nuxt/pull/20777), thanks to @antfu and @baiwusanyu-c.
- new
defineOptionsmacro - 'generic' components
- typed slots and using external types in defineProps
- ... and more
Read the full release announcement for more details.
🙌 Nitropack v2.4
We've been working on lots of improvements to Nitro and these have landed already in Nitro v2.4 - you may already have this upgrade, which contains a lot of bug fixes, updates to the module worker format for Cloudflare, Vercel KV support and more.
One note: if you're deploying to Vercel or Netlify and want to benefit from incremental static regeneration, you should now update your route rules:
routeRules: {
-- '/blog/**': { swr: 3000 },
++ '/blog/**': { isr: 3000 },
}
Read the full release notes.
💖 New defaults
Rich JSON payload serialisation is now enabled by default (https://github.com/nuxt/nuxt/pull/19205, https://github.com/nuxt/nuxt/pull/20770). This is both faster and allows serialising complex objects in the payload passed from the Nuxt server to client (and also when extracting payload data for prerendered sites).
This now means that various rich JS types are supported out-of-the-box: regular expressions, dates, Map and Set and BigInt as well as NuxtError - and Vue-specific objects like ref, reactive, shallowRef and shallowReactive.
You can find an example in our test suite.
This is all possible due to Rich-Harris/devalue#58. For a long time, Nuxt has been using our own fork of devalue owing to issues serialising Errors and other non-POJO objects, but we now have transitioned back to the original.
You can even register your own custom types with a new object-syntax Nuxt plugin:
export default definePayloadPlugin(() => {
definePayloadReducer('BlinkingText', data => data === '<original-blink>' && '_')
definePayloadReviver('BlinkingText', () => '<revivified-blink>')
})
You can read more about how this works here.
🛝 Interactive server components
This feature should be considered highly experimental, but thanks to some great work from @huang-julien we now support interactive content within server components via slots (https://github.com/nuxt/nuxt/pull/20284).
You can follow the server component roadmap at https://github.com/nuxt/nuxt/issues/19772.
⏰ Environment config
You can now configure fully typed, per-environment overrides in your nuxt.config:
export default defineNuxtConfig({
$production: {
routeRules: {
'/**': { isr: true }
}
},
$development: {
//
}
})
If you're authoring layers, you can also use the $meta key to provide metadata that you or the consumers of your layer might use.
Read more: https://github.com/nuxt/nuxt/pull/20329.
💪 Fully typed pages
You can benefit from fully typed routing within your Nuxt app via this experimental integration with https://github.com/posva/unplugin-vue-router - thanks to some great work from @posva! Out of the box, this will enable typed usage of navigateTo, <NuxtLink>, router.push() and more. You can even get typed params within a page by using const route = useRoute('route-name').
export default defineNuxtConfig({
experimental: {
typedPages: true
}
})
🔎 'Bundler' module resolution
We now have full support within Nuxt for the bundler strategy of module resolution. We would recommend adopting this if possible. It has type support for subpath exports, for example, but more exactly matches the behaviour of build tools like Vite and Nuxt than Node16 resolution.
export default defineNuxtConfig({
typescript: {
tsConfig: {
compilerOptions: {
moduleResolution: 'bundler'
}
}
}
})
This turns on TypeScript's ability to 'follow' Node subpath exports. For example, if a library has a subpath export like mylib/path that is mapped to mylib/dist/path.mjs then the types for this can be pulled in from mylib/dist/path.d.ts rather than requiring the library author to create mylib/path.d.ts.
⚗️ Separate server types
We plan to improve clarity within your IDE between the 'nitro' and 'vue' part of your app, and we've shipped the first part of this via a separate generated tsconfig.json for your ~/server directory (https://github.com/nuxt/nuxt/pull/20559). You can use by adding an additional ~/server/tsconfig.json with the following content:
{
"extends": "../.nuxt/tsconfig.server.json"
}
Although right now these values won't be respected when type checking, you should get better type hints in your IDE.
💀 Deprecations
Although we have not typed or documented the build.extend hook from Nuxt 2, we have been calling it within the webpack builder. We are now explicitly deprecating this and will remove it in a future minor version.
✅ Upgrading
As usual, our recommendation for upgrading is to run:
nuxi upgrade --force
This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.
👉 Changelog
🚀 Enhancements
-
kit: Add
prependoption toaddImportsDir(#20307) - nuxt: Add scoped helper for clearing error within boundary (#20508)
- nuxt: Auto import 'watchPostEffect' and 'watchSyncEffect' from vue (#20279)
-
vite: Introduce
vite:configResolvedhook (#20411) -
webpack: Introduce
webpack:configResolvedhook (#20412) - kit: Allow vite and webpack plugins to be prepended (#20403)
- nuxt: Add layer meta and env overrides to config types (#20329)
- test-utils: Add option to configure test server port (#20443)
- nuxt: Allow access to components within app (#20604)
-
kit: Support passing getter to
addVitePluginandaddWebpackPlugin(#20525) -
cli: Allow greater control of
nuxi analyzefrom cli (#20387) -
nuxt: Add
nuxtApp.runWithContext(#20608) - deps: Upgrade to nitropack v2.4 (#20688)
-
nuxt: Add experimental
typedPagesoption (#20367) - nuxt: Add apps to nuxt build-time instance (#20637)
- cli: Allow passing overrides to other nuxi commands (#20760)
- schema: Enable rich json payloads by default (#20770)
- deps: Update vue to v3.3 (#20478)
-
nuxt: Use
runWithContextwithincallWithNuxt(#20775) -
nuxt: Add
useRequestURLhelper (#20765) -
nuxt: Allow fallback production content in
<DevOnly>(#20817) -
kit:
addBuildPluginfor builder-agnostic implementation (#20587) -
nuxt: Allow keeping fallback for
NuxtClientFallback(#20336) - nuxt: Support separate server tsconfig (#20559)
- nuxt: Full scoped slots support for server components (#20284)
- nuxt: Support parallel plugins (#20460)
🩹 Fixes
- nuxt: Remove backwards-compatible runtimeConfig proxy (#20340)
-
nuxt: Add
@nuxt/devtoolsmodule before core modules (#20595) - nuxt: Properly handle query for component wrapper (#20591)
- nuxt: Skip payload extraction for island context (#20590)
-
nuxt: Remove internal
<FragmentWrapper>(#20607) -
nuxt: Ensure
useErroris called with nuxt app context (#20585) - nuxt: Run page meta plugin on all pages (and only pages) (#20628)
-
nuxt, vite: Ignore
nuxt_componentssr style andisVue(#20679) -
webpack: Warn when using deprecated
build.extendhook (#20605) - nuxt: Allow resolving client nuxt app to singleton (#20639)
- nuxt: Generate empty sourcemaps for wrappers (#20744)
- nuxt: Prevent treeshaking hooks with composable names (#20745)
- kit: Prefer esm resolution for modules to install (#20757)
-
vite: Expand
fs.allowdirs to include app files (#20755) - nuxt: Deduplicate global components before registration (#20743)
- nuxt: Remove webstorm compatibility augmentation (0258acdc8)
- nuxt: Enable suspensible behaviour for nested pages (#20777)
-
cli: Hard-reload nuxt when
.envchanges (#20501) - nuxt: Avoid destructuring error prop (works around upstream bug) (#20795)
- nuxt: Always inline styles for server/island components (#20599)
- nuxt: Allow serialising undefined refs (#20828)
- nuxt: Transform client fallbacks directly on SFCs (#20835)
- vite: Dedupe/optimize more vue core deps (#20829)
-
nuxt: Get fallback for
<DevOnly>from parsed html (#20840) - nuxt: Ensure all dir parts are present in component name (#20779)
-
nuxt: Allow
pages:extendto enable pages module (#20806) - nuxt: Stop loading indicator on vue errors (#20738)
- nuxt: Add types for webpack/vite environments (#20749)
-
nuxt: Pass from + savedPosition to first
scrollBehavior(#20859)
💅 Refactors
-
schema: Move
runtimeCompileroption out of experimental (#20606) -
kit: Use esm utils for
resolvePath(#20756)
📖 Documentation
- Fix typo (#20577)
- Update tailwind configuration guide (#20598)
- Fix fetch composable examples (#20603)
- Note that
useCookiedoes not share state (#20665) - Selective pre-rendering options (#20670)
- Ensure we guard all
navigateToexamples (#20678) - Add
useSeoMetaanduseServerSeoMetapages (#20656) - Recommend
<NuxtLayout>when migratingerror.vue(#20690) - Add lagon to presets list (#20706)
- Add
awaitbefore lazy composable examples (7e7e006e9) - Add missing step migrating to
pinia(#20778) - Server directory improvements (d53cc604d)
🏡 Chore
- Revert markdownlint upgrade (da29dea5c)
- Run docs lint workflow on dep upgrades (c536e5a63)
- Revert
markdownlint-cliupdate and prevent auto-update (675445f98) - Ban
@ts-ignore(4f0d3d4ae) - Do not install example dependencies (#20689)
- Disallow
.onlyin tests (ad97cb45a) - Type-check
.mjsfiles (#20711) - Fix typo in
pnpm-workspace.yaml(#20751) - Update target for
externalVueremoval (a33d2e7ae) - Lint (742f61766)
✅ Tests
- Test with bundler module resolution (#20629)
🤖 CI
- Run autofix on renovate branches (af75f18cf)
- Run 2.x nightly release on node 16 (a81f9e4c8)
- Add conditional for node 16 test (aee1218e6)
- Set max memory for nuxt2 release script globally (d1a5719cb)
- Add workflow to release branches (bc28d536c)
- Update pr condition (f8c7b34bd)
- Update repo 🤣 (f88c1e645)
- Allow specifying tag for edge releases (5fdb6a6d6)
- Comment with link to tag of released version (f945cb197)
- Pass tag as argument (1aec0e503)
- Release edge versions of labelled prs (cdc42d044)
❤️ Contributors
- Daniel Roe (@danielroe)
- Sébastien Chopin (@Atinux)
- Anthony Fu (@antfu)
- Julien Huang (@huang-julien)
- Alexander (@xanderbarkhatov)
- Dario Ferderber (@darioferderber)
- 白雾三语 (@baiwusanyu-c)
- Inesh Bose (@ineshbose)
- Lehoczky Zoltán (@Lehoczky)
- Emile Caron (@emilecaron)
- Eckhardt (Kaizen) Dreyer (@Eckhardt-D)
- Eduardo San Martin Morote
- Tom Lienard (@QuiiBz)
- Scscgit (@scscgit)
- Clément Ollivier (@clemcode)
- Jamie Warburton (@Jamiewarb)
- Enkot (@enkot)
- Phojie Rengel (@phojie)
- Harlan Wilton (@harlan-zw)
- Gergő Jedlicska (@gjedlicska)
- Stefan Milosevic (@smilosevic)
- Pavel Mokin (@Lyrialtus)
eslint/eslint
v8.41.0
Features
-
880a431feat: change default ignore pattern to**/node_modules/in flat config (#17184) (Milos Djermanovic) -
8bf5505feat: exposeshouldUseFlatConfig(#17169) (Connor Prussin)
Bug Fixes
-
4f5440dfix: incorrect warning message for ignored dotfiles (#17196) (Milos Djermanovic) -
94da96cfix: unifyLintMessagetype (#17076) (Brandon Mills) -
0c415cdfix: validateignorePatternsconstructor option inFlatESLintclass (#17139) (Milos Djermanovic) -
9682d66fix: switchgrapheme-splittertographemer(#17160) (fisker Cheung)
Documentation
-
7709b14docs: Update README (GitHub Actions Bot) -
7f183e0docs: Update triage process description (#17157) (Nicholas C. Zakas) -
b68346bdocs: fix license to reflect relicensing of jshint (#17165) (Stefan Bischof)
Chores
-
f43216achore: upgrade @eslint/js@8.41.0 (#17200) (Milos Djermanovic) -
95c3007chore: package.json update for @eslint/js release (ESLint Jenkins) -
ddc5291chore: don't use deprecatedcontextmethods inast-utilstests (#17194) (Milos Djermanovic) -
b1516dbchore: Fix return type offindFlatConfigFile(#17161) (Milos Djermanovic) -
918b0fdperf: Store indent descriptors in a plain array (#17148) (Francesco Trotta) -
4caa344refactor: locateConfigFileToUse returns an Error object (#17159) (唯然)
nodejs/node
v16.20.0: 2023-03-29, Version 16.20.0 'Gallium' (LTS), @BethGriggs
Notable Changes
- deps:
- (SEMVER-MINOR) src: add support for externally shared js builtins (Michael Dawson) #44376
Commits
- [
de6dd67790] - crypto: avoid hang when no algorithm available (Richard Lau) #46237 - [
4617512788] - crypto: ensure auth tag set for chacha20-poly1305 (Ben Noordhuis) #46185 - [
24972164fc] - deps: update undici to 5.20.0 (Node.js GitHub Bot) #46711 - [
85f88c6a8d] - deps: V8: cherry-pick90be99f(Michaël Zasso) #46646 - [
b4ebe6d47b] - deps: update c-ares to 1.19.0 (Michaël Zasso) #46415 - [
56cbc7fdda] - deps: V8: cherry-pickc2792e5(Jiawen Geng) #44961 - [
7af9bdb31e] - deps: upgrade npm to 8.19.4 (npm team) #46677 - [
962a7471b5] - deps: update corepack to 0.17.0 (Node.js GitHub Bot) #46842 - [
748bc96e35] - deps: update corepack to 0.16.0 (Node.js GitHub Bot) #46710 - [
a467782499] - deps: update corepack to 0.15.3 (Node.js GitHub Bot) #46037 - [
1913b6763d] - deps: update corepack to 0.15.2 (Node.js GitHub Bot) #45635 - [
809371a15f] - module: require.resolve.paths returns null with node schema (MURAKAMI Masahiko) #45147 - [
086bb2f8d4] - Revert "src: let http2 streams end after session close" (Rich Trott) #46721 - [
6a01d39120] - (SEMVER-MINOR) src: add support for externally shared js builtins (Michael Dawson) #44376 - [
d081032a60] - test: fix test-net-connect-reset-until-connected (Vita Batrla) #46781 - [
efe1be47ec] - test: skip test depending onoverlapped-checkerwhen not available (Antoine du Hamel) #45015 - [
fc47d58abe] - test: remove cjs loader from stack traces (Geoffrey Booth) #44197 - [
cf76d0790d] - test: fix WPT title when no META title is present (Filip Skokan) #46804 - [
0d1485b924] - test: fix default WPT titles (Filip Skokan) #46778 - [
088e9cde3d] - test: add WPTRunner support for variants and generating WPT reports (Filip Skokan) #46498 - [
908c4dff44] - test: mark test-crypto-key-objects flaky on Linux (Richard Lau) #46684 - [
768e56227e] - tools: makeutils.SearchFilesdeterministic (Bruno Pitrus) #44496
v16.19.1: 2023-02-16, Version 16.19.1 'Gallium' (LTS), @richardlau
This is a security release.
Notable Changes
The following CVEs are fixed in this release:
- CVE-2023-23918: Node.js Permissions policies can be bypassed via process.mainModule (High)
- CVE-2023-23919: Node.js OpenSSL error handling issues in nodejs crypto library (Medium)
- CVE-2023-23920: Node.js insecure loading of ICU data through ICU_DATA environment variable (Low)
Fixed by an update to undici:
-
CVE-2023-23936: Fetch API in Node.js did not protect against CRLF injection in host headers (Medium)
- See https://github.com/nodejs/undici/security/advisories/GHSA-5r9g-qh6m-jxff for more information.
-
CVE-2023-24807: Regular Expression Denial of Service in Headers in Node.js fetch API (Low)
- See https://github.com/nodejs/undici/security/advisories/GHSA-r6ch-mqf9-qc9w for more information.
More detailed information on each of the vulnerabilities can be found in February 2023 Security Releases blog post.
This security release includes OpenSSL security updates as outlined in the recent OpenSSL security advisory.
Commits
- [
7fef050447] - build: build ICU with ICU_NO_USER_DATA_OVERRIDE (RafaelGSS) nodejs-private/node-private#374 - [
b558e9f476] - crypto: clear OpenSSL error on invalid ca cert (RafaelGSS) nodejs-private/node-private#375 - [
160adb7ffc] - crypto: clear OpenSSL error queue after calling X509_check_private_key() (Filip Skokan) #45495 - [
d0ece30948] - crypto: clear OpenSSL error queue after calling X509_verify() (Takuro Sato) #45377 - [
2d9ae4f184] - deps: update undici to v5.19.1 (Matteo Collina) nodejs-private/node-private#388 - [
d80e8312fd] - deps: cherry-pick Windows ARM64 fix for openssl (Richard Lau) #46568 - [
de5c8d2c2f] - deps: update archs files for quictls/openssl-1.1.1t+quic (RafaelGSS) #46568 - [
1a8ccfe908] - deps: upgrade openssl sources to OpenSSL_1_1_1t+quic (RafaelGSS) #46568 - [
693789780b] - doc: clarify release notes for Node.js 16.19.0 (Richard Lau) #45846 - [
f95ef064f4] - lib: makeRequireFunction patch when experimental policy (RafaelGSS) nodejs-private/node-private#358 - [
b02d895137] - policy: makeRequireFunction on mainModule.require (RafaelGSS) nodejs-private/node-private#358 - [
d7f83c420c] - test: avoid left behind child processes (Richard Lau) #46276
v16.19.0: 2022-12-13, Version 16.19.0 'Gallium' (LTS), @richardlau
Notable Changes
OpenSSL 1.1.1s
This update is a bugfix release and does not address any security vulnerabilities.
Root certificates updated to NSS 3.85
Certificates added:
- Autoridad de Certificacion Firmaprofesional CIF
A626340 - Certainly Root E1
- Certainly Root R1
- D-TRUST BR Root CA 1 2020
- D-TRUST EV Root CA 1 2020
- DigiCert TLS ECC P384 Root G5
- DigiCert TLS RSA4096 Root G5
- E-Tugra Global Root CA ECC v3
- E-Tugra Global Root CA RSA v3
- HiPKI Root CA - G1
- ISRG Root X2
- Security Communication ECC RootCA1
- Security Communication RootCA3
- Telia Root CA v2
- vTrus ECC Root CA
- vTrus Root CA
Certificates removed:
- Cybertrust Global Root
- DST Root CA X3
- GlobalSign Root CA - R2
- Hellenic Academic and Research Institutions RootCA 2011
Time zone update to 2022f
Time zone data has been updated to 2022f. This includes changes to Daylight Savings Time (DST) for Fiji and Mexico. For more information, see https://mm.icann.org/pipermail/tz-announce/2022-October/000075.html.
Other Notable Changes
- [
33707dcd03] - dgram: add dgram send queue info (theanarkh) #44149
Dependency updates:
- [
3b2b70d792] - deps: upgrade npm to 8.19.3 (npm team) #45322
Experimental features:
- [
1e0dcd1ee0] - cli: add--watch(Moshe Atlow) #44366 - [
8c73279ebb] - util: add default value option to parsearg (Manuel Spigolon) #44631
Commits
- [
bbef3c42f6] - build: add version info to timezone update PR (Darshan Sen) #45021 - [
cc2c7648e0] - build: support Python 3.11 (Luigi Pinca) #45191 - [
ac24c80663] - build: remove redundant condition from common.gypi (Richard Lau) #45076 - [
03dcbe3030] - build: fix bad upstream merge (Stephen Gallagher) #44642 - [
1e0dcd1ee0] - cli: add--watch(Moshe Atlow) #44366 - [
96d131665e] - cluster: use inspector utils (Moshe Atlow) #44592 - [
704836033a] - crypto: update root certificates (Luigi Pinca) #45490 - [
5a776d4a69] - deps: update timezone to 2022f (Richard Lau) #45613 - [
3b2b70d792] - deps: upgrade npm to 8.19.3 (npm team) #45322 - [
9fbc8b21db] - deps: update corepack to 0.15.1 (Node.js GitHub Bot) #45331 - [
87e3d002ca] - deps: update corepack to 0.15.0 (Node.js GitHub Bot) #45235 - [
e972ff7b13] - deps: V8: backportbbd800c(Chengzhong Wu) #44947 - [
af9d8217c0] - deps: V8: cherry-pickb953542(Chengzhong Wu) #44947 - [
38202d321b] - deps: update undici to 5.12.0 (Node.js GitHub Bot) #45236 - [
7c0da6adf9] - deps: update archs files for OpenSSL-1.1.1s (RafaelGSS) #45274 - [
1149ead6f7] - deps: upgrade openssl sources to OpenSSL_1_1_1s (RafaelGSS) #45274 - [
cd54bce4f5] - deps: update timezone (Node.js GitHub Bot) #44950 - [
2901abe4f0] - deps: update undici to 5.11.0 (Node.js GitHub Bot) #44929 - [
c80cf97033] - deps: update corepack to 0.14.2 (Node.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Updated (UTC) |
|---|---|---|---|
| ui | ✅ Ready (Inspect) | Visit Preview | Jun 23, 2023 7:38pm |
Deploy Preview for nuxthq-ui canceled.
| Name | Link |
|---|---|
| Latest commit | 6025ea16cdb443658ea149f152cad2ef84bf1066 |
| Latest deploy log | https://app.netlify.com/sites/nuxthq-ui/deploys/6402bff0e8bef10008b36600 |