v5.7.0
Changes
Update to cspell v5.16.0
Maintenance / Dependencies
ci: Workflow Bot -- Update ALL Dependencies (main) (#103)
ci: Workflow Bot -- Update ALL Dependencies (main) (#103)
Workflow Bot -- Update ALL Dependencies
Package.json
diff --git a/package.json b/package.json
index 00eac61..0b40419 100644
--- a/package.json
+++ b/package.json
@@ -32,6 +32,6 @@
"node": ">=12.13.0"
},
"dependencies": {
- "cspell": "^5.15.2"
+ "cspell": "^5.16.0"
}
}
Summary
package-lock.json | 146 +++++++++++++++++++++++++++---------------------------
package.json | 2 +-
2 files changed, 74 insertions(+), 74 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#98)
ci: Workflow Bot -- Update ALL Dependencies (main) (#98)
Workflow Bot -- Update ALL Dependencies
Package.json
diff --git a/package.json b/package.json
index cb51624..00eac61 100644
--- a/package.json
+++ b/package.json
@@ -32,6 +32,6 @@
"node": ">=12.13.0"
},
"dependencies": {
- "cspell": "^5.14.0"
+ "cspell": "^5.15.2"
}
}
Summary
package-lock.json | 142 +++++++++++++++++++++++++++---------------------------
package.json | 2 +-
2 files changed, 72 insertions(+), 72 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#95)
ci: Workflow Bot -- Update ALL Dependencies (main) (#95)
Workflow Bot -- Update ALL Dependencies
Package.json
Summary
package-lock.json | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
ci: Workflow Bot -- Update ALL Dependencies (main) (#93)
ci: Workflow Bot -- Update ALL Dependencies (main) (#93)
Workflow Bot -- Update ALL Dependencies
Package.json
Summary
package-lock.json | 44 ++++++++++++++++++++++----------------------
1 file changed, 22 insertions(+), 22 deletions(-)
Dependabot
chore(deps): bump release-drafter/release-drafter from 5.16.1 to 5.17.6 (#102)
chore(deps): bump release-drafter/release-drafter from 5.16.1 to 5.17.6 (#102)
Bumps release-drafter/release-drafter from 5.16.1 to 5.17.6.
Release notes
Sourced from release-drafter/release-drafter's releases.
v5.17.6
What's Changed
Bug Fixes
- fix default for version-resolver in schema (#1026)
@jetersen
Maintenance
- allow conditional pre commit (#1033)
@jetersen
- add action-build for dependabot updates (#1036)
@jetersen
- move lint staged config to JavaScript file (#1027)
@jetersen
Dependency Updates
- Bump
@probot/adapter-github-actions
from 3.1.0 to 3.1.1 (#1034)@dependabot
- remove nodemon as unused dev dependency (#1035)
@jetersen
- Bump probot from 12.2.0 to 12.2.1 (#1031)
@dependabot
- Bump lint-staged from 12.2.0 to 12.2.1 (#1032)
@dependabot
- update joi dependency (#1028)
@jetersen
- Bump lint-staged from 12.1.7 to 12.2.0 (#1025)
@dependabot
- Bump eslint-plugin-unicorn from 40.0.0 to 40.1.0 (#1021)
@dependabot
- Bump eslint from 8.6.0 to 8.7.0 (#1019)
@dependabot
Full Changelog: release-drafter/release-drafter@v5.17.5...v5.17.6
v5.17.5
What's Changed
New
- add owner and repository context to template variables (#1017)
@jetersen
- add support for moving uncategorized to a category with no labels (#1013)
@jetersen
Bug Fixes
- ensure PRs are merged (#1015)
@jetersen
Maintenance
- add automatic release of release-drafter (#1016)
@jetersen
Full Changelog: release-drafter/release-drafter@v5.16.2...v5.17.5
v5.16.2
What's Changed
Bug Fixes
- ensure deep merge of config (#1012)
@jetersen
... (truncated)
Commits
4364926
v5.17.623d004a
Apply dist/index.js changes2470526
regenerate yarn.lockbaff8c5
allow conditional precommit (#1033)f238d5a
Bump@probot/adapter-github-actions
from 3.1.0 to 3.1.1 (#1034)fca861e
fix commit author for action build workflow1a3998c
add action-build for dependabot updates (#1036)e3f8def
remove nodemon as unused dev dependency (#1035)062c32f
Bump probot from 12.2.0 to 12.2.1 (#1031)35ce4e0
Bump lint-staged from 12.2.0 to 12.2.1 (#1032)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
chore(deps): bump release-drafter/release-drafter from 5.15.0 to 5.16.1 (#100)
chore(deps): bump release-drafter/release-drafter from 5.15.0 to 5.16.1 (#100)
Bumps release-drafter/release-drafter from 5.15.0 to 5.16.1.
Release notes
Sourced from release-drafter/release-drafter's releases.
v5.16.1
What's Changed
Bug Fixes
- fix server (#1010)
@jetersen
v5.16.0
What's Changed
New
- Support
pull_request_target
events (#991)@fjchen7
- Improve error message for when config is not found (#973)
@nowsprinting
- Added exclude-contributors and no-contributors-template configuration options (#898)
@ThomasKasene
- add BASE_REF_NAME and HEAD_REF_NAME template variables (#816)
@Eun
- Add $NEXT_{PATCH,MINOR,MAJOR}VERSION{PATCH,MINOR,MAJOR} variables (#823)
@mkurz
Bug Fixes
- fix server (#1010)
@jetersen
- Check if PR body is null (#969)
@frundh
- Fix prerelease string getting removed and add $COMPLETE version variable (#918)
@tjenkinson
- Use commitish from action inputs. Fixes #824. (#865)
@danielcweber
- Include
edited
event for autolabeler (#931)@juanecabellob
Maintenance
- update dependencies (#1003)
@jetersen
- add dev container (#1002)
@jetersen
Documentation
- Add commitish configuration option to schema.json (#989)
@menno-ll
- Added a gray stroke around the letters of the logo (#940)
@ThomasKasene
- Provide autolabeler configuration for forks (#948)
@gilbertsoft
- Docs: Clarify config must be on default branch (#836)
@JustinGrote
- Ultra tiny typo fix (#881)
@jensenbox
Dependency Updates
- Bump node from 15.11.0-alpine to 17.3.1-alpine (#1007)
@dependabot
- Bump path-parse from 1.0.6 to 1.0.7 (#919)
@dependabot
- Bump url-parse from 1.4.4 to 1.5.4 (#1009)
@dependabot
- Bump semver-regex from 3.1.2 to 3.1.3 (#945)
@dependabot
- Bump normalize-url from 4.5.0 to 4.5.1 (#890)
@dependabot
- Bump tmpl from 1.0.4 to 1.0.5 (#946)
@dependabot
- Bump cirrus-actions/rebase from 1.4 to 1.5 (#867)
@dependabot
- Bump
@vercel/ncc
from 0.27.0 to 0.28.4 (#855)@dependabot
- Bump y18n from 4.0.0 to 4.0.1 (#828)
@dependabot
Commits
45b321a
v5.16.1c341d3d
fix server (#1010)f3f9f33
v5.16.0cbcb8bb
Merge pull request #1007 from release-drafter/dependabot/docker/node-17.3.1-a...aa3b36d
Merge pull request #919 from release-drafter/dependabot/npm_and_yarn/path-par...ce3b7ce
fix build22fb00b
Bump path-parse from 1.0.6 to 1.0.7ea7a40b
Merge pull request #1009 from release-drafter/dependabot/npm_and_yarn/url-par...2320bc8
fix buildb09c4f6
Merge pull request #945 from release-drafter/dependabot/npm_and_yarn/semver-r...- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
chore(deps): bump streetsidesoftware/cspell-action from 1.3.5 to 1.3.6 (#94)
chore(deps): bump streetsidesoftware/cspell-action from 1.3.5 to 1.3.6 (#94)
Bumps streetsidesoftware/cspell-action from 1.3.5 to 1.3.6.
Release notes
Sourced from streetsidesoftware/cspell-action's releases.
v1.3.6
Changes
- Update to CSpell v5.14.0
- Update all related dictionaries
Fixes
Maintenance
- ci: Upgrade poly js to v6 (#479)
Commits
0d75773
chore(release): 1.3.6315fcd3
ci: Workflow Bot -- Update ALL Dependencies (#520)34f78fa
Update latest.yml34fbfa5
Update latest.yml83238a4
Create latest.yml0f9228c
ci: Workflow Bot -- Update ALL Dependencies (#519)b8c76e0
ci: Workflow Bot -- Update ALL Dependencies (#518)beab5e5
ci: Workflow Bot -- Update ALL Dependencies (#517)03b2121
ci: Workflow Bot -- Update ALL Dependencies (#515)12e4986
ci: Workflow Bot -- Update ALL Dependencies (#514)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)