logseq-plugin-template-react
logseq-plugin-template-react copied to clipboard
chore(deps): update semantic-release monorepo (major)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @semantic-release/exec | 6.0.3 -> 7.1.0 |
||||
| @semantic-release/npm | 10.0.6 -> 12.0.1 |
||||
| semantic-release | 21.1.2 -> 24.2.5 |
Release Notes
semantic-release/exec (@semantic-release/exec)
v7.1.0
Features
v7.0.3
Bug Fixes
- deps: update dependency execa to v9 (643e2eb)
v7.0.2
Bug Fixes
- deps: update dependency @semantic-release/error to v4 (#353) (471f963)
v7.0.1
Bug Fixes
v7.0.0
Features
BREAKING CHANGES
-
the minimum required version of semantic-release to use
@semantic-release/execis now v24.1.0; the warn logger method/function is now available to use in plugin -
@semantic-release/execis now a native ES Module. It has named exports for each plugin hook (verifyConditions, analyzeCommits, verifyRelease, generateNotes, prepare, publish, addChannel, success, fail)
semantic-release/npm (@semantic-release/npm)
v12.0.1
Bug Fixes
- deps: update dependency execa to v9 (9ac5ed0)
v12.0.0
Features
- exports: defined
exportsto point at ./index.js (9e193c2) - node-versions: dropped support for node v18 and v19 (2df962b)
BREAKING CHANGES
- exports:
exportshas been defined, which prevents access to private apis (which arent intended for consumption anyway) - node-versions: node v18 and v19 are no longer supported
v11.0.3
Bug Fixes
- deps: raised the minimum accepted range of npm to v10.5.0 (#759) (a0313f8), closes semantic-release/semantic-release#3202
even though our existing range allowed anyone to update as soon as the new npm version was available, this will encourage being on a version that does not report the ip vulnerability a bit more forcefully
v11.0.2
Bug Fixes
- deps: update dependency npm to v10.2.5 (42b5dec)
v11.0.1
Bug Fixes
v11.0.0
Bug Fixes
- deps: update dependency npm to v10 (819f257)
Features
- node-versions: raised the minimum required node version to v18.17 and dropped v19 support (6413130)
BREAKING CHANGES
- node-versions: node v18.17 is now the minimum required version and support for v19 has been dropped
semantic-release/semantic-release (semantic-release)
v24.2.5
v24.2.4
v24.2.3
Bug Fixes
v24.2.2
Bug Fixes
v24.2.1
Bug Fixes
v24.2.0
Features
v24.1.3
Bug Fixes
- branch-naming: prevent non-range versions from being identified as maintenance branches (07f2672)
v24.1.2
Bug Fixes
v24.1.1
Bug Fixes
v24.1.0
Features
v24.0.0
Bug Fixes
- deps: upgraded to the beta of the commit-analyzer plugin (dfc3d91)
- deps: upgraded to the beta of the release-notes-generator plugin (4a4cd92)
BREAKING CHANGES
- deps: the commit-analyzer plugin now expects to be used with the latest major versions of conventional-changelog packages. if you are installing any of these packages in addition to semantic-release, be sure to update them as well
- deps: the release-notes-generator plugin now expects to be used with the latest major versions of conventional-changelog packages. if you are installing any of these packages in addition to semantic-release, be sure to update them as well
v23.1.1
Bug Fixes
v23.1.0
Features
v23.0.8
Bug Fixes
- deps: rename read-pkg-up -> read-package-up (4980cba)
- deps: rename read-pkg-up -> read-package-up (#3249) (95a8b9e)
v23.0.7
Bug Fixes
- deps: update dependency find-versions to v6 (6a2b6bb)
v23.0.6
Bug Fixes
- deps: update dependency @semantic-release/release-notes-generator to v13 (#3237) (b7e08fc)
v23.0.5
Bug Fixes
- deps: update dependency @semantic-release/commit-analyzer to v12 (#3226) (29458a0)
v23.0.4
Bug Fixes
- deps: update dependency @semantic-release/npm to v12 (#3224) (7a50c8a)
v23.0.3
Bug Fixes
- deps: update dependency @semantic-release/github to v10 (#3222) (96d5aeb)
v23.0.2
Bug Fixes
v23.0.1
Bug Fixes
- deps: update dependency marked-terminal to v7 (9faded8)
v23.0.0
Bug Fixes
- deps: update dependency cosmiconfig to v9 (#3105) (07dde04)
- deps: update dependency marked to v11 (#3079) (6d2a6f1)
- deps: upgraded to the latest version of env-ci (0d0ed9d)
- use one note reference per tag to prevent conflicts (#2085) (020ea7d)
Features
- node-versions: dropped support for node v18 and raised the minimum for v20 (2904832), closes /github.com/semantic-release/gitlab/pull/647#discussion_r1423131205
BREAKING CHANGES
- deps: woodpecker ci users need to upgrade to v1.0.0 or higher to remain supported. see https://github.com/semantic-release/env-ci/releases/tag/v11.0.0 for more information
- node-versions: support for node v18 has been dropped and the minimum for v20 is now v20.8.1
related to https://github.com/semantic-release/semantic-release/discussions/3088
- deps: if using
release.config.jsas the name of your config file, it needs to be moved to a.config/directory or renamed to.releaserc.jsto keep it in the root of the repository. see https://github.com/cosmiconfig/cosmiconfig/releases/tag/v9.0.0 for more detail
v22.0.12
Bug Fixes
v22.0.11
Bug Fixes
- deps: update dependency cosmiconfig to v9 (b38cd2e)
v22.0.10
Bug Fixes
- revert updating cosmiconfig to v9 (88efead)
v22.0.9
Bug Fixes
v22.0.8
Bug Fixes
v22.0.7
Bug Fixes
Features
v22.0.6
Bug Fixes
v22.0.5
Bug Fixes
v22.0.4
Bug Fixes
v22.0.3
Bug Fixes
- exports: removed the
exportsdefinition for the time being (561e2d6), closes #2968. see https://github.com/semantic-release/semantic-release/issues/2978 for more information.
v22.0.2
Bug Fixes
- deps: update dependency marked-terminal to v6 (8a7befe)
v22.0.1
Bug Fixes
- deps: upgraded
release-notes-generatorandcommit-analyzerplugins to stable versions (041e4f7), closes #2934
v22.0.0
Bug Fixes
- deps: updated to the latest beta of the commit analyzer plugin (03a687b)
- deps: updated to the latest betas of the commit-analyzer and release-notes-generator plugins (de8e4e0)
- deps: upgraded to the latest version of the npm plugin with npm v10 (a23b718)
Features
- conventional-changelog-presets: supported new preset format (07a79ea)
- defined exports for the package (72ab317)
- node-versions: raised the minimum node v20 requirement to v20.6 (e623cc6)
- node-versions: raised the minimum required node version to v18.17 and dropped v19 support (b9f294d)
- node-versions: raised the minimum supported node version w/in the v20 range to v20.6.1 (b93bef4)
BREAKING CHANGES
- node-versions: the minimum supported version for the v20 range of node has been raised slightly to v20.6.1 to avoid a known node bug
- node-versions: the minimum supported node version in the v20 major range is now v20.6
- node-versions: node v18.17 is now the minimum supported node version and support for v19 has been dropped
- exports prevents access to internal files, but they arent intended for public use anyway
- conventional-changelog-presets: the new preset format is a breaking change when compared to the previous preset format. updating to support the new format means that the old preset format is no longer supported. update your preset to the latest version to maintain compatibility. this is also important if you are using a preset outside of the list of official conventional-changelog presets since your preset will need to be updated to export async functions to match the expected preset signature.
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 was generated by Mend Renovate. View the repository job log.
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
| Package | New capabilities | Transitives | Size | Publisher |
|---|---|---|---|---|
| npm/@semantic-release/[email protected] | filesystem Transitive: environment, eval, network, shell, unsafe | +84 |
13.7 MB | semantic-release-bot |
🚮 Removed packages: npm/@semantic-release/[email protected], npm/[email protected]