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 development-dependencies group with 4 updates #158

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2024

Bumps the development-dependencies group with 4 updates: vite, rollup, tslib and @rsbuild/core.

Updates vite from 5.4.1 to 5.4.2

Changelog

Sourced from vite's changelog.

5.4.2 (2024-08-20)

Commits

Updates rollup from 4.21.0 to 4.21.1

Release notes

Sourced from rollup's releases.

v4.21.1

4.21.1

2024-08-26

Bug Fixes

  • Ensure closeWatcher hook is called when watch mode is aborted via Ctrl+C (#5618)
  • Do not produce invalid code for import.meta.url in compact mode (#5624)
  • Do not throw when generating chunk names when preserving modules in Windows (#5625)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.21.1

2024-08-26

Bug Fixes

  • Ensure closeWatcher hook is called when watch mode is aborted via Ctrl+C (#5618)
  • Do not produce invalid code for import.meta.url in compact mode (#5624)
  • Do not throw when generating chunk names when preserving modules in Windows (#5625)

Pull Requests

Commits
  • c33c6ce 4.21.1
  • fadebcd fix: get the right chunk name for preserve modules in Windows (#5625)
  • eb07813 fix: add space for DOCUMENT_CURRENT_SCRIPT template (#5624)
  • c1d25d6 Call and await closeWatcher hooks on exit signals (#5619)
  • 3eb8817 chore(deps): lock file maintenance minor/patch updates (#5622)
  • 262a388 preload the WASM file even though the version is undefined. (#5618)
  • 9625890 chore(deps): update dependency @​types/eslint to v9 (#5591)
  • 916bd62 Fix REPL loading
  • See full diff in compare view

Updates tslib from 2.6.3 to 2.7.0

Release notes

Sourced from tslib's releases.

v2.7.0

What's Changed

Full Changelog: microsoft/tslib@v2.6.3...v2.7.0

Commits
  • 6abc075 Bump version to 2.7.0.
  • 227b5d6 Use global 'Iterator.prototype' for downlevel generators (#267)
  • 4f2902c Implement deterministic collapse of 'await' in 'await using' (#262)
  • See full diff in compare view

Updates @rsbuild/core from 1.0.1-beta.14 to 1.0.1-beta.16

Release notes

Sourced from @​rsbuild/core's releases.

v1.0.1-beta.16

What's Changed

New Features 🎉

Performance 🚀

Bug Fixes 🐞

Document 📖

Other Changes

New Contributors

Full Changelog: web-infra-dev/rsbuild@v1.0.1-beta.15...v1.0.1-beta.16

v1.0.1-beta.15

What's Changed

Breaking Changes 🍭

New Features 🎉

Performance 🚀

Document 📖

... (truncated)

Commits
  • e7b8758 fix(mf): should compile @module-federation/sdk (#3270)
  • 0e8ad94 fix(deps): use caret version for swc helpers (#3269)
  • d931b48 feat: transformImport support function type (#3266)
  • 436a4ed feat(deps): bump Rspack 1.0.0-rc.0 (#3268)
  • 36aa56f feat: add environments to onAfterStartProdServer (#3264)
  • a9ad436 fix: server.close should close http server (#3263)
  • 06c2aaf fix: should terminate http server correctly (#3261)
  • d13d043 feat: expose server.printUrls method (#3260)
  • 40818cc chore: remove unused outputFileSystem from server instance (#3259)
  • 9e1501f fix: not inline scripts / styles when enable not set (#3258)
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 development-dependencies group with 4 updates: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite), [rollup](https://github.com/rollup/rollup), [tslib](https://github.com/Microsoft/tslib) and [@rsbuild/core](https://github.com/web-infra-dev/rsbuild/tree/HEAD/packages/core).


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

Updates `rollup` from 4.21.0 to 4.21.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.21.0...v4.21.1)

Updates `tslib` from 2.6.3 to 2.7.0
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](microsoft/tslib@v2.6.3...v2.7.0)

Updates `@rsbuild/core` from 1.0.1-beta.14 to 1.0.1-beta.16
- [Release notes](https://github.com/web-infra-dev/rsbuild/releases)
- [Commits](https://github.com/web-infra-dev/rsbuild/commits/v1.0.1-beta.16/packages/core)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: tslib
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@rsbuild/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies javascript Pull requests that update Javascript code labels Aug 26, 2024
@tbouffard
Copy link
Member

@dependabot squash and merge

@dependabot dependabot bot merged commit b74ad6f into main Aug 27, 2024
15 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/development-dependencies-8f17458fb5 branch August 27, 2024 05:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant