Skip to content

Commit

Permalink
chore: bump the development-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the development-dependencies group with 3 updates: [@dotcom-tool-kit/component](https://github.com/financial-times/dotcom-tool-kit/tree/HEAD/plugins/component), [@dotcom-tool-kit/eslint](https://github.com/financial-times/dotcom-tool-kit/tree/HEAD/plugins/eslint) and [dotcom-tool-kit](https://github.com/financial-times/dotcom-tool-kit/tree/HEAD/core/cli).

Updates `@dotcom-tool-kit/component` from 5.1.3 to 5.1.4
- [Release notes](https://github.com/financial-times/dotcom-tool-kit/releases)
- [Changelog](https://github.com/Financial-Times/dotcom-tool-kit/blob/main/plugins/component/CHANGELOG.md)
- [Commits](https://github.com/financial-times/dotcom-tool-kit/commits/component-v5.1.4/plugins/component)

Updates `@dotcom-tool-kit/eslint` from 4.2.3 to 4.2.4
- [Release notes](https://github.com/financial-times/dotcom-tool-kit/releases)
- [Changelog](https://github.com/Financial-Times/dotcom-tool-kit/blob/main/plugins/eslint/CHANGELOG.md)
- [Commits](https://github.com/financial-times/dotcom-tool-kit/commits/npm-v4.2.4/plugins/eslint)

Updates `dotcom-tool-kit` from 4.3.6 to 4.3.7
- [Release notes](https://github.com/financial-times/dotcom-tool-kit/releases)
- [Changelog](https://github.com/Financial-Times/dotcom-tool-kit/blob/main/core/cli/CHANGELOG.md)
- [Commits](https://github.com/financial-times/dotcom-tool-kit/commits/dotcom-tool-kit-v4.3.7/core/cli)

---
updated-dependencies:
- dependency-name: "@dotcom-tool-kit/component"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@dotcom-tool-kit/eslint"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: dotcom-tool-kit
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and ft-dependency-auto-merger committed Jan 17, 2025
1 parent fe77234 commit 5bbe69a
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 52 deletions.
10 changes: 9 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ workflows:
- node18_20
requires:
- tool-kit/setup-<< matrix.executor >>
filters:
tags:
only: /^v\d+\.\d+\.\d+(-.+)?/
- tool-kit/test:
name: tool-kit/test-<< matrix.executor >>
matrix:
Expand All @@ -67,14 +70,19 @@ workflows:
- node18_20
requires:
- tool-kit/build-<< matrix.executor >>
filters:
tags:
only: /^v\d+\.\d+\.\d+(-.+)?/
- tool-kit/publish-tag:
executor: node
requires:
- tool-kit/test-node
context: npm-publish-token
filters:
tags:
only: /^v\d+\.\d+\.\d+(-.+)?/
branches:
ignore: /.*/
context: npm-publish-token
nightly:
when:
and:
Expand Down
96 changes: 48 additions & 48 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
},
"devDependencies": {
"@dotcom-reliability-kit/eslint-config": "^3.1.1",
"@dotcom-tool-kit/component": "^5.1.3",
"@dotcom-tool-kit/eslint": "^4.2.3",
"@dotcom-tool-kit/component": "^5.1.4",
"@dotcom-tool-kit/eslint": "^4.2.4",
"@financial-times/eslint-config-next": "^7.1.0",
"dotcom-tool-kit": "^4.3.6",
"dotcom-tool-kit": "^4.3.7",
"eslint": "^8.57.1"
},
"engines": {
Expand Down

0 comments on commit 5bbe69a

Please sign in to comment.