Skip to content

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

Merged
NicolasRichel merged 1 commit into
developfrom
dependabot/npm_and_yarn/minor-updates-4b00874a18
Jul 27, 2026
Merged

chore(deps): bump the minor-updates group with 8 updates#702
NicolasRichel merged 1 commit into
developfrom
dependabot/npm_and_yarn/minor-updates-4b00874a18

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the minor-updates group with 8 updates:

Package From To
@bimdata/bcf-components 6.7.7 6.7.8
@bimdata/components 1.10.1 1.10.2
@bimdata/typescript-fetch-api-client 10.46.1 10.47.0
vue-i18n 11.4.6 11.4.8
cypress 15.18.1 15.19.0
eslint 10.7.0 10.8.0
eslint-plugin-vue 10.9.2 10.10.0
prettier 3.9.5 3.9.6

Updates @bimdata/bcf-components from 6.7.7 to 6.7.8

Release notes

Sourced from @​bimdata/bcf-components's releases.

v6.7.8

6.7.8 (2026-07-27)

PATCH

  • chore(deps-dev): bump the major-updates group with 2 updates (#102) (042a920), closes #102
Changelog

Sourced from @​bimdata/bcf-components's changelog.

6.7.8 (2026-07-27)

PATCH

  • chore(deps-dev): bump the major-updates group with 2 updates (#102) (042a920), closes #102
Commits
  • 73e2179 chore(release): 6.7.8 [skip ci]
  • 042a920 PATCH: chore(deps-dev): bump the major-updates group with 2 updates (#102)
  • 4a386e3 chore(deps): bump postcss from 8.5.14 to 8.5.23 (#101)
  • 6e196bf chore(deps-dev): bump semantic-release in the minor-updates group (#100)
  • 9f30c26 chore(deps): bump actions/setup-node from 6 to 7 (#99)
  • f0f304c chore(deps-dev): bump semantic-release in the minor-updates group (#98)
  • 40f53ef chore(deps-dev): bump @​semantic-release/github (#97)
  • cacfaed chore(deps): bump tar and npm (#96)
  • b3f15e5 chore(deps-dev): bump js-yaml from 4.1.1 to 4.2.0 (#95)
  • 4d70b49 chore(deps-dev): bump undici from 6.24.1 to 6.27.0 (#93)
  • Additional commits viewable in compare view

Updates @bimdata/components from 1.10.1 to 1.10.2

Release notes

Sourced from @​bimdata/components's releases.

v1.10.2

1.10.2 (2026-07-21)

chore

PATCH

  • add default slot for custom icon in BIMDataSafeZoneModal (#62) (bfdafcf), closes #62
Changelog

Sourced from @​bimdata/components's changelog.

1.10.2 (2026-07-21)

chore

PATCH

  • add default slot for custom icon in BIMDataSafeZoneModal (#62) (bfdafcf), closes #62
Commits
  • f779ca5 chore(release): 1.10.2 [skip ci]
  • bfdafcf PATCH: add default slot for custom icon in BIMDataSafeZoneModal (#62)
  • 985343f chore(deps-dev): bump semantic-release in the minor-updates group (#61)
  • ef41b69 chore(deps-dev): bump @​semantic-release/github (#60)
  • 762b196 chore(deps): bump actions/checkout from 6 to 7 (#59)
  • da8a9b2 chore(deps): bump tar and npm (#57)
  • 26d4eee chore(deps-dev): bump js-yaml from 4.1.1 to 4.2.0 (#56)
  • 3f1714f chore(deps-dev): bump semantic-release in the minor-updates group (#55)
  • 0fa19ba chore(deps): bump postcss from 8.5.9 to 8.5.14 (#54)
  • 11e0935 chore(deps-dev): bump the minor-updates group with 2 updates (#53)
  • Additional commits viewable in compare view

Updates @bimdata/typescript-fetch-api-client from 10.46.1 to 10.47.0

Release notes

Sourced from @​bimdata/typescript-fetch-api-client's releases.

v10.47.0

10.47.0 (2026-07-24)

Commits

Updates vue-i18n from 11.4.6 to 11.4.8

Release notes

Sourced from vue-i18n's releases.

v11.4.8

What's Changed

👕 Refactoring

Full Changelog: intlify/vue-i18n@v11.4.7...v11.4.8

v11.4.7

Full Changelog: intlify/vue-i18n@v11.4.6...v11.4.7

Commits

Updates cypress from 15.18.1 to 15.19.0

Release notes

Sourced from cypress's releases.

v15.19.0

Changelog: https://docs.cypress.io/app/references/changelog#15-19-0

Commits
  • d19a47c test: migrate dev-server e2e specs to the reporter iframe (#34301)
  • dd72f31 chore: Update Chrome (stable) to 150.0.7871.128 (#34293)
  • 388f6e0 chore: retrieve SSL.com CodeSignTool for Windows signing from github CDN (#34...
  • 3ff5960 perf: render command log in an isolated iframe to prevent renderer crash (#34...
  • 37a899c fix: allow chaining assertions after should('exist') on raw DOM elements (#34...
  • bfe83a1 chore: clean up the server cookie automation converters and various automatio...
  • 72cef52 chore: Update Chrome (stable) to 150.0.7871.124 and Chrome (beta) to 151.0.79...
  • 6792160 chore: bump websocket-driver to 0.7.5 to resolve critical Snyk vulnerability ...
  • de06a07 test: fix cy-in-cy studio AI test to exercise authenticated flow (#34278)
  • 9e7e850 feat: upgrade chai to 4.5.0 and expose new assertion aliases (#34178)
  • Additional commits viewable in compare view

Updates eslint from 10.7.0 to 10.8.0

Release notes

Sourced from eslint's releases.

v10.8.0

Features

  • 2fee9bb feat: export ConfigObject from eslint/config (#21082) (sethamus)

Bug Fixes

  • 6b8d2f7 fix: escape reserved characters in rule id in html formatter (#21129) (Francesco Trotta)
  • 9091071 fix: prevent no-unreachable-loop crash when all loop types are ignored (#21116) (Pixel)
  • e23fafe fix: prefer-object-spread add semicolon when adding parenthesis (#21081) (synthex-byte)
  • 20b5ad0 fix: quadratic-time regex in prefer-template (#21096) (Milos Djermanovic)
  • 8b6f6c0 fix: apply ignore configs to computed methods in class-methods-use-this (#21094) (Pixel)
  • b2c608c fix: NewExpression with parenthesized callee in preserve-caught-error (#21083) (Francesco Trotta)

Documentation

  • 6ddf858 docs: fix broken Specify Parser Options anchor link (#21106) (Minsu)
  • 784dfbe docs: Clarify no-eq-null description (#21120) (Park Harin)
  • 7ec733a docs: Fix typos and grammar in glossary (#21095) (Marry (Subin Yang))
  • 92bb13f docs: replace quake link (#21108) (Jung Hyeon Jun)
  • 68eb4a5 docs: fix broken Specify Globals anchor links in rule pages (#21103) (Minsu)
  • d28f697 docs: replace Code Climate CLI links with Qlty CLI links (#21099) (Jung Hyeon Jun)
  • eccc68d docs: correct --suppressions-location option description (#21093) (Ga eun Lee)
  • c5963f7 docs: Update README (GitHub Actions Bot)

Chores

  • 4fbf46d test: pin webpack version to 5.108.4 (#21137) (Francesco Trotta)
  • 2d063e2 chore: update HTTP URLs to HTTPS in JSDoc and comments (#21101) (Bo Hyun Kim)
  • eccbe7b test: add error locations to no-class-assign (#21123) (devoil)
  • e7d1e43 ci: bump actions/setup-go from 6 to 7 (#21118) (dependabot[bot])
  • e9d66d0 ci: bump actions/setup-node from 6 to 7 (#21119) (dependabot[bot])
  • ee225b6 test: Add error location details to no-eq-null rule (#21117) (Park Harin)
  • 044a627 chore: update minimatch to ^10.2.5 (#21107) (김채영)
  • fb09aa8 chore: update ecosystem plugins (#21115) (ESLint Bot)
  • 5abd878 test: add error locations to no-proto (#21114) (Gihyeon Jeong / 정기현)
  • 9715887 test: Add error location details to no-div-regex (#21110) (Park Harin)
  • a746ec6 test: add error locations to no-new-wrappers (#21109) (Gihyeon Jeong / 정기현)
  • 8dde645 test: add error locations to no-ex-assign (#21102) (devoil)
  • 13ab0ec test: add error locations to no-label-var (#21098) (Gihyeon Jeong / 정기현)
  • a99906f test: Add error location details to no-delete-var rule (#21105) (Park Harin)
  • c47e8dc chore: add missing backticks to languages/js/index.js (#21104) (beeen)
  • 0174428 chore: add missing backticks to translate-cli-options.js (#21097) (dongkyu lee)
  • 3d36589 chore: add missing backticks to serialization.js (#21091) (이규환)
  • dcc9312 test: add error locations to eqeqeq (#21090) (Ga eun Lee)
  • 2710b18 ci: Add explicit permissions to rebuild-docs-sites workflow (#21089) (Marry (Subin Yang))
  • 5d2f866 chore: update dependency prettier to v3.9.5 (#21086) (renovate[bot])
  • d584e31 chore: fix failing ecosystem test for eslint-plugin-unicorn (#21084) (Francesco Trotta)
  • bf3eda0 chore: update ecosystem plugins (#21079) (ESLint Bot)
Commits

Updates eslint-plugin-vue from 10.9.2 to 10.10.0

Release notes

Sourced from eslint-plugin-vue's releases.

v10.10.0

Minor Changes

Patch Changes

  • Updated @eslint-community/eslint-utils, semver and xml-name-validator dependencies (#3094)
Changelog

Sourced from eslint-plugin-vue's changelog.

10.10.0

Minor Changes

Patch Changes

  • Updated @eslint-community/eslint-utils, semver and xml-name-validator dependencies (#3094)
Commits

Updates prettier from 3.9.5 to 3.9.6

Release notes

Sourced from prettier's releases.

3.9.6

What's Changed

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.9.6

diff

TypeScript: Preserve quotes for methods named new (#19621 by @​kovsu)

// Input
interface Container {
  "new"(id: string): number;
}
// Prettier 3.9.5
interface Container {
new(id: string): number;
}
// Prettier 3.9.6
interface Container {
"new"(id: string): number;
}

TypeScript: Support import defer (#19624, #19675 by @​fisker)

// Input
import defer * as foo from "foo";
// Prettier 3.9.5
import * as foo from "foo";
// Prettier 3.9.6
import defer * as foo from "foo";

JavaScript: Added a new official plugin @prettier/plugin-yuku (#19628, #19629 by @​fisker)

@prettier/plugin-yuku is powered by Yuku (A high-performance JavaScript/TypeScript compiler toolchain written in Zig).

This plugin includes two new parsers: yuku (JavaScript syntax) and yuku-ts (TypeScript syntax).

To use this plugin:

  1. Install the plugin:

    yarn add --dev prettier @prettier/plugin-yuku

... (truncated)

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

Bumps the minor-updates group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@bimdata/bcf-components](https://github.com/bimdata/bcf-components) | `6.7.7` | `6.7.8` |
| [@bimdata/components](https://github.com/bimdata/bimdata-components) | `1.10.1` | `1.10.2` |
| [@bimdata/typescript-fetch-api-client](https://github.com/bimdata/typescript-fetch-api-client-generator) | `10.46.1` | `10.47.0` |
| [vue-i18n](https://github.com/intlify/vue-i18n/tree/HEAD/packages/vue-i18n) | `11.4.6` | `11.4.8` |
| [cypress](https://github.com/cypress-io/cypress) | `15.18.1` | `15.19.0` |
| [eslint](https://github.com/eslint/eslint) | `10.7.0` | `10.8.0` |
| [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) | `10.9.2` | `10.10.0` |
| [prettier](https://github.com/prettier/prettier) | `3.9.5` | `3.9.6` |


Updates `@bimdata/bcf-components` from 6.7.7 to 6.7.8
- [Release notes](https://github.com/bimdata/bcf-components/releases)
- [Changelog](https://github.com/bimdata/bcf-components/blob/main/CHANGELOG.md)
- [Commits](bimdata/bcf-components@v6.7.7...v6.7.8)

Updates `@bimdata/components` from 1.10.1 to 1.10.2
- [Release notes](https://github.com/bimdata/bimdata-components/releases)
- [Changelog](https://github.com/bimdata/bimdata-components/blob/main/CHANGELOG.md)
- [Commits](bimdata/bimdata-components@v1.10.1...v1.10.2)

Updates `@bimdata/typescript-fetch-api-client` from 10.46.1 to 10.47.0
- [Release notes](https://github.com/bimdata/typescript-fetch-api-client-generator/releases)
- [Commits](bimdata/typescript-fetch-api-client-generator@v10.46.1...v10.47.0)

Updates `vue-i18n` from 11.4.6 to 11.4.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.4.8/packages/vue-i18n)

Updates `cypress` from 15.18.1 to 15.19.0
- [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.18.1...v15.19.0)

Updates `eslint` from 10.7.0 to 10.8.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.7.0...v10.8.0)

Updates `eslint-plugin-vue` from 10.9.2 to 10.10.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.9.2...v10.10.0)

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

---
updated-dependencies:
- dependency-name: "@bimdata/bcf-components"
  dependency-version: 6.7.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: "@bimdata/components"
  dependency-version: 1.10.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: "@bimdata/typescript-fetch-api-client"
  dependency-version: 10.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: vue-i18n
  dependency-version: 11.4.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: cypress
  dependency-version: 15.19.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: eslint
  dependency-version: 10.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: eslint-plugin-vue
  dependency-version: 10.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: prettier
  dependency-version: 3.9.6
  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 Jul 27, 2026
@NicolasRichel
NicolasRichel merged commit 10140bf into develop Jul 27, 2026
1 of 2 checks passed
@NicolasRichel
NicolasRichel deleted the dependabot/npm_and_yarn/minor-updates-4b00874a18 branch July 27, 2026 08:46
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