Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #16

Merged
merged 2 commits into from Aug 1, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 4, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/eslint-config ^0.39.6 -> ^0.40.0 age adoption passing confidence
@antfu/ni ^0.21.4 -> ^0.21.5 age adoption passing confidence
@auth/core (source) ^0.9.0 -> ^0.10.0 age adoption passing confidence
@nuxt/devtools ^0.6.6 -> ^0.7.4 age adoption passing confidence
@nuxt/kit 3.6.1 -> 3.6.5 age adoption passing confidence
@types/node (source) ^20.3.3 -> ^20.4.5 age adoption passing confidence
eslint (source) 8.44.0 -> 8.46.0 age adoption passing confidence
esno ^0.16.3 -> ^0.17.0 age adoption passing confidence
nuxt 3.6.1 -> 3.6.5 age adoption passing confidence
nuxt ^3.6.1 -> ^3.6.5 age adoption passing confidence
simple-git-hooks ^2.8.1 -> ^2.9.0 age adoption passing confidence
turbo (source) ^1.10.7 -> ^1.10.12 age adoption passing confidence
ufo ^1.1.2 -> ^1.2.0 age adoption passing confidence
vitepress (source) 1.0.0-beta.4 -> 1.0.0-beta.7 age adoption passing confidence
vitest ^0.32.2 -> ^0.34.1 age adoption passing confidence
vue-router ^4.2.2 -> ^4.2.4 age adoption passing confidence

Release Notes

antfu/eslint-config (@​antfu/eslint-config)

v0.40.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.39.8

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.39.7

Compare Source

   🚀 Features
    View changes on GitHub
antfu/ni (@​antfu/ni)

v0.21.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
nextauthjs/next-auth (@​auth/core)

v0.10.0

Compare Source

