Skip to content

Commit 5013ac7

Browse files
chore: bump the development-dependencies group across 1 directory with 8 updates
Bumps the development-dependencies group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.24.3` | `7.24.4` | | [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) | `19.2.1` | `19.2.2` | | [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) | `19.1.0` | `19.2.2` | | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `48.2.1` | `48.2.3` | | [release-please](https://github.com/googleapis/release-please) | `16.10.1` | `16.10.2` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.3.3` | `5.4.5` | | [undici](https://github.com/nodejs/undici) | `6.11.1` | `6.13.0` | | @financial-times/n-express | `30.2.0` | `30.4.0` | Updates `@babel/core` from 7.24.3 to 7.24.4 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.4/packages/babel-core) Updates `@commitlint/cli` from 19.2.1 to 19.2.2 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.2.2/@commitlint/cli) Updates `@commitlint/config-conventional` from 19.1.0 to 19.2.2 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.2.2/@commitlint/config-conventional) Updates `eslint-plugin-jsdoc` from 48.2.1 to 48.2.3 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc) - [Commits](gajus/eslint-plugin-jsdoc@v48.2.1...v48.2.3) Updates `release-please` from 16.10.1 to 16.10.2 - [Release notes](https://github.com/googleapis/release-please/releases) - [Changelog](https://github.com/googleapis/release-please/blob/main/CHANGELOG.md) - [Commits](googleapis/release-please@v16.10.1...v16.10.2) Updates `typescript` from 5.3.3 to 5.4.5 - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.3.3...v5.4.5) Updates `undici` from 6.11.1 to 6.13.0 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v6.11.1...v6.13.0) Updates `@financial-times/n-express` from 30.2.0 to 30.4.0 --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: "@commitlint/cli" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: "@commitlint/config-conventional" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: release-please dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: undici dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: "@financial-times/n-express" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5f9f3ad commit 5013ac7

File tree

4 files changed

+64
-64
lines changed

4 files changed

+64
-64
lines changed

package-lock.json

Lines changed: 56 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,21 +32,21 @@
3232
"postinstall": "npm run build:logos"
3333
},
3434
"devDependencies": {
35-
"@babel/core": "^7.24.3",
35+
"@babel/core": "^7.24.4",
3636
"@babel/eslint-parser": "^7.24.1",
37-
"@commitlint/cli": "^19.2.1",
38-
"@commitlint/config-conventional": "^19.1.0",
37+
"@commitlint/cli": "^19.2.2",
38+
"@commitlint/config-conventional": "^19.2.2",
3939
"@financial-times/eslint-config-next": "^7.1.0",
4040
"@types/jest": "^29.5.12",
4141
"eslint": "^8.57.0",
42-
"eslint-plugin-jsdoc": "^48.2.1",
42+
"eslint-plugin-jsdoc": "^48.2.3",
4343
"eslint-plugin-prettier": "^5.1.3",
4444
"husky": "^9.0.11",
4545
"jest": "^29.7.0",
4646
"lint-staged": "^15.2.2",
4747
"prettier": "^3.2.5",
48-
"release-please": "^16.10.1",
49-
"typescript": "^5.3.3"
48+
"release-please": "^16.10.2",
49+
"typescript": "^5.4.5"
5050
},
5151
"engines": {
5252
"node": "18.x || 20.x",

packages/fetch-error-handler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"express": "^4.19.2",
2424
"node-fetch-1": "npm:node-fetch@^1.7.3",
2525
"node-fetch-2": "npm:node-fetch@^2.7.0",
26-
"undici": "^6.11.1"
26+
"undici": "^6.13.0"
2727
}
2828
}

packages/middleware-log-errors/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@dotcom-reliability-kit/log-error": "^4.0.6"
2020
},
2121
"devDependencies": {
22-
"@financial-times/n-express": "^30.2.0",
22+
"@financial-times/n-express": "^30.4.0",
2323
"@types/express": "^4.17.21",
2424
"node-fetch": "^2.7.0"
2525
}

0 commit comments

Comments
 (0)