Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the all-dependencies group across 1 directory with 13 updates #375

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 9, 2025

Bumps the all-dependencies group with 13 updates in the / directory:

Package From To
@vueuse/core 12.2.0 12.3.0
shiki 1.24.4 1.26.1
unocss 0.65.1 0.65.4
@types/node 22.10.2 22.10.5
@vueuse/shared 12.2.0 12.3.0
chromatic 11.20.2 11.22.2
sass 1.83.0 1.83.1
typescript 5.7.2 5.7.3
unbuild 3.0.1 3.2.0
@rollup/plugin-commonjs 28.0.1 28.0.2
@rollup/plugin-typescript 12.1.1 12.1.2
commander 12.1.0 13.0.0
rollup 4.28.1 4.30.1

Updates @vueuse/core from 12.2.0 to 12.3.0

Release notes

Sourced from @​vueuse/core's releases.

v12.3.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • e5301f4 chore: release v12.3.0
  • e6a17d7 fix(useStorageAsync): correct initialization when initialValue is getter (#...
  • 34be5af feat(useMouseInElement): added directive for vMouseInElement (#4438)
  • 08cf526 feat(onElementRemoval): new function, refactor useActiveElement `useElement...
  • a5fb05c fix(useTimeoutPoll): only start by default at client
  • 67a9cf3 feat(useElementBounding): added directive for vElementBounding (#4436)
  • 74e46d2 docs(useInfiniteScroll): add warning and examples for canLoadMore (#4439)
  • 021d028 feat(toArray): new utility function (#4432)
  • 0450d82 fix(useTimeoutPoll): immediate default value should be true (#4232)
  • 302be9a test(useElementBounding): add basic browser tests (#4448)
  • Additional commits viewable in compare view

Updates shiki from 1.24.4 to 1.26.1

Release notes

Sourced from shiki's releases.

v1.26.1

   🐞 Bug Fixes

    View changes on GitHub

v1.26.0

   🚀 Features

    View changes on GitHub

v1.25.1

   🐞 Bug Fixes

    View changes on GitHub

v1.25.0

   🚀 Features

    View changes on GitHub
Commits

Updates unocss from 0.65.1 to 0.65.4

Release notes

Sourced from unocss's releases.

v0.65.4

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.65.3

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.65.2

   🚀 Features

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub
Commits
  • 743201e chore: release v0.65.4
  • 1e5caa4 feat(vite): add option checkImport (#4362)
  • 4d64ffc fix(nuxt): use rootDir instead of srcDir to find the config files under the l...
  • c76f997 ci: add schedule to update iconify collections (#4364)
  • 36dc1d9 feat(inspector): show url on Vite's dev server start (#4361)
  • d32841c docs: fix broken CONTRIBUTING link in issue templates (#4359)
  • f135872 build: update generated file after version bump
  • 30d4f80 chore: release v0.65.3
  • 20be39b chore(vscode): improve backward compatibility
  • 8158c18 refactor(vscode): rework configs system
  • Additional commits viewable in compare view

Updates @types/node from 22.10.2 to 22.10.5

Commits

Updates @vueuse/shared from 12.2.0 to 12.3.0

Release notes

Sourced from @​vueuse/shared's releases.

v12.3.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates chromatic from 11.20.2 to 11.22.2

Release notes

Sourced from chromatic's releases.

v11.22.2

🐛 Bug Fix

Authors: 1

v11.22.1

🐛 Bug Fix

Authors: 1

v11.22.0

🚀 Enhancement

Authors: 1

v11.21.0

🚀 Enhancement

Authors: 2

Changelog

Sourced from chromatic's changelog.

v11.22.2 (Thu Jan 09 2025)

🐛 Bug Fix

Authors: 1


v11.22.1 (Wed Jan 08 2025)

🐛 Bug Fix

Authors: 1


v11.22.0 (Fri Jan 03 2025)

🚀 Enhancement

Authors: 1


v11.21.0 (Fri Jan 03 2025)

🚀 Enhancement

Authors: 2


Commits
  • 661975a Bump version to: 11.22.2 [skip ci]
  • 316c233 Update CHANGELOG.md [skip ci]
  • b802467 Merge pull request #1138 from chromaui/cody/cap-2627-turbosnap-doesnt-work-wi...
  • a2bbb87 Fix large debug log line
  • f51b6be Add rsbuild v0.1.7 support
  • adc14e5 Bump version to: 11.22.1 [skip ci]
  • 3964b4f Update CHANGELOG.md [skip ci]
  • c8530c9 Merge pull request #1136 from chromaui/cody/cap-2623-outputdir-is-not-availab...
  • fae3fae Add outputDir to GitHub Action options
  • 8f27f8b Bump version to: 11.22.0 [skip ci]
  • Additional commits viewable in compare view

Updates sass from 1.83.0 to 1.83.1

Release notes

Sourced from sass's releases.

Dart Sass 1.83.1

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

Changes

  • Fix a bug where --quiet-deps would get deactivated for @content blocks, even when those blocks were entirely contained within dependencies.

  • Include deprecation IDs in deprecation warnings to make it easier to determine what to pass to --silence-deprecation or --fatal-deprecation.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.83.1

  • Fix a bug where --quiet-deps would get deactivated for @content blocks, even when those blocks were entirely contained within dependencies.

  • Include deprecation IDs in deprecation warnings to make it easier to determine what to pass to --silence-deprecation or --fatal-deprecation.

Commits
  • 3d3e925 Fix --quiet-deps for @content blocks (#2474)
  • 777708c Include deprecation IDs in deprecation messages (#2475)
  • f5c385d Support the latest DartDoc (#2472)
  • fb55782 Bump bufbuild/buf-setup-action from 1.47.2 to 1.48.0 in /.github/util/initial...
  • ea7ea57 Bump dart_style from 2.3.7 to 3.0.0 (#2459)
  • 6f4584c Avoid a broken Dartdoc release (#2469)
  • f0f605a Merge pull request #2457 from sass/include
  • bc39d0c Add support for the @include rule
  • bf50fad Explicitly annotate GenericAtRule as having optional nodes
  • See full diff in compare view

Updates typescript from 5.7.2 to 5.7.3

Release notes

Sourced from typescript's releases.

TypeScript 5.7.3

For release notes, check out the release announcement.

Downloads are available on npm

Commits
  • a5e123d Update LKG
  • 8bc0204 🤖 Pick PR #60828 (Fix CodeQL configuration, releases) into release-5.7 (#60923)
  • 7aa63df 🤖 Pick PR #60393 (Don't try to add an implicit undefi...) into release-5.7 (#...
  • 9df7c36 Bump version to 5.7.3 and LKG
  • e167412 🤖 Pick PR #60794 (Harden sanitizeLog against incorr...) into release-5.7 (#...
  • 9ba364c Fix coverage build on release-5.7 (#60792)
  • 4b7441a 🤖 Pick PR #60680 (Mark the inherited any-based index ...) into release-5.7 (#...
  • e844dc3 Cherry-pick #60402, #60440, #60616 into release-5.7 (#60777)
  • 21b02a1 🤖 Pick PR #60749 (Do not require import attribute on ...) into release-5.7 (#...
  • b82fd16 🤖 Pick PR #60576 (Avoid incorrectly reusing assertion...) into release-5.7 (#...
  • Additional commits viewable in compare view

Updates unbuild from 3.0.1 to 3.2.0

Release notes

Sourced from unbuild's releases.

v3.2.0

compare changes

🚀 Enhancements

  • mkdist: Fail build if mkdist errors in creating declarations (#473)

🩹 Fixes

  • Correct .d.cts default export type (#458)

❤️ Contributors

v3.1.0

compare changes

🚀 Enhancements

  • Support parallel builds (af19b1b)
  • Infer externals from package name, exports, and imports fields (#469)
  • rollup: Resolve with "production" condition by default (#470, #471)

🩹 Fixes

  • Resolve presets with default export (#465)

🏡 Chore

  • Remove unused imports (#463)

❤️ Contributors

Changelog

Sourced from unbuild's changelog.

v3.2.0

compare changes

🚀 Enhancements

  • mkdist: Fail build if mkdist errors in creating declarations (#473)

🩹 Fixes

  • Correct .d.cts default export type (#458)

🏡 Chore

❤️ Contributors

v3.1.0

compare changes

🚀 Enhancements

  • Support parallel builds (af19b1b)
  • Infer externals from package name, exports and imports (#469)
  • rollup: Resolve with production condition (#470)

🩹 Fixes

  • Resolve preset on directory (#465)
  • Only externalize @types/ from devDependencies (#471)

🏡 Chore

  • Remove unused imports (#463)
  • Apply automated updates (f724382)

❤️ Contributors

Commits
  • e23d824 chore(release): v3.2.0
  • 6ac4def fix: correct .d.cts default export type (#458)
  • 1aaa0ae feat(mkdist): fail build if mkdist errors in creating declarations (#473)
  • 4536320 chore: update deps
  • 1ba5747 chore(release): v3.1.0
  • 9360293 fix: only externalize @types/ from devDependencies (#471)
  • 9dd09ee feat(rollup): resolve with production condition (#470)
  • 6846d34 feat: infer externals from package name, exports and imports (#469)
  • af19b1b feat: support parallel builds
  • bf8de6b fix: resolve preset on directory (#465)
  • Additional commits viewable in compare view

Updates @rollup/plugin-commonjs from 28.0.1 to 28.0.2

Changelog

Sourced from @​rollup/plugin-commonjs's changelog.

v28.0.2

2024-12-15

Updates

  • docs: output.exports recommendation also applies to IIFE (#1810)
Commits
  • 97e17ce chore(release): commonjs v28.0.2
  • 3efaf75 docs(commonjs): output.exports recommendation also applies to IIFE (#1810)
  • See full diff in compare view

Updates @rollup/plugin-typescript from 12.1.1 to 12.1.2

Changelog

Sourced from @​rollup/plugin-typescript's changelog.

v12.1.2

2024-12-15

Bugfixes

  • fix: path validation issue in validatePaths function (#1800)
Commits
  • 3952b73 chore(release): typescript v12.1.2
  • e58d29c fix(typescript): path validation issue in validatePaths function (#1800)
  • See full diff in compare view

Updates commander from 12.1.0 to 13.0.0

Release notes

Sourced from commander's releases.

v13.0.0

Added

  • support multiple calls to .parse() with default settings (#2299)
  • add .saveStateBeforeParse() and .restoreStateBeforeParse() for use by subclasses (#2299)
  • style routines like styleTitle() to add color to help using .configureHelp() or Help subclass (#2251)
  • color related support in .configureOutput() for getOutHasColors(), getErrHasColors(), and stripColor() (#2251)
  • Help property for minWidthToWrap (#2251)
  • Help methods for displayWidth(), boxWrap(), preformatted() et al (#2251)

Changed

  • Breaking: excess command-arguments cause an error by default, see migration tips (#2223)
  • Breaking: throw during Option construction for unsupported option flags, like multiple characters after single - (#2270)
  • Breaking: throw on multiple calls to .parse() if storeOptionsAsProperties: true (#2299)
  • TypeScript: include implicit this in parameters for action handler callback (#2197)

Deleted

  • Breaking: Help.wrap() refactored into formatItem() and boxWrap() (#2251)

Migration Tips

Excess command-arguments

It is now an error for the user to specify more command-arguments than are expected. (allowExcessArguments is now false by default.)

Old code:

program.option('-p, --port <number>', 'port number');
program.action((options) => {
  console.log(program.args);
});

Now shows an error:

$ node example.js a b c
error: too many arguments. Expected 0 arguments but got 3.

You can declare the expected arguments. The help will then be more accurate too. Note that declaring new arguments will change what is passed to the action handler.

program.option('-p, --port <number>', 'port number');
program.argument('[args...]', 'remote command and arguments'); // expecting zero or more arguments
program.action((args, options) => {
</tr></table> 

... (truncated)

Changelog

Sourced from commander's changelog.

[13.0.0] (2024-12-30)

Added

  • support multiple calls to .parse() with default settings (#2299)
  • add .saveStateBeforeParse() and .restoreStateBeforeParse() for use by subclasses (#2299)
  • style routines like styleTitle() to add color to help using .configureHelp() or Help subclass (#2251)
  • color related support in .configureOutput() for getOutHasColors(), getErrHasColors(), and stripColor() (#2251)
  • Help property for minWidthToWrap (#2251)
  • Help methods for displayWidth(), boxWrap(), preformatted() et al (#2251)

Changed

  • Breaking: excess command-arguments cause an error by default, see migration tips (#2223)
  • Breaking: throw during Option construction for unsupported option flags, like multiple characters after single - (#2270)
  • Breaking: throw on multiple calls to .parse() if storeOptionsAsProperties: true (#2299)
  • TypeScript: include implicit this in parameters for action handler callback (#2197)

Deleted

  • Breaking: Help.wrap() refactored into formatItem() and boxWrap() (#2251)

Migration Tips

Excess command-arguments

It is now an error for the user to specify more command-arguments than are expected. (allowExcessArguments is now false by default.)

Old code:

program.option('-p, --port <number>', 'port number');
program.action((options) => {
  console.log(program.args);
});

Now shows an error:

$ node example.js a b c
error: too many arguments. Expected 0 arguments but got 3.

You can declare the expected arguments. The help will then be more accurate too. Note that declaring new arguments will change what is passed to the action handler.

program.option('-p, --port <number>', 'port number');
program.argument('[args...]', 'remote command and arguments'); // expecting zero or more arguments
</tr></table> 

... (truncated)

Commits

…13 updates

Bumps the all-dependencies group with 13 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core) | `12.2.0` | `12.3.0` |
| [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) | `1.24.4` | `1.26.1` |
| [unocss](https://github.com/unocss/unocss) | `0.65.1` | `0.65.4` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.2` | `22.10.5` |
| [@vueuse/shared](https://github.com/vueuse/vueuse/tree/HEAD/packages/shared) | `12.2.0` | `12.3.0` |
| [chromatic](https://github.com/chromaui/chromatic-cli) | `11.20.2` | `11.22.2` |
| [sass](https://github.com/sass/dart-sass) | `1.83.0` | `1.83.1` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.7.2` | `5.7.3` |
| [unbuild](https://github.com/unjs/unbuild) | `3.0.1` | `3.2.0` |
| [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) | `28.0.1` | `28.0.2` |
| [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript) | `12.1.1` | `12.1.2` |
| [commander](https://github.com/tj/commander.js) | `12.1.0` | `13.0.0` |
| [rollup](https://github.com/rollup/rollup) | `4.28.1` | `4.30.1` |



Updates `@vueuse/core` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v12.3.0/packages/core)

Updates `shiki` from 1.24.4 to 1.26.1
- [Release notes](https://github.com/shikijs/shiki/releases)
- [Changelog](https://github.com/shikijs/shiki/blob/main/CHANGELOG.md)
- [Commits](https://github.com/shikijs/shiki/commits/v1.26.1/packages/shiki)

Updates `unocss` from 0.65.1 to 0.65.4
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](unocss/unocss@v0.65.1...v0.65.4)

Updates `@types/node` from 22.10.2 to 22.10.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@vueuse/shared` from 12.2.0 to 12.3.0
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v12.3.0/packages/shared)

Updates `chromatic` from 11.20.2 to 11.22.2
- [Release notes](https://github.com/chromaui/chromatic-cli/releases)
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](chromaui/chromatic-cli@v11.20.2...v11.22.2)

Updates `sass` from 1.83.0 to 1.83.1
- [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.83.0...1.83.1)

Updates `typescript` from 5.7.2 to 5.7.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.7.2...v5.7.3)

Updates `unbuild` from 3.0.1 to 3.2.0
- [Release notes](https://github.com/unjs/unbuild/releases)
- [Changelog](https://github.com/unjs/unbuild/blob/main/CHANGELOG.md)
- [Commits](unjs/unbuild@v3.0.1...v3.2.0)

Updates `@rollup/plugin-commonjs` from 28.0.1 to 28.0.2
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v28.0.2/packages/commonjs)

Updates `@rollup/plugin-typescript` from 12.1.1 to 12.1.2
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/typescript-v12.1.2/packages/typescript)

Updates `commander` from 12.1.0 to 13.0.0
- [Release notes](https://github.com/tj/commander.js/releases)
- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md)
- [Commits](tj/commander.js@v12.1.0...v13.0.0)

Updates `rollup` from 4.28.1 to 4.30.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.28.1...v4.30.1)

---
updated-dependencies:
- dependency-name: "@vueuse/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: shiki
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: unocss
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@vueuse/shared"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: chromatic
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: unbuild
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@rollup/plugin-commonjs"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@rollup/plugin-typescript"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: commander
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

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

dependabot bot commented on behalf of github Jan 10, 2025

Superseded by #376.

@dependabot dependabot bot closed this Jan 10, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/all-dependencies-dc3a94115e branch January 10, 2025 19:09
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