Skip to content

chore(deps): bump the dependencies group across 1 directory with 9 updates#67

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/dependencies-6e6a98e676
Closed

chore(deps): bump the dependencies group across 1 directory with 9 updates#67
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/dependencies-6e6a98e676

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

Bumps the dependencies group with 9 updates in the / directory:

Package From To
@aws-sdk/client-ses 3.958.0 3.990.0
vue 3.5.26 3.5.28
vue-gtag 3.6.3 3.7.0
vue-i18n 11.2.7 11.2.8
autoprefixer 10.4.23 10.4.24
eslint-plugin-prettier 5.5.4 5.5.5
eslint-plugin-vue 10.6.2 10.8.0
prettier 3.7.4 3.8.1
vue-eslint-parser 10.2.0 10.4.0

Updates @aws-sdk/client-ses from 3.958.0 to 3.990.0

Release notes

Sourced from @​aws-sdk/client-ses's releases.

v3.990.0

3.990.0(2026-02-13)

New Features
  • client-inspector2: Added .Net 10 (dotnet10) and Node 24.x (node24.x) runtime support for lambda package scanning (168caeb6)
  • client-sagemaker: Enable g7e instance type support for SageMaker Processing, and enable single file configuration provisioning for HyperPod Slurm, where customers have the option to use HyperPod API to provide the provisioning parameters. (6f77d876)
  • client-ec2: This release adds geography information to EC2 region and availability zone APIs. DescribeRegions now includes a Geography field, while DescribeAvailabilityZones includes both Geography and SubGeography fields, enabling better geographic classification for AWS regions and zones. (eed96c05)
  • client-cloudwatch: Adding new evaluation states that provides information about the alarm evaluation process. Evaluation error Indicates configuration errors in alarm setup that require review and correction. Evaluation failure Indicates temporary CloudWatch issues. (5a085a8a)
  • client-connect: API release for headerr notifications in the admin website. APIs allow customers to publish brief messages (including URLs) to a specified audience, and a new header icon will indicate when unread messages are available. (11a9568e)
Tests

For list of updated packages, view updated-packages.md in assets-3.990.0.zip

v3.989.0

3.989.0(2026-02-12)

Chores
New Features
  • client-ec2: Launching nested virtualization. This feature allows you to run nested VMs inside virtual (non-bare metal) EC2 instances. (9541a839)
Bug Fixes

For list of updated packages, view updated-packages.md in assets-3.989.0.zip

v3.988.0

3.988.0(2026-02-11)

