algolia
algolia copied to clipboard
chore(deps): update all non-major dependencies
This PR contains the following updates:
Release Notes
algolia/docsearch
v3.2.2
Bug Fixes
- dependencies 2022-08-15 (#β1498) (2f1027c)
- dependencies 2022-08-22 (#β1509) (0da9cf8)
- dependencies 2022-08-29 (#β1523) (f1ce39e), closes #β1530 #β1533
v3.2.1
Bug Fixes
- deps: make react an optional peer dependency in @βdocsearch/react (#β1273) (eb44d0c)
- dependencies 2022-08-08 (#β1480) (587ccd1)
v3.2.0
Bug Fixes
- dependencies 2022-07-25 (#β1451) (2c64362)
- dependencies 2022-08-01 (#β1471) (8f67c47)
- form: validate URL correctly (26b0af9)
Features
3.1.1 (2022-06-30)
Bug Fixes
- js: use outDir to avoid ambient type definition creation (#β1396) (4c924bc)
- searchbutton: fix react production hydration error (#β1384) (448192e)
- deps: bump and fix autocomplete deps (#β1416) (448192e)
v3.1.1
Bug Fixes
nuxt/framework
v3.0.0-rc.12
π How to Upgrade
Note Make sure to recreate the lock file in the project in case of any issues after the upgrade.
-
Automated:
npx nuxi@latest upgrade --force
-
Manual: Bump
nuxt
dependency to3.0.0-rc.12
and then usenpx nuxi@latest cleanup
to cleanup any local caches
β What is New?
π Route Rules
RC.12 comes with the first public beta for route rules and hybrid rendering support. Using route rules you can define rules for a group of nuxt routes, change rendering mode or assign a cache strategy based on route! Nuxt server will automatically register corresponding middleware and wrap routes with cache handlers using Nitro caching layer. Whenever possible, route rules will be automatically applied to the deployment platform's native rules (currently Netlify and Vercel are supported).
π See docs for examples and more info.
βοΈ Nitropack 0.6
Nitropack upgraded to 0.6 (Release Notes) and h3 upgraded to 0.8 (Release Notes)
β οΈ Breaking changes: Using defineEventHandler()
or eventHandler()
is now required. If you were previously using a Node.js middleware with (req, res, next?)
syntax you need to wrap them with fromNodeMiddleware()
to convert it into an h3 handler.
π¦ useHead
updates
This release brings a brand-new version of @vueuse/head
with some significant performance improvements and bug fixes. Check out https://github.com/nuxt/framework/pull/8000 for more details, but in particular:
- Fully-typed usage of
useHead
- No more flickering when transitioning between routes
- Support ordering of head metadata
- Faster head hydration and deduping
β οΈ Breaking changes: The shortcuts viewport
and charset
can only be used within nuxt.config
and not within useHead
directly. For more information on how to update, see https://github.com/nuxt/framework/pull/8000.
β‘ Page Meta
New router options validate
and redirect
are now supported directly in definePageMeta
- so you can perform additional validation for dynamic routes, or implement route redirects directly within pages.
definePageMeta({
// redirect: '/admin',
validate: async (route) => {
const nuxtApp = useNuxtApp()
// Check if the id is made up of digits
return /^\d+$/.test(params.id)
}
})
π Early Hints
Nuxt's node server renderer will now respond with 103 Early Hints before the server renders the app, meaning that you should see a decreased TTFB and earlier resource loading in a supported environment - which at the moment is Chrome with your Nuxt app served over HTTPS with newer than HTTP/1.1.
π Nuxt 3 Docs
Nuxt's documentation is now written with Nuxt 3's new theming system and the latest Docus and Content module versions. Check it out at https://v3.nuxtjs.org! Expect more coming soon!
Changelog
π Enhancements
-
nuxt: Support
redirect
within page metadata (#β7746) -
cli: Support
--dotenv
fordev
,build
andpreview
commands (#β7660) - nuxt: Allow configuring plugins directory (#β7981)
-
nuxt: Add default slot to
<NuxtLoadingIndicator>
(#β7128) -
pages: Add
validate
hook fordefinePageMeta
(#β7870) - nuxt: Refresh override for data fetching composables (#β7864)
-
schema, nuxt: Allow user-configurable
serverDir
(#β7868) - nuxt: Parse html to treeshake client-only components (#β7527)
-
nuxt: Wrap
#components
client exports with createClientOnly (#β7412) -
nuxt: Add
ssr: false
route rule to enable SPA mode (#β7938) -
nuxt: Migrate to latest
@vueuse/head
(#β8000) -
nuxt: β οΈ Add
<NuxtPage>
to#components
(#β8145) - nuxt: Add hook debug mode (#β7690)
-
cli: Add
nuxi build-module
command (#β7610) -
schema: Add experimental
routesRules
shortcut (#β7954) -
kit: Support plugin array for
addVitePlugin
andaddWebpackPlugin
(#β8270)
π₯ Performance
- nitro: Respond with early hints in node-based environments (#β7893)
- nuxt: β οΈ Use component loader to add meta components (#β8167)
-
nuxt: Remove
vue-router
dependency from minimal app (#β8188) - nuxt: Improve link prefetching (#β8225)
π©Ή Fixes
-
nuxt: Export and auto-import
clearNuxtData
(#β7710) - test-utils: Support vitest v0.20.x (#β7712)
-
cli: Include
workspaceDir
in tsconfig include (#β7726) -
cli: Stub
defineNuxtConfig
fornuxi info
(#β7728) - nuxt: Do not warn for non-existent default layout (#β7748)
-
nuxt: Respect immediate option in
useFetch
(#β7720) -
nuxt: Respect
baseURL
when rendering payload path (#β7809) -
nuxt: Don't disable scripts in dev mode with experimental
noScripts
(#β7745) - Downgrade Node.js
^16.11.0
requirement to^16.10.0
(#β7865) - nuxt: Handle schema types for relative module paths (#β7946)
-
vite: Add type-checker to client build for
ssr: false
(#β7930) - nuxt: Allow auto-import component with same filename (#β7713)
-
test-utils: Respect
setupTimeout
(#β7866) -
nuxt: Fix lazy import of
.client
components (#β7422) -
nuxt: Remove fragment from
createClientOnly
(#β7774) - head: Allow using the default slot for script content like noscript (#β7858)
-
nuxt: Don't prerender
index.html
with a server (#β7831) - docs: Link to api config reference (#β8038)
- docs: Link to installation section (#β8040)
- nuxt: Page hydration and double load (#β7940)
-
schema: Declare
untyped
dependency (#β8064) - nuxt: Use correct cache and add baseURL to payload (#β7984)
-
cli: Replace
lazyHandle
withdefineLazyHandler
(#β8049) - schema: Evaluate environment variables when resolving values (#β8079)
- vite: Prevent overlap between vite assets and app routes (#β7989)
-
nuxt: Don't inline styles for per-request
ssr: false
(#β8106) -
nuxt: β οΈ
refresh
to override previous requests by default (#β8190) -
nuxt: Enable router when
app/router.options.ts
file is present (#β8193) - kit: Log module id to the console when import fails (#β8198)
- nuxt: Avoid head dom update on same route click (#β8206)
- webpack: Add global to new line (#β8226)
- schema: RouteRules config (#β8252)
-
cli: Don't include
workspaceDir
in tsconfig by default (#β8256) - nuxt: Avoid preloading external routes (#β8255)
- nuxt: Allow disabling early hints (#β8264)
- nuxt: Lazy-load entry CSS (#β8278)
- nuxt: Ignore cache rules for middleware and errors (#β8291)
π Refactors
-
nuxt: Use
unref
inlayout.ts
(#β7818) -
nuxt: Use
unref
infetch.ts
(#β7813) -
nuxt: Deprecate
<Script>
component tag in template (#β8197) -
nuxt: Use
writeEarlyHints
fromh3
(#β8245) -
nuxt: Use
getRouteRules
from nitropack (#β8251)
π Documentation
- getting-started: Fix typo in views (#β7687)
- getting-started: Configuration page (#β7689)
- Recommend to not overwrite some keys in tsconfig (#β7717)
- directory-structure: Fix typo in server (#β7752)
- navigate-to: Use await instead of return (#β7734)
-
error-handling: Fix
useError()
type definition (#β7749) - migration: Restructure upgrade guide (#β7730)
- Document nitro hooks (#β7782)
- roadmap: Update the release times for v2 and v3 (#β7808)
- guide: Add nitro plugins to server directory (#β7780)
-
roadmap: Remove not working link from
nuxt/auth
(#β7781) - Updated nuxt bridge migration guide (#β7775)
- Merge deployment pages in getting started (#β7765)
- Add newline at end of sass import (#β7810)
-
examples: Optimize writing of
: ?
(#β7928) - Update
definePageMeta
docs (#β7888) - Use nuxt 3 and website theme (#β5479)
-
getting-started: Add
transitions
page (#β7987) - Fix path of nuxt config (#β8021)
- introduction: Add nuxt key features to the introduction (#β8013)
- transitions: Add poster for videos (99907dbf)
- Fix netlify redirects (#β8028)
- Use
webp
for 3D gem asset (93c3f30b) - Upgrade docus (aef32577)
- Upgrade docus to fix docsearch input focus (fc2d74a2)
- Update to
[email protected]
(3218356d) - Fix indentation in "Views" code blocks (#β8039)
- Fix more redirect issues (#β8045)
- example: Replace useQuery to getQuery (#β8047)
- Fix code highlighting (#β8057)
- Add recommendation for controlling plugin registration order. (#β8096)
- Add back deleted sections in
definePageMeta
(c804daa0) - Update line number for
NuxtHooks
source (#β8128) - Fix typo (#β8129)
- Update badges color (bc3016f8)
- Add app.config route to pre-render (#β8131)
- Clarify access of RuntimeConfig with Options API (#β8147)
- Close alert (#β8157)
- Fix 404 page (#β8136)
- Use
RouterConfig
interface in examples (#β8151) - Add support for WEBSITE_THEMe env variable (6ad0f3f1)
- Update route middleware link (#β8196)
- Adds missing quote in example code (#β8209)
- Fix
validate
example (#β8231) - Change deprecated
useBody
withreadBody
(#β8266) - Add spacing between multiple
button-link
(#β8275) - Add cleavr to supported hosting providers (#β8285)
π Types
- Include
nuxt-link
target types (#β8172)
π‘ Chore
β οΈ Breaking Changes
-
nuxt: β οΈ Add
<NuxtPage>
to#components
(#β8145) - nuxt: β οΈ Use component loader to add meta components (#β8167)
-
nuxt: β οΈ
refresh
to override previous requests by default (#β8190)
β€οΈ Contributors
- Alex
- Alex C
- Alexander Lichter
- Andrew Mudrov
- Anish Ghimire
- Anthony Fu
- AuroraTea
- Barbapapazes
- Benicio Cardozo
- Chenying
- Christian Preston
- Cinob
- ClΓ©ment Ollivier
- Cupid Valentine
- Damian GΕowala
- Daniel Kelly
- Daniel Roe
- Daniil Chudo
- Fumihiro-Yano
- Harlan Wilton
- Israel OrtuΓ±o
- James Ray
- Josh Deltener
- Julien Huang
- Krutie Patel
- Lov
u
e - Martin Benndorf
- Miketromba
- MiniDigger
- Mmis1000
- Niklas
- Pooya Parsa
- Rajendra
- Randy
- Reinier Kaper
- SΓ©bastien Chopin
- Tech Genius
- Tobias Diez
- Toni
- TuΔberk KΔ±lΔ±Γ§
- Won-hyeok Jung
- Xezard
- YaΓ«l Guilloux
- Yu Yamazaki
- θη
v3.0.0-rc.11
π¬ Join the release discussion
π How to Upgrade
Note Make sure to recreate the lock file in the project in case of any issues after the upgrade.
-
Automated:
npx nuxi@latest upgrade --force
-
Manual: Bump
nuxt
dependency to3.0.0-rc.11
and then usenpx nuxi@latest cleanup
to cleanup any local caches
β What is New?
Full Static Enhancements
We have introduced Full-Static mode payload extraction in RC.10. Many of the issues from the initial implementation are resolved with this release thanks to your amazing feedback! Notably for SPA routes and state that is now in the initial state.
π§ͺ We understand that there might be still issues with the new implementation. Please report if spotted any. You can use new experimental.payloadExtraction: false
flag in nuxt.config
to opt-out as well.
IPv6 and HTTPS support for nuxi dev
and vite
Nuxi CLI and unjs/listhen are improved and now support --https
flag and ipv6 hosts out of the box with an auto-generated certificate. You can use --ssl-cert
and --ssl-key
to provide own generated SSL certificates with mkcert for example as well.
Issues with vite HMR and vite-node should be resolved as well. If you were previously using NODE_TLS_REJECT_UNAUTHORIZED
or custom vite.server.hmr
options for a workaround, you can try to remove them.
Note: If you see something like http://[::]:3000/
when running nuxi preview
, it is all normal! The New IPv6 URL works in all modern browsers and is also backward compatible with IPv4 interfaces. If for some reason encountered any issues, try setting HOST
to 0.0.0.0
to disable IPv6 listener.
Nitro Improvements
Nitro is the server engine for Nuxt 3. We had landed several fixes in 0.5.2 and 0.5.3 versions improving stability and bug fixes.
Full Changelog
π Enhancements
π©Ή Fixes
- nuxt: Disable payload extraction for spa generated pages (#β7535)
- nuxt: Do not pass prefetched class to custom link (#β7522)
-
cli: Improved self-signed certificate for
nuxi dev --https
(#β7545) -
vite:
nuxi dev --https
working out of the box (#β7547) -
schema: Update resolver for
cssSourceMap
with newsourcemap
format [bridge] (#β7541) - nuxt: Pass fully resolved path to nitro dist files (#β7494)
-
nuxt: Remove modulepreload for spa fallback routes with
ssr:true
(#β7553) - schema: Only disallow vite server port and host (#β7554)
-
nuxi, vite: Ipv6 support for
nuxi dev
(#β7560) - cli: Print resolved public directory after generate (#β7577)
- nuxt: Load payload after middleware and once final route is resolved (#β7574)
-
nuxt: Keep
state
in the initial state instead of extracting it (#β7567) - vite: Normalize vite-node error data from server (#β7589)
-
vite: Include id and stack in
vite-node
fallback error handler (#β7575) -
vite: Respect
ctx.nuxt.options.modulesDir
for resolving externals withvite-node
(#β7612) -
nuxt: Add missing
process.client
for early redirect innavigateTo
(#β7625) - vite-node: Include importer in error stack (#β7607)
- vite, webpack: Avoid generating keys where a key is already provided (#β7622)
- vite, webpack: Handle auto keys for composables without args (#β7651)
- nuxt: Don't tree shake client-only fallback templates (#β7659)
-
nuxt: Strip non-
.vue
extensions from component types (#β7673) -
nuxt: Only observe tag elements for
<NuxtLink>
prefetching (#β7679) - nuxi, vite: Support HTTPS with custom domain and HMR (#β7680)
π Documentation
- Update auto-imports link (#β7530)
- Add note about link prefetching (#β7540)
- Improve NuxtLink prefetch explanation (#β7540)
- Add testing and
addComponent
to modules and updateaddImports
(#β7543) - Fix typo on directory-structure/pages (#β7601)
- Fix typo in custom router example (8621c860)
- Fix typo in nitro options in wasm example (#β7639)
- Add
addImportsSources
to list of kit utils (#β7636) -
api: Add
defineNuxtComponent
page (#β7618) - testing: Move modules testing section to module authors guide (#β7643)
- getting-started: Add views page (#β7556)
β€οΈ Contributors
- Alexander Lichter
- Alper DoΔan
- Chenying
- ClΓ©ment Ollivier
- Damian GΕowala
- Daniel Roe
- Julien Huang
- Krutie Patel
- Lexpeartha
- Pooya Parsa
- YIngChenIt
v3.0.0-rc.10
π¬ Join the release discussion
π How to Upgrade
Note Make sure to recreate the lock file in the project in case of any issues after the upgrade.
-
Automated:
npx nuxi@latest upgrade --force
-
Manual: Bump
nuxt
dependency to3.0.0-rc.10
and then usenpx nuxi@latest cleanup
to cleanup any local caches
β What is new?
Critical Styles are Inlined
Global styles and used component styles are now automatically inlined when server-side rendering a page. This feature helps to improve the First Contentful Paint (FCP) metric.
π§ͺ You can disable the feature from nuxt.config
using experimental: { inlineSSRStyles: false }
in case of any issues.
Full Static Generation with Payload Rendering
In Nuxt 2, we introduced an amazing feature called Full Static Generation. When using nuxt generate
, the payload of each page containing asyncData and state is extracted to a .js
chunk and we can deploy output to any static hosting without requiring a hosted API server. This feature also introduced performance benefits to reduce page size and allow smartly prefetching payload of next pages ahead of time when using nuxt generate
but kept limited to it.
This feature is now back in Nuxt 3 but much better! Payload is not only extracted during prerendering phase (nuxt generate
) but also can be rendered on demand by simply appending /_payload.js
to the end of any URL. This made implementation much simpler and also unlocks future development to enable payload rendering for hybrid static server and incremental generated pages. Followup #β6411 for the roadmap.
Link Prefetching
Another goodie ported from Nuxt 2, is automatically prefetching the next pages when a <NuxtLink>
is in the viewport.
This feature is integrated with vue-router to prefetch components of the next route and also payload extraction to prefetch the payload of the next pages ahead of time! You can also hook into link:prefetch
to do more prefetches.
Better Workspace Support
unjs/pkg-types#β34, #β7439
Nuxt has several configurations for directories including rootDir
where nuxt.config
, package.json
, etc is, and srcDir
which is the same as rootDir
by default but can be customized to move project code such as pages/
to the src/
directory. With Monorepo becoming more popular, it became clear we need another new option to act smarter in a monorepo.
We have introduced a new workspaceDir
configuration. It is automatically detected from rootDir using different heuristics (how?). This option is used to extend the search path for node_modules
via #β7439 but we will keep spreading its use in other places.
π§ͺ You can manually set workspaceDir
from nuxt.config
in case of any issues.
defineNuxtConfig
is Auto Imported
Nuxt uses unjs/jiti in order to support typescript and ESM syntax for nuxt.config
.
When importing { defineNuxtConfig } from 'nuxt'
in Nuxt 3, it causes the whole nuxt package to be loaded. It was making startup time slower.
We have introduced a new nuxt/config
subpath export that only exports defineNuxtConfig
for type support but you don't even need this anymore! Just remove import and enjoy shorter syntax!
-- import { defineNuxtConfig } from 'nuxt'
export default defineNuxtConfig({
})
More Powerful nuxt init
We have switched to unjs/giget for a much more powerful template init engine.
Normally nuxi init
command should work as it was before. If you were using nuxt init org/repo
to clone the 3rd party GitHub repository, you should use nuxi init gh:org/repo
now.
Experimental Zero-Client-JS Mode
This new experimental flag allows turning off all Nuxt client js code when server-side rendering a page.
Using this feature is advisable for the very small minority of sites that would not benefit from client-side JS.
You can try this feature by setting experimental: { noScripts: true }
and let us know what you think!
Changelog
π Enhancements
- nuxt, vite: Inline global and component styles in server response (#β7160)
-
nuxt: Custom
history
androutes
forapp/router.options.ts
(#β7129) - nuxt: Router with hash mode (#β6980)
- nuxt: Allow extending routes with custom alias (#β7074)
-
test-utils: Add
mockFn
andmockLogger
utils (#β6235) - nuxt: Support experimental flag to render no client-side js (#β7248)
-
kit: Add
addImportsSources
utility (#β7270) -
nuxt: Add
immediate
option foruseAsyncData
anduseFetch
(#β5500) -
nuxt: Add
clearNuxtData
(#β5227) - Allow client-side sourcemaps in production (#β7313)
-
nuxt: Filter support for
clearNuxtData
(#β7323) -
cli: Switch to
unjs/giget
fornuxi init
(#β7361) -
cli: β οΈ Use giget 0.1x with template registry for
nuxi init
(#β7404) - nuxt: Payload rendering support (#β6455)
- nuxt: Allow exposing type augmentations from extends layers (#β7442)
-
nuxt: Add
workspaceDir
option and add it tomodulesDir
(#β7439) -
nuxt: Support prefetching
<nuxt-link>
(#β4329) -
nuxt: Allow passing transition & keepalive props to
<NuxtPage>
(#β7492) -
nuxt, kit: Auto import
defineNuxtConfig
(#β7497) -
nuxt: Generate spa fallback for
nuxt generate
(#β7507)
π₯ Performance
-
nuxt: Cache
createClientOnly
wrapper using weakmap (#β7297) - vite: Remove duplicate css links from rendered page when inlined (#β7264)
- nuxt: Only inject preload helper when webpack is used (#β7460)
-
nuxt: Import
defineNuxtConfig
fromnuxt/config
(#β7485) - Enable
treeshakeClientOnly
flag by default (#β7484)
π©Ή Fixes
-
nuxt: Update default redirect code of
navigateTo
to302 Found
(#β7189) -
head: Case
http-equiv
correctly (#β7190) -
kit, nuxi: Semver regexp to support
nuxt-edge
current releases (bridge) (#β7193) - vite: Use baseURL + assetsDir as base in dev mode (#β7234)
-
vite: Pass ssr condition to
getModuleByUrl
(#β7260) - nuxt: Import and wrap client-only components once (#β7245)
-
cli: Pass value of
https
through to vite-node (#β7271) - nuxt: Don't override payload error if it is present (#β7290)
- nuxt: Don't try to set cookie after redirect (#β7288)
-
webpack: Promisify webpack dev/hot handlers using
h3.promisifyHandler
(#β7275) - schema: Disallow setting vite server properties (#β7317)
- schema: Mark vite server as optional (#β7327)
-
nuxt: Allow
abortMiddleware
to receive a nuxt error or error options (#β7335) - webpack: Don't parse styles for composable keys (#β7333)
- vite: Allow overriding vite sourcemap (#β7342)
-
schema: Resolve
ssr
(#β7359) -
kit: Add default config layer without
nuxt.config
file (#β7358) - vite: Update render if it is invalidated (#β7347)
- vite: Warmup improvements (#β7377)
- cli: Don't include an array of paths within an array (#β7378)
- vite: Write dev manifest before spa build (#β7380)
- nuxt: De-default layout/component imports (#β7389)
- nuxt: Always inline entry styles (#β7386)
- nuxt: Do not apply import protection to top-level resolution (#β7344)
-
nuxt: Use more specific
FetchError
foruseFetch
errors (#β7435) - vite: Use same asset filenames between server and client (#β7436)
-
nuxt: Augment GlobalComponents from
@vue/runtime-core
(#β7448) - vite: Don't fail builds for virtual modules that don't support inlining (#β7440)
- nuxt: Only delete assets when building (#β7486)
- vite: Show formatted vite-node errors (#β7509)
-
vite: Disable server warmup with
vite-node
(#β7512)
π Refactors
- vite: Reuse resolved server entry from context (#β7268)
- schema: Upgrade to untyped 0.5 (#β7452)
- nuxt: Use relative imports into composables (#β7487)
π Documentation
- Add note about
useFetch
auto generated key (#β7044) -
api: Enhance
useHead
composable (#β7072) - Add note about fetching data on initial load (#β7120)
- Document
external
option ofnavigateTo
(#β7188) -
guide: Add
.client
and.server
components (#β7084) - Fix markdown file name (#β7231)
- api: Navigate to first item in list (#β7232)
- Extend description of server handlers (#β7187)
- api: Add example for fetch interceptors (#β7180)
- deploy: Add node cluster mode (#β7089)
-
api: Fix
useAsyncData
signature (#β7242) - Add
app-config
example (#β7247) - Fix typo (#β7262)
- Fix typo in url (#β7272)
- Rename
AppConfig
toAppConfigInput
(#β7293) - api: Fix typo in use-fetch (#β7310)
-
api: Add
nuxi prepare
command (#β7349) - head: Enhance usehead and fix broken links (#β7364)
- Remove duplicate word (#β7387)
-
api: Add
useRuntimeConfig
page (#β7406) - Fix typo (#β7437)
- Update structure (#β7047)
- Update name of the generated
imports.d.ts
file (#β7474) - getting-started: Add routing page (#β7495)
- Update codesandbox link (#β7499)
-
schema: Change
srcDir
example tosrc/
(#β7503)
π‘ Chore
- Update CodeSandbox links (#β7318)
π¦ Build
-
cli: Add
node
to export conditions (0cc49e2a)
β Tests
- Use semantic
runIf
andskipIf
helpers (#β7312) - nuxt: Add tests for import protection plugin (#β7416)
π€ CI
- Crawl docs site for new deployments to track broken links (#β7473)
β€οΈ Contributors
- Adewale Abati
- Alex Kozack
- Alex Liu
- Alexander Lichter
- AndreyYolkin
- Anthony Fu
- ClΓ©ment Ollivier
- Corey Richardson
- Damian GΕowala
- Daniel Roe
- Harlan Wilton
- HomWang
- Julien Huang
- Krutie Patel
- KΓ©vin Schnekenburger
- Leon Si
- Mahdi Boomeri
- Mastercuber
- Pooya Parsa
- Ricardo Gobbo De Souza
- SΓ©bastien Chopin
- Tobias Diez
- Tobias SN
- Vasily Stepanov
- Victorkwok97
- Vl4dimyr
BetaHuhn/metadata-scraper
v0.2.61
Release notes Β· Compare Β· Tag Β· Archive (zip Β· tar.gz)
Dependency updates
-
a13cc15
Bump typescript from 4.8.3 to 4.8.4
v0.2.60
Release notes Β· Compare Β· Tag Β· Archive (zip Β· tar.gz)
Dependency updates
-
3b3bafa
Bump typescript from 4.8.2 to 4.8.3
v0.2.59
Release notes Β· Compare Β· Tag Β· Archive (zip Β· tar.gz)
Dependency updates
-
d0f9d2b
Bump typescript from 4.7.4 to 4.8.2
v0.2.58
Release notes Β· Compare Β· Tag Β· Archive (zip Β· tar.gz)
Updates
v0.2.57
Release notes Β· Compare Β· Tag Β· Archive (zip Β· tar.gz)
Dependency updates
-
6daf099
Bump typescript from 4.7.3 to 4.7.4
v0.2.56
[Compare Source](https://togithub.com/Bet
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, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.