TableDnD
TableDnD copied to clipboard
Update dependency release-it to v17
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
release-it | 15.4.2 -> 17.0.5 |
Release Notes
release-it/release-it (release-it)
v17.0.5
- Fix dependencies for Windows (
d5a4c55
)
v17.0.4
v17.0.3
- Fix dependencies for Windows (
c7d5ff0
)
v17.0.2
- Update dependencies (
9577bd2
) - Auto-format (
cb7aac7
) - Ignore twitter profile link (
294538d
) - Parse issues from commit log instead of changelog (#1071) (
836f78d
) - Format markdown (
179b734
)
v17.0.1
- Fix broken gitlab links (
1a33dac
) - Add sponsor/fund options (
c625363
) - Update changelog (
e178adf
) - Format README.md (
61993f2
)
v17.0.0
- Toggle choices in prelease cont. (resolves #1061) (
351c95b
) - Update dependencies (
ebc2754
) - Remove support for Node.js v16 (
0aed410
) - Fix/rollback tag (#1059) (
da0e93a
) - chore: add plugins to readme (#1054) (
e9fa310
) - Bump actions/setup-node from 3 to 4 (#1050) (
9e99e2b
) - fix: name of param to enable comment functionality (#1046) (
fdcf005
) - Add
NPM_TOKEN
env variable (github secret) to example in docs (#1042) (38193c3
) - Remove obsolete
@public
tags (415c1a3
)
v16.3.0
- Fix/rollback tag (#1059) (
da0e93a
) - chore: add plugins to readme (#1054) (
e9fa310
) - Bump actions/setup-node from 3 to 4 (#1050) (
9e99e2b
) - fix: name of param to enable comment functionality (#1046) (
fdcf005
) - Add
NPM_TOKEN
env variable (github secret) to example in docs (#1042) (38193c3
) - Remove obsolete
@public
tags (415c1a3
)
v16.2.1
- Format Markdown (
ebe4fbd
) - Add production mode config for Knip (
c1c0f99
) - Update dependencies (
a3d32ae
) - Fix initial --snapshot latestVersion (
f283230
)
v16.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
)
v16.1.5
- Only show url message on Windows (
68b91c4
) - fix: unable to open the browser automatically on Windows system (#1019) (
5069c30
)
v16.1.4
v16.1.3
v16.1.2
- Revert some updates for Node.js 16 compat (
a106c83
)
v16.1.1
v16.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
)
v16.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
)
v15.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
)
v15.10.5
- Downgrade @octokit/request-error (
9b97b46
)
v15.10.4
- Start using GITHUB_TOKEN_RELEASE_IT locally (
d13edef
) - Fix proxy-agent import (
e28bdd6
) - Update dependencies (
5472a58
) - Fix whitespace (
75e970a
) - fix: use deep merge strategy for context and options in Plugin (#1009) (
f0f0cf3
) - markdown-link-check (
22bfb01
) - fix: update gitlab CI documentation (#1007) (
433f85e
) - Add "videos, articles & examples" section (closes #1005) (
18abf36
)
v15.10.3
v15.10.2
- Add link to experimental release-it KB (
7619d97
) - Add link to monorepo recipe in npm docs (
5598ef8
) - Update dependencies (
812be49
) - Add monorepo recipe (
2803303
) - Add remark + preset and auto-format docs (
8b58e70
) - Refactor plugin name (#996) (
c88a0ac
) - Add
releaseNotes
example to omit merge commits (#957) (f7fb8bc
)
v15.10.1
v15.10.0
- Turn on github.comments for release-it (
b232b21
) - Update dependencies (
6789e76
) - Add github.comments feature to add comments to merged pull requests and closed issues (
b22ac20
)
v15.9.3
- Remove knip from devDependencies as it requires Node.js v16 (
31e4f4d
)
v15.9.2
- Add knip analysis to release hooks (
88a06ea
) - Fix up config for Knip v2 (
b96d1bf
) - Add --registry argument to
npm publish
if set inpublishConfig.registry
(c59d55e
) - Update dependencies (
7c86856
)
v15.9.1
v15.9.0
- Update dependencies (
2271e2a
) - Remove unnecessary
await
(b34a9d5
) - Support function for configuring github/gitlab releaseNotes (#987) (
81e18fa
)
v15.8.0
- Skip test (ENAMETOOLONG on Windows) (
ca9a767
) - Update dependencies (
377c880
) - Truncate github release notes body > 124k characters (closes #965) (
218ffc1
) - Add note about github.autoGenerate (closes #945) (
eaf85d7
) - Skip publish prompt when package.json has private: true (fixes #936) (
d816d40
)
v15.7.0
- Replace master with main where applicable (
f4702c4
) - feat: make exit 0 possible when commits required but missing (#984) (
7076fd3
) - feat: configurable path in git rev-list (#982) (
81a7d69
) - Add increased timeout to test/tasks.js (for Windows) (
0a23c55
)
v15.6.1
- Update dependencies (
554c600
) - Fix
npm list collaborators
diff in npm v8 vs v9 in tests (1935621
) - Mention bumper plugin in npm docs (
1e6dca8
) - Fixed plugins README on
peerDependencies
property (#980) (7784c97
) - Update dependencies (
2a8271f
) - Add axios to list of projects using release-it (
b525c25
)
v15.6.0
- Fix specs for #966 (
39a318b
) - Move space (quickfix) (
cfae247
) - fix: use spec formdata (#958) (
c21e6b6
) - Fix
npm.isCollaborator()
on npm v9 (#966) (3bd405a
) - feat(git): added option to use --exclude option on git describe (#963) (
2b484bf
)
v15.5.1
- Update dependencies (
aa89cbd
) - Prompt for npm OTP in --only-version (fixes #948) (
ff626d1
) - Remove unused export/function (
331b0de
) - Add knip + config (
ee99f63
)
v15.5.0
v15.4.3
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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.