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 semantic-release monorepo #3

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 26, 2019

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@semantic-release/changelog 3.0.5 -> 3.0.6 age adoption passing confidence
@semantic-release/commit-analyzer 7.0.0-beta.6 -> 7.0.0 age adoption passing confidence
@semantic-release/git 7.1.0-beta.9 -> 7.1.0-beta.11 age adoption passing confidence
@semantic-release/github 5.6.0-beta.4 -> 5.6.0-beta.7 age adoption passing confidence
@semantic-release/npm 6.0.0-beta.4 -> 6.0.0 age adoption passing confidence
semantic-release 16.0.0-beta.36 -> 16.0.4 age adoption passing confidence

Release Notes

semantic-release/changelog

v3.0.6

Compare Source

Bug Fixes
  • use correct peerDependencies for semantic-release (d36ee06)
semantic-release/commit-analyzer

v7.0.0

Compare Source

Bug Fixes
  • use correct peerDependencies for semantic-release (4ff652f)
  • package: update import-from to version 3.0.0 (060dc29)
Features
  • add support for conventionalcommits preset (2b5ac0a)
  • allow to disable default release rules with release: false (ea2b204)
  • require Node.js >=10.13 (9f72907)
  • use globs instead of regexp for releases rules (fc9b28a)
BREAKING CHANGES
  • Require Node.js >= 10.13
  • Regexp are not supported anymore for property matching in the releaseRules option.

Regex are replaced by globs. For example /core-.*/ should be changed to 'core-*'.

v7.0.0-beta.7

Compare Source

Features
  • require Node.js >=10.13 (9f72907)
BREAKING CHANGES
  • Require Node.js >= 10.13
semantic-release/git

v7.1.0-beta.11

Compare Source

Bug Fixes
  • package: update execa to version 4.0.0 (9c1dc67)

v7.1.0-beta.10

Compare Source

Features
  • require Node.js >=10.13 (81955b8)
BREAKING CHANGES
  • Require Node.js >= 10.13
semantic-release/github

v5.6.0-beta.7

Compare Source

Bug Fixes
  • package: update http-proxy-agent to version 3.0.0 (e856c0f)
  • package: update https-proxy-agent to version 4.0.0 (e2a069f)

v5.6.0-beta.6

Compare Source

Features
  • require Node.js >=10.13 (bd4322d)
BREAKING CHANGES
  • Require Node.js >= 10.13

v5.6.0-beta.5

Compare Source

Bug Fixes
  • use the branch.main flag to determine is the release need the prerelease flag (7aaeb0f)
semantic-release/npm

v6.0.0

Compare Source

