Skip to content

Bump the npm_and_yarn at /. security update group with 2 updates#16

Open
dependabot[bot] wants to merge 5 commits into
mainfrom
dependabot/npm_and_yarn/release-it/conventional-changelog-and-release-it-7.0.2
Open

Bump the npm_and_yarn at /. security update group with 2 updates#16
dependabot[bot] wants to merge 5 commits into
mainfrom
dependabot/npm_and_yarn/release-it/conventional-changelog-and-release-it-7.0.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Oct 29, 2023

Bumps the npm_and_yarn at /. security update group with 2 updates: @release-it/conventional-changelog and release-it.

Updates @release-it/conventional-changelog from 1.1.4 to 7.0.2

Release notes

Sourced from @​release-it/conventional-changelog's releases.

7.0.2

  • Upgrade conventional-changelog to 5.1.0 (#75) (bdd80bd)
  • Fix presetpreset.name in readme (fa034ed)

Release 7.0.1

  • Explicit preset objects in tests + migrate error message (c4e90e0)
  • Improve readability (c37a7ea)
  • Fix test matrix (50c3155)
  • Update dependencies (3d52b17)
  • Fix test wrt tag suffix/template (b92151f)
  • Fix the parserOpts in the getRecommendedVersion function. (#64) (a4acfea)

Release 7.0.0

  • Major bump with release-it v16/Node.js v16 (2f9ca56)

Release 6.0.0

  • Use GITHUB_TOKEN_RELEASE_IT token (3931967)
  • Update dependencies (1a42811)
  • Add test (related to #58) (ff9f1aa)
  • Update dependencies (e41e7d3)
  • Add note about not writing a changelog and setting options from CLI (closes #48) (6166bd8)

Release 5.1.1

  • Update dependencies (855a7df)
  • Add test for infile: false (40869a1)
  • Stricter tests and follow heading level (9aecd6a)

Release 5.1.0

  • Extend exports with package.json (closes #52) (b19b6e8)
  • Update dependencies & add semver (fixes #49) (d039a1c)

Release 5.0.0

  • Add spec to assert conventional-recommended-bump and whatBump option behavior (124351c)
  • Remove obsolete disable-metrics flag in test (39c0992)
  • Whitespace (51adf99)
  • Cross-os newlines (9bcc253)
  • End support for Node.js v12 (de652df)
  • Fix EOLs in specs (bc5f5e3)
  • Fix spec after merge (1d2465d)
  • Update version + dependencies (eb438a9)
  • Don't mutate options, but send clean arguments to conventionalChangelog (d814638)
  • Add GitHub Action for test matrix (c466c69)
  • Move to real integration tests + add more (3ac968d)
  • Refactor tests + more integrated tests (80b99dc)
  • Update dependencies + engine version (f97297e)
  • Migrate implementation to ESM (93c7255)

Release 5.0.0-esm.1

  • Add spec to assert conventional-recommended-bump and whatBump option behavior (124351c)
  • Remove obsolete disable-metrics flag in test (39c0992)

... (truncated)

Commits
  • 0d2f582 Release 7.0.2
  • bdd80bd Upgrade conventional-changelog to 5.1.0 (#75)
  • fa034ed Fix presetpreset.name in readme
  • 230b6f5 Release 7.0.1
  • c4e90e0 Explicit preset objects in tests + migrate error message
  • c37a7ea Improve readability
  • 50c3155 Fix test matrix
  • 3d52b17 Update dependencies
  • b92151f Fix test wrt tag suffix/template
  • a4acfea Fix the parserOpts in the getRecommendedVersion function. (#64)
  • Additional commits viewable in compare view

Updates release-it from 13.7.2 to 16.2.1

Release notes

Sourced from release-it's releases.

Release 16.2.1

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

Release 16.2.0

  • Update dependencies (f5576f1)
  • Add support for snapshots (--snapshot=feat → v0.0.0-feat.0), alpha/undocumented (6d027fd)
  • Add releaseUrl to message context (resolves #1038) (07f373e)
  • Bump actions/checkout from 3 to 4 (#1039) (d931f36)
  • Update version in the readme (#1036) (e2e0c34)

Release 16.1.5

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

Release 16.1.4

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

Release 16.1.3

  • Update dependencies (closes #1024) (79430b4)

Release 16.1.2

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

Release 16.1.1

  • Update dependencies (closes #1023) (9d6f183)

Release 16.1.0

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

Release 16.0.0

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

Release 15.11.0

  • Fix regression caused by 46fc8fa (1ea14aa)
  • Remove + ignore .DS_Store (0198b89)
  • Fix lint issue (6158d7e)
  • feat: Adding publicPath option for npm publishConfig (#1010) (fef8566)

Release 15.10.5

  • Downgrade @​octokit/request-error (9b97b46)

... (truncated)

Changelog

Sourced from release-it's changelog.

Changelog

This document lists breaking changes for each major release.

See the GitHub Releases page for detailed changelogs: https://github.com/release-it/release-it/releases

v16 (2023-07-05)

  • Removed support for Node.js v14.

v15 (2022-04-30)

  • Removed support for Node.js v10 and v12.
  • Removed support for GitLab v12.4 and lower.
  • Removed anonymous metrics (and the option to disable it).
  • Programmatic usage and plugins only through ES Module syntax (import)

Use release-it v14 in legacy environments.

v14 (2020-09-03)

  • Removed global property from plugins. Use this.config[key] instead.
  • Removed deprecated npm.access option. Set this in package.json instead.

v13 (2020-03-07)

  • Dropped support for Node v8
  • Dropped support for GitLab v11.6 and lower.
  • Deprecated scripts are removed (in favor of hooks).
  • Removed deprecated --non-interactive (-n) argument. Use --ci instead.
  • Removed old %s and [REV_RANGE] syntax in command substitutions. Use ${version} and ${latestTag} instead.

v12 (2019-05-03)

  • The --follow-tags argument for git push has been moved to the default configuration. This is only a breaking change if git.pushArgs was not empty (it was empty by default).

v11

  • The custom conventional-changelog increment (e.g. "increment": "conventional:angular") with additional script configuration is replaced with a plugin. Please see conventional changelog how to use this plugin.
  • The pkgFiles option has been removed. If there's a need to bump other files than what npm version bumps, it should be (part of) a plugin.
  • By default, the latest version was derived from the latest Git tag. From v11, if the repo has a package.json then that version is used instead. The use option has been removed. Also see latest version.
  • scripts.changelog has been moved to git.changelog

... (truncated)

Commits

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

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

dependabot Bot and others added 5 commits October 29, 2023 21:53
Bumps [lodash](https://github.com/lodash/lodash) to 4.17.21 and updates ancestor dependencies [lodash](https://github.com/lodash/lodash), [release-it](https://github.com/release-it/release-it) and [commitizen](https://github.com/commitizen/cz-cli). These dependencies need to be updated together.


Updates `lodash` from 4.17.15 to 4.17.21
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.15...4.17.21)

Updates `release-it` from 13.6.4 to 13.7.2
- [Release notes](https://github.com/release-it/release-it/releases)
- [Changelog](https://github.com/release-it/release-it/blob/main/CHANGELOG.md)
- [Commits](release-it/release-it@13.6.4...13.7.2)

Updates `commitizen` from 4.1.2 to 4.3.0
- [Release notes](https://github.com/commitizen/cz-cli/releases)
- [Commits](commitizen/cz-cli@v4.1.2...v4.3.0)

---
updated-dependencies:
- dependency-name: lodash
  dependency-type: indirect
- dependency-name: release-it
  dependency-type: direct:development
- dependency-name: commitizen
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
…-and-release-it-and-commitizen-4.17.21

Bump lodash, release-it and commitizen
…-conventionalcommits, conventional-changelog-writer and conventional-changelog-jshint

Bumps [dot-prop](https://github.com/sindresorhus/dot-prop), [conventional-changelog-angular](https://github.com/conventional-changelog/conventional-changelog), [conventional-changelog-conventionalcommits](https://github.com/conventional-changelog/conventional-changelog), [conventional-changelog-writer](https://github.com/conventional-changelog/conventional-changelog) and [conventional-changelog-jshint](https://github.com/conventional-changelog/conventional-changelog). These dependencies needed to be updated together.

Updates `dot-prop` from 3.0.0 to 5.2.0
- [Release notes](https://github.com/sindresorhus/dot-prop/releases)
- [Commits](sindresorhus/dot-prop@v3.0.0...v5.2.0)

Updates `conventional-changelog-angular` from 5.0.10 to 5.0.13
- [Release notes](https://github.com/conventional-changelog/conventional-changelog/releases)
- [Changelog](https://github.com/conventional-changelog/conventional-changelog/blob/master/.release-please-manifest.json)
- [Commits](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-angular@5.0.10...conventional-changelog-angular-v5.0.13)

Updates `conventional-changelog-conventionalcommits` from 4.3.0 to 4.6.3
- [Release notes](https://github.com/conventional-changelog/conventional-changelog/releases)
- [Changelog](https://github.com/conventional-changelog/conventional-changelog/blob/conventional-changelog-conventionalcommits-v4.6.3/.release-please-manifest.json)
- [Commits](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-conventionalcommits@4.3.0...conventional-changelog-conventionalcommits-v4.6.3)

Updates `conventional-changelog-writer` from 4.0.16 to 4.1.0
- [Release notes](https://github.com/conventional-changelog/conventional-changelog/releases)
- [Changelog](https://github.com/conventional-changelog/conventional-changelog/blob/master/.release-please-manifest.json)
- [Commits](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-writer@4.0.16...conventional-changelog-writer-v4.1.0)

Updates `conventional-changelog-jshint` from 2.0.7 to 2.0.9
- [Release notes](https://github.com/conventional-changelog/conventional-changelog/releases)
- [Changelog](https://github.com/conventional-changelog/conventional-changelog/blob/master/.release-please-manifest.json)
- [Commits](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-jshint@2.0.7...conventional-changelog-jshint@2.0.9)

---
updated-dependencies:
- dependency-name: dot-prop
  dependency-type: indirect
- dependency-name: conventional-changelog-angular
  dependency-type: indirect
- dependency-name: conventional-changelog-conventionalcommits
  dependency-type: indirect
- dependency-name: conventional-changelog-writer
  dependency-type: indirect
- dependency-name: conventional-changelog-jshint
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…rop-and-conventional-changelog-angular-and-conventional-changelog-conventionalcommits-and-conventional-changelog-writer-and-conventional-changelog-jshint-5.2.0
Bumps the npm_and_yarn at /. security update group with 2 updates: [@release-it/conventional-changelog](https://github.com/release-it/conventional-changelog) and [release-it](https://github.com/release-it/release-it).


Updates `@release-it/conventional-changelog` from 1.1.4 to 7.0.2
- [Release notes](https://github.com/release-it/conventional-changelog/releases)
- [Commits](release-it/conventional-changelog@1.1.4...7.0.2)

Updates `release-it` from 13.7.2 to 16.2.1
- [Release notes](https://github.com/release-it/release-it/releases)
- [Changelog](https://github.com/release-it/release-it/blob/main/CHANGELOG.md)
- [Commits](release-it/release-it@13.7.2...16.2.1)

---
updated-dependencies:
- dependency-name: "@release-it/conventional-changelog"
  dependency-type: direct:development
- dependency-name: release-it
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Oct 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant