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): bump @nextcloud/dialogs from 3.2.0 to 4.1.0 #3585

Merged
merged 2 commits into from
Oct 17, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps @nextcloud/dialogs from 3.2.0 to 4.1.0.

Release notes

Sourced from @​nextcloud/dialogs's releases.

v4.1.0 (2023-06-23)

🐛 Fixed bugs

  • Make sure Typescript projects with node16 module resolution can import the package #845 (@​susnux)
  • Ensure all package dependencies are external #843 (@​susnux)

Changed

  • Update Node engines to next LTS (version 20)

v4.0.1 (2023-02-16)

🚀 Enhancement

🐛 Bug Fix

Committers: 2

v4.0.0 (2023-02-13)

💥 Breaking changes

Styles need to be imported differently compared to v3.2.0. Make sure to import them from dist/index.css:

import '@​nextcloud/dialogs/dist/index.css'

🚀 Enhancement

Committers: 2

v4.0.0-beta.2

v4.0.0-beta.2 (2022-11-02)

Full Changelog

🐛 Fixed bugs

v4.0.0-beta.1

... (truncated)

Changelog

Sourced from @​nextcloud/dialogs's changelog.

v4.1.0 (2023-06-23)

🐛 Fixed bugs

  • Make sure Typescript projects with node16 module resolution can import the package #845 (@​susnux)
  • Ensure all package dependencies are external #843 (@​susnux)

Changed

  • Update Node engines to next LTS (version 20)
  • Translation updates
  • Dependency updates

v4.0.1 (2023-02-16)

🚀 Enhancement

🐛 Bug Fix

Committers: 2

v4.0.0 (2023-02-13)

💥 Breaking changes

Styles need to be imported differently compared to v3.2.0. Make sure to import them from dist/index.css:

import '@​nextcloud/dialogs/dist/index.css'

🚀 Enhancement

Committers: 2

v4.0.0-beta.2 (2022-11-02)

Full Changelog

🐛 Fixed bugs

... (truncated)

Commits
  • f4d92e0 Merge pull request #848 from nextcloud/chore/prepare-4-1-0-release
  • aac617d Merge pull request #850 from nextcloud/automated/noid/master-fix-npm-audit
  • 7041e15 chore(deps): fix npm audit
  • 1caa6b1 Merge pull request #849 from nextcloud/skjnldsv-patch-1
  • 2daf95f chore: add npm-audit-fix.yml
  • 5bd4d23 chore: Prepare release of version 4.1.0
  • e909f68 Merge pull request #828 from nextcloud/dependabot/npm_and_yarn/typescript-5.1.3
  • 84bc467 Merge pull request #847 from nextcloud/automated/update-engines/default
  • bc1242f Merge pull request #843 from nextcloud/fix/external-dependencies
  • 1d78f88 fix: Make sure dependencies are external
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [@nextcloud/dialogs](https://github.com/nextcloud-libraries/nextcloud-dialogs) from 3.2.0 to 4.1.0.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-dialogs/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/blob/master/CHANGELOG.md)
- [Commits](nextcloud-libraries/nextcloud-dialogs@v3.2.0...v4.1.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/dialogs"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added 3. to review Waiting for reviews feature: dependencies Pull requests that update a dependency file labels Aug 26, 2023
@codecov
Copy link

codecov bot commented Aug 26, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (125095d) 2.07% compared to head (4e54e09) 0.00%.
Report is 53 commits behind head on main.

❗ Current head 4e54e09 differs from pull request most recent head a7cf655. Consider uploading reports for the commit a7cf655 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##              main   #3585      +/-   ##
==========================================
- Coverage     2.07%   0.00%   -2.08%     
- Complexity       0     260     +260     
==========================================
  Files           89      24      -65     
  Lines         5347     782    -4565     
  Branches      1491       0    -1491     
==========================================
- Hits           111       0     -111     
+ Misses        5118     782    -4336     
+ Partials       118       0     -118     

see 113 files with indirect coverage changes

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

@st3iny st3iny enabled auto-merge October 17, 2023 12:52
@st3iny st3iny merged commit ccc51d6 into main Oct 17, 2023
27 checks passed
@st3iny st3iny deleted the dependabot/npm_and_yarn/nextcloud/dialogs-4.1.0 branch October 17, 2023 13:38
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 feature: dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant