renovate[bot]
2baab7f78a
chore(deps): update dependency sinon to v17 ( #3019 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-20 19:32:00 +00:00
Matt Travi
fabdf9b1c6
test(ava): removed the failFast flag
...
since im wondering if it is contributing to recent pipeline instability
2023-10-20 14:24:20 -05:00
renovate[bot]
46fd8102ed
chore(deps): update dependency testdouble to v3.20.0 ( #3017 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-20 09:36:12 +00:00
renovate[bot]
c8895edef6
chore(deps): update dependency publint to v0.2.5 ( #3016 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-20 08:07:37 +00:00
renovate[bot]
6ed3fa5a1e
chore(deps): update dependency dockerode to v4 ( #3007 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-20 04:33:30 +00:00
renovate[bot]
382edf1c7d
chore(deps): update dependency sinon to v16.1.3 ( #3014 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-19 21:17:16 +00:00
renovate[bot]
e247cca3c7
chore(deps): update dependency nock to v13.3.6 ( #3015 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-19 17:41:33 +00:00
renovate[bot]
bdfb5296f2
chore(deps): update dependency nock to v13.3.4 ( #3005 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-16 04:49:18 +00:00
renovate[bot]
4445caeb70
chore(deps): update dependency publint to v0.2.4 ( #3002 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-09 04:10:52 +00:00
renovate[bot]
f1e0892c02
chore(deps): update dependency npm-run-all2 to v6.1.1 ( #3003 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-08 22:25:03 +00:00
Matt Travi
d8e16a055f
docs(contributing): fixed the commitizen config and aligned the docs
2023-10-08 10:24:20 -05:00
Matt Travi
b5d80411ea
test(publish): added publint to verify the details of the published package
2023-10-08 10:22:06 -05:00
Matt Travi
0586f55164
test(prettier): adjusted the lint script name since prettier isnt specific to js
2023-10-08 10:19:17 -05:00
Matt Travi
65aea33182
test(engines): moved the ls-engines check into the lint group under the combined test process
2023-10-08 10:19:15 -05:00
Matt Travi
a8d863834a
test(lockfile): added lockfile lint to prevent attacks that download deps from malicious registries
...
i thought we'd already taken the step of adding this protection, but it looks like i failed to
follow up with getting applied across all repos
2023-10-08 10:15:39 -05:00
Matt Travi
de413899fe
test(structure): split unit tests from integration tests
...
and used npm-run-all2 to define verification script groups that can be parallelized while also enabling scripts to be run independantly
for semantic-release/.github#19
2023-10-08 10:14:10 -05:00
renovate[bot]
4d3c394522
chore(deps): update dependency sinon to v16.1.0 ( #2996 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-05 13:28:17 +00:00
renovate[bot]
8e6295e214
chore(deps): update dependency p-retry to v6.1.0 ( #2985 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-26 16:48:11 +00:00
renovate[bot]
e759493e07
fix(deps): update dependency env-ci to v10 ( #2983 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-24 11:40:51 -05:00
renovate[bot]
84f2ee9374
fix(deps): update dependency marked to v9 ( #2947 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-22 18:15:26 -05:00
Matt Travi
6070bf61fc
Merge pull request #2980 from semantic-release/exports
...
fix(exports): removed the `exports` definition for the time being
2023-09-22 18:07:44 -05:00
renovate[bot]
8a7befe96b
fix(deps): update dependency marked-terminal to v6
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-22 17:15:55 -05:00
Matt Travi
561e2d648d
fix(exports): removed the exports
definition for the time being
...
closes #2968
2023-09-22 15:26:37 -05:00
Matt Travi
041e4f7e37
fix(deps): upgraded release-notes-generator
and commit-analyzer
plugins to stable versions
...
follow up to #2934
2023-09-20 16:50:51 -05:00
Matt Travi
b93bef4eea
feat(node-versions): raised the minimum supported node version w/in the v20 range to v20.6.1
...
because of a known issue with v20.6.0 that we might as well avoid since we are restricting the
supported ranges at this point anyway: https://github.com/nodejs/node/issues/49497
BREAKING CHANGE: the minimum supported version for the v20 range of node has been raised slightly to
v20.6.1 to avoid a known node bug
2023-09-16 13:43:05 -05:00
Matt Travi
6604153812
Merge branch 'master' of github.com:semantic-release/semantic-release into beta
2023-09-16 11:59:52 -05:00
Matt Travi
e623cc642a
feat(node-versions): raised the minimum node v20 requirement to v20.6
...
for auto-registered loader support
BREAKING CHANGE: the minimum supported node version in the v20 major range is now v20.6
2023-09-16 11:52:49 -05:00
renovate[bot]
42f7b8269e
chore(deps): update dependency testdouble to v3.19.0 ( #2961 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-16 13:52:55 +00:00
renovate[bot]
1017e1aac2
fix(deps): update dependency aggregate-error to v5 ( #2956 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-15 23:41:01 -05:00
Matt Travi
a23b71890b
fix(deps): upgraded to the latest version of the npm plugin with npm v10
2023-09-15 16:06:44 -05:00
Matt Travi
fb850ff26d
Merge branch 'master' of github.com:semantic-release/semantic-release into beta
2023-09-15 15:49:37 -05:00
Matt Travi
b9f294d179
feat(node-versions): raised the minimum required node version to v18.17 and dropped v19 support
...
npm v20 requires v18.17
BREAKING CHANGE: node v18.17 is now the minimum supported node version and support for v19 has been dropped
2023-09-15 15:39:49 -05:00
Matt Travi
03a687b3ea
fix(deps): updated to the latest beta of the commit analyzer plugin
2023-09-15 13:23:18 -05:00
renovate[bot]
da5620171e
chore(deps): update dependency sinon to v16 ( #2954 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-13 22:55:16 +00:00
Matt Travi
de8e4e05e9
fix(deps): updated to the latest betas of the commit-analyzer and release-notes-generator plugins
2023-09-11 20:55:11 -05:00
Matt Travi
72ab317bb0
feat: defined exports for the package
...
BREAKING CHANGE: exports prevents access to internal files, but they arent intended for public use anyway
2023-09-01 21:08:13 -05:00
Matt Travi
07a79ea7e9
feat(conventional-changelog-presets): supported new preset format
...
BREAKING CHANGE: 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
2023-09-01 17:23:14 -05:00
renovate[bot]
0d92579e13
chore(deps): update dependency prettier to v3.0.3 ( #2930 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-29 15:21:15 +00:00
renovate[bot]
d3c1338eac
chore(deps): update dependency p-retry to v6 ( #2921 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-24 18:48:28 +00:00
Matt Travi
4c95c97d8f
fix(types): included the definitions file in the published package ( #2920 )
2023-08-24 11:20:48 -05:00
Sibin Grašić
c21a1ac793
feat: Added TypeScript definitions ( #2916 )
2023-08-23 20:27:22 -05:00
renovate[bot]
eba86ac8e5
fix(deps): update dependency hosted-git-info to v7 ( #2908 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-19 20:37:27 -05:00
renovate[bot]
7bc21fcdc7
fix(deps): update dependency execa to v8 ( #2914 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-19 17:20:09 -05:00
renovate[bot]
0e5e41f460
chore(deps): update dependency nock to v13.3.3 ( #2911 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-16 23:05:46 +00:00
renovate[bot]
c41d55c25b
chore(deps): update dependency prettier to v3.0.2 ( #2909 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-15 16:35:49 +00:00
renovate[bot]
1f54c5a9d9
chore(deps): update dependency prettier to v3.0.1 ( #2898 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-03 06:47:36 +00:00
renovate[bot]
cb8a95b3d3
chore(deps): update dependency c8 to v8.0.1 ( #2888 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-25 17:35:45 +00:00
renovate[bot]
c8c7d121e6
chore(deps): update dependency nock to v13.3.2 ( #2872 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-13 23:29:44 +00:00
renovate[bot]
1c30a57287
chore(deps): update dependency tempy to v3.1.0 ( #2869 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-10 21:01:24 +00:00
renovate[bot]
738cefc802
chore(deps): update dependency prettier to v3
2023-07-05 13:07:13 +00:00