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-dev): bump the dev-dependencies group with 8 updates #709

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2024

Bumps the dev-dependencies group with 8 updates:

Package From To
@rspack/cli 1.0.13 1.0.14
@rspack/core 1.0.13 1.0.14
publint 0.2.11 0.2.12
vitest 2.1.3 2.1.4
@types/node 22.7.7 22.8.1
@types/react 18.3.11 18.3.12
svelte 5.0.4 5.1.3
vite 5.4.9 5.4.10

Updates @rspack/cli from 1.0.13 to 1.0.14

Release notes

Sourced from @​rspack/cli's releases.

v1.0.14

What's Changed

Performance Improvements ⚡

Exciting New Features 🎉

Bug Fixes 🐞

Document Updates 📖

Other Changes

New Contributors

Full Changelog: web-infra-dev/rspack@v1.0.13...v1.0.14

Commits

Updates @rspack/core from 1.0.13 to 1.0.14

Release notes

Sourced from @​rspack/core's releases.

v1.0.14

What's Changed

Performance Improvements ⚡

Exciting New Features 🎉

Bug Fixes 🐞

Document Updates 📖

Other Changes

New Contributors

Full Changelog: web-infra-dev/rspack@v1.0.13...v1.0.14

Commits
  • 99bc7c4 Release Packages:1.0.14
  • 309ddf1 feat(types): export ResolveData type (#8177)
  • d9551c5 refactor: incremental options name (#8175)
  • fcd3bf3 refactor: add JSDoc to improve config.stats types (#8174)
  • 728a6f4 refactor: rename harmony in Rust code to ESM (#8166)
  • 1c7a37c refactor: add JSDoc to improve config.target, devtool, node, cache types. (#8...
  • 27ec0b5 fix: compatible static methods with html-webpack-plugin 5.6.0 (#8157)
  • 198f90d feat: incremental for collecting dependencies diagnostics (#8127)
  • fc0751c chore(deps): update typescript to v5.6 (#8145)
  • 1626c72 release:1.0.13 (#8146)
  • See full diff in compare view

Updates publint from 0.2.11 to 0.2.12

Release notes

Sourced from publint's releases.

v0.2.12

Features

  • If the package publishes a license file, but the "license" field is not set in package.json, a suggestion will now be shown to add the field (bluwy/publint#111)

Bug fixes

  • In the "repostory" field, string shorthands with nested paths like gitlab:org/user/repo is now considered valid (bluwy/publint#113)

Site

Full Changelog: bluwy/publint@v0.2.11...v0.2.12

Commits

Updates vitest from 2.1.3 to 2.1.4

Release notes

Sourced from vitest's releases.

v2.1.4

   🚀 Features

This patch release includes a non-breaking feature for the experimental Browser Mode that doesn't follow SemVer. If you want to avoid picking up releases like this, make sure to pin the Vitest version in your package.json. See npm's documentation about semver for more information.

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub
Commits
  • 0df44c0 chore: release v2.1.4
  • 2444ff2 fix(browser): initiate MSW in the same frame as tests (#6772)
  • 39041ee fix(vitest): silence import analysis warning (#6785)
  • b28cd2e fix: don't normalize drive case letter in root (#6792)
  • df6d750 fix(vitest): don't fail if the working directory starts with a lowercase driv...
  • 169028f feat(browser): allow custom HTML path, respect plugins transformIndexHtml (...
  • 5df7414 chore(deps): update all non-major dependencies (#6750)
  • de74785 chore(deps): update @antfu/eslint-config v3.8.0 (#6751)
  • 121b161 fix(vitest): print warnings form Vite plugins (#6724)
  • a939779 fix(browser): increment browser port automatically if there are several proje...
  • Additional commits viewable in compare view

Updates @types/node from 22.7.7 to 22.8.1

Commits

Updates @types/react from 18.3.11 to 18.3.12

Commits

Updates svelte from 5.0.4 to 5.1.3

Release notes

Sourced from svelte's releases.

[email protected]

Patch Changes

  • fix: rethrow errors from await block if no catch block exists (#13819)

  • fix: ensure SVG element attributes have case preserved (#13935)

  • fix: ensure bind:group works as intended with proxied state objects (#13939)

  • fix: ensure value is correctly set to zero on the progress element (#13924)

  • fix: skip comment nodes in snippet validation logic (#13936)

  • fix: typo in Action types (#13874)

  • fix: remove metadata from legacy AST (#13927)

[email protected]

Patch Changes

  • fix: improve consistency of transitions (#13895)

  • fix: enable bound store props in runes mode components (#13887)

  • fix: ensure each block references to imports are handled correctly (#13892)

  • fix: ensure SvelteMap reactivity persists through deriveds (#13877)

  • fix: ensure snippets after empty text correctly hydrate (#13870)

  • fix: prevent migration script from adding props. to the export let identifier (#13899)

  • fix: prevent var name clashing for delegated events without params (#13896)

[email protected]

Patch Changes

  • fix: internally wrap store subscribe in untrack (#13858)

  • fix: allow binding to const with spread in legacy mode (#13849)

  • fix: ensure props internally untracks current_value on sets (#13859)

  • fix: properly traverse children when checking matches for :has (#13866)

[email protected]

Minor Changes

  • feat: export mount() options as the MountOptions type (#13674)

... (truncated)

Changelog

Sourced from svelte's changelog.

5.1.3

Patch Changes

  • fix: rethrow errors from await block if no catch block exists (#13819)

  • fix: ensure SVG element attributes have case preserved (#13935)

  • fix: ensure bind:group works as intended with proxied state objects (#13939)

  • fix: ensure value is correctly set to zero on the progress element (#13924)

  • fix: skip comment nodes in snippet validation logic (#13936)

  • fix: typo in Action types (#13874)

  • fix: remove metadata from legacy AST (#13927)

5.1.2

Patch Changes

  • fix: improve consistency of transitions (#13895)

  • fix: enable bound store props in runes mode components (#13887)

  • fix: ensure each block references to imports are handled correctly (#13892)

  • fix: ensure SvelteMap reactivity persists through deriveds (#13877)

  • fix: ensure snippets after empty text correctly hydrate (#13870)

  • fix: prevent migration script from adding props. to the export let identifier (#13899)

  • fix: prevent var name clashing for delegated events without params (#13896)

5.1.1

Patch Changes

  • fix: internally wrap store subscribe in untrack (#13858)

  • fix: allow binding to const with spread in legacy mode (#13849)

  • fix: ensure props internally untracks current_value on sets (#13859)

  • fix: properly traverse children when checking matches for :has (#13866)

5.1.0

... (truncated)

Commits
  • da1fefc Version Packages (#13920)
  • 83a5eaa fix: skip comment nodes in snippet validation logic (#13936)
  • 37fa34c fix: ensure value is correctly set to zero on the progress element (#13924)
  • 1e6cf1b fix: ensure bind:group works as intended with proxied state objects (#13939)
  • 7bbaedd fix: rethrow errors from await block if no catch block exists (#13819)
  • 81f9bdd fix: remove metadata from legacy AST (#13927)
  • 441124c fix: ensure SVG element attributes have case preserved (#13935)
  • 1a6a3e7 fix: typo in Action types (#13874)
  • 1ee2ac4 Version Packages (#13888)
  • b63fde3 fix: prevent migration script from adding props. to the export let identi...
  • Additional commits viewable in compare view

Updates vite from 5.4.9 to 5.4.10

Release notes

Sourced from vite's releases.

v5.4.10

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

5.4.10 (2024-10-23)

  • fix: backport #18367,augment hash for CSS files to prevent chromium erroring by loading previous fil (7d1a3bc), closes #18367 #18412
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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 dev-dependencies group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@rspack/cli](https://github.com/web-infra-dev/rspack/tree/HEAD/packages/rspack-cli) | `1.0.13` | `1.0.14` |
| [@rspack/core](https://github.com/web-infra-dev/rspack/tree/HEAD/packages/rspack) | `1.0.13` | `1.0.14` |
| [publint](https://github.com/bluwy/publint/tree/HEAD/pkg) | `0.2.11` | `0.2.12` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.1.3` | `2.1.4` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.7.7` | `22.8.1` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.11` | `18.3.12` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `5.0.4` | `5.1.3` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.9` | `5.4.10` |


Updates `@rspack/cli` from 1.0.13 to 1.0.14
- [Release notes](https://github.com/web-infra-dev/rspack/releases)
- [Commits](https://github.com/web-infra-dev/rspack/commits/v1.0.14/packages/rspack-cli)

Updates `@rspack/core` from 1.0.13 to 1.0.14
- [Release notes](https://github.com/web-infra-dev/rspack/releases)
- [Commits](https://github.com/web-infra-dev/rspack/commits/v1.0.14/packages/rspack)

Updates `publint` from 0.2.11 to 0.2.12
- [Release notes](https://github.com/bluwy/publint/releases)
- [Commits](https://github.com/bluwy/publint/commits/v0.2.12/pkg)

Updates `vitest` from 2.1.3 to 2.1.4
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.4/packages/vitest)

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

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

Updates `svelte` from 5.0.4 to 5.1.3
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/[email protected]/packages/svelte)

Updates `vite` from 5.4.9 to 5.4.10
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.10/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.10/packages/vite)

---
updated-dependencies:
- dependency-name: "@rspack/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@rspack/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: publint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: svelte
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 28, 2024
Copy link

changeset-bot bot commented Oct 28, 2024

⚠️ No Changeset found

Latest commit: c7324e0

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 4, 2024

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

@dependabot dependabot bot closed this Nov 4, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev-dependencies-97c42afde6 branch November 4, 2024 16:59
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