Chores
  • codegen: update for compositeErrorRegistries (#7728) (d20ea16f)
New Features
  • client-kafkaconnect: Support configurable upper limits on task count during autoscaling operations via maxAutoscalingTaskCount parameter. (c996f67d)

... (truncated)

Changelog

Sourced from @​aws-sdk/client-ses's changelog.

3.990.0 (2026-02-13)

Note: Version bump only for package @​aws-sdk/client-ses

3.989.0 (2026-02-12)

Note: Version bump only for package @​aws-sdk/client-ses

3.988.0 (2026-02-11)

Note: Version bump only for package @​aws-sdk/client-ses

3.987.0 (2026-02-10)

Note: Version bump only for package @​aws-sdk/client-ses

3.986.0 (2026-02-09)

Note: Version bump only for package @​aws-sdk/client-ses

3.985.0 (2026-02-06)

Note: Version bump only for package @​aws-sdk/client-ses

3.984.0 (2026-02-05)

... (truncated)

Commits

Updates vue from 3.5.26 to 3.5.28

Release notes

Sourced from vue's releases.

v3.5.28

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

v3.5.27

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.28 (2026-02-09)

Bug Fixes

  • transition: avoid unexpected cancelled parameter in transition done callback (#14391) (6798853)
  • compiler-sfc: add resolution trying for .mts/.cts files (#14402) (c09d41f), closes vuejs/router#2611
  • compiler-sfc: no params were generated when using withDefaults (#12823) (b0a1f05), closes #12822
  • reactivity: add __v_skip flag to EffectScope to prevent reactive conversion (#14359) (48b7552), closes #14357
  • runtime-core: avoid retaining el on cached text vnodes during static traversal (#14419) (4ace79a), closes #14134
  • runtime-core: prevent child component updates when style remains unchanged (#12825) (57866b5), closes #12826
  • runtime-core: properly handle async component update before resolve (#11619) (e71c26c), closes #11617
  • runtime-dom: handle null/undefined handler in withModifiers (#14362) (261de54), closes #14361
  • teleport: properly handling disabled teleport target anchor (#14417) (d7bcd85), closes #14412
  • transition-group: correct move translation under scale via element rect (#14360) (0243a79), closes #14356
  • useTemplateRef: don't update setup ref for useTemplateRef key (#12756) (fc40ca0), closes #12749

3.5.27 (2026-01-19)

Bug Fixes

  • compile-sfc: correctly handle variable shadowing in for loop for defineProps destructuring. (#14296) (6a1bb50), closes #14294
  • compiler-sfc: handle indexed access types in declare global blocks (#14260) (e4091fe), closes #14236
  • compiler-sfc: use correct scope when resolving indexed access types from external files (#14297) (f0f0a21), closes #14292
  • reactivity: collection iteration should inherit iterator instance methods (#12644) (3c8b2fc), closes #12615
  • runtime-core: skip patching reserved props for custom elements (#14275) (19cc7e2), closes #14274
  • server-renderer: use ssrRenderClass helper for className attribute (#14327) (a4708f3)
  • ssr: handle v-bind modifiers during render attrs (#14263) (c2f5964), closes #14262
Commits
  • 1bdeb33 release: v3.5.28
  • e71c26c fix(runtime-core): properly handle async component update before resolve (#11...
  • 57866b5 fix(runtime-core): prevent child component updates when style remains unchang...
  • b0a1f05 fix(compiler-sfc): no params were generated when using withDefaults (#12823)
  • 48b7552 fix(reactivity): add __v_skip flag to EffectScope to prevent reactive convers...
  • 0243a79 fix(transition-group): correct move translation under scale via element rect ...
  • 261de54 fix(runtime-dom): handle null/undefined handler in withModifiers (#14362)
  • fc40ca0 fix(useTemplateRef): don't update setup ref for useTemplateRef key (#12756)
  • 6798853 fix: avoid unexpected cancelled parameter in transition done callback (#1...
  • 4ace79a fix(runtime-core): avoid retaining el on cached text vnodes during static tra...
  • Additional commits viewable in compare view

Updates vue-gtag from 3.6.3 to 3.7.0

Release notes

Sourced from vue-gtag's releases.

v3.7.0

What's Changed

Full Changelog: MatteoGabriele/vue-gtag@v3.6.3...v3.7.0

Changelog

Sourced from vue-gtag's changelog.

3.7.0 (2026-02-02)

Features

  • deps: allow optional vue-router 4 and 5 (#641) (5755680)
Commits

Updates vue-i18n from 11.2.7 to 11.2.8

Release notes

Sourced from vue-i18n's releases.

v11.2.8

Full Changelog: intlify/vue-i18n@v11.2.7...v11.2.8

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for vue-i18n since your current version.


Updates autoprefixer from 10.4.23 to 10.4.24

Release notes

Sourced from autoprefixer's releases.

10.4.24

  • Made Autoprefixer a little faster (by @​Cherry).
Changelog

Sourced from autoprefixer's changelog.

10.4.24

  • Made Autoprefixer a little faster (by @​Cherry).
Commits

Updates eslint-plugin-prettier from 5.5.4 to 5.5.5

Release notes

Sourced from eslint-plugin-prettier's releases.

v5.5.5

Patch Changes

Changelog

Sourced from eslint-plugin-prettier's changelog.

5.5.5

Patch Changes

Commits
  • e2c154a chore: release eslint-plugin-prettier (#773)
  • 6795c1a build(deps): Bump the actions group across 1 directory with 2 updates (#774)
  • 77651a3 fix: bump synckit for yarn PnP ESM issue (#776)
  • 7264ed0 chore: bump prettier-linter-helpers to v1.0.1 (#772)
  • e11a5b7 build(deps): Bump the actions group across 1 directory with 3 updates (#769)
  • befda88 ci: enable trusted publishing (#757)
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for eslint-plugin-prettier since your current version.


Updates eslint-plugin-vue from 10.6.2 to 10.8.0

Release notes

Sourced from eslint-plugin-vue's releases.

v10.8.0

Minor Changes

Patch Changes

v10.7.0

Minor Changes

Patch Changes

  • Fixed false positives in vue/define-props-destructuring rule when imported types are passed to defineProps (#2995)
  • Updated Vue 3 export names resources: added DirectiveModifiers (#2996)
  • Updated Vue 3 export names resources: added nodeOps and patchProp (#2986)
Changelog

Sourced from eslint-plugin-vue's changelog.

10.8.0

Minor Changes

Patch Changes

10.7.0

Minor Changes

Patch Changes

  • Fixed false positives in vue/define-props-destructuring rule when imported types are passed to defineProps (#2995)
  • Updated Vue 3 export names resources: added DirectiveModifiers (#2996)
  • Updated Vue 3 export names resources: added nodeOps and patchProp (#2986)
Commits

Updates prettier from 3.7.4 to 3.8.1

Release notes

Sourced from prettier's releases.

3.8.1

🔗 Changelog

3.8.0

  • Support Angular v21.1

diff

🔗 Release note "Prettier 3.8: Support for Angular v21.1"

Changelog

Sourced from prettier's changelog.

3.8.1

diff

Include available printers in plugin type declarations (#18706 by @​porada)

// Input
import * as prettierPluginEstree from "prettier/plugins/estree";

// Prettier 3.8.0 // Property 'printers' does not exist on type 'typeof import("prettier/plugins/estree")'. ts(2339) prettierPluginEstree.printers.estree; //=> any

// Prettier 3.8.1 prettierPluginEstree.printers.estree; //=> Printer prettierPluginEstree.printers["estree-json"]; //=> Printer

3.8.0

diff

🔗 Release Notes

Commits

Updates vue-eslint-parser from 10.2.0 to 10.4.0

Release notes

Sourced from vue-eslint-parser's releases.

v10.4.0

⚙️ Changes

Full Changelog: vuejs/vue-eslint-parser@v10.3.0...v10.4.0

v10.3.0

✨ Enhancements

⚙️ Infrastructure Updates

Full Changelog: vuejs/vue-eslint-parser@v10.2.0...v10.3.0

Commits

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

…dates

Bumps the dependencies group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@aws-sdk/client-ses](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ses) | `3.958.0` | `3.990.0` |
| [vue](https://github.com/vuejs/core) | `3.5.26` | `3.5.28` |
| [vue-gtag](https://github.com/MatteoGabriele/vue-gtag) | `3.6.3` | `3.7.0` |
| [vue-i18n](https://github.com/intlify/vue-i18n/tree/HEAD/packages/vue-i18n) | `11.2.7` | `11.2.8` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.23` | `10.4.24` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.5.4` | `5.5.5` |
| [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) | `10.6.2` | `10.8.0` |
| [prettier](https://github.com/prettier/prettier) | `3.7.4` | `3.8.1` |
| [vue-eslint-parser](https://github.com/vuejs/vue-eslint-parser) | `10.2.0` | `10.4.0` |



Updates `@aws-sdk/client-ses` from 3.958.0 to 3.990.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-ses/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.990.0/clients/client-ses)

Updates `vue` from 3.5.26 to 3.5.28
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.26...v3.5.28)

Updates `vue-gtag` from 3.6.3 to 3.7.0
- [Release notes](https://github.com/MatteoGabriele/vue-gtag/releases)
- [Changelog](https://github.com/MatteoGabriele/vue-gtag/blob/master/CHANGELOG.md)
- [Commits](MatteoGabriele/vue-gtag@v3.6.3...v3.7.0)

Updates `vue-i18n` from 11.2.7 to 11.2.8
- [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.2.8/packages/vue-i18n)

Updates `autoprefixer` from 10.4.23 to 10.4.24
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.4.23...10.4.24)

Updates `eslint-plugin-prettier` from 5.5.4 to 5.5.5
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.5.4...v5.5.5)

Updates `eslint-plugin-vue` from 10.6.2 to 10.8.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.6.2...v10.8.0)

Updates `prettier` from 3.7.4 to 3.8.1
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.7.4...3.8.1)

Updates `vue-eslint-parser` from 10.2.0 to 10.4.0
- [Release notes](https://github.com/vuejs/vue-eslint-parser/releases)
- [Commits](vuejs/vue-eslint-parser@v10.2.0...v10.4.0)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-ses"
  dependency-version: 3.990.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: vue
  dependency-version: 3.5.28
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: vue-gtag
  dependency-version: 3.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: vue-i18n
  dependency-version: 11.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: autoprefixer
  dependency-version: 10.4.24
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: eslint-plugin-prettier
  dependency-version: 5.5.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: eslint-plugin-vue
  dependency-version: 10.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: prettier
  dependency-version: 3.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: vue-eslint-parser
  dependency-version: 10.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 16, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 16, 2026

Labels

The following labels could not be found: automerge. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@vercel
Copy link

vercel bot commented Feb 16, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
scrabble-scorer Ready Ready Preview, Comment Feb 16, 2026 7:11pm

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 9, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Mar 9, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-6e6a98e676 branch March 9, 2026 20:05
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants