Khaled Badenjki
140e36d60f
docs(workflow-configuration): improved sentence structure ( #2679 )
2023-01-20 13:49:17 -06:00
Anton Ovechkin
e9efbc7a52
docs(pre-releases): Correct @latest version in semantic-release ( #2668 )
...
There is a tiny typo in the version mentioned in `Working on another future release` section. It says that installing with `npm install example-module` will still receive version `1.0.0`, but in fact, there was a bug fix made on the default distribution channel one step before.
2023-01-18 03:08:40 +00:00
renovate[bot]
3f3b286fb8
chore(deps): update dependency ava to v5.1.1
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-15 15:27:52 -08:00
renovate[bot]
4db048423d
chore(deps): lock file maintenance
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-14 11:54:27 -08:00
Alex
be2e1965ae
ci(permissions): provided only the necessary permissions to the GITHUB_TOKEN
2023-01-14 08:11:42 -06:00
Gregor Martynus
e607e234f3
build(release.yml): set node-version to lts/*
2023-01-13 12:51:39 -08:00
Shane O'Grady
c7b8e10bd1
docs: update node LTS version for npx command ( #2669 )
...
The [lts tag](https://www.npmjs.com/package/node?activeTab=versions ) refers to Node.js 16.13.2. To use v18 of Node you need to use the tag `v18-lts`.
2023-01-13 09:24:31 -08:00
renovate[bot]
ac1371470d
chore(deps): update dependency mockserver-client to v5.15.0
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-12 13:51:24 -08:00
renovate[bot]
7e6d9226fa
chore(deps): update dependency nock to v13.3.0 ( #2665 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-11 01:38:21 +00:00
Ben Limmer
63073d64c0
docs: update GH Actions recipe actions to v3 ( #2652 )
2023-01-10 12:32:29 -08:00
renovate[bot]
cb45d27726
fix(deps): update dependency semver-diff to v4 ( #1915 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
v20.0.2
2023-01-08 00:57:59 -06:00
renovate[bot]
f914c1ed86
fix(deps): update dependency cosmiconfig to v8
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
v20.0.1
2023-01-07 15:40:20 -08:00
renovate[bot]
c4da008e29
fix(deps): update dependency hosted-git-info to v6
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-07 15:39:59 -08:00
renovate[bot]
b707475b85
chore(deps): update dependency sinon to v15 ( #2653 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-07 11:27:44 +00:00
renovate[bot]
b9579349ca
chore(deps): update dependency fs-extra to v11 ( #2650 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-07 08:39:35 +00:00
renovate[bot]
4b74f005c4
chore(deps): update dependency ava to v5 ( #2649 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-07 05:49:16 +00:00
renovate[bot]
bbb5e5ade6
chore(deps): update dependency testdouble to v3.16.8 ( #2646 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-07 02:25:38 +00:00
renovate[bot]
a1e0467f04
chore(deps): update dependency sinon to v14.0.2 ( #2645 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-06 23:31:08 +00:00
Matt Travi
b9b5c7689f
Merge pull request #2607 from semantic-release/beta
v20.0.0
2023-01-06 13:54:06 -06:00
Matt Travi
91bcb6b988
Merge branch 'master' of github.com:semantic-release/semantic-release into beta
2023-01-06 13:49:45 -06:00
dependabot[bot]
0716d62fd1
build(deps): bump json5 and tsconfig-paths ( #2643 )
...
Bumps [json5](https://github.com/json5/json5 ) and [tsconfig-paths](https://github.com/dividab/tsconfig-paths ). These dependencies needed to be updated together.
Updates `json5` from 2.2.0 to 2.2.3
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v2.2.0...v2.2.3 )
Updates `tsconfig-paths` from 3.9.0 to 3.10.1
- [Release notes](https://github.com/dividab/tsconfig-paths/releases )
- [Changelog](https://github.com/dividab/tsconfig-paths/blob/master/CHANGELOG.md )
- [Commits](https://github.com/dividab/tsconfig-paths/compare/v3.9.0...v3.10.1 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
- dependency-name: tsconfig-paths
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-02 21:52:25 -06:00
Matt Travi
caa8b95f7b
test(integration): used token auth for registry interactions rather than legacy auth
2022-12-17 22:53:11 -06:00
Matt Travi
097351304e
Merge branch 'master' of github.com:semantic-release/semantic-release into beta
2022-12-16 16:47:35 -06:00
dependabot[bot]
fa241a2a06
build(deps): bump minimatch from 3.0.4 to 3.1.2
...
Bumps [minimatch](https://github.com/isaacs/minimatch ) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases )
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2 )
---
updated-dependencies:
- dependency-name: minimatch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-12 08:25:54 -08:00
Matt Travi
ba05e08303
docs(node-version): raised the minimum version to align with engines.node
2022-12-11 08:57:02 -06:00
Matt Travi
eddbbb812b
Merge branch 'master' of github.com:semantic-release/semantic-release into beta
2022-12-09 14:40:09 -06:00
dependabot[bot]
aa0c9d6a75
build(deps): bump decode-uri-component from 0.2.0 to 0.2.2
...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component ) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases )
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2 )
---
updated-dependencies:
- dependency-name: decode-uri-component
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-07 15:33:53 -08:00
Matt Travi
7365012002
chore(overrides): removed the overrides
definition ( #2634 )
2022-12-06 21:47:11 -06:00
Matt Travi
918eb59bc5
fix(env-ci): updated to the stable esm-only version ( #2632 )
v20.0.0-beta.4
2022-12-06 21:20:25 -06:00
Matt Travi
c4cd63929a
Merge branch 'master' of github.com:semantic-release/semantic-release into beta
2022-12-02 16:43:22 -06:00
Matt Travi
6051fae63f
Revert "test(integration): ran tests serially in hope of avoiding conflicts in the ci environment"
...
This reverts commit 71f45f97b11dcd87c90834ecd1da78bc340cc5c6.
2022-12-02 16:42:21 -06:00
Matt Travi
62846a110b
test(integration): omitted the GITHUB_ACTION
env var as well
2022-12-02 16:35:57 -06:00
Matt Travi
71f45f97b1
test(integration): ran tests serially in hope of avoiding conflicts in the ci environment
2022-12-02 14:44:29 -06:00
Matt Travi
f32fd5889a
test(integration): updated the simulated environment to omit the GITHUB_ACTIONS
variable from the test env
2022-12-02 14:20:04 -06:00
Gregor Martynus
d13ea9280e
style: prettier ( #2624 )
2022-11-23 16:02:51 -08:00
Matt Travi
8a0d8be51f
feat(node-versions): raised the minimum required node version to v18 ( #2620 )
v20.0.0-beta.3
2022-11-20 21:23:50 -08:00
Matt Travi
cf6befa2e8
fix(secrets-masking): used the proper named import from hook-std to enable masking for stderr ( #2619 )
v20.0.0-beta.2
2022-11-20 21:22:32 -08:00
Matt Travi
0ab8d9a4bc
Merge pull request #2610 from semantic-release/index-test
2022-11-15 21:59:01 -06:00
Matt Travi
27b105337b
Merge pull request #2613 from kyletsang/patch-1
...
docs(plugins): fix typo
2022-11-15 13:24:25 -06:00
Kyle Tsang
60f3bb03d1
docs(plugins): fix typo
2022-11-15 09:39:36 -08:00
Matt Travi
1b6254880c
test: aligned pluginName with naming for functions
2022-11-13 00:43:46 -06:00
Matt Travi
78ea3ba966
Merge pull request #2606 from semantic-release/travi/esm
2022-11-11 12:03:25 -06:00
Matt Travi
f7c85e3fff
test(index): forced plugins to use semantic-release beta
...
which deduped env-ci to the esm-only version, allowing test double to stub properly
2022-11-11 11:01:16 -06:00
Matt Travi
9eab1adb9d
feat(esm): convert to esm ( #2569 )
...
for #2543
BREAKING CHANGE: semantic-release is now ESM-only. since it is used through its own executable, the impact on consuming projects should be minimal
BREAKING CHANGE: references to plugin files in configs need to include the file extension because of executing in an ESM context
v20.0.0-beta.1
2022-11-11 09:24:06 -06:00
Christoph Bühler
4012f75386
docs(plugins list): add semantic release cargo community plugin ( #2590 )
2022-10-10 09:35:15 -05:00
renovate[bot]
e675b79ea0
chore(deps): update dependency ava to v4 ( #2574 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-25 07:22:02 +00:00
dependabot[bot]
ca495c99fe
build(deps): bump ansi-regex from 4.1.0 to 5.0.1 ( #2571 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-24 19:29:00 -05:00
renovate[bot]
16795ed543
chore(deps): update dependency sinon to v14 ( #2570 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-24 17:54:08 +00:00
Matt Travi
4cd3641dbf
refactor(plugins): switched from require
to await import()
when loading plugins ( #2558 )
2022-09-17 14:10:05 -07:00
Filip Tammergård
466898b3b4
docs: fix typo ( #2559 )
2022-09-13 07:50:34 -07:00