Skip to content

chore(deps): bump the minor-updates group with 8 updates#663

Merged
NicolasRichel merged 1 commit intodevelopfrom
dependabot/npm_and_yarn/minor-updates-9287d127fd
Apr 27, 2026
Merged

chore(deps): bump the minor-updates group with 8 updates#663
NicolasRichel merged 1 commit intodevelopfrom
dependabot/npm_and_yarn/minor-updates-9287d127fd

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 27, 2026

Bumps the minor-updates group with 8 updates:

Package From To
@paddle/paddle-js 1.6.2 1.6.4
maplibre-gl 5.23.0 5.24.0
vue 3.5.32 3.5.33
vue-i18n 11.3.2 11.4.0
vue-router 5.0.4 5.0.6
cypress 15.14.0 15.14.1
eslint-plugin-vue 10.8.0 10.9.0
vite 8.0.9 8.0.10

Updates @paddle/paddle-js from 1.6.2 to 1.6.4

Release notes

Sourced from @​paddle/paddle-js's releases.

v1.6.4

Version 1.6.4

What's Changed

New Contributors

Full Changelog: PaddleHQ/paddle-js-wrapper@v1.6.2...v1.6.4

v1.6.3

Version 1.6.3

What's Changed

New Contributors

Full Changelog: PaddleHQ/paddle-js-wrapper@v1.6.1...v1.6.3

Changelog

Sourced from @​paddle/paddle-js's changelog.

1.6.4 - 2026-04-21

Added

  • Added express to the Variant type for checkout settings.

1.6.3-next.0 - 2026-03-27

Added

  • Added CLP (Chilean peso) and PEN (Peruvian sol) currencies.

1.6.2-next.0 - 2026-02-02

Added

  • Added wechat_pay to AvailablePaymentMethod type.
  • Added WECHAT_PAY to CheckoutEventsPaymentMethodTypes enum.

1.6.1-next.0 - 2025-12-08

Added

  • Added CHECKOUT_PAYMENT_ERROR event name ('checkout.payment.error') to CheckoutEventNames enum.
  • Added name field to CheckoutEventError interface to match the actual error event payload structure.

Changed

  • Updated CheckoutEventError interface to reflect the actual error event payload structure. Error events now have all fields (name, type, code, detail, documentation_url) at the top level instead of nested in an error object.
  • Removed error?: CheckoutEventError property from PaddleEventData interface as error events no longer use a nested error object structure.

1.6.0-next.0 - 2025-11-11

GitHub release only - No functional changes since 1.5.1

1.5.1-next.0 - 2025-11-11

Added

  • Updated AvailablePaymentMethod union to include korean payment methods, BLIK, MB WAY, Pix and UPI.

1.5.0-next.0 - 2025-11-11

Added

  • Added support for upsell

1.4.2-next.0 - 2025-06-18

... (truncated)

Commits

Updates maplibre-gl from 5.23.0 to 5.24.0

Release notes

Sourced from maplibre-gl's releases.

v5.24.0

✨ Features and improvements

  • GPU performance optimization: Render halo and glyph in a single pass (-40% Time Reduction) (#7436) (by @​xavierjs)
  • Optimize matrix inversions and reduce GPU stalls (#7367) (by @​xavierjs)
  • Add example showing how to measure map performance using built-in events (load, idle, render) (#7077) (by @​CommanderStorm)

🐞 Bug fixes

Changelog

Sourced from maplibre-gl's changelog.

5.24.0

✨ Features and improvements

  • GPU performance optimization: Render halo and glyph in a single pass (-40% Time Reduction) (#7436) (by @​xavierjs)
  • Optimize matrix inversions and reduce GPU stalls (#7367) (by @​xavierjs)
  • Add example showing how to measure map performance using built-in events (load, idle, render) (#7077) (by @​CommanderStorm)

🐞 Bug fixes

Commits
  • fd31bd8 Bump js version to 5.24.0 (#7509)
  • 859e6fa chore(deps-dev): bump rollup from 4.60.1 to 4.60.2 (#7508)
  • 1401f2d chore(deps): bump actions/setup-node from 6.3.0 to 6.4.0 (#7507)
  • 57f77d3 chore(deps): bump dependabot/fetch-metadata from 3.0.0 to 3.1.0 (#7506)
  • 1d3c3f4 Update PR template to include AI policy confirmation (#7505)
  • b30f011 docs: Improve documentation for MapOptions hash parameter (#7503)
  • d1614ef chore(deps-dev): bump devtools-protocol from 0.0.1616338 to 0.0.1617013 (#7504)
  • d44f14b Fix author attribution for touchZoomRotate features (#7502)
  • 018c3a0 Symbol SDF Performance Optimization: Render Halo and Glyph in a Single Pass (...
  • 38f6798 chore(deps-dev): bump diff from 8.0.4 to 9.0.0 (#7497)
  • Additional commits viewable in compare view

Updates vue from 3.5.32 to 3.5.33

Release notes

Sourced from vue's releases.

v3.5.33

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

Changelog

Sourced from vue's changelog.

3.5.33 (2026-04-22)

Bug Fixes

Commits
  • 3310eea release: v3.5.33
  • bb9d265 fix(compiler-sfc): handle nested :deep in selector pseudos (#14725)
  • 60402cd Revert "chore(deps): update pnpm/action-setup action to v6" (#14749)
  • 11fb2fd fix(runtime-dom): preserve textarea resize dimensions (#14747)
  • 974e2d2 chore(deps): update test (#14713)
  • 45990ce fix(transition): preserve placeholder for conditional explicit default slots ...
  • 6a61f44 fix(teleport): don't move teleport children if not mounted (#14702)
  • e7659be fix(reactivity): unlink effect scopes on out-of-order off (#14734)
  • 268115d chore: update pnpm config (#14694)
  • 24f26f4 chore(deps): update pnpm/action-setup action to v6 (#14716)
  • Additional commits viewable in compare view

Updates vue-i18n from 11.3.2 to 11.4.0

Release notes

Sourced from vue-i18n's releases.

v11.4.0

What's Changed

🌟 Features

Full Changelog: intlify/vue-i18n@v11.3.2...v11.4.0

Commits

Updates vue-router from 5.0.4 to 5.0.6

Release notes

Sourced from vue-router's releases.

v5.0.6

   🐞 Bug Fixes

    View changes on GitHub

v5.0.5

   🚀 Features

   🐞 Bug Fixes

  • Track definePage imports per-file to fix named view race condition  -  by @​posva (11191)
  • Avoid double decoding hash on string location  -  by @​posva (1578c)
    View changes on GitHub
Commits
  • 03e2337 release: vue-router@5.0.6
  • 32f78c7 fix: missing closing quote in generated import (#2688)
  • 7a41931 release: vue-router@5.0.5
  • 1578c9e fix: avoid double decoding hash on string location
  • 1e7d2cd chore(release): show last tag and relative date in package prompt
  • dacc763 chore: update sponsors
  • c24b418 build: support git worktrees in verifyCommit script
  • 11191bc fix: track definePage imports per-file to fix named view race condition
  • 8e5f147 style: avoid worktrees
  • 0a043f2 chore: disable no-this-alias rule and remove inline suppression comments
  • Additional commits viewable in compare view

Updates cypress from 15.14.0 to 15.14.1

Release notes

Sourced from cypress's releases.

v15.14.1

Changelog: https://docs.cypress.io/app/references/changelog#15-14-1

Commits
  • 6e050ec chore: prepare for 15.14.1 release (#33636)
  • 3bd5575 chore: convert glob -> find_process -> profile_cleaner to TypeScript (#33627)
  • 23a4875 chore: refactor server request to TypeScript (#33610)
  • c0b3929 chore: release @​cypress/vite-dev-server-v7.3.1
  • af3cdf5 chore: convert cache_buster to TypeScript (#33624)
  • 7a74773 chore: convert chrome_policy_check to TypeScript (#33625)
  • f652605 fix: (vite-dev-server) wait for support file (#33487)
  • 593c22e perf: dispose mocha runner on run completion to prevent memory leak on rerun ...
  • ddc05e5 chore: Attach fatal run errors to the active test for Cloud results (#33617)
  • e5f0b32 chore: remove release dates from cli/CHANGELOG.md (#33603)
  • Additional commits viewable in compare view

Updates eslint-plugin-vue from 10.8.0 to 10.9.0

Release notes

Sourced from eslint-plugin-vue's releases.

v10.9.0

Minor Changes

Patch Changes

Changelog

Sourced from eslint-plugin-vue's changelog.

10.9.0

Minor Changes

Patch Changes

Commits

Updates vite from 8.0.9 to 8.0.10

Release notes

Sourced from vite's releases.

v8.0.10

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

8.0.10 (2026-04-23)

Features

Bug Fixes

  • hmrClient.logger.debug and hmrClient.logger.error looked different from other HMR logs (#22147) (a4d828f)
  • css: show filename in CSS minification warnings for .css?inline (#22292) (83f0a78)
  • optimizer: allow user transform.target to override default in optimizeDeps (#22273) (5c7cec6)
  • remove format sniffing module resolution from JS resolver (#22297) (b8a21cc)

Code Refactoring

Commits
  • 32c2978 release: v8.0.10
  • a4d06d9 feat: update rolldown to 1.0.0-rc.17 (#22299)
  • a4d828f fix: hmrClient.logger.debug and hmrClient.logger.error looked different f...
  • 83f0a78 fix(css): show filename in CSS minification warnings for .css?inline (#22292)
  • b8a21cc fix: remove format sniffing module resolution from JS resolver (#22297)
  • 40a0847 refactor: typecheck client directory (#22284)
  • 5c7cec6 fix(optimizer): allow user transform.target to override default in optimizeDe...
  • 9437518 refactor: enable some typecheck rules (#22278)
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor-updates group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@paddle/paddle-js](https://github.com/PaddleHQ/paddle-js-wrapper) | `1.6.2` | `1.6.4` |
| [maplibre-gl](https://github.com/maplibre/maplibre-gl-js) | `5.23.0` | `5.24.0` |
| [vue](https://github.com/vuejs/core) | `3.5.32` | `3.5.33` |
| [vue-i18n](https://github.com/intlify/vue-i18n/tree/HEAD/packages/vue-i18n) | `11.3.2` | `11.4.0` |
| [vue-router](https://github.com/vuejs/router) | `5.0.4` | `5.0.6` |
| [cypress](https://github.com/cypress-io/cypress) | `15.14.0` | `15.14.1` |
| [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) | `10.8.0` | `10.9.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.0.9` | `8.0.10` |


Updates `@paddle/paddle-js` from 1.6.2 to 1.6.4
- [Release notes](https://github.com/PaddleHQ/paddle-js-wrapper/releases)
- [Changelog](https://github.com/PaddleHQ/paddle-js-wrapper/blob/main/CHANGELOG.md)
- [Commits](PaddleHQ/paddle-js-wrapper@v1.6.2...v1.6.4)

Updates `maplibre-gl` from 5.23.0 to 5.24.0
- [Release notes](https://github.com/maplibre/maplibre-gl-js/releases)
- [Changelog](https://github.com/maplibre/maplibre-gl-js/blob/main/CHANGELOG.md)
- [Commits](maplibre/maplibre-gl-js@v5.23.0...v5.24.0)

Updates `vue` from 3.5.32 to 3.5.33
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.32...v3.5.33)

Updates `vue-i18n` from 11.3.2 to 11.4.0
- [Release notes](https://github.com/intlify/vue-i18n/releases)
- [Changelog](https://github.com/intlify/vue-i18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/intlify/vue-i18n/commits/v11.4.0/packages/vue-i18n)

Updates `vue-router` from 5.0.4 to 5.0.6
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](vuejs/router@v5.0.4...v5.0.6)

Updates `cypress` from 15.14.0 to 15.14.1
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v15.14.0...v15.14.1)

Updates `eslint-plugin-vue` from 10.8.0 to 10.9.0
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Changelog](https://github.com/vuejs/eslint-plugin-vue/blob/master/CHANGELOG.md)
- [Commits](vuejs/eslint-plugin-vue@v10.8.0...v10.9.0)

Updates `vite` from 8.0.9 to 8.0.10
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v8.0.10/packages/vite)

---
updated-dependencies:
- dependency-name: "@paddle/paddle-js"
  dependency-version: 1.6.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: maplibre-gl
  dependency-version: 5.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: vue
  dependency-version: 3.5.33
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: vue-i18n
  dependency-version: 11.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: vue-router
  dependency-version: 5.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: cypress
  dependency-version: 15.14.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: eslint-plugin-vue
  dependency-version: 10.9.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: vite
  dependency-version: 8.0.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 27, 2026
@NicolasRichel NicolasRichel merged commit e144e6d into develop Apr 27, 2026
2 of 3 checks passed
@NicolasRichel NicolasRichel deleted the dependabot/npm_and_yarn/minor-updates-9287d127fd branch April 27, 2026 13:43
@Bimdata-io
Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 1.4.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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 released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants