Skip to content

Chore(deps-dev): Bump @nextcloud/vite-config from 1.5.3 to 1.5.6 #1013

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 10, 2025

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps @nextcloud/vite-config from 1.5.3 to 1.5.6.

Release notes

Sourced from @​nextcloud/vite-config's releases.

v1.5.6

v1.5.6 (2025-05-07)

🐛 Fixed bugs

  • fix(SPDX): correctly handle vite plugins

v1.5.5

What's Changed

Full Changelog: nextcloud-libraries/nextcloud-vite-config@v1.5.4...v1.5.5

v1.5.4

What's Changed

Full Changelog: nextcloud-libraries/nextcloud-vite-config@v1.5.3...v1.5.4

Changelog

Sourced from @​nextcloud/vite-config's changelog.

v1.5.6 (2025-05-07)

🐛 Fixed bugs

  • fix(SPDX): correctly handle vite plugins

v1.5.5 (2025-05-07)

🐛 Fixed bugs

  • fix(SPDX): handle vite internal modules and sanitize name #606 (susnux)

Changed

  • chore(deps-dev): Bump vite to 6.3.4

v1.5.4 (2025-04-29)

Changed

  • chore(deps): Bump rollup-plugin-esbuild-minify from 1.2.0 to 1.3.0
Commits
  • 778bc1c chore: prepare v1.5.6
  • 6a8ab1e fix(SPDX): correctly handle plugins
  • b005fc2 chore: prepare v1.5.5
  • 30b33d0 Merge pull request #607 from nextcloud-libraries/backport/606/stable1
  • 3a80e3c fix(SPDX): handle vite internal modules and sanitize name
  • bf92142 Merge pull request #605 from nextcloud-libraries/dependabot/npm_and_yarn/stab...
  • e16dc83 chore(deps-dev): Bump vite from 6.3.3 to 6.3.4
  • cf4631d Merge pull request #603 from nextcloud-libraries/chore/release-1
  • a867beb chore: prepare v1.5.4
  • b468aff Merge pull request #602 from nextcloud-libraries/dependabot/npm_and_yarn/stab...
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
@nextcloud/vite-config [>= 2.a, < 3]

Dependabot compatibility score

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 will merge this PR once CI passes on it, as requested by @nextcloud-command.


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)

@dependabot dependabot bot added 3. to review Waiting for reviews dependencies labels May 10, 2025
Copy link

codecov bot commented May 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 33.97%. Comparing base (4afa9b0) to head (1291a1f).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1013   +/-   ##
=======================================
  Coverage   33.97%   33.97%           
=======================================
  Files          25       25           
  Lines        1342     1342           
  Branches       50       50           
=======================================
  Hits          456      456           
  Misses        884      884           
  Partials        2        2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Contributor

@nextcloud-command nextcloud-command left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@artonge
Copy link
Collaborator

artonge commented May 22, 2025

@dependabot recreate

@artonge
Copy link
Collaborator

artonge commented May 22, 2025

/compile amend /

Bumps [@nextcloud/vite-config](https://github.com/nextcloud/nextcloud-vite-config) from 1.5.3 to 1.5.6.
- [Release notes](https://github.com/nextcloud/nextcloud-vite-config/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-vite-config/blob/v1.5.6/CHANGELOG.md)
- [Commits](nextcloud-libraries/nextcloud-vite-config@v1.5.3...v1.5.6)

---
updated-dependencies:
- dependency-name: "@nextcloud/vite-config"
  dependency-version: 1.5.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
@nextcloud-command nextcloud-command force-pushed the dependabot/npm_and_yarn/nextcloud/vite-config-1.5.6 branch from 1291a1f to 582c7bf Compare May 22, 2025 15:19
@artonge
Copy link
Collaborator

artonge commented May 22, 2025

https://github.com/dependabot recreate

@artonge
Copy link
Collaborator

artonge commented May 22, 2025

@dependabot recreate

@artonge
Copy link
Collaborator

artonge commented May 24, 2025

@dependabot recreate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants