renovate[bot]
0cbe8046af
chore(deps): update dependency fs-extra to ^11.1.0 ( #2745 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-25 01:36:14 +00:00
renovate[bot]
ea32d10fa6
chore(deps): update dependency testdouble to v3.17.1 ( #2740 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-24 20:51:08 +00:00
Matt Travi
deb1b7f9cb
Merge pull request #2741 from semantic-release/beta
...
upgraded to next major version of the npm plugin
v21.0.0
2023-03-24 14:30:48 -05:00
Matt Travi
2d7f607649
chore(lint): ran prettier against the release workflow file
2023-03-21 22:18:42 -05:00
Matt Travi
91eae117ed
ci(release): enabled provenance for publishing to npm
2023-03-21 22:12:37 -05:00
Matt Travi
050412eab8
Merge branch 'master' of github.com:semantic-release/semantic-release into beta
v21.0.0-beta.6
2023-03-21 21:46:58 -05:00
Matt Travi
d647433c20
fix(deps): updated to the latest version of the npm plugin
v21.0.0-beta.5
2023-03-21 21:13:25 -05:00
renovate[bot]
f1d6e65d9a
chore(deps): update dependency dockerode to v3.3.5
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
v20.1.3
2023-03-17 13:36:34 -07:00
renovate[bot]
c38b53a321
fix(deps): update dependency execa to v7.1.1
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-17 13:36:13 -07:00
renovate[bot]
fbede54388
fix(deps): update dependency cosmiconfig to v8.1.2
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
v20.1.2
2023-03-17 13:33:58 -07:00
renovate[bot]
6d286cd5d6
chore(deps): update dependency sinon to v15.0.2 ( #2730 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-14 05:05:34 +00:00
renovate[bot]
bc6d8b4411
chore(deps): update dependency testdouble to v3.17.0 ( #2731 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-14 01:22:13 +00:00
renovate[bot]
9986f6fe20
chore(deps): lock file maintenance
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-06 21:15:28 -08:00
Justin Martin
6bd6afd8f7
docs: add new
to create WritableStreamBuffer
instances ( #2724 )
2023-03-06 23:10:48 -06:00
renovate[bot]
00714c0fc8
chore(deps): lock file maintenance ( #2684 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-04 14:40:56 -06:00
Chris. Webster
c71d5d94ce
test: Windows support in integration tests ( #2722 )
...
* ci: win32 escape slash as doubleslash for test
Pathing in stderr output has double backslash in the filename. The test
will now use double backslash in the existence test.
Signed-off-by: Chris. Webster <chris@webstech.net>
* ci: avoid Windows pop-up in credential tests
Windows uses a `credential.helper` that will open a pop-up for
credentials if they are missing. A git config parameter will now be set
to avoid the pop-up.
Signed-off-by: Chris. Webster <chris@webstech.net>
---------
Signed-off-by: Chris. Webster <chris@webstech.net>
2023-03-04 12:37:05 -06:00
Chris. Webster
c04e827757
test: update docker config for windows support ( #2721
...
There is legacy support for PortBindings and Binds at the root level of
the config. Currently (including Windows) these reside under the
HostConfig. ExposedPorts is now used to identify the externally
available ports.
Signed-off-by: Chris. Webster <chris@webstech.net>
2023-03-03 17:09:19 -06:00
Chris. Webster
6ead75bf73
test: index test should reset testdouble
( #2723 )
2023-03-03 15:58:42 -06:00
renovate[bot]
ab3dfe4aba
chore(deps): update dependency c8 to v7.13.0 ( #2716 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-28 23:29:06 -06:00
Matt Travi
df6dbf0295
docs(navigation): removed the hash from the configuration usage page
2023-02-28 22:59:01 -06:00
Matt Travi
ea8ed80e71
docs(navigation): removed the hash from the ci usage page
2023-02-28 22:57:29 -06:00
Matt Travi
e47ea08255
docs(ci-configurations): removed hash from the links
2023-02-28 22:27:15 -06:00
Matt Travi
4e5b181ffb
docs(node-version): linked to proper recipe page for ci-configurations
2023-02-28 22:23:21 -06:00
Matt Travi
5acdaabaaf
docs(ci-configuration): further fixed the format of links to recipes
2023-02-28 22:15:15 -06:00
Matt Travi
724dc823fa
docs(ci-configuration): fixed the format of links to recipes
2023-02-28 22:09:16 -06:00
renovate[bot]
31d9bfe00a
fix(deps): update dependency execa to v7 ( #2709 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
v20.1.1
2023-02-27 23:18:19 -06:00
renovate[bot]
7bbaaf9a48
chore(deps): update dependency ava to v5.2.0 ( #2702 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-27 23:05:07 -06:00
Chris. Webster
42b67ce994
ci: set test workflow timeout to 10 minutes ( #2720 )
...
Co-authored-by: Matt Travi <programmer@travi.org>
2023-02-27 22:17:40 -06:00
Chris. Webster
f991a599f5
test(integration): fix package name conflict ( #2719 )
2023-02-27 22:01:57 -06:00
Matt Travi
bef1d48114
fix(deps): updated to the latest beta of the npm plugin, which updates npm to v9
...
BREAKING CHANGE: the npm plugin has updated the npm dependency to v9
v21.0.0-beta.4
2023-02-17 16:05:27 -06:00
Lars Trieloff
1775ed80b9
docs(extending): add link to semantic-release-coralogix ( #2710 )
2023-02-16 00:45:54 -06:00
dependabot[bot]
1beeb84c90
build(deps): bump http-cache-semantics from 4.1.0 to 4.1.1
...
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics ) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases )
- [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1 )
---
updated-dependencies:
- dependency-name: http-cache-semantics
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-03 10:08:15 -08:00
Matt Travi
5d1e5a0dd9
fix(deps): updated to the latest beta of the npm plugin
v21.0.0-beta.3
2023-01-27 16:13:03 -06:00
Matt Travi
d3aae0752c
Merge branch 'master' of github.com:semantic-release/semantic-release into beta
v21.0.0-beta.2
2023-01-27 16:09:41 -06:00
Matt Travi
d170f73e0b
feat(plugins): add support for loading ESM plugins ( #2688 )
...
Co-authored-by: Matt Travi <programmer@travi.org>
Co-authored-by: Gregor Martynus <39992+gr2m@users.noreply.github.com>
v20.1.0
2023-01-24 23:24:02 -06:00
Chris. Webster
5df624c6e5
fix(windows): fixed issues preventing execution from windows ( #2672 )
v20.0.4
2023-01-23 20:38:37 -06:00
Matt Travi
914b0a2642
Revert "chore(deps): update dependency ava to v5.1.1" ( #2682 )
...
This reverts commit 3f3b286fb80215b2ad65378340208eb4c8eb6aea.
v20.0.3
2023-01-22 21:39:16 -06:00
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
Gregor Martynus
15092ad276
breaking: legacy authentication using NPM_USERNAME
and NPM_PASSWORD
is no longer supported. Use NPM_TOKEN
instead.
...
BREAKING CHANGE: legacy authentication using `NPM_USERNAME` and `NPM_PASSWORD` is no longer supported. Use `NPM_TOKEN` instead.
v21.0.0-beta.1
2023-01-14 15:52:59 -08:00
Gregor Martynus
6a83cb53e5
fix(deps): bump @semantic-release/npm
to ^10.0.0-beta.1
( #2670 )
v20.0.3-beta.1
2023-01-14 14:14:04 -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