Bug Fixes
  • package: update execa to version 4.0.0 (d97dee5)
  • package: update semver to version 6.3.0 (c515862)
  • add dist-tag to publish and add-channel logs (db6ccd2)
  • use correct peerDependencies for semantic-release (8b47e7b)
  • package: pin npm to 6.5.0 (ddab7b7)
  • package: update aggregate-error to version 2.0.0 (df53298)
  • package: update aggregate-error to version 3.0.0 (3e0d5d0)
  • package: update execa to version 3.0.0 (b1780c1)
  • package: update npm to version 6.8.0 (2b0492e)
  • package: update read-pkg to version 5.0.0 (877ce40)
  • package: update vulnerable dependencies (#​185) (a96c6da)
  • skip tarball move if config is cwd (a224497)
  • package: update execa to version 2.0.2 (d2932ba)
  • package: update registry-auth-token to version 4.0.0 (2868b2c)
  • add dist-tag to publish log (2de37a1)
  • Honor NPM_CONFIG_USERCONFIG setting (932ea5e)
  • package: update fs-extra to version 8.0.0 (bf603e5)
  • return false if the npm publish is skipped (4a41228)
  • return false in addChannel if package is not published on npm (5434bab)
Features
  • add addChannel plugin step (fb96126)
  • require Node.js >=10.13 (6426458)
  • require Node.js >=8.15 (4caf538)
  • support nextRelease.channel property in publish step (b8deba7)
BREAKING CHANGES
  • Require Node.js >= 10.13
  • Require Node.js => 8.15

v6.0.0-beta.9

Compare Source

Bug Fixes
  • include version in npm release URL (827fcb3)

v6.0.0-beta.8

Compare Source

Bug Fixes
  • package: update execa to version 4.0.0 (d97dee5)

v6.0.0-beta.7

Compare Source

Bug Fixes
  • package: update semver to version 6.3.0 (c515862)

v6.0.0-beta.6

Compare Source

Features
  • require Node.js >=10.13 (6426458)
BREAKING CHANGES
  • Require Node.js >= 10.13

v6.0.0-beta.5

Compare Source

Bug Fixes
  • add dist-tag to publish and add-channel logs (db6ccd2)
semantic-release/semantic-release

v16.0.4

Compare Source

Bug Fixes
  • correct error when remote repository has no branches (c6b1076)

v16.0.3

Compare Source

Bug Fixes
  • use --no-verify when testing the Git permissions (b54b20d)

v16.0.2

Compare Source

Bug Fixes
  • fetch tags on repo cached by the CI (6b5b02e)

v16.0.1

Compare Source

Bug Fixes
  • package: update env-ci to version 5.0.0 (3739ab5)

v16.0.0

Compare Source

BREAKING CHANGES
  • ⚠️ For v16.0.0@​beta users only:

    In v16, a JSON object stored in a Git note is used to keep track of the channels on which a version has been released, the @{channel} suffix is no longer necessary.

    The tags formatted as v{version}@​{channel} will now be ignored. If you have releases using this format you will have to upgrade them:

    • Find all the versions that have been released on a branch other than the default one by searching for all tags formatted as v{version}@​{channel}
    • For each of those version:
      • Create a tag without the {@​channel} if none doesn't already exists
      • Add a Git note to the tag without the {@​channel} containing the channels on which the version was released formatted as {"channels":["channel1","channel2"]} and using null for the default channel (for example.{"channels":[null,"channel1","channel2"]})
      • Push the tags and notes
      • Update the GitHub releases that refer to a tag formatted as v{version}@​{channel} to use the tag without it
      • Delete the tags formatted as v{version}@​{channel}
  • Require Node.js >= 10.13

  • Git CLI version 2.7.1 or higher is now required: The --merge option of the git tag command has been added in Git version 2.7.1 and is now used by semantic-release

  • Regexp are not supported anymore for property matching in the releaseRules option.

    Regex are replaced by globs. For example /core-.*/ should be changed to 'core-*'.

  • The branch option has been removed in favor of branches

  • The new branches option expect either an Array or a single branch definition. To migrate your configuration:

    • If you want to publish package from multiple branches, please see the configuration documentation
    • If you use the default configuration and want to publish only from master: nothing to change
    • If you use the branch configuration and want to publish only from one branch: replace branch with branches ("branch": "my-release-branch" => "branches": "my-release-branch")
Features
  • allow addChannel plugins to return false in order to signify no release was done (e1c7269)
  • allow publish plugins to return false in order to signify no release was done (47484f5)
  • allow to release any version on a branch if up to date with next branch (916c268)
  • support multiple branches and distribution channels (7b40524)
  • use Git notes to store the channels on which a version has been released (b2c1b2c)
  • package: update @​semantic-release/commit-analyzer to version 7.0.0 (e63e753)
Performance Improvements
  • use git tag --merge <branch> to filter tags present in a branch history (cffe9a8)
Bug Fixes
  • add channel to publish success log (5744c5e)
  • add a flag indicate which branch is the main one (2caafba)
  • Add helpful detail to ERELEASEBRANCHES error message (#​1188) (37bcc9e)
  • allow multiple branches with same channel (63f51ae)
  • allow to set ci option via API and config file (2faff26)
  • call getTagHead only when necessary (de77a79)
  • call success plugin only once for releases added to a channel (9a023b4)
  • correct log when adding channel to tag (61665be)
  • correctly determine next pre-release version (0457a07)
  • correctly determine release to add to a channel (aec96c7)
  • correctly handle skipped releases (89663d3)
  • display erroring git commands properly (1edae67)
  • do not call addChannelfor 2 merged branches configured with the same channel (4aad9cd)
  • do not create tags in dry-run mode for released to add to a channel (97748c5)
  • fetch all release branches on CI (b729183)
  • fix branch type regexp to handle version with multiple digits (52ca0b3)
  • fix maintenance branch regex (a022996)
  • fix range regexp to handle version with multiple digits (9a04e64)
  • handle branch properties set to false (751a5f1)
  • harmonize parameters passed to getError (f96c660)
  • ignore lasst release only if pre-release on the same channel as current branch (990e85f)
  • increase next version on prerelease branch based on highest commit type (9ecc7a3)
  • look also for previous prerelease versions to determine the next one (9772563)
  • modify fetch function to handle CircleCI specifics (cbef9d1)
  • on maintenance branch add to channel only version >= to start range (c22ae17)
  • remove confusing logs when searching for releases to add to a channel (162b4b9)
  • remove hack to workaround GitHub Rebase & Merge (844e0b0)
  • remove unnecessary await (9a1af4d)
  • simplify get-tags algorithm (00420a8)
  • throws error if the commit associated with a tag cannot be found (1317348)
  • update plugin versions (0785a84)
  • update plugins dependencies (9890584)
  • verify is branch is up to date by comparing remote and local HEAD (a8747c4)
  • remove unnecessary branch parameter from push function (968b996)
  • revert to the correct refspec in fetch function (9948a74)
  • update plugins dependencies (73f0c77)
  • repositoryUrl: on beta repositoryUrl needs auth for pre-release flows (#​1186) (3610422)

v16.0.0-beta.47

Compare Source

Bug Fixes
  • correctly display command that errored out in logs (fc7205d)
Features
  • pass envi-ci values to plugins context (a8c747d)

v16.0.0-beta.46

Compare Source

Bug Fixes
  • look also for previous prerelease versions to determine the next one (9772563)

v16.0.0-beta.45

Compare Source

Bug Fixes
  • correct log when adding channel to tag (61665be)
  • remove unnecessary await (9a1af4d)
  • verify is branch is up to date by comparing remote and local HEAD (a8747c4)

v16.0.0-beta.44

Compare Source

Bug Fixes
  • increase next version on prerelease branch based on highest commit type (9ecc7a3)

v16.0.0-beta.43

Compare Source

Features
  • require Node.js >=10.13 (0716a45)
BREAKING CHANGES
  • Require Node.js >= 10.13

v16.0.0-beta.42

Compare Source

Features
  • allow to release any version on a branch if up to date with next branch (916c268)

v16.0.0-beta.41

Compare Source

Bug Fixes
  • package: update cosmiconfig to version 6.0.0 (ffff100)
  • package: update yargs to version 15.0.1 (2c13136)
  • use authenticated URL to check if local branch is up to date (7a939a8)

v16.0.0-beta.40

Compare Source

Bug Fixes
  • modify fetch function to handle CircleCI specifics (cbef9d1)

v16.0.0-beta.39

Compare Source

Features
  • use Git notes to store the channels on which a version has been released (b2c1b2c)
BREAKING CHANGES
  • this feature change the way semantic-release keep track of the channels on which a version has been released.
    It now use a JSON object stored in a Git note instead of Git tags formatted as v{version}@​{channel}.

The tags formatted as v{version}@​{channel} will now be ignored. If you have made releases with v16.0.0 on branches other than the default one you will have to update your repository.

The changes to make consist in:

  • Finding all the versions that have been released on a branch other than the default one by searching for all tags formatted v{version}@​{channel}
  • For each of those version:
    • Create a tag without the @​{channel} if none already exists
    • Add a Git note to the tag without the @​{channel} containing the channels on which the version was released formatted as {"channels":["channel1","channel2"]} and using null for the default channel (for example.{"channels":[null,"channel1","channel2"]})
    • Push the tags and notes
    • Update the GitHub releases that refer to a tag formatted as v{version}@​{channel} to use the tag without it
    • Delete the tags formatted as v{version}@​{channel}

See this script to help with the migration: https://gist.github.com/pvdlg/6b19e529ee5c1a20645675a44e5b3239

v16.0.0-beta.38

Compare Source

Bug Fixes
  • add a flag indicate which branch is the main one (2caafba)

v16.0.0-beta.37

Compare Source

Bug Fixes
  • add channel to publish success log (5744c5e)
  • correctly determine release to add to a channel (aec96c7)
  • do not create tags in dry-run mode for released to add to a channel (97748c5)

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate renovate bot force-pushed the renovate/semantic-release-monorepo branch from 32c8230 to 6bc646e Compare November 27, 2019 20:26
@renovate renovate bot changed the title chore(deps): update dependency @semantic-release/changelog to v3.0.6 chore(deps): update semantic-release monorepo Nov 27, 2019
@renovate renovate bot force-pushed the renovate/semantic-release-monorepo branch 6 times, most recently from c500914 to 2fe4e90 Compare December 4, 2019 23:12
@renovate renovate bot force-pushed the renovate/semantic-release-monorepo branch 8 times, most recently from 6cfa7a0 to 2fdabbe Compare December 10, 2019 05:35
@renovate renovate bot force-pushed the renovate/semantic-release-monorepo branch 3 times, most recently from c1b7198 to 31e8ad3 Compare December 19, 2019 19:22
@renovate renovate bot force-pushed the renovate/semantic-release-monorepo branch 8 times, most recently from 48846e4 to 52c1d59 Compare January 15, 2020 18:55
@renovate renovate bot force-pushed the renovate/semantic-release-monorepo branch from 52c1d59 to fbd0c49 Compare January 22, 2020 18:24
@renovate renovate bot force-pushed the renovate/semantic-release-monorepo branch from fbd0c49 to 4d90c29 Compare February 8, 2020 18:57
@renovate
Copy link
Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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

Successfully merging this pull request may close these issues.

1 participant