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): bump the deps group in /nuxt-todos-edge with 14 updates #3435

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 26, 2024

Bumps the deps group in /nuxt-todos-edge with 14 updates:

Package From To
@iconify-json/simple-icons 1.1.90 1.2.13
@libsql/client 0.3.6 0.14.0
@nuxt/ui 2.13.0 2.19.2
better-sqlite3 9.4.0 11.6.0
drizzle-kit 0.20.14 0.28.1
drizzle-orm 0.29.3 0.36.4
nuxt 3.10.1 3.14.1592
nuxt-auth-utils 0.0.14 0.5.5
utf-8-validate 6.0.3 6.0.5
zod 3.22.4 3.23.8
@nuxt/devtools 1.0.8 1.6.1
@nuxt/eslint-config 0.2.0 0.7.2
eslint 8.56.0 8.57.1
typescript 5.3.3 5.7.2

Updates @iconify-json/simple-icons from 1.1.90 to 1.2.13

Commits

Updates @libsql/client from 0.3.6 to 0.14.0

Changelog

Sourced from @​libsql/client's changelog.

Changelog

0.15.0-pre.1 -- 2024-11-15

  • Initial support for offline writes.

0.12.0 -- 2024-09-16

  • Upgrade hrana-client-ts to latest 0.7.0 version which has stable isomorphic-fetch implementation (see libsql/hrana-client-ts#19)

0.11.0 -- 2024-09-13

0.10.0 -- 2024-08-26

  • Add a migrate() API that can be used to do migrations on both schema databases and regular databases. It is mostly dedicated to schema migration tools.

0.8.1 -- 2024-08-03

  • Fix embedded replica sync WAL index path name , which caused "No such file or directory" for local sync in some cases (#244).

0.8.0 -- 2024-07-30

  • No changes from 0.8.0-pre.1.

0.8.0-pre.1 -- 2024-07-18

0.7.0 -- 2024-06-25

  • Add configurable concurrency limit for parallel query execution (defaults to 20) to address socket hangup errors.

0.6.2 -- 2024-06-01

  • Fix compatibility issue with libSQL server versions that don't have migrations endpoint.

0.6.1 -- 2024-05-30

  • Add an option to batch() to wait for schema changes to finish when using shared schema.

0.6.0 -- 2024-04-28

  • Bump hrana client to 0.6.0, which uses native Node fetch(). Note that @libsql/client now requires Node 18 or later.

... (truncated)

Commits

Updates @nuxt/ui from 2.13.0 to 2.19.2

Release notes

Sourced from @​nuxt/ui's releases.

v2.19.1

🐛 Bug Fixes

  • InputMenu/SelectMenu: regex breaks build (cb6f5f2)

Full Changelog: nuxt/ui@v2.19.0...v2.19.1

v2.19.0

Read our updated documentation on https://ui.nuxt.com/.

🚨 Breaking Changes

In #2485, the expandable feature of the Table component has changed. You should use v-model:expand to achieve the functionality that was previously implemented using the #expand slot.

🚀 Features

🐛 Bug Fixes

👋 New Contributors

... (truncated)

Changelog

Sourced from @​nuxt/ui's changelog.

2.19.2 (2024-11-05)

Bug Fixes

  • Button: put back target override (212f7df)

2.19.1 (2024-11-05)

Bug Fixes

  • InputMenu/SelectMenu: regex breaks build (cb6f5f2)

2.19.0 (2024-11-05)

Features

Bug Fixes

2.18.7 (2024-10-09)

Features

... (truncated)

Commits
  • 159acd6 chore(release): v2.19.2
  • 212f7df fix(Button): put back target override
  • d0d37a0 chore(release): v2.19.1
  • cb6f5f2 fix(InputMenu/SelectMenu): regex breaks build
  • 22da1a8 docs(date-picker): improve component
  • c5f76a2 chore(release): v2.19.0
  • ceecb60 feat(Form): apply transformations (#2460)
  • 23971ef fix(module): missing types in ui config (#2467)
  • 1a94b55 fix(InputMenu/SelectMenu): prevent unnecessary updates when modelValue is unc...
  • c71fdc8 feat(Pagination): improve slot props (#2522)
  • Additional commits viewable in compare view

Updates better-sqlite3 from 9.4.0 to 11.6.0

Release notes

Sourced from better-sqlite3's releases.

v11.6.0

What's Changed

New Contributors

Full Changelog: WiseLibs/better-sqlite3@v11.5.0...v11.6.0

v11.5.0

What's Changed

Full Changelog: WiseLibs/better-sqlite3@v11.4.0...v11.5.0

v11.4.0

What's Changed

New Contributors

Full Changelog: WiseLibs/better-sqlite3@v11.3.0...v11.4.0

v11.3.0

What's Changed

Full Changelog: WiseLibs/better-sqlite3@v11.2.1...v11.3.0

v11.2.1

What's Changed

Full Changelog: WiseLibs/better-sqlite3@v11.2.0...v11.2.1

v11.2.0

What's Changed

New Contributors

Full Changelog: WiseLibs/better-sqlite3@v11.1.2...v11.2.0

... (truncated)

Commits

Updates drizzle-kit from 0.20.14 to 0.28.1

Release notes

Sourced from drizzle-kit's releases.

[email protected]

Bug fixes

[email protected]

Improvements

Bug Fixes

[email protected]

[email protected]

[email protected]

This version of drizzle-jit requires [email protected] to enable all new features

New Features

Row-Level Security (RLS)

... (truncated)

Commits

Updates drizzle-orm from 0.29.3 to 0.36.4

Release notes

Sourced from drizzle-orm's releases.

0.36.4

New Package: drizzle-seed

[!NOTE] drizzle-seed can only be used with [email protected] or higher. Versions lower than this may work at runtime but could have type issues and identity column issues, as this patch was introduced in [email protected]

Full Reference

The full API reference and package overview can be found in our official documentation

Basic Usage

In this example we will create 10 users with random names and ids

import { pgTable, integer, text } from "drizzle-orm/pg-core";
import { drizzle } from "drizzle-orm/node-postgres";
import { seed } from "drizzle-seed";
const users = pgTable("users", {
id: integer().primaryKey(),
name: text().notNull(),
});
async function main() {
const db = drizzle(process.env.DATABASE_URL!);
await seed(db, { users });
}
main();

Options

count

By default, the seed function will create 10 entities. However, if you need more for your tests, you can specify this in the seed options object

await seed(db, schema, { count: 1000 });

seed

If you need a seed to generate a different set of values for all subsequent runs, you can define a different number in the seed option. Any new number will generate a unique set of values

await seed(db, schema, { seed: 12345 });
</tr></table> 

... (truncated)

Commits

Updates nuxt from 3.10.1 to 3.14.1592

Release notes

Sourced from nuxt's releases.

v3.14.1592

3.14.1592 is the next patch release.

👉 Changelog

compare changes

🩹 Fixes

  • rspack: Update webpackbar with support for rspack (#29823)
  • nuxt: Assign default name to component without setup (#29869)
  • kit: Use dst to deduplicate templates when adding them (#29895)
  • nuxt: Handle empty plugin files (d44408e87)
  • vite: Use resolved nuxt template dst to invalidate modules (6cd3352de)
  • nuxt: Return null map for empty plugin metadata (302a66da9)
  • kit: Resolve module paths before appending subpaths (#29955)
  • nuxt: Recompile templates on change events (#29954)
  • nuxt: Do not include <NuxtWelcome> when building (#29956)
  • nuxt: Allow scanning metadata from 2+ files at same path (#29969)
  • nuxt: Do not disallow importing nitro dependencies (#29975)

💅 Refactors

  • nuxt: Define layouts as async vue components (#29957)

📖 Documentation

  • Update custom environment example (e3759ad55)
  • Update minimal example (7973f5ed4)
  • Add tip about islands directory (#29913)
  • Fix typo in composable name (#29910)
  • Rename @​nuxt/auth to @​nuxt/auth-utils in roadmap (#29906)
  • Capitalize text (#29938)
  • Improve clarity in seo meta example (#29930)
  • Update getting started to include WebStorm (#29845)

🏡 Chore

  • Remove unused imports and update eslint config (#29876)

✅ Tests

🤖 CI

❤️ Contributors

v3.14.159

... (truncated)

Commits
  • 3894e9d v3.14.1592
  • fbd5c33 test: add import protection test
  • cfdbbb4 fix(nuxt): do not disallow importing nitro dependencies (#29975)
  • cea11d5 fix(nuxt): allow scanning metadata from 2+ files at same path (#29969)
  • 003ceac chore(deps): update all non-major dependencies (3.x) (#29951)
  • c4ede9b refactor(nuxt): define layouts as async vue components (#29957)
  • c576d8b fix(nuxt): do not include \<NuxtWelcome> when building (#29956)
  • 8e0f731 fix(nuxt): recompile templates on change events (#29954)
  • 302a66d fix(nuxt): return null map for empty plugin metadata
  • d44408e fix(nuxt): handle empty plugin files
  • Additional commits viewable in compare view

Updates nuxt-auth-utils from 0.0.14 to 0.5.5

Release notes

Sourced from nuxt-auth-utils's releases.

v0.5.5

compare changes

🚀 Enhancements

  • New OAuth Provider: WorkOS (bfa2a88)
  • New OAuth Provider: Seznam (#285)
  • webauthn: Add event to validateUser to track authenticated users (#287)

🏡 Chore

  • Update packageManager to pnpm 9.13.2 (fc0d991)

❤️ Contributors

v0.5.4

compare changes

🚀 Enhancements

  • Forward set-cookie header for useUserSession().clear() (#282)

🏡 Chore

❤️ Contributors

v0.5.3

compare changes

🚀 Enhancements

🩹 Fixes

  • composable: Use same context for clear and fetch (#278)

🏡 Chore

... (truncated)

Changelog

Sourced from nuxt-auth-utils's changelog.

v0.5.5

compare changes

🚀 Enhancements

  • Add workos oauth provider (bfa2a88)
  • Add seznam oauth provider (#285)
  • webauthn: Add event to validateUser to track authenticated users (#287)

🏡 Chore

  • Update packageManager to pnpm 9.13.2 (fc0d991)

❤️ Contributors

v0.5.4

compare changes

🚀 Enhancements

  • Forward set-cookie header for useUserSession().clear() (#282)

🏡 Chore

❤️ Contributors

v0.5.3

compare changes

🚀 Enhancements

🩹 Fixes

  • composable: Use same context for clear and fetch (#278)

... (truncated)

Commits
  • 5392da9 feat(webauthn): add event to validateUser to track authenticated users (#287)
  • fc0d991 chore: update packageManager to pnpm 9.13.2
  • db876cf feat: add seznam oauth provider (#285)
  • bfa2a88 feat: add workos oauth provider
  • 21bff83 chore(release): v0.5.4
  • 139197b chore: rename jtw to jwt
  • ffafb2c chore: update deps
  • f147d1a feat: forward set-cookie header for useUserSession().clear() (#282)
  • 5d58645 chore: fix types
  • 7633e27 chore: add SessionConfig type
  • Additional commits viewable in compare view

Updates utf-8-validate from 6.0.3 to 6.0.5

Commits
  • 4a9a057 [dist] 6.0.5
  • 2d307f0 [deps] Update is_utf8 to version 1.4.1
  • 40a800e [build] Fix invalid escape sequence
  • 4f2e1fa [doc] Add a note about parameter validation
  • dbab3ca [ci] Update softprops/action-gh-release action to v2
  • b5fa988 [ci] Do not test on node 16
  • d3b8a1e [pkg] Normalize repository URL
  • 8d159b3 [dist] 6.0.4
  • e836b85 [deps] Update is_utf8 to version 1.3.2
  • 8f34cc8 [ci] Test on node 22
  • Additional commits viewable in compare view

Updates zod from 3.22.4 to 3.23.8

Release notes

Sourced from zod's releases.

v3.23.8

Commits:

  • 0f4d403558ae0490c711e4c2bfcf6c200bd14e11 Add Bronze logos (#3470)
  • 19687315b5b24bbd1ff6c346bfc2975700221748 Tweak tiers (#3471)
  • eda7df314399929f7ed737423868a5a0780cd944 Change RefinementCtx to interface
  • ca42965df46b2f7e2747db29c40a26bcb32a51d5 v3.23.8

v3.23.7

Commits:

  • 29d2ea2a15f0b1ac4b89138041f786a3dafc490b Add copper
  • d969423266fccee56ef769da6744cc8bacb04550 Fix #3437: extendShape erases JSDoc property documentation (#3463)
  • 2239ff3ccc9af4d28bee27bd6fb2a5632844480b Add social crow
  • f985b5b922cb357dbf4b25bb43814d19f838e046 3.23.7

v3.23.6

Commits:

  • bc0095aab9e7254deb18701adc63de128ca2c742 Test on latest node
  • 6e5699a30373cc22879f2bcb6902fc138518c980 Lint on latest node
  • 1f466d9d00f446d7bed1962990e7a1ce813ab0d4 describe how one can protect from cyclical objects starting an infini… (#3447)
  • 3fed6f21e0ea7adc91aa0cc44f75bcf4e526d98e Add zod playground link (#3454)
  • 04e1f379f6989d23dd45660fcabc78f76d7834f8 Fixed freezing async ZodReadonly results (#3457)
  • b87e59d0e4bbb4403bf27243afdcda9fcdeec258 Update sponsor tiers (#3453)
  • 143886151bba3930bdcc10d34a1cff4bf9103ba8 Add copper tier (#3460)
  • ce3711e1384952d255769b9495f9bfadfb327291 add VSCode dev container support and documenation
  • 93b480b12ec3466cbd3b4182f7ce292e5c61528c v3.23.6

v3.23.5

Commits:

  • 110b8211f991b3e060ab2da4fec7b63d600439ad Update README_ZH.md (#3433)
  • c1910bdfc98709b8f14231e2cefc5a3be401e3ee Made ZodEnum take readonly string array (#3444)
  • 541a862e978f96eb391849a6bf16be84231aa1b3 3.23.5

v3.23.4

Commits:

  • 157b18d742c86d85b26a8421af46ad6d6d6b6ea7 Add 3.23 announcement
  • aedf93f1435a29463d915c3be45b4dcbeefa8cc1 Revert change to default Input
  • 45107f7a7230fe48ee24dc37e621422c9dc64ec4 v3.23.4

v3.23.3

Commits:

  • 103d2436f85872ca0e0e6247652989cc93d46a39 3.23.3

v3.23.2

Commits:

... (truncated)

Commits

Updates @nuxt/devtools from 1.0.8 to 1.6.1

Release notes

Sourced from @​nuxt/devtools's releases.

v1.6.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v1.6.0

   🐞 Bug Fixes

Bumps the deps group in /nuxt-todos-edge with 14 updates:

| Package | From | To |
| --- | --- | --- |
| [@iconify-json/simple-icons](https://github.com/iconify/icon-sets) | `1.1.90` | `1.2.13` |
| [@libsql/client](https://github.com/libsql/libsql-client-ts) | `0.3.6` | `0.14.0` |
| [@nuxt/ui](https://github.com/nuxt/ui) | `2.13.0` | `2.19.2` |
| [better-sqlite3](https://github.com/WiseLibs/better-sqlite3) | `9.4.0` | `11.6.0` |
| [drizzle-kit](https://github.com/drizzle-team/drizzle-orm) | `0.20.14` | `0.28.1` |
| [drizzle-orm](https://github.com/drizzle-team/drizzle-orm) | `0.29.3` | `0.36.4` |
| [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt) | `3.10.1` | `3.14.1592` |
| [nuxt-auth-utils](https://github.com/atinux/nuxt-auth-utils) | `0.0.14` | `0.5.5` |
| [utf-8-validate](https://github.com/websockets/utf-8-validate) | `6.0.3` | `6.0.5` |
| [zod](https://github.com/colinhacks/zod) | `3.22.4` | `3.23.8` |
| [@nuxt/devtools](https://github.com/nuxt/devtools/tree/HEAD/packages/devtools) | `1.0.8` | `1.6.1` |
| [@nuxt/eslint-config](https://github.com/nuxt/eslint/tree/HEAD/packages/eslint-config) | `0.2.0` | `0.7.2` |
| [eslint](https://github.com/eslint/eslint) | `8.56.0` | `8.57.1` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.3.3` | `5.7.2` |


Updates `@iconify-json/simple-icons` from 1.1.90 to 1.2.13
- [Commits](https://github.com/iconify/icon-sets/commits)

Updates `@libsql/client` from 0.3.6 to 0.14.0
- [Changelog](https://github.com/tursodatabase/libsql-client-ts/blob/main/CHANGELOG.md)
- [Commits](tursodatabase/libsql-client-ts@v0.3.6...v0.14.0)

Updates `@nuxt/ui` from 2.13.0 to 2.19.2
- [Release notes](https://github.com/nuxt/ui/releases)
- [Changelog](https://github.com/nuxt/ui/blob/v2.19.2/CHANGELOG.md)
- [Commits](nuxt/ui@v2.13.0...v2.19.2)

Updates `better-sqlite3` from 9.4.0 to 11.6.0
- [Release notes](https://github.com/WiseLibs/better-sqlite3/releases)
- [Commits](WiseLibs/better-sqlite3@v9.4.0...v11.6.0)

Updates `drizzle-kit` from 0.20.14 to 0.28.1
- [Release notes](https://github.com/drizzle-team/drizzle-orm/releases)
- [Commits](https://github.com/drizzle-team/drizzle-orm/commits/[email protected])

Updates `drizzle-orm` from 0.29.3 to 0.36.4
- [Release notes](https://github.com/drizzle-team/drizzle-orm/releases)
- [Commits](drizzle-team/drizzle-orm@0.29.3...0.36.4)

Updates `nuxt` from 3.10.1 to 3.14.1592
- [Release notes](https://github.com/nuxt/nuxt/releases)
- [Commits](https://github.com/nuxt/nuxt/commits/v3.14.1592/packages/nuxt)

Updates `nuxt-auth-utils` from 0.0.14 to 0.5.5
- [Release notes](https://github.com/atinux/nuxt-auth-utils/releases)
- [Changelog](https://github.com/atinux/nuxt-auth-utils/blob/main/CHANGELOG.md)
- [Commits](atinux/nuxt-auth-utils@v0.0.14...v0.5.5)

Updates `utf-8-validate` from 6.0.3 to 6.0.5
- [Release notes](https://github.com/websockets/utf-8-validate/releases)
- [Commits](websockets/utf-8-validate@v6.0.3...v6.0.5)

Updates `zod` from 3.22.4 to 3.23.8
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/main/CHANGELOG.md)
- [Commits](colinhacks/zod@v3.22.4...v3.23.8)

Updates `@nuxt/devtools` from 1.0.8 to 1.6.1
- [Release notes](https://github.com/nuxt/devtools/releases)
- [Changelog](https://github.com/nuxt/devtools/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nuxt/devtools/commits/v1.6.1/packages/devtools)

Updates `@nuxt/eslint-config` from 0.2.0 to 0.7.2
- [Release notes](https://github.com/nuxt/eslint/releases)
- [Commits](https://github.com/nuxt/eslint/commits/v0.7.2/packages/eslint-config)

Updates `eslint` from 8.56.0 to 8.57.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.56.0...v8.57.1)

Updates `typescript` from 5.3.3 to 5.7.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.3.3...v5.7.2)

---
updated-dependencies:
- dependency-name: "@iconify-json/simple-icons"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@libsql/client"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@nuxt/ui"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: better-sqlite3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: deps
- dependency-name: drizzle-kit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: drizzle-orm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: nuxt
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: nuxt-auth-utils
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: utf-8-validate
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: zod
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@nuxt/devtools"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@nuxt/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 26, 2024
Copy link

codesandbox bot commented Nov 26, 2024

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

Copy link

github-actions bot commented Nov 26, 2024

This is a helpful bot that generates a list of changed templates!

Updated Examples

/nuxt-todos-edge

nuxt-todos-edge

Bumps the deps group in /nuxt-todos-edge with 14 updates:

| Package | From | To |
| --- | --- | --- |
| [@iconify-json/simple-icons](https://github.com/iconify/icon-sets) | `1.1.90` | `1.2.13` |
| [@libsql/client](https://github.com/libsql/libsql-client-ts) | `0.3.6` | `0.14.0` |
| [@nuxt/ui](https://github.com/nuxt/ui) | `2.13.0` | `2.19.2` |
| [better-sqlite3](https://github.com/WiseLibs/better-sqlite3) | `9.4.0` | `11.6.0` |
| [drizzle-kit](https://github.com/drizzle-team/drizzle-orm) | `0.20.14` | `0.28.1` |
| [drizzle-orm](https://github.com/drizzle-team/drizzle-orm) | `0.29.3` | `0.36.4` |
| [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt) | `3.10.1` | `3.14.1592` |
| [nuxt-auth-utils](https://github.com/atinux/nuxt-auth-utils) | `0.0.14` | `0.5.5` |
| [utf-8-validate](https://github.com/websockets/utf-8-validate) | `6.0.3` | `6.0.5` |
| [zod](https://github.com/colinhacks/zod) | `3.22.4` | `3.23.8` |
| [@nuxt/devtools](https://github.com/nuxt/devtools/tree/HEAD/packages/devtools) | `1.0.8` | `1.6.1` |
| [@nuxt/eslint-config](https://github.com/nuxt/eslint/tree/HEAD/packages/eslint-config) | `0.2.0` | `0.7.2` |
| [eslint](https://github.com/eslint/eslint) | `8.56.0` | `8.57.1` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.3.3` | `5.7.2` |


Updates `@iconify-json/simple-icons` from 1.1.90 to 1.2.13
- [Commits](https://github.com/iconify/icon-sets/commits)

Updates `@libsql/client` from 0.3.6 to 0.14.0
- [Changelog](https://github.com/tursodatabase/libsql-client-ts/blob/main/CHANGELOG.md)
- [Commits](tursodatabase/libsql-client-ts@v0.3.6...v0.14.0)

Updates `@nuxt/ui` from 2.13.0 to 2.19.2
- [Release notes](https://github.com/nuxt/ui/releases)
- [Changelog](https://github.com/nuxt/ui/blob/v2.19.2/CHANGELOG.md)
- [Commits](nuxt/ui@v2.13.0...v2.19.2)

Updates `better-sqlite3` from 9.4.0 to 11.6.0
- [Release notes](https://github.com/WiseLibs/better-sqlite3/releases)
- [Commits](WiseLibs/better-sqlite3@v9.4.0...v11.6.0)

Updates `drizzle-kit` from 0.20.14 to 0.28.1
- [Release notes](https://github.com/drizzle-team/drizzle-orm/releases)
- [Commits](https://github.com/drizzle-team/drizzle-orm/commits/[email protected])

Updates `drizzle-orm` from 0.29.3 to 0.36.4
- [Release notes](https://github.com/drizzle-team/drizzle-orm/releases)
- [Commits](drizzle-team/drizzle-orm@0.29.3...0.36.4)

Updates `nuxt` from 3.10.1 to 3.14.1592
- [Release notes](https://github.com/nuxt/nuxt/releases)
- [Commits](https://github.com/nuxt/nuxt/commits/v3.14.1592/packages/nuxt)

Updates `nuxt-auth-utils` from 0.0.14 to 0.5.5
- [Release notes](https://github.com/atinux/nuxt-auth-utils/releases)
- [Changelog](https://github.com/atinux/nuxt-auth-utils/blob/main/CHANGELOG.md)
- [Commits](atinux/nuxt-auth-utils@v0.0.14...v0.5.5)

Updates `utf-8-validate` from 6.0.3 to 6.0.5
- [Release notes](https://github.com/websockets/utf-8-validate/releases)
- [Commits](websockets/utf-8-validate@v6.0.3...v6.0.5)

Updates `zod` from 3.22.4 to 3.23.8
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/main/CHANGELOG.md)
- [Commits](colinhacks/zod@v3.22.4...v3.23.8)

Updates `@nuxt/devtools` from 1.0.8 to 1.6.1
- [Release notes](https://github.com/nuxt/devtools/releases)
- [Changelog](https://github.com/nuxt/devtools/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nuxt/devtools/commits/v1.6.1/packages/devtools)

Updates `@nuxt/eslint-config` from 0.2.0 to 0.7.2
- [Release notes](https://github.com/nuxt/eslint/releases)
- [Commits](https://github.com/nuxt/eslint/commits/v0.7.2/packages/eslint-config)

Updates `eslint` from 8.56.0 to 8.57.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.56.0...v8.57.1)

Updates `typescript` from 5.3.3 to 5.7.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.3.3...v5.7.2)

---
updated-dependencies:
- dependency-name: "@iconify-json/simple-icons"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@libsql/client"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@nuxt/ui"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: better-sqlite3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: deps
- dependency-name: drizzle-kit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: drizzle-orm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: nuxt
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: nuxt-auth-utils
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: utf-8-validate
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: zod
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@nuxt/devtools"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@nuxt/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nuxt-todos-edge/deps-5d08d33b3c branch from d938a9f to 1506d34 Compare November 27, 2024 06:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant