Skip to content

Bump the npm-dependencies group with 5 updates#1284

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-dependencies-640b9da4c3
Open

Bump the npm-dependencies group with 5 updates#1284
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-dependencies-640b9da4c3

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the npm-dependencies group with 5 updates:

Package From To
@hey-api/openapi-ts 0.98.1 0.98.2
exifreader 4.40.5 4.41.0
vue 3.5.35 3.5.38
prettier 3.8.3 3.8.4
sass 1.100.0 1.101.0

Updates @hey-api/openapi-ts from 0.98.1 to 0.98.2

Changelog

Sourced from @​hey-api/openapi-ts's changelog.

@​hey-api/openapi-ts 0.98.2

Plugins

@​hey-api/client-angular

  • reassign the result of HttpHeaders.delete() back to opts.headers (#3988)
  • export augmentable ClientMeta interface (#3996)

@​hey-api/client-axios

  • export augmentable ClientMeta interface (#3996)

@​hey-api/client-fetch

  • export augmentable ClientMeta interface (#3996)

@​hey-api/client-ky

  • export augmentable ClientMeta interface (#3996)

@​hey-api/client-next

  • export augmentable ClientMeta interface (#3996)

@​hey-api/client-nuxt

  • export augmentable ClientMeta interface (#3996)

@​hey-api/client-ofetch

  • export augmentable ClientMeta interface (#3996)

@​hey-api/sdk

  • don't expose SSE errors as iterator return types (#3989)
  • support type-safe meta option via augmentable ClientMeta interface (#3996)

@​hey-api/codegen-core 0.9.0

Updates

  • symbol: add event listeners (#3998)
  • types: rename ProjectRenderMeta to ProjectMeta and key it by language (#3984)
  • utils: expose Version class (#3991)

... (truncated)

Commits
  • e3ab264 Merge pull request #3985 from hey-api/changeset-release/main
  • 081ba57 ci: release
  • 5313304 Merge pull request #4021 from hey-api/renovate/semver-7.x
  • a0f9eb8 Merge pull request #4022 from hey-api/chore/yaml-deps
  • 2b0f59b chore: clean up yaml dependencies
  • 8d61d12 Merge pull request #4020 from hey-api/renovate/js-yaml-4.x
  • 66f7a2b fix(deps): update dependency semver to v7.8.2
  • 92cfa67 fix(deps): update dependency js-yaml to v4.2.0
  • 4c0d0f4 Merge pull request #3988 from joshkaplinsky/fix/angular-http-headers-immutable
  • 35dd206 Update orange-symbols-reply.md
  • Additional commits viewable in compare view

Updates exifreader from 4.40.5 to 4.41.0

Release notes

Sourced from exifreader's releases.

4.41.0: Build custom bundles with npx exifreader build

Added

  • npx exifreader build command to (re)build a custom bundle from the exifreader configuration in your package.json. This is the supported replacement for the automatic postinstall rebuild and works the same way with npm, yarn, and pnpm.

Changed

  • Custom builds that exclude image formats or metadata groups are now smaller. The metadata merge pipeline no longer carries the merge handlers for excluded PNG, JPEG XL, ICC, and XMP data, so for example a JPEG plus Exif build drops by around 0.8 KiB gzipped.

Deprecated

  • The automatic custom build via the npm postinstall script is deprecated and will be removed in v5. Use npx exifreader build instead.

Fixed

  • Custom builds now transpile to ES5 even when run with NODE_ENV=production. @babel/preset-env is applied unconditionally in babel.config.json instead of only under Babel's default env.
  • Custom builds now install their build toolchain in a unique OS temporary directory instead of temporarily moving exifreader's own node_modules aside, so an interrupted or concurrent build can no longer strand or corrupt the install.

Full Changelog: mattiasw/ExifReader@v4.40.5...v4.41.0

Changelog

Sourced from exifreader's changelog.

[4.41.0] - 2026-06-08

Added

  • npx exifreader build command to (re)build a custom bundle from the exifreader configuration in your package.json. This is the supported replacement for the automatic postinstall rebuild and works the same way with npm, yarn, and pnpm.

Changed

  • Custom builds that exclude image formats or metadata groups are now smaller. The metadata merge pipeline no longer carries the merge handlers for excluded PNG, JPEG XL, ICC, and XMP data, so for example a JPEG plus Exif build drops by around 0.8 KiB gzipped.

Deprecated

  • The automatic custom build via the npm postinstall script is deprecated and will be removed in v5. Use npx exifreader build instead.

Fixed

  • Custom builds now transpile to ES5 even when run with NODE_ENV=production. @babel/preset-env is applied unconditionally in babel.config.json instead of only under Babel's default env.
  • Custom builds now install their build toolchain in a unique OS temporary directory instead of temporarily moving exifreader's own node_modules aside, so an interrupted or concurrent build can no longer strand or corrupt the install.
Commits
  • 1874a9e 4.41.0
  • 4ccdefb Update changelog for 4.41.0
  • b812800 Shrink custom builds, drop dead Photoshop comments
  • 26e42c4 Isolate the custom-build toolchain in an OS temp dir
  • db7a734 Add npx exifreader build for custom builds without a postinstall script
  • 7a37c8d Bump the all-dependencies group with 7 updates
  • See full diff in compare view

Updates vue from 3.5.35 to 3.5.38

Release notes

Sourced from vue's releases.

v3.5.38

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

v3.5.37

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.38 (2026-06-11)

3.5.37 (2026-06-11)

3.5.36 (2026-06-11)

Bug Fixes

  • compiler-core: avoid crash on CDATA at the document root (#14916) (0ea17e2)
  • compiler-core: prefix dynamic keys on v-memo elements (#14922) (68e978e), closes #14920
  • compiler-sfc: handle vue-ignore on leading intersection/union type (#14950) (0dcd225), closes #12254
  • compiler-sfc: respect var hoisting in props destructure (48ad452)
  • reactivity: preserve watch callback return value when wrapped for once: true (#14902) (450a8a8)
  • runtime-core: add dev warning for silent catch in compat mode and fix test description typo (#14891) (db3e117)
  • runtime-core: force model update when reverted before sync (#14897) (7f76378), closes #13524
  • runtime-core: skip async component callbacks after unmount (#14911) (5300ead)
  • transition: avoid move transition for hidden v-show group children (#14895) (c11f6ee), closes #14894
  • watch: trigger immediate callback for empty sources (#14914) (1f2ca7e), closes #14898
Commits

Updates prettier from 3.8.3 to 3.8.4

Release notes

Sourced from prettier's releases.

3.8.4

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.8.4

diff

Markdown: Fix blank lines between list items and nested sub-lists being removed in Markdown/MDX (#17746 by @​byplayer)

Prettier was removing blank lines between list items and their nested sub-lists, converting loose lists into tight lists and changing their semantic meaning.

<!-- Input -->
- a


b


c

d



<!-- Prettier 3.8.3 -->

a

b


c

d



<!-- Prettier 3.8.4 -->


a

b



c

d
Commits
  • 1c6ba55 Release 3.8.4
  • 4a673dc Fix blank lines between list items and nested sub-lists being removed in Mark...
  • 074aaed Replace main branch in changelog link with tags (#19054)
  • c22a003 Bump Prettier dependency to 3.8.3
  • 07bad1f Clean changelog_unreleased
  • See full diff in compare view

Updates sass from 1.100.0 to 1.101.0

Release notes

Sourced from sass's releases.

Dart Sass 1.101.0

To install Sass 1.101.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Potentially breaking bug fix: The Node package importer now properly supports resolving import-only variants of Sass files declared in the exports, sass, and style fields of package.json. Previously, these files were ignored even when loaded via @import, so any code relying on loading module-system-only files this way may break.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.101.0

  • Potentially breaking bug fix: The Node package importer now properly supports resolving import-only variants of Sass files declared in the exports, sass, and style fields of package.json. Previously, these files were ignored even when loaded via @import, so any code relying on loading module-system-only files this way may break.
Commits
  • 63b9922 Load import-only files through package.json exports (#2772)
  • c7e9947 Migrate from bufbuild/buf-setup-action to bufbuild/buf-action (#2773)
  • 7674a4c Bump postcss from 8.5.13 to 8.5.15 in /pkg/sass-parser (#2774)
  • 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 npm-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@hey-api/openapi-ts](https://github.com/hey-api/openapi-ts) | `0.98.1` | `0.98.2` |
| [exifreader](https://github.com/mattiasw/ExifReader) | `4.40.5` | `4.41.0` |
| [vue](https://github.com/vuejs/core) | `3.5.35` | `3.5.38` |
| [prettier](https://github.com/prettier/prettier) | `3.8.3` | `3.8.4` |
| [sass](https://github.com/sass/dart-sass) | `1.100.0` | `1.101.0` |


Updates `@hey-api/openapi-ts` from 0.98.1 to 0.98.2
- [Release notes](https://github.com/hey-api/openapi-ts/releases)
- [Changelog](https://github.com/hey-api/openapi-ts/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hey-api/openapi-ts/compare/@hey-api/openapi-ts@0.98.1...@hey-api/openapi-ts@0.98.2)

Updates `exifreader` from 4.40.5 to 4.41.0
- [Release notes](https://github.com/mattiasw/ExifReader/releases)
- [Changelog](https://github.com/mattiasw/ExifReader/blob/main/CHANGELOG.md)
- [Commits](mattiasw/ExifReader@v4.40.5...v4.41.0)

Updates `vue` from 3.5.35 to 3.5.38
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.35...v3.5.38)

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

Updates `sass` from 1.100.0 to 1.101.0
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.100.0...1.101.0)

---
updated-dependencies:
- dependency-name: "@hey-api/openapi-ts"
  dependency-version: 0.98.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: exifreader
  dependency-version: 4.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: vue
  dependency-version: 3.5.38
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: prettier
  dependency-version: 3.8.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: sass
  dependency-version: 1.101.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
...

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 Jun 12, 2026
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