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 release-it to v16 - autoclosed #113

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 5, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
release-it 12.4.3 -> 16.2.1 age adoption passing confidence

Release Notes

release-it/release-it (release-it)

v16.2.1

Compare Source

  • Format Markdown (ebe4fbd)
  • Add production mode config for Knip (c1c0f99)
  • Update dependencies (a3d32ae)
  • Fix initial --snapshot latestVersion (f283230)

v16.2.0

Compare Source

v16.1.5

Compare Source

  • Only show url message on Windows (68b91c4)
  • fix: unable to open the browser automatically on Windows system (#​1019) (5069c30)

v16.1.4

Compare Source

  • Replace mock-fs with memfs + fs-monkey (723db6c)
  • Update dependencies (a3da2bf)

v16.1.3

Compare Source

v16.1.2

Compare Source

  • Revert some updates for Node.js 16 compat (a106c83)

v16.1.1

Compare Source

v16.1.0

Compare Source

  • Edit and move new section about getLatestTagFromAllRefs up in docs (a166ab4)
  • Extend test for getLatestTagFromAllRefs to assert default behavior too (930e80a)
  • test: add a test scenario for git.getLatestTagFromAllRefs (fef97c6)
  • feat: add git.getLatestTagFromAllRefs config item to use all refs to determine latest version, not just reachable commits. (8611ef0)
  • docs: update legacy Node comment on readme page (#​1021) (5beacf2)

v16.0.0

Compare Source

  • Add v16 to changelog (2e09260)
  • Add knip to deps/scripts (00220ce)
  • Update dependencies + add lockfile (breaking support for Node.js v14/npm v6) (97c233e)

v15.11.0

Compare Source

v15.10.5

Compare Source

v15.10.4

Compare Source

v15.10.3

Compare Source

  • feat: don't release a new version if plugin returned null (#​1004) (46fc8fa)

v15.10.2

Compare Source

  • Add link to experimental release-it KB (7619d97)
  • Add link to monorepo recipe in npm docs (5598ef8)
  • Update dependencies (812be49)
  • Add monorepo recipe (2803303)
  • Add remark + preset and auto-format docs (8b58e70)
  • Refactor plugin name (#​996) (c88a0ac)
  • Add releaseNotes example to omit merge commits (#​957) (f7fb8bc)

v15.10.1

Compare Source

  • Add link to release-it + Github Actions walk-through video (3f379ff)
  • Update docs (bf6aa23)

v15.10.0

Compare Source

  • Turn on github.comments for release-it (b232b21)
  • Update dependencies (6789e76)
  • Add github.comments feature to add comments to merged pull requests and closed issues (b22ac20)

v15.9.3

Compare Source

  • Remove knip from devDependencies as it requires Node.js v16 (31e4f4d)

v15.9.2

Compare Source

  • Add knip analysis to release hooks (88a06ea)
  • Fix up config for Knip v2 (b96d1bf)
  • Add --registry argument to npm publish if set in publishConfig.registry (c59d55e)
  • Update dependencies (7c86856)

v15.9.1

Compare Source

  • Update dependencies (3673754)
  • Update projects using release-it (c2cfc51)

v15.9.0

Compare Source

  • Update dependencies (2271e2a)
  • Remove unnecessary await (b34a9d5)
  • Support function for configuring github/gitlab releaseNotes (#​987) (81e18fa)

v15.8.0

Compare Source

  • Skip test (ENAMETOOLONG on Windows) (ca9a767)
  • Update dependencies (377c880)
  • Truncate github release notes body > 124k characters (closes #​965) (218ffc1)
  • Add note about github.autoGenerate (closes #​945) (eaf85d7)
  • Skip publish prompt when package.json has private: true (fixes #​936) (d816d40)

v15.7.0

Compare Source

  • Replace master with main where applicable (f4702c4)
  • feat: make exit 0 possible when commits required but missing (#​984) (7076fd3)
  • feat: configurable path in git rev-list (#​982) (81a7d69)
  • Add increased timeout to test/tasks.js (for Windows) (0a23c55)

v15.6.1

Compare Source

  • Update dependencies (554c600)
  • Fix npm list collaborators diff in npm v8 vs v9 in tests (1935621)
  • Mention bumper plugin in npm docs (1e6dca8)
  • Fixed plugins README on peerDependencies property (#​980) (7784c97)
  • Update dependencies (2a8271f)
  • Add axios to list of projects using release-it (b525c25)

v15.6.0

Compare Source

v15.5.1

Compare Source

v15.5.0

Compare Source

v15.4.3

Compare Source

v15.4.2

Compare Source

  • Update dependencies (97095d5)
  • Defer dry run bail out in asset globbing (to include the warning in dry runs) (bf6ccc8)
  • Housekeeping for Actions (feff2eb)

v15.4.1

Compare Source

  • Handle file paths and dots in git urls (055a4ff)
  • Update dependencies (including git-url-parse) (1851650)

v15.4.0

Compare Source

  • Add npm.name to config.context and extend context for tagName (closes #​933) (627763f)

v15.3.0

Compare Source

v15.2.0

Compare Source

  • Update dependencies (b78eb1e)
  • Add package.json to exports (acc66f7)
  • Fixes loading scoped plugins to ensure name is preserved (#​926) (145fc71)
  • Add workaround for Windows by removing drive letter from git url (#​924) (ce3a726)
  • Enable manual triggers and disable tag triggers in test pipeline (b830876)
  • Fix plugin links (b7cd505)

v15.1.4

Compare Source

  • Migrate to git-url-parse v12 (41aad00)
  • Updates README with new plugin package names (#​922) (322ef9a)

v15.1.3

Compare Source

v15.1.2

Compare Source

  • Explicitly use node-fetch (nock doesn't intercept native fetch in Node 18) (b6d5813)
  • Update dependencies (8a8149e)
  • Use extension-based export for test/util.js (fixes #​920) (529bc1f)
  • Print interpolated assets (fixes #​898) (31068de)

v15.1.1

Compare Source

  • Add --no-worker-threads to config (4584e75)
  • Update dependencies (1f33723)
  • Fix username assertion during GH Action run (0b48faf)
  • updated update-notifier to v6.0.0, fix got vulnerability (#​914) (1b2073e)
  • chore: Included githubactions in the dependabot config (#​905) (ac1b722)

v15.1.0

Compare Source

  • Add Node.js v18 to test matrix (31c919c)
  • Update dependencies (0733ad6)
  • Fix github test (1d1e662)
  • Merge branch 'feature/expose-config' (e42f04a)
  • Minimize test for amend/no-edit commit message (1067999)
  • feat(git): make commitMessage optional parameter in git commit (#​911) (f730eb6)
  • Correcting typo (#​910) (dfb9b0b)

v15.0.0

Compare Source

  • Skip lifecycle hooks without a version (i.e. don't release) (d706484)
  • Update changelog and add announcement for major release (e2aa887)
  • Update dependency (700c547)
  • Update minimum required Node.js engine to v14.9.0 (94e073b)
  • Replace external debug dependency with node:util.debug (e7748a8)
  • Ignore ESM-only dependencies in import/no-unresolved (bd45e52)
  • Remove .only test (3282e95)
  • Prefix node: imports (b033e0b)
  • Remove unused markdown-toc + script (34ad75b)
  • Update changelog (65246b7)
  • Update dependencies (ae0ad11)
  • Remove support for GitLab < v12.4 (c2cf5a9)
  • Remove tasks.js (it's index.js) (fbcbe91)
  • Remove anonymous metrics (and the option to disable it) (e9ce69b)
  • Start using actual un-mocked files in config specs (aa1815e)
  • Remove unused/obsolete files (7c84b4e)
  • Update dependencies & remove support for Node.js v12 (853c6e7)
  • Merge branch 'master' into feature/es-modules (d411f8c)
  • Increase timeout for tests using npm link (bbee9bb)
  • Use npm link to install release-it in plugin tests (f538a01)
  • Disable worker threads in ava (bacec65)
  • Replace tmp package with Node.js internal in test helper (717fab3)
  • Update dependencies (900c1a2)
  • Add file (0f195a3)
  • Update dependency (9dea8fc)
  • Downgrade chalk & migrate ora usage (a6bb29b)
  • Specs don't need to execute git log (ee36d7b)
  • Re-add missing import (b03a34d)
  • Update dependencies (mostly major updates) (fbe0575)
  • Rename/combine index and cli modules (eb4d858)
  • Fix tagName in git tag prompt (f007382)
  • Improve second latest tag command (21cca12)
  • Improve tag version parser (2fc0e94)
  • Lift tagName to global/config context (628edc6)
  • Separate --no-increment from --github.update (57a77c8)
  • Pass url to import() rather than path (38c0eee)
  • Fix up tests (7a76101)
  • Improve legacy module resolution for plugins (c97fc2b)
  • Extend exports for plugin tests (134d27e)
  • Normalize plugin loader (38dabbe)
  • Fix tests (9516010)
  • Stop testing for Node.js v10 (dae3a51)
  • Refactor plugin loader + tests (remove proxyquire) (570e349)
  • Fix ava config (ad03f71)
  • Fix imports in tests (e7e664c)
  • Fix lodash import (7ab8574)
  • Fix relative import paths (f28ec24)
  • Add .js extension to imports (c31548c)
  • Use util to read JSON (216267b)
  • Format modules (eeb4126)
  • Update package.json + .eslintrc.json (abd3c73)
  • Convert CommonJS to ES Modules (179708a)
  • Update dependencies (0568d3e)
  • Only trim end of stdout (75d0c2f)

v14.14.3

Compare Source

  • Remove .only test (dd249c6)
  • Temporarily(?) ignore docs.gihub.com links (returning 403) (ec3e4db)
  • Improve docs re. git.tagMatch (93c583c)
  • Replace "resources" at the bottom with link to license, order examples (e9c6b8d)
  • Update docs.github.com links (2fe93fd)
  • Add test for git.tagMatch + changelog behavior (5e843f1)
  • Improve documentatiion, mainly re. git.tagMatch (751e171)
  • Remove xlink namespace from svg (9ce7501)
  • Remove duplicate test and wrap up proxy fix (f1e8843)
  • Fixes github.proxy not working (#​863) (#​893) (1fe1afa)

v14.14.2

Compare Source

NOTE This is the latest release still supporting Node.js v10. Major issues reported in release-it v14 might still receive bug fixes and patch releases, but no new features.

v14.14.1

Compare Source

  • Update dependencies (still supporting Node.js v10) (7018194)
  • Add note about using Inquirer.js in hooks (closes #​821) (2f10cc4)
  • Add comment re. quoting CLI hook arguments (closes #​865) (ea11a0d)
  • Also transfer tagMatch to release plugins (fixes #​885) (0e0ad33)
  • Downgrade mock-fs and install polyfill for Promise.allSettled (to support Node v10) (56f1ec7)
  • test: fix CI test for different Node versions (#​888) (e8a57cc)
  • chore(deps): downgrade inquirer from 8.2.2 to 8.2.0 to avoid dropping Node 10 support (#​887) (2a9a31c)

v14.14.0

Compare Source

  • Update dependencies (c61c780)
  • Minor edits to new gitlab milestones feature (63869b8)
  • Add gitlab.milestones option to associate milestones with a release (#​883) (af0882f)
  • More consistently use example.org in docs, links and even tests (3ccdef0)
  • Clarify the github.host config option (#​875) (6d7c3f2)

v14.13.1

Compare Source

  • Take latestTag from config context (allowing any value) (9fe82ed)
  • Saleor project was moved to dedicated GitHub organization (#​873) (1e0f8f7)

v14.13.0

Compare Source

  • Allow wildcards for required branch(es) (closes #​877) (fb8622b)
  • Fix/add tests and wrap up npm.allowSameVersion (739f6f6)
  • Allow running npm version with arg --allow-same-version (#​878) (2a7565d)

v14.12.5

Compare Source

  • Fix body when auto-generating release notes (and updating) GitHub releases (2c42a8e)
  • Fix spec for different version of Git (c20d9d0)
  • Remove deprecated ref from docs (5e0d4c0)

v14.12.4

Compare Source

  • Update node-fetch (security issue in transitive dep, closes #​862) (d9aaa6c)
  • Remove the unused deprecated feature itself (d80beaf)
  • Remove old code coverage stuff (bdf6d18)

v14.12.3

Compare Source

v14.12.2

Compare Source

  • Add warning when github.web and github.assets are both set (closes #​836) (9e72c16)
  • Don't return nock interceptor (616525f)
  • Explain tagName prefix better (closes #​848) (f9d1b17)
  • Use empty string (not null) for release notes body in GitHub release request (fixes ##​855) (bdbc2ca)
  • fix spelling on git documentation (#​854) (66c6f3b)
  • Added comment about pre-release bumps (e.g. preminor) (aa34389)

v14.12.1

Compare Source

  • Fix tests on Linux (6495d3d)
  • Add latestVersion argument to getChangelog in test helper (d0ec1bb)

v14.12.0

Compare Source

  • Update example projects (b500aac)
  • Add support for pre-releases in runTasks test helper (b73770e)
  • Remove unused argument from getIncrement (test helper) (93b0a74)
  • Print --release-version after incremented version is resolved (5b04ba5)
  • Update dependencies (fb73af2)
  • Add node-redis to example projects (069a65f)
  • Add test for GitHub enterprise host web release url (e4718b0)
  • Wrap up the github.autoGenerate feature (a467b5f)
  • Update README.md (#​853) (0a4c605)
  • support github's auto generated release notes (#​843) (b612ce7)
  • feat : add a host info when generating web url (#​828) (1b1034c)

v14.11.8

Compare Source

v14.11.7

Compare Source

v14.11.6

Compare Source

  • Update dependencies (9a1d34b)
  • Fix tag name in github web release fallback url (14fcad0)
  • Changed git docs with correct hook (#​804) (588d776)

v14.11.5

Compare Source

  • Fix git directory detection (previously failed in git worktree) (7e30333)

v14.11.4

Compare Source

  • Move fallback version from plugin to core (d233605)

v14.11.3

Compare Source

  • Fix tagName in git tag prompt (1b37f24)

v14.11.2

Compare Source

v14.11.1

Compare Source

  • Update dependencies (11a0a38)
  • Improve second latest tag command (174ead3)
  • Improve tag version parser (f5d03cf)
  • Lift tagName to global/config context (3cb599b)
  • Make --no-increment --github.update non-breaking in v14 (deprecated) (2e0d707)
  • Separate --no-increment from --github.update (2cf52fb)

v14.11.0

Compare Source

  • Fall back to web-based github release without an API token (closes #​749) (675f823)
  • Add git.tagMatch to allow custom tag matching (fixes #​761) (f72ca0a)

v14.10.1

Compare Source

v14.10.0

Compare Source

  • Migrate to latest sinon (76af5d1)
  • Migrate to latest octokit (51b871d)
  • Update dependencies (e082eee)
  • Replace context variables in release assets (e.g, file-${version}.zip) (36744ba)

v14.9.0

Compare Source

  • feat: Adding certificateAuthorityFile option for GitLab releases (#​772) (dbb59dc)
  • Fix: example plugin reads file as string (#​774) (7bf70bb)

v14.8.0

Compare Source

  • Pass options to the plugin disablePlugin method (46bc09a)
  • Test in Node.js v16 (a2960be)
  • Add example to set plugin option from the command line (e1d2c4a)
  • Update and move around some documentation (5dbb9f9)

v14.7.0

Compare Source

  • Update dependencies (3593814)
  • Add --release-version feature (135c1c8)
  • Minor changes (fc9c1e4)
  • Throw when npm version fails (remove warning, don't execute for --no-increment) (3b8fbe6)
  • Skip increment functions for --no-increment (5a590de)
  • Move isUpdate from plugins to global config (f953ce2)
  • docs: add missing template flag to auto-changelog (#​767) (90ba1c5)
  • docs(ci): add alternative .npmrc command and circle ci details (#​764) (cb3e255)

v14.6.3

Compare Source

v14.6.2

Compare Source

  • Create new GitHub release when updating unreleased tag (--no-increment) (73a86f2)
  • Update dependencies (fc705f5)

v14.6.1

Compare Source

  • The parseVersion util should be forgiving to non-semver input (fixes #​754) (50216ad)

v14.6.0

Compare Source

  • Update dependencies (e68800b)
  • Update the config.js library file to look for release-it.cjs (#​751) (e5cfa9c)
  • Add "Update release" section to GitLab docs (aabb178)

v14.5.1

Compare Source

  • Update dependencies (3311227)
  • Update list of projects using release-it (80b424f)
  • Remove (folded) ToC (GitHub has this built-in now) (45fa2cd)
  • Add comment to run from root of project (closes #​748) (220fcda)
  • Replace outdated demo gif with svg (6818c46)

v14.5.0

Compare Source

  • Update dependencies (88f1a48)
  • Don't bail out if npm access request fails, show warning instead (077899b)
  • Support extra arguments for npm publish command (closes #​697) (edd9940)
  • Add fetch-depth: 0 to CI/GitHub Actions docs (relates to #​738) (0ee37f5)
  • Add example config for GitHub Action (closes #​739)

v14.4.1

Compare Source

  • Update dependencies (2900dc3)
  • Skip checks when in GitLab CI with Job-token (757288d)
  • Explicitly set gitlab.tokenHeader (and gitlab.tokenRef) option (efcc591)

v14.4.0

Compare Source

  • Merge branch 'gitlab-job-token' (5e81b7c)
  • Fix and use "community edition" gitlab url's (9ac6a54)

v14.3.0

Compare Source

v14.2.2

Compare Source

  • Fix lint issue (a2b68ed)
  • Update dependencies (2ebeadb)
  • Fix failing test by ignoring OS-based path (0b9aa23)
  • Add test for plugin context (c628990)
  • Remove unusde variables (3082fc5)

v14.2.1

Compare Source

  • Update dependencies (5373cee)
  • Remove isCI argument and restructure tests a bit (e267697)
  • Fix prerelease continuation increased patch version in CI mode (#​715) (3021d18)
  • Add link to plugin-starterkit (1e2e8f3)
  • Make test helper a bit more readable (3a38d4f)
  • Improve plugin docs (re. peerDependencies in #​713) (7d8ce87)

v14.2.0

Compare Source

  • Update dependencies (08f1161)
  • Fix up tests for Plugin.getIncrement (b71520e)
  • Improve url to create new github token (bf46194)
  • Housekeeping error messages in test assertions (b71c057)
  • Remove redundant eslint/prettier config (4cb3a34)
  • Added getIncrement function to Plugins (#​710) (2c66707)
  • Added support to increase existing prerelease version by patch, minor, major (#​707) (#​709) (b1b558e)

v14.1.0

Compare Source

  • Update dependencies (d88d958)
  • Merge 14.0.4 and 14.1.0-next.0

v14.0.4

Compare Source

  • Update dependencies (e5f63e8)
  • Make full context available for git.tagName (closes #​708) (f942573)
  • Add note about cancelled hooks when related lifecycle method failed or was skipped (closes #​705) (229ed75)
  • Add note about npm whoami and npmrc token (closes #​704) (2b02a63)

v14.0.3

Compare Source

  • Update dependencies (d925920)
  • Ignore unsupported npm access for e.g. Nexus environments (fixes #​700) (9411fb0)
  • Add Git info to GitHub releases docs (closes #​698) (be98df3)

v14.0.2

Compare Source

  • F

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.

@renovate renovate bot force-pushed the renovate/release-it-16.x branch 2 times, most recently from 2abc568 to 1d0bec7 Compare July 15, 2023 13:19
@renovate renovate bot force-pushed the renovate/release-it-16.x branch from 1d0bec7 to 065cbed Compare July 20, 2023 12:57
@renovate renovate bot force-pushed the renovate/release-it-16.x branch 2 times, most recently from 6a3b398 to 23f032e Compare August 13, 2023 13:14
@renovate renovate bot changed the title chore(deps): update dependency release-it to v16 chore(deps): update dependency release-it to v16 - autoclosed Nov 11, 2023
@renovate renovate bot closed this Nov 11, 2023
@renovate renovate bot deleted the renovate/release-it-16.x branch November 11, 2023 15:46
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.

0 participants