Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chore(deps-dev): Bump @nextcloud/vite-config from 1.0.0-beta.19 to 1.0.1#805

Merged
dependabot[bot] merged 1 commit intomasterfrom
dependabot/npm_and_yarn/nextcloud/vite-config-1.0.1
Oct 7, 2023
Merged

chore(deps-dev): Bump @nextcloud/vite-config from 1.0.0-beta.19 to 1.0.1#805
dependabot[bot] merged 1 commit intomasterfrom
dependabot/npm_and_yarn/nextcloud/vite-config-1.0.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2023

Bumps @nextcloud/vite-config from 1.0.0-beta.19 to 1.0.1.

Release notes

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

v1.0.1

What's Changed

New Contributors

Full Changelog: nextcloud-libraries/nextcloud-vite-config@v1.0.0...v1.0.1

v1.0.0

What's Changed

Full Changelog: nextcloud-libraries/nextcloud-vite-config@v1.0.0-beta.19...v1.0.0

Changelog

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

v1.0.1 (2023-10-06)

Full Changelog

🐛 Fixed bugs

  • fix: Remove define of process.env from base config #34 (susnux)
  • fix(libConfig): import default in CJS build #35 (ShGKme)

v1.0.0 (2023-10-02)

Full Changelog

🚀 Enhancements

  • Allow to create vite config for Nextcloud apps
  • Allow to create vite config for libraries targetting the Nextcloud ecosystem

🐛 Fixed bugs

  • fix(app): Build in app mode and not in lib mode while building Nextcloud apps #31 (susnux)
  • fix(lib): Make libconfig work when minification and css split is enabled #29 (susnux)
  • fix(lib): Include hash in assets name #16 (susnux)
  • fix(libconfig): Strip off node: prefix on core modules for webpack compatibility #10 (susnux)
  • fix: Make license information for 3rd party modules deterministic #12 (susnux)
  • fix(app): Polyfill node core modules by default when building apps #11 (susnux)

Closed pull requests

  • chore: Prepare new bugfix release #17 (susnux)
  • Allow to properly include CSS in library builds by importing the CSS files #13 (susnux)
  • chore: Prepare first release with new package name (nextcloud namespace) #9 (susnux)
  • docs: Add link for the documentation to the README #8 (susnux)
  • feat: Add typedoc documentation for public API and interfaces #4 (susnux)
  • chore: Add some basic CI workflows #3 (susnux)
  • chore: Rename package to @nextcloud/vite-config #2 (susnux)
  • chore(ci): Add test workflow and scripts #30 (susnux)
Commits
  • 917a92f Merge pull request #36 from nextcloud-libraries/chore/prepare-release
  • e1bbeb9 chore: Prepare 1.0.1 release
  • 6ed5a46 Merge pull request #35 from nextcloud-libraries/fix/cjs-esm-interop
  • b108a87 fix(libConfig): import default in CJS build
  • 28a71a8 Merge pull request #34 from nextcloud-libraries/fix/remove-process-env-defines
  • 55de856 fix: Remove define of process.env from base config
  • d575353 Merge pull request #33 from nextcloud-libraries/fix/ci-name
  • 9d29e9b chore(ci): Fix CI workflow name so it can be used as a required check
  • c0ef3a7 Merge pull request #32 from nextcloud-libraries/chore/prepare-release
  • de39d33 chore: Prepare release
  • Additional commits viewable in compare view

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 it's up-to-date and 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 the type: dependencies 🔗 update or change of dependency label Oct 7, 2023
Copy link

@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

Bumps [@nextcloud/vite-config](https://github.com/nextcloud/nextcloud-vite-config) from 1.0.0-beta.19 to 1.0.1.
- [Release notes](https://github.com/nextcloud/nextcloud-vite-config/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-vite-config/blob/main/CHANGELOG.md)
- [Commits](nextcloud-libraries/nextcloud-vite-config@v1.0.0-beta.19...v1.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nextcloud/vite-config-1.0.1 branch from 94b1f85 to ead0e02 Compare October 7, 2023 02:02
Copy link

@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

@codecov
Copy link

codecov bot commented Oct 7, 2023

Codecov Report

Merging #805 (ead0e02) into master (488791e) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #805   +/-   ##
=======================================
  Coverage   77.80%   77.80%           
=======================================
  Files          17       17           
  Lines         419      419           
  Branches      111      111           
=======================================
  Hits          326      326           
  Misses         92       92           
  Partials        1        1           

@dependabot dependabot bot merged commit 77fbfc8 into master Oct 7, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nextcloud/vite-config-1.0.1 branch October 7, 2023 02:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: dependencies 🔗 update or change of dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant