Skip to content

fix(deps): bump the majorprod group across 1 directory with 2 updates#1675

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/master/majorprod-c3185743bc
Open

fix(deps): bump the majorprod group across 1 directory with 2 updates#1675
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/master/majorprod-c3185743bc

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Bumps the majorprod group with 2 updates in the / directory: @vuecs/theme-tailwind and typeorm.

Updates @vuecs/theme-tailwind from 4.0.0 to 5.0.0

Release notes

Sourced from @​vuecs/theme-tailwind's releases.

forms: v5.0.0

5.0.0 (2026-06-02)

⚠ BREAKING CHANGES

  • forms: :validation bundle prop + FieldValidation type on VCFormGroup (#1607)

Features

  • forms: :validation bundle prop + FieldValidation type on VCFormGroup (#1607) (73b202d)

Bug Fixes

  • deps: bump the minorandpatch group across 1 directory with 8 updates (#1604) (aa834bb)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​vuecs/core bumped from ^3.1.0 to ^3.1.1
    • peerDependencies
      • @​vuecs/core bumped from ^3.1.0 to ^3.1.1

theme-bulma: v5.0.0

5.0.0 (2026-06-11)

⚠ BREAKING CHANGES

  • navigation: @​vuecs/navigation 3.0 removes NavigationManager and the install-time item list. install() now provides only an empty reactive registry. Each owns its items via the :resolver prop (array, sync, or async fn); navs opt into publishing via registry + registry-id, and dependent navs read another nav's state via the resolver context's registry(id).
  • table: client-sort + multi-column + custom comparators (plan 033 v1.x-B) (#1575)
  • list: compound API redesign + selection v-model (plan 027) (#1565)
  • design: per-theme useColorPalette no longer auto-wires the CSP nonce. CSP-strict consumers pass nonce explicitly:
  • palette runtime moved out of @​vuecs/design into @​vuecs/theme-tailwind; Nuxt palette concerns moved out of @​vuecs/nuxt into the new @​vuecs/theme-tailwind-nuxt module. Identifiers renamed from palettecolorPalette (useColorPalette, setColorPalette, bindColorPalette, applyColorPaletteCss, renderColorPaletteStyles, ColorPaletteConfig, TailwindColorPaletteName, COLOR_PALETTE_STYLE_ELEMENT_ID, …) for symmetry with useColorMode.

Features

  • add @​vuecs/theme-bulma + extend design-tokens docs (#1535) (9c7d79c)
  • decouple @​vuecs/design from Tailwind (plan 017) (#1536) (f108686)
  • design,themes,nuxt: csp nonce wiring for palette style (plan 01… (#1549) (b9eb1a0)
  • design,themes: generic useColorPalette dispatcher (#1546) (88f6ad2)
  • design: collapse per-theme useColorPalette into @​vuecs/design (plan 026) (#1563) (66ac3f5)
  • design: standalone subpath for tailwind-free consumers (plan 015 P3) (#1555) (31e5faa)
  • elements: alert + collapse compounds (plans 031 + 032) (#1570) (b4618e2)
  • elements: card compound — VCCard + Header/Title/Description/Body/Footer (plan 030) (#1566) (53f242a)
  • forms: propagate FormGroup severity to child inputs via context (#1615) (a8b6193)
  • list: compound API redesign + selection v-model (plan 027) (#1565) (2b6c45a)

... (truncated)

Changelog

Sourced from @​vuecs/theme-tailwind's changelog.

5.0.0 (2026-06-11)

⚠ BREAKING CHANGES

  • navigation: @​vuecs/navigation 3.0 removes NavigationManager and the install-time item list. install() now provides only an empty reactive registry. Each owns its items via the :resolver prop (array, sync, or async fn); navs opt into publishing via registry + registry-id, and dependent navs read another nav's state via the resolver context's registry(id).
  • table: client-sort + multi-column + custom comparators (plan 033 v1.x-B) (#1575)
  • list: compound API redesign + selection v-model (plan 027) (#1565)
  • design: per-theme useColorPalette no longer auto-wires the CSP nonce. CSP-strict consumers pass nonce explicitly:
  • nuxt: collapse @​vuecs/theme-tailwind-nuxt into @​vuecs/nuxt (pl… (#1559)
  • palette runtime moved out of @​vuecs/design into @​vuecs/theme-tailwind; Nuxt palette concerns moved out of @​vuecs/nuxt into the new @​vuecs/theme-tailwind-nuxt module. Identifiers renamed from palettecolorPalette (useColorPalette, setColorPalette, bindColorPalette, applyColorPaletteCss, renderColorPaletteStyles, ColorPaletteConfig, TailwindColorPaletteName, COLOR_PALETTE_STYLE_ELEMENT_ID, …) for symmetry with useColorMode.
  • gravatar: rendered DOM changed from to …. Consumers styling against img.vc-gravatar need to retarget the new shape. The gravatar theme key still applies — its classes now compose onto the wrapper via extend(), so per-instance theming continues to work without changes.
  • is gone — use . The package is unreleased so no compat shim ships.
  • VCFormSelect's themeClass.root slot is renamed to themeClass.trigger to reflect the new compound DOM. Consumers passing themeClass={ root: ... } need to migrate to themeClass={ trigger: ... }.

Features

  • add @​vuecs/elements + <VCHoverCard> + (plan 013) (#1529) (4df0db1)
  • add composables + separate button (#1515) (e876b6e)
  • decouple @​vuecs/design from Tailwind (plan 017) (#1536) (f108686)
  • demo/playground split, stepper context, structural-CSS color is… (#1533) (4f3b053)
  • design,themes,nuxt: csp nonce wiring for palette style (plan 01… (#1549) (b9eb1a0)
  • design,themes: generic useColorPalette dispatcher (#1546) (88f6ad2)
  • design: collapse per-theme useColorPalette into @​vuecs/design (plan 026) (#1563) (66ac3f5)
  • design: standalone subpath for tailwind-free consumers (plan 015 P3) (#1555) (31e5faa)
  • elements,gravatar: semantic size variant on <VCAvatar>, display… (#1532) (bf5f61a)
  • elements: alert + collapse compounds (plans 031 + 032) (#1570) (b4618e2)
  • elements: card compound — VCCard + Header/Title/Description/Body/Footer (plan 030) (#1566) (53f242a)
  • forms: propagate FormGroup severity to child inputs via context (#1615) (a8b6193)
  • gravatar: compose <VCAvatar> from @​vuecs/elements (#1530) (63fc3ef)
  • list: compound API redesign + selection v-model (plan 027) (#1565) (2b6c45a)
  • migrate VCFormSelect to Reka Select primitives, theme VCFormSelectSearch (#1527) (7e10319)
  • navigation: per-call-site :data prop + registry (plan 037) (#1618) (6476683)
  • nuxt: collapse @​vuecs/theme-tailwind-nuxt into @​vuecs/nuxt (pl… (#1559) (9dbca23)
  • overlays: add @​vuecs/overlays with Modal/Popover/Tooltip/DropdownMenu/ContextMenu (#1518) (4c8e934)
  • overlays: toast compound + useToast shared queue (plan 029) (#1569) (262e94a)
  • placeholder: add @​vuecs/placeholder skeleton loading package (closes #1476) (#1583) (965facf)
  • redesign @​vuecs/list-controls@​vuecs/list with compound API (#1525) (b6a44b7)
  • rename @​vuecs/form-controls@​vuecs/forms, migrate to Reka pri… (#1522) (b633851)
  • shared usePalette + useColorMode composables in @​vuecs/design (#1514) (d0dc920)
  • table: client-sort + multi-column + custom comparators (plan 033 v1.x-B) (#1575) (1ff51f6)
  • table: expandable rows + #expansion slot (plan 038) (#1621) (79904ac)
  • table: semantic-HTML compound + columns driver (plan 028) (#1567) (507bd6b)

Bug Fixes

  • deps: bump the minorandpatch group across 1 directory with 17 updates (#1558) (eae87f0)
  • deps: bump the minorandpatch group across 1 directory with 8 updates (#1604) (aa834bb)
  • forms: square input-group adjacent corners (#1622) (28245f9)

... (truncated)

Commits

Updates typeorm from 0.3.30 to 1.0.0

Release notes

Sourced from typeorm's releases.

1.0.0

TypeORM v1.0 is here! 🥳

👉 For a structured walk-through of the changes in v1.0 — breaking changes, new features, security fixes, and the upgrade path from 0.3.x — see the v1.0 Release Notes.

This release includes breaking changes. See the v1.0 Upgrade Guide

What's Changed

... (truncated)

Changelog

Sourced from typeorm's changelog.

1.0.0 (2026-05-19)

👉 For a structured walk-through of the changes in v1.0 — breaking changes, new features, security fixes, and the upgrade path from 0.3.x — see the v1.0 Release Notes.

The list below is the set of commits between 0.3.30 and 1.0.0 — fixes already shipped on the 0.3.x line are listed under their respective 0.3.x entries below.

Bug Fixes

  • cascade: propagate withDeleted to relation-id loader for many-to-many recover (#12287) (cfba9e7)
  • cascade: support cascade remove for OneToMany relations with composite PKs (#12286) (09183c8)
  • cli: preserve devDependencies needed by init command in published package (#12281) (c3b771c)
  • cockroachdb: preserve structured query results during txn retry replay (#11861) (09db48c)
  • codemod: apply find-options select/relations rewrites to .exists() too (#12399) (4461063)
  • codemod: correct relation-count guidance and flag loadRelationCountAndMap (#12374) (5de5490)
  • codemod: cover ColumnMetadata args.options in column option rewrites (#12400) (7a68cf2)
  • codemod: exclude type declarations from build (#12292) (4c645f0)
  • codemod: handle aliases, quoted keys, and ObjectProperty variants (#12377) (2d15644)
  • codemod: handle lock option objects correctly and increase test coverage (#12353) (b871719)
  • codemod: handle typeof type queries and use getStringValue consistently (#12379) (dedea37)
  • codemod: harden destructure and DI accessor rewrites for connection to dataSource rename (#12398) (057ddbc)
  • codemod: harden scope and type-name detection across more AST shapes (#12394) (9d1fd8d)
  • codemod: harden scope, idempotency, and import-strip semantics (#12391) (ed5a19b)
  • codemod: recognize typeorm deep-path imports (#12382) (a96b097)
  • codemod: rename .connection on EntityMetadata, ColumnMetadata, IndexMetadata (#12383) (8a51e30), closes #12249
  • codemod: rewrite typeorm re-exports in barrel files (#12373) (25f0b5f)
  • codemod: scope v1 transforms to typeorm imports and skip .d.ts files (#12372) (a34fdb2)
  • codemod: track DataSource accessor chains for typed-variable renames (#12385) (14a3132)
  • copy cordova query rows affected into query result (#10873) (ad22c10)
  • disable global order for aggregate functions (#11925) (2efb2a1)
  • do not run npm install during CLI init (#12386) (66aa930)
  • docs: add lunr as explicit dependency for pnpm strict hoisting (f4d435e)
  • docs: align code style (#12081) (5f6eb4c)
  • docs: complete Typesense removal missed during cherry-pick (eb7a5b6)
  • docs: update docs pnpm lockfile for new dependencies (4123db9)
  • eager load relation strategy (#11326) (5797d97)
  • enhance upsert functionality for proper sql generation with table alias (#11915) (42ce630)
  • expo: auto-load expo-sqlite driver via loadDependencies() (#12363) (212c8ef)
  • fix up change detection with date transformer (#11963) (e3e3c97)
  • fix up generated query with .update() (#11993) (fe6c072)
  • fix up join attributes inside bracket (#11218) (d233daa)
  • fix up map objects comparison (#10990) (f66eee7)
  • fix up save with eagerly loaded relation (#11975) (f5cea95)
  • fix working with tables with quotes in the names for postgres and cockroachdb (#10993) (e5a8afb)
  • handle re-save of postgres geometric types (#11857) (65dea3c)
  • handle relation ids in nested embedded entities (#11942) (5237bee)
  • include joined entity primary keys in pagination subquery (#11669) (4ffe666)
  • make shorten method to properly work with camelCase_aliases (#11283) (8a9a376)
  • merging into an entity now respects null values (#11154) (1676484)

... (truncated)

Commits
  • cf3f13f docs: restyle version dropdown for v1 release (#12514)
  • 6997b23 chore: release v1.0.0 (#12510)
  • df09802 fix(cockroachdb): adjust join in loadTables to load correct table columns (#1...
  • f5cc456 fix(find-options): allow array values in JsonContains (#12420)
  • 9440998 fix(mysql)!: use index identifiers instead of raw SQL in QB.useIndex() (#12...
  • a4f26af chore(deps): bump the github-actions-official group with 3 updates (#12483)
  • ac2ffc6 chore(deps): bump the github-actions-third-party group with 3 updates (#12484)
  • 62948a3 revert: fix up limit with joins (#12478)
  • c2b788f ci: pin all GitHub Actions to commit SHAs (#12481)
  • 9284c16 fix(security): validate limit() in Update/SoftDelete query builders (#12436)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 15, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/master/majorprod-c3185743bc branch 2 times, most recently from fd47e1b to a883a59 Compare June 15, 2026 11:33
Bumps the majorprod group with 2 updates in the / directory: [@vuecs/theme-tailwind](https://github.com/tada5hi/vuecs/tree/HEAD/themes/tailwind) and [typeorm](https://github.com/typeorm/typeorm).


Updates `@vuecs/theme-tailwind` from 4.0.0 to 5.0.0
- [Release notes](https://github.com/tada5hi/vuecs/releases)
- [Changelog](https://github.com/tada5hi/vuecs/blob/master/themes/tailwind/CHANGELOG.md)
- [Commits](https://github.com/tada5hi/vuecs/commits/forms-v5.0.0/themes/tailwind)

Updates `typeorm` from 0.3.30 to 1.0.0
- [Release notes](https://github.com/typeorm/typeorm/releases)
- [Changelog](https://github.com/typeorm/typeorm/blob/master/CHANGELOG.md)
- [Commits](typeorm/typeorm@0.3.30...1.0.0)

---
updated-dependencies:
- dependency-name: "@vuecs/theme-tailwind"
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: majorprod
- dependency-name: typeorm
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: majorprod
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/master/majorprod-c3185743bc branch from a883a59 to fee61e6 Compare June 15, 2026 13:58
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.

0 participants