This pull request updates various dependencies and workflows in the project. The changes include updates to the README.md, package.json, yarn.lock, and workflow files (automerge.yml and publish.yml). These updates are intended to improve the project's build process, dependency management, and documentation accuracy.
Type of Change
What types of changes does your code introduce to the project?
[x] Build related changes
[x] Documentation content changes
Proposed Changes
Updated README.md to include the correct license for @typescript-eslint/parser and other dependencies.
Updated package.json with the latest versions of dependencies.
Updated yarn.lock to reflect changes in package.json.
Modified automerge.yml and publish.yml workflows to improve build steps and caching.
Checklist
Before submitting your pull request, consider the following:
Description
This pull request updates various dependencies and workflows in the project. The changes include updates to the
README.md
,package.json
,yarn.lock
, and workflow files (automerge.yml
andpublish.yml
). These updates are intended to improve the project's build process, dependency management, and documentation accuracy.Type of Change
What types of changes does your code introduce to the project?
Proposed Changes
README.md
to include the correct license for@typescript-eslint/parser
and other dependencies.package.json
with the latest versions of dependencies.yarn.lock
to reflect changes inpackage.json
.automerge.yml
andpublish.yml
workflows to improve build steps and caching.Checklist
Before submitting your pull request, consider the following: