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): update dependency semantic-release to v20 #190

Merged
merged 1 commit into from
Jan 7, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 6, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
semantic-release 19.0.5 -> 20.0.0 age adoption passing confidence

Release Notes

semantic-release/semantic-release

v20.0.0

Compare Source

Bug Fixes
  • env-ci: updated to the stable esm-only version (#​2632) (918eb59)
  • secrets-masking: used the proper named import from hook-std to enable masking for stderr (#​2619) (cf6befa)
Features
BREAKING CHANGES
  • esm: semantic-release is now ESM-only. since it is used through its own executable, the impact on consuming projects should be minimal
  • esm: references to plugin files in configs need to include the file extension because of executing in an ESM context
  • node-versions: node v18 is now the minimum required version of node. this is in line with our node support policy. please see our recommendations for releasing with a different node version than your project normally uses, if necessary.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@github-actions
Copy link

github-actions bot commented Jan 6, 2023

Size Change: 0 B

Total Size: 18.6 kB

ℹ️ View Unchanged
Filename Size
lib/app-check/index.js 59 B
lib/app-check/useAppCheckToken.js 421 B
lib/auth/index.js 75 B
lib/auth/useAuthIdToken.js 821 B
lib/auth/useAuthIdTokenResult.js 837 B
lib/auth/useAuthState.js 434 B
lib/common/index.js 48 B
lib/common/types.js 31 B
lib/database/index.js 70 B
lib/database/internal.js 158 B
lib/database/useObject.js 396 B
lib/database/useObjectOnce.js 455 B
lib/database/useObjectValue.js 693 B
lib/database/useObjectValueOnce.js 894 B
lib/firestore/index.js 116 B
lib/firestore/internal.js 613 B
lib/firestore/types.js 31 B
lib/firestore/useCollection.js 576 B
lib/firestore/useCollectionData.js 690 B
lib/firestore/useCollectionDataOnce.js 861 B
lib/firestore/useCollectionOnce.js 818 B
lib/firestore/useCountFromServer.js 841 B
lib/firestore/useDocument.js 601 B
lib/firestore/useDocumentData.js 689 B
lib/firestore/useDocumentDataOnce.js 848 B
lib/firestore/useDocumentOnce.js 562 B
lib/index.js 107 B
lib/internal/useIsMounted.js 185 B
lib/internal/useListen.js 491 B
lib/internal/useLoadingValue.js 351 B
lib/internal/useOnce.js 724 B
lib/internal/useStableValue.js 200 B
lib/messaging/index.js 60 B
lib/messaging/useMessagingToken.js 417 B
lib/storage/index.js 90 B
lib/storage/internal.js 142 B
lib/storage/useBlob.js 806 B
lib/storage/useBytes.js 771 B
lib/storage/useDownloadURL.js 395 B
lib/storage/useMetadata.js 388 B
lib/storage/useStream.js 813 B

compressed-size-action

@andipaetzold andipaetzold merged commit 16cab30 into main Jan 7, 2023
@andipaetzold andipaetzold deleted the renovate/major-semantic-release-monorepo branch January 7, 2023 01:26
andipaetzold pushed a commit that referenced this pull request Feb 10, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[semantic-release](https://togithub.com/semantic-release/semantic-release)
| [`19.0.5` ->
`20.0.0`](https://renovatebot.com/diffs/npm/semantic-release/19.0.5/20.0.0)
|
[![age](https://badges.renovateapi.com/packages/npm/semantic-release/20.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/semantic-release/20.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/semantic-release/20.0.0/compatibility-slim/19.0.5)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/semantic-release/20.0.0/confidence-slim/19.0.5)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>semantic-release/semantic-release</summary>

###
[`v20.0.0`](https://togithub.com/semantic-release/semantic-release/releases/tag/v20.0.0)

[Compare
Source](https://togithub.com/semantic-release/semantic-release/compare/v19.0.5...v20.0.0)

##### Bug Fixes

- **env-ci:** updated to the stable esm-only version
([#&#8203;2632](https://togithub.com/semantic-release/semantic-release/issues/2632))
([918eb59](https://togithub.com/semantic-release/semantic-release/commit/918eb59bc5df3b9568f6893fc8d9dd96c32681b2))
- **secrets-masking:** used the proper named import from hook-std to
enable masking for stderr
([#&#8203;2619](https://togithub.com/semantic-release/semantic-release/issues/2619))
([cf6befa](https://togithub.com/semantic-release/semantic-release/commit/cf6befa2e87759321f0707019b9c2326689307e4))

##### Features

- **esm:** convert to esm
([#&#8203;2569](https://togithub.com/semantic-release/semantic-release/issues/2569))
([9eab1ad](https://togithub.com/semantic-release/semantic-release/commit/9eab1adb9ddfeef2a475ef8b60442a008713ca4c)),
closes
[#&#8203;2543](https://togithub.com/semantic-release/semantic-release/issues/2543)
- **node-versions:** raised the minimum required node version to v18
([#&#8203;2620](https://togithub.com/semantic-release/semantic-release/issues/2620))
([8a0d8be](https://togithub.com/semantic-release/semantic-release/commit/8a0d8be51f4bf21e10bc0cd41ffb5ce475112442))

##### BREAKING CHANGES

- **esm:** semantic-release is now ESM-only. since it is used through
its own executable, the impact on consuming projects should be minimal
- **esm:** references to plugin files in configs need to include the
file extension because of executing in an ESM context
- **node-versions:** node v18 is now the minimum required version of
node. this is in line with our [node support
policy](https://semantic-release.gitbook.io/semantic-release/support/node-support-policy).
please see [our
recommendations](https://semantic-release.gitbook.io/semantic-release/support/node-version#recommended-solution)
for releasing with a different node version than your project normally
uses, if necessary.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/andipaetzold/react-firehooks).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC44NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuODQuMiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@github-actions
Copy link

🎉 This PR is included in version 2.4.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions
Copy link

🎉 This PR is included in version 3.0.0-next.7 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant