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

build(deps): bump rollup, @rollup/plugin-commonjs, @vitejs/plugin-vue and vite #182

Merged
merged 1 commit into from
Sep 25, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 24, 2024

Bumps rollup to 4.22.4 and updates ancestor dependencies rollup, @rollup/plugin-commonjs, @vitejs/plugin-vue and vite. These dependencies need to be updated together.

Updates rollup from 2.79.1 to 4.22.4

Release notes

Sourced from rollup's releases.

v4.22.4

4.22.4

2024-09-21

Bug Fixes

  • Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles when run in a browser context (#5671)

Pull Requests

v4.22.3

4.22.3

2024-09-21

Bug Fixes

  • Ensure that mutations in modules without side effects are observed while properly handling transitive dependencies (#5669)

Pull Requests

v4.22.2

4.22.2

2024-09-20

Bug Fixes

  • Revert fix for side effect free modules until other issues are investigated (#5667)

Pull Requests

v4.22.1

4.22.1

2024-09-20

Bug Fixes

  • Revert #5644 "stable chunk hashes" while issues are being investigated

Pull Requests

... (truncated)

Changelog

Sourced from rollup's changelog.

4.22.4

2024-09-21

Bug Fixes

  • Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles when run in a browser context (#5671)

Pull Requests

4.22.3

2024-09-21

Bug Fixes

  • Ensure that mutations in modules without side effects are observed while properly handling transitive dependencies (#5669)

Pull Requests

4.22.2

2024-09-20

Bug Fixes

  • Revert fix for side effect free modules until other issues are investigated (#5667)

Pull Requests

4.22.1

2024-09-20

Bug Fixes

  • Revert #5644 "stable chunk hashes" while issues are being investigated

Pull Requests

... (truncated)

Commits

Updates @rollup/plugin-commonjs from 22.0.2 to 28.0.0

Changelog

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

v28.0.0

2024-09-23

Breaking Changes

  • chore: switch to fdir for fewer dependencies (#1741)

v27.0.0

2024-09-23

Breaking Changes

  • feat!: default strictRequires to true (#1639)
  • fix!: replace top-level this with exports name (#1618)

v26.0.3

2024-09-23

Updates

  • chore: revert #1618 (e98927b)

v26.0.1

2024-06-05

Bugfixes

  • fix: correct import of glob (04a15b5)

v26.0.0

2024-06-05

Breaking Changes

  • chore!: bump glob's version (#1695)

v25.0.8

2024-05-22

Bugfixes

  • fix: preserve the class body property keys even if they are special keywords (#1688)

v25.0.7

... (truncated)

Commits
  • 0af45c2 chore(release): commonjs v28.0.0
  • c2a05eb chore(commonjs): switch to fdir for fewer dependencies (#1741)
  • b6fa3b1 chore(release): commonjs v27.0.0
  • 8f02987 feat(commonjs)!: default strictRequires to true (#1639)
  • 274b72c chore(repo): cherry-pick. commonjs. replace top-level this with exports name ...
  • e2a7195 chore(release): commonjs v26.0.3
  • e98927b chore(commonjs): revert #1618
  • 1e73857 chore(release): commonjs v26.0.2
  • 2fdd077 fix(commonjs): replace top-level this with exports name (#1618)
  • 8550c4b chore(release): commonjs v26.0.1
  • Additional commits viewable in compare view

Updates @vitejs/plugin-vue from 3.2.0 to 5.1.4

Release notes

Sourced from @​vitejs/plugin-vue's releases.

plugin-vue@5.1.4

Please refer to CHANGELOG.md for details.

plugin-vue@5.1.3

Please refer to CHANGELOG.md for details.

plugin-vue@5.1.2

Please refer to CHANGELOG.md for details.

plugin-vue@5.1.1

Please refer to CHANGELOG.md for details.

plugin-vue@5.1.0

Please refer to CHANGELOG.md for details.

plugin-vue@5.0.5

Please refer to CHANGELOG.md for details.

plugin-vue@5.0.4

Please refer to CHANGELOG.md for details.

plugin-vue@5.0.3

Please refer to CHANGELOG.md for details.

plugin-vue@5.0.2

Please refer to CHANGELOG.md for details.

plugin-vue@5.0.1

Please refer to CHANGELOG.md for details.

plugin-vue@5.0.0

Please refer to CHANGELOG.md for details.

plugin-vue@5.0.0-beta.1

Please refer to CHANGELOG.md for details.

plugin-vue@5.0.0-beta.0

Please refer to CHANGELOG.md for details.

plugin-vue@5.0.0-alpha.0

Please refer to CHANGELOG.md for details.

plugin-vue@4.6.2

Please refer to CHANGELOG.md for details.

plugin-vue@4.6.1

Please refer to CHANGELOG.md for details.

plugin-vue@4.6.0

Please refer to CHANGELOG.md for details.

... (truncated)

Changelog

Sourced from @​vitejs/plugin-vue's changelog.

5.1.4 (2024-09-16)

  • chore: format (07b29a6)
  • chore(deps): update dependency rollup to ^4.21.3 (#440) (98766c2), closes #440
  • fix: skip checking private properties of typeParameters (#443) (e4f5fff), closes #443
  • fix(plugin-vue): allow overwrite esbuild config (#444) (1344294), closes #444

5.1.3 (2024-08-29)

  • chore: upgrade to eslint 9 (236a40f)
  • chore: use pnpm catalog for shared deps (0735e18)
  • chore(deps): update dependency rollup to ^4.20.0 (#433) (37c9073), closes #433
  • chore(deps): update upstream (#436) (b75a46f), closes #436
  • fix(deps): update all non-major dependencies (#421) (e3a7fec), closes #421
  • fix(plugin-vue): default value for __VUE_OPTIONS_API__ (acb57c9), closes #438

5.1.2 (2024-08-01)

  • refactor(plugin-vue): add type field (a6b7e3f)
  • fix(plugin-vue): add deprecated script.propsDestructure option (1e24322), closes #431
  • chore(deps): update upstream (#432) (5d592cd), closes #432

5.1.1 (2024-07-27)

  • fix(plugin-vue): clear script cache if recall (f5eb5ac), closes #431

5.1.0 (2024-07-23)

  • fix(deps): update all non-major dependencies (#412) (8cb2ea9), closes #412
  • fix(plugin-vue): clear cache after build end (96dbb22)
  • chore: update documentation for new features option (7fc7994)
  • chore(deps): update upstream (#416) (02a3edd), closes #416
  • feat(plugin-vue): add features option (#419) (3e839e2), closes #419

5.0.5 (2024-05-30)

  • fix(deps): update all non-major dependencies (#360) (ed4970a), closes #360
  • fix(deps): update all non-major dependencies (#371) (0a484c7), closes #371
  • fix(plugin-vue): don't inline template when __VUE_PROD_DEVTOOLS__ (#81) (277a3ab), closes #81
  • refactor(plugin-vue): use normalizePath from vite (#395) (2848174), closes #395

... (truncated)

Commits

Updates vite from 3.2.10 to 5.4.7

Release notes

Sourced from vite's releases.

create-vite@5.4.0

Please refer to CHANGELOG.md for details.

create-vite@5.3.0

Please refer to CHANGELOG.md for details.

create-vite@5.2.3

Please refer to CHANGELOG.md for details.

create-vite@5.2.2

Please refer to CHANGELOG.md for details.

create-vite@5.2.1

Please refer to CHANGELOG.md for details.

create-vite@5.2.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

5.4.7 (2024-09-20)

5.4.6 (2024-09-16)

5.4.5 (2024-09-13)

5.4.4 (2024-09-11)

5.4.3 (2024-09-03)

5.4.2 (2024-08-20)

... (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 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

… and vite

Bumps [rollup](https://github.com/rollup/rollup) to 4.22.4 and updates ancestor dependencies [rollup](https://github.com/rollup/rollup), [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs), [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). These dependencies need to be updated together.


Updates `rollup` from 2.79.1 to 4.22.4
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v2.79.1...v4.22.4)

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

Updates `@vitejs/plugin-vue` from 3.2.0 to 5.1.4
- [Release notes](https://github.com/vitejs/vite-plugin-vue/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-vue/commits/plugin-vue@5.1.4/packages/plugin-vue)

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

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: indirect
- dependency-name: "@rollup/plugin-commonjs"
  dependency-type: direct:development
- dependency-name: "@vitejs/plugin-vue"
  dependency-type: direct:development
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 24, 2024
Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@apollo/client@3.11.8 network Transitive: environment, eval +20 7.95 MB apollo-bot
npm/@babel/core@7.25.2 environment, filesystem, unsafe Transitive: shell +48 11.4 MB nicolo-ribaudo
npm/@rollup/plugin-commonjs@28.0.0 Transitive: filesystem +29 42.8 MB shellscape
npm/@vitejs/plugin-vue@5.1.4 environment 0 193 kB vitebot
npm/@vue/apollo-composable@4.2.1 Transitive: filesystem +3 445 kB akryum
npm/@vue/compiler-sfc@3.5.8 Transitive: environment, eval +14 9.42 MB soda, yyx990803
npm/autoprefixer@10.4.20 environment Transitive: filesystem, shell +10 2.7 MB ai
npm/axios@1.7.7 network Transitive: environment, filesystem +8 2.51 MB jasonsaayman
npm/bootstrap-icons-vue@1.11.3 None 0 6.12 MB tommyip
npm/bootstrap@5.3.3 None 0 9.67 MB xhmikosr
npm/css-loader@6.11.0 Transitive: environment, eval, filesystem, shell, unsafe +87 18.7 MB evilebottnawi
npm/dashjs@4.7.4 network +17 47.4 MB dsilhavy
npm/icecast-metadata-player@1.17.3 network Transitive: unsafe +12 2.79 MB eshaz
npm/laravel-echo@1.16.1 None 0 211 kB taylorotwell
npm/moment@2.30.1 None 0 4.35 MB ichernev
npm/patch-package@7.0.2 environment, filesystem Transitive: eval, shell +47 2.1 MB ds300
npm/postcss@8.4.47 environment, filesystem +3 376 kB ai
npm/sass-loader@13.3.3 environment Transitive: eval, filesystem, shell, unsafe +75 18.2 MB evilebottnawi
npm/sass@1.79.3 filesystem, unsafe Transitive: environment +4 6.74 MB sassbot
npm/socket.io-client@4.8.0 Transitive: environment, filesystem, network, shell +8 2.63 MB darrachequesne, rauchg
npm/vite@5.4.7 Transitive: environment, eval, filesystem, network, shell +57 278 MB antfu, patak, soda, ...2 more
npm/vue-router@4.4.5 None +1 864 kB posva, yyx990803
npm/vue-tsc@2.1.6 Transitive: environment, eval +25 8.46 MB johnsoncodehk
npm/vue@3.5.8 environment, eval +17 12.8 MB yyx990803

🚮 Removed packages: npm/@apollo/client@3.11.2, npm/@babel/core@7.22.6, npm/@rollup/plugin-commonjs@22.0.2, npm/@vitejs/plugin-vue@3.2.0, npm/@vue/apollo-composable@4.0.2, npm/@vue/compiler-sfc@3.4.35, npm/autoprefixer@10.4.14, npm/axios@1.7.4, npm/bootstrap-icons-vue@1.11.1, npm/bootstrap@5.3.2, npm/css-loader@6.8.1, npm/dashjs@4.7.2, npm/icecast-metadata-player@1.17.1, npm/laravel-echo@1.15.3, npm/moment@2.29.4, npm/patch-package@7.0.1, npm/postcss@8.4.41, npm/sass-loader@13.3.2, npm/sass@1.63.3, npm/socket.io-client@4.7.2, npm/vite@3.2.10, npm/vue-router@4.4.2, npm/vue-tsc@2.0.29, npm/vue@3.4.35

View full report↗︎

@xorinzor xorinzor closed this Sep 25, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 25, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/multi-e5d8cfc2a7 branch September 25, 2024 11:02
@xorinzor xorinzor restored the dependabot/npm_and_yarn/multi-e5d8cfc2a7 branch September 25, 2024 11:02
@xorinzor xorinzor reopened this Sep 25, 2024
@xorinzor xorinzor merged commit 7f836aa into main Sep 25, 2024
8 of 12 checks passed
@xorinzor xorinzor deleted the dependabot/npm_and_yarn/multi-e5d8cfc2a7 branch September 25, 2024 11:02
Copy link

sonarcloud bot commented Sep 25, 2024

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.

1 participant