Features

  • providers: add request param to sendVerificationRequest (#​8071) (0439fc5)

Bugfixes

Other

nuxt/devtools (@​nuxt/devtools)

v0.7.4

Compare Source

Bug Fixes

v0.7.3

Compare Source

Bug Fixes

v0.7.2

Compare Source

Bug Fixes
Features

v0.7.1

Compare Source

Bug Fixes
Features

v0.7.0

Compare Source

Bug Fixes
  • analyze build without git (#​320) (76a566b)
  • client: close button add zIndex (#​315) (37427ec)
  • do not sync floating panel state across tabs (41752b2)
  • plugin-metrics: properly forward all args, close #​337 (ec1c821)
  • respect Nuxt's devServer config when creating request for auth URL (#​328) (7d766ac)
  • server-routes: filter only dir as collection (#​329) (4d2f842)
  • timeline: duplication injection (f5e3766)
  • timeline: error tolerant promising checking (762a669)
  • timeline: filter logic (414ad1c)
  • timeline: result check (72c877b)
  • use error-stack-parser-es (8c1974b)
Features

0.6.7 (2023-07-05)

Bug Fixes
Features

0.6.6 (2023-06-30)

Bug Fixes
  • handle when iframe is failed to create (ace5d5b)
  • stackblitz support (33e83ae)

0.6.5 (2023-06-30)

Bug Fixes
  • open DevTools back when open file in embedded VS Code (#​299) (45dc415)
  • plugins: change execution time position (#​294) (2b5f8e5)
  • server-routes: fixed same path different methods (#​301) (6dd8eb3)
  • try catch iframe cross-domain error (ddf41ea)
Features

0.6.4 (2023-06-26)

Bug Fixes
Features

0.6.3 (2023-06-23)

Bug Fixes
  • add button and font reset to floating panel (f819b0c)
  • ComponentGraph: show global components in different color (#​278) (41a881d)
  • overview: modules count (#​284) (2ef2664)
Features

0.6.2 (2023-06-21)

Bug Fixes
Features
  • allow manually enter the token (fad945a)

0.6.1 (2023-06-15)

Bug Fixes
Features
  • auth required view for terminal (f1bf102)

v0.6.7

Compare Source

Bug Fixes
Features
nuxt/nuxt (@​nuxt/kit)

v3.6.5

Compare Source

3.6.5 is a hotfix patch release addressing the regression with nuxt/content introduced in v3.6.4.

v3.6.4 release notes

✅ 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

compare changes

🩹 Fixes
  • nuxt: Remove dist from the default ignore list (#​22227)
❤️ Contributors
  • Anthony Fu <anthonyfu117@​hotmail.com>

v3.6.4

Compare Source

3.6.4 is a patch release, brought forward to allow releasing some important bug fixes before work begins on 3.7.

Warning
We're currently investigating a regression with nuxt/content and will be releasing 3.6.5 later today.

✅ 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

compare changes

🔥 Performance
  • nuxt,schema: Do not watch buildDir and node_modules (#​22214)
🩹 Fixes
  • nuxt: Correctly use toLowerCase for possible moduleResolution (#​22160)
  • nuxt: Don't redirect if initial path has trailing slash (#​22192)
  • nuxt: Work around payload extraction issue (#​22162)
  • nuxt: Add baseURL to island fetch requests (#​22009)
  • nuxt: Resolve race condition regenerating auto imports (#​22201)
  • nuxt: Ensure we only increment hydrating count once (#​22200)
  • nuxt: Avoid premature hydration when using async layouts (#​22198)
  • cli: Support --inspect in dev mode (#​22205)
  • test-utils: Pass along error if server can't start (#​22216)
📖 Documentation
  • Add runtime storage configuration examples (#​22189)
  • Add instruction on how to use other modules in a module (#​22081)
  • Standardize indentation and tag positioning (#​22157)
❤️ Contributors

v3.6.3

Compare Source

3.6.3 is the next patch release, including a number of fixes. It's anticipated this will be the last patch release before 3.7.

✅ 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

compare changes

🔥 Performance
  • nuxt: Prepopulate island payloads from rendered html (#​22049)
🩹 Fixes
  • kit: Module compatibility not working with module names (6cabe69ce)
  • schema: Correct type of unctx options (4e32e70bb)
  • vite: Pass modulesDir to isExternal (#​21966)
  • nuxt: Add pages in correct hook when generating (#​22088)
  • test-utils: Export from core playwright package (#​22122)
  • nuxt: Skip view transitions where there is no route change (#​22140)
  • nuxt: Skip scanning components that do not produce a name (#​22074)
  • cli: Add aliases to monorepo paths to tsconfig includes (#​21997)
  • cli: Allow non-existent experimental option (0643d4315)
💅 Refactors
  • cli,schema: Add bundler module resolution flag (#​22142)
📖 Documentation
🏡 Chore
❤️ Contributors

v3.6.2

Compare Source

3.6.2 is the next patch release, with a raft of fixes including preparations for use without --shamefully-hoist and some fixes for data fetching within nested layouts/pages.

✅ 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

compare changes

🔥 Performance
  • nuxt: Don't run island transform plugin if disabled (#​21844)
  • nuxt: Allow hmr for server components in dev mode (#​21916)
  • nuxt: Use getters when constructing reactive routes (#​21957)
🩹 Fixes
  • nuxt: Only redirect if path is not the same as initial url (#​21815)
  • cli: Resolve @nuxt/ui-templates from modulesDir (#​21836)
  • nuxt, vite: Do not use cjs utils to resolve/alias vue (#​21837)
  • nuxt: Improve default prerender behaviour (#​21817)
  • vite: Greater type-safety within runtime vite-node (#​21849)
  • nuxt: Ensure static presets equivalent to nuxi generate (#​21860)
  • nuxt: Handle injecting multiple entry ids for styles (#​21864)
  • nuxt: Stop loading indicator on navigation failure (#​21751)
  • cli: Respect nitro ssl cert/key variables (#​21912)
  • nuxt: Include external layers in tsconfig.json scope (#​21917)
  • nuxt: Support custom route name meta with typedPages (#​21659)
  • vite: Remove @​vue/ scoped libraries from resolutions (#​21922)
  • nuxt: Add layers in node_modules to tsconfig include (#​21929)
  • nuxt: Regenerate imports after template (#​21934)
  • vite: Fix issue detecting shadowed keyed composables (#​21891)
  • nuxt: Use $fetch.raw in dev client mode for islands (#​21904)
  • schema: Warn if user provides vite.publicDir (#​21847)
  • nuxt: Preserve old vnode when leaving nested route (#​21823)
  • kit: Ignore telemetry startup time (as it has prompt) (#​21959)
📖 Documentation
  • Add warning about dynamic import of css (#​21805)
  • Update example links (#​21811)
  • Fix broken spaLoadingTemplate link (#​21845)
  • Update useFetch return values (#​21852)
  • Describe environment override feature (#​21879)
  • Add Daniel example for hybrid rendering and Vercel (20d59d1cf)
  • Improve hybrid rendering (3fb329cc8)
  • rendering: Add end of sentence (565787183)
  • Add closing bracket (#​21887)
  • Added a note about server dynamic routes limitation (#​21919)
  • Update docs for <NuxtLoadingIndicator> (#​21952)
  • Update more links to examples repo (13a892361)
  • Add JetBrains IDEs debug configuration (#​21965)
🏡 Chore
  • Prune internal unused code and exports (#​21809)
  • Add codeflow overrides configuration (d7267663f)
✅ Tests
  • Add nuxt-vitest and composable unit tests (#​21884)
❤️ Contributors
eslint/eslint (eslint)

v8.46.0

Compare Source

Features

Bug Fixes

  • 9803c7c fix: FlatESLint#getRulesMetaForResults shouldn't throw on unknown rules (#​17393) (Milos Djermanovic)
  • 42faa17 fix: Update no-loop-func to not overlap with no-undef (#​17358) (Matt Wilkinson)

Documentation

  • 4d474e3 docs: update with TypeScript info (#​17423) (James)
  • 091f44e docs: File extension named processor deprecation (#​17362) (Matt Wilkinson)
  • 9254a6c docs: Update README (GitHub Actions Bot)
  • 6d6dc51 docs: fix overlapping of open in playground button (#​17403) (Tanuj Kanti)
  • 7fc3a2c docs: Add private class features info to no-underscore-dangle (#​17386) (Matt Wilkinson)
  • da73e58 docs: Migrating eslint-env configuration comments (#​17390) (Francesco Trotta)
  • 80dffed docs: fix Ignoring Files section in config migration guide (#​17392) (Milos Djermanovic)
  • 8a9abb7 docs: Update README (GitHub Actions Bot)
  • 7e9be4b docs: Update README (GitHub Actions Bot)
  • 0b0bbe0 docs: Update README (GitHub Actions Bot)

Chores

  • d1eb7e4 chore: Update ecosystem dependencies (#​17427) (Nicholas C. Zakas)
  • fab9e97 chore: package.json update for eslint-config-eslint release (ESLint Jenkins)
  • 6246711 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 0aa0bc3 chore: Add PRs to triage project (#​17421) (Nicholas C. Zakas)

v8.45.0

Compare Source

Features

  • cdd063c feat: Expose LegacyESLint in unsupported API (#​17341) (Nicholas C. Zakas)
  • d34abe5 feat: fix indent rule for else-if (#​17318) (Milos Djermanovic)

Bug Fixes

  • b79b6fb fix: Fix suggestion message in no-useless-escape (#​17339) (Francesco Trotta)
  • c667055 fix: provide unique fix and fix.range objects in lint messages (#​17332) (Milos Djermanovic)

Documentation

  • 89f3225 docs: add playground links to correct and incorrect code blocks (#​17306) (Josh Goldberg ✨)
  • f8892b5 docs: Expand rule option schema docs (#​17198) (Matt Wilkinson)
  • 8bcbf11 docs: Config Migration Guide (#​17230) (Ben Perlmutter)
  • bb30908 docs: Update README (GitHub Actions Bot)
  • 84d243b docs: Update README (GitHub Actions Bot)
  • b762632 docs: Update README (GitHub Actions Bot)
  • 138c096 docs: add more prefer-destructuring examples with array destructuring (#​17330) (Milos Djermanovic)
  • 1fc50a8 docs: max-len rule code and tabWidth as positional arguments (#​17331) (Jesús Leganés-Combarro)

Chores

esbuild-kit/esno (esno)

v0.17.0

Compare Source

toplenboren/simple-git-hooks (simple-git-hooks)

v2.9.0

Compare Source

Hi! This release incorporates all the latest changes.

What's Changed


Configuration

📅 Schedule: Branch creation - "every 3 day" (UTC), Automerge - "after 1am and before 2am" (UTC).

🚦 Automerge: Enabled.

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.

@renovate renovate bot requested a review from Hebilicious as a code owner July 4, 2023 00:44
@cloudflare-pages
Copy link

cloudflare-pages bot commented Jul 4, 2023

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: f774c21
Status: ✅  Deploy successful!
Preview URL: https://c3516d82.authjs-nuxt.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.authjs-nuxt.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from eaed6ea to c0ae881 Compare July 10, 2023 00:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 18 times, most recently from 236b18e to 4435e91 Compare July 18, 2023 14:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 18 times, most recently from 4618c3d to 646b1a3 Compare July 28, 2023 18:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 7b8ff1b to 3ed83d7 Compare August 1, 2023 20:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3ed83d7 to 84bcbbb Compare August 1, 2023 20:45
@renovate
Copy link
Contributor Author

renovate bot commented Aug 1, 2023

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.

@Hebilicious Hebilicious merged commit 2ebc088 into main Aug 1, 2023
3 checks passed
@Hebilicious Hebilicious deleted the renovate/all-minor-patch branch August 1, 2023 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant