mirror of
https://github.com/hoverkraft-tech/compose-action.git
synced 2026-03-06 08:13:10 +08:00
chore(deps-dev): bump the npm-dev-dependencies group with 2 updates
Some checks failed
Mark stale issues and pull requests / main (push) Has been cancelled
Internal - Main - Continuous Integration / ci (push) Has been cancelled
Need fix to Issue / main (push) Has been cancelled
Prepare release / release (push) Has been cancelled
Internal - Main - Continuous Integration / prepare-docs (push) Has been cancelled
Internal - Main - Continuous Integration / sync-docs (push) Has been cancelled
Some checks failed
Mark stale issues and pull requests / main (push) Has been cancelled
Internal - Main - Continuous Integration / ci (push) Has been cancelled
Need fix to Issue / main (push) Has been cancelled
Prepare release / release (push) Has been cancelled
Internal - Main - Continuous Integration / prepare-docs (push) Has been cancelled
Internal - Main - Continuous Integration / sync-docs (push) Has been cancelled
Bumps the npm-dev-dependencies group with 2 updates: - [@ts-dev-tools/core](https://github.com/escemi-tech/ts-dev-tools) - [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) Updates `@ts-dev-tools/core` from 1.9.14 to 1.10.0 - [Release notes](https://github.com/escemi-tech/ts-dev-tools/releases) Updates `eslint-plugin-jsonc` from 2.21.0 to 2.21.1 - [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases) --- updated-dependencies: - dependency-name: "@ts-dev-tools/core" dependency-version: 1.10.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dev-dependencies - dependency-name: eslint-plugin-jsonc dependency-version: 2.21.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
This commit is contained in:
parent
eeae15a0f9
commit
2a6935e036
10
.github/dependabot.yml
vendored
10
.github/dependabot.yml
vendored
@ -47,11 +47,17 @@ updates:
|
||||
day: friday
|
||||
time: "04:00"
|
||||
groups:
|
||||
npm-dev-dependencies:
|
||||
dependency-type: development
|
||||
npm-actions-dependencies:
|
||||
patterns:
|
||||
- "@actions/*"
|
||||
npm-development-dependencies:
|
||||
dependency-type: development
|
||||
patterns:
|
||||
- "*"
|
||||
npm-production-dependencies:
|
||||
dependency-type: production
|
||||
patterns:
|
||||
- "*"
|
||||
|
||||
- package-ecosystem: "devcontainers"
|
||||
open-pull-requests-limit: 20
|
||||
|
||||
16
package-lock.json
generated
16
package-lock.json
generated
@ -16,10 +16,10 @@
|
||||
"docker-compose": "^1.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ts-dev-tools/core": "^1.9.14",
|
||||
"@ts-dev-tools/core": "^1.10.0",
|
||||
"@vercel/ncc": "^0.38.4",
|
||||
"eslint-plugin-github": "^6.0.0",
|
||||
"eslint-plugin-jsonc": "^2.21.0"
|
||||
"eslint-plugin-jsonc": "^2.21.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20"
|
||||
@ -2496,9 +2496,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@ts-dev-tools/core": {
|
||||
"version": "1.9.14",
|
||||
"resolved": "https://registry.npmjs.org/@ts-dev-tools/core/-/core-1.9.14.tgz",
|
||||
"integrity": "sha512-YNjVj2VoqqLPzydiRbs5QkyeLZO8kVCT9xZk8xkZNdyJVlPwKrxDk6xFuXF2ZGWLYY1JzY+5YgrUyMPPMD4dDA==",
|
||||
"version": "1.10.0",
|
||||
"resolved": "https://registry.npmjs.org/@ts-dev-tools/core/-/core-1.10.0.tgz",
|
||||
"integrity": "sha512-qxBiTKupHx56Vfi1b787dfLtBpp+JmYStZrQnb57kW+TepGkK/yHMRnA1boiE588C61buXkXI9Nv42/TWu5nDg==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
@ -6401,9 +6401,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/eslint-plugin-jsonc": {
|
||||
"version": "2.21.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-jsonc/-/eslint-plugin-jsonc-2.21.0.tgz",
|
||||
"integrity": "sha512-HttlxdNG5ly3YjP1cFMP62R4qKLxJURfBZo2gnMY+yQojZxkLyOpY1H1KRTKBmvQeSG9pIpSGEhDjE17vvYosg==",
|
||||
"version": "2.21.1",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-jsonc/-/eslint-plugin-jsonc-2.21.1.tgz",
|
||||
"integrity": "sha512-dbNR5iEnQeORwsK2WZzr3QaMtFCY3kKJVMRHPzUpKzMhmVy2zIpVgFDpX8MNoIdoqz6KCpCfOJavhfiSbZbN+w==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
||||
@ -32,10 +32,10 @@
|
||||
"docker-compose": "^1.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ts-dev-tools/core": "^1.9.14",
|
||||
"@ts-dev-tools/core": "^1.10.0",
|
||||
"@vercel/ncc": "^0.38.4",
|
||||
"eslint-plugin-github": "^6.0.0",
|
||||
"eslint-plugin-jsonc": "^2.21.0"
|
||||
"eslint-plugin-jsonc": "^2.21.1"
|
||||
},
|
||||
"scripts": {
|
||||
"package": "npm run package:index && npm run package:post",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user