Skip to content

Commit 4e61297

Browse files
chore(deps-dev): bump the development-dependencies group across 1 directory with 9 updates
Bumps the development-dependencies group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@microsoft/api-extractor](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-extractor) | `7.48.1` | `7.49.1` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.2` | `22.10.10` | | [canvas](https://github.com/Automattic/node-canvas) | `3.0.0` | `3.1.0` | | [firebase-tools](https://github.com/firebase/firebase-tools) | `13.29.1` | `13.29.2` | | [lint-staged](https://github.com/lint-staged/lint-staged) | `15.3.0` | `15.4.2` | | [ts-loader](https://github.com/TypeStrong/ts-loader) | `9.5.1` | `9.5.2` | | [typescript](https://github.com/microsoft/TypeScript) | `5.7.2` | `5.7.3` | | [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.13` | `4.17.14` | | [ace-builds](https://github.com/ajaxorg/ace-builds) | `1.37.1` | `1.37.5` | Updates `@microsoft/api-extractor` from 7.48.1 to 7.49.1 - [Changelog](https://github.com/microsoft/rushstack/blob/main/apps/api-extractor/CHANGELOG.md) - [Commits](https://github.com/microsoft/rushstack/commits/@microsoft/api-extractor_v7.49.1/apps/api-extractor) Updates `@types/node` from 22.10.2 to 22.10.10 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `canvas` from 3.0.0 to 3.1.0 - [Release notes](https://github.com/Automattic/node-canvas/releases) - [Changelog](https://github.com/Automattic/node-canvas/blob/master/CHANGELOG.md) - [Commits](Automattic/node-canvas@v3.0.0...v3.1.0) Updates `firebase-tools` from 13.29.1 to 13.29.2 - [Release notes](https://github.com/firebase/firebase-tools/releases) - [Commits](firebase/firebase-tools@v13.29.1...v13.29.2) Updates `lint-staged` from 15.3.0 to 15.4.2 - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md) - [Commits](lint-staged/lint-staged@v15.3.0...v15.4.2) Updates `ts-loader` from 9.5.1 to 9.5.2 - [Release notes](https://github.com/TypeStrong/ts-loader/releases) - [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md) - [Commits](TypeStrong/ts-loader@v9.5.1...v9.5.2) Updates `typescript` from 5.7.2 to 5.7.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.7.2...v5.7.3) Updates `@types/lodash` from 4.17.13 to 4.17.14 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) Updates `ace-builds` from 1.37.1 to 1.37.5 - [Release notes](https://github.com/ajaxorg/ace-builds/releases) - [Changelog](https://github.com/ajaxorg/ace-builds/blob/master/CHANGELOG.md) - [Commits](ajaxorg/ace-builds@v1.37.1...v1.37.5) --- updated-dependencies: - dependency-name: "@microsoft/api-extractor" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: canvas dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: firebase-tools dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: ts-loader 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-patch dependency-group: development-dependencies - dependency-name: "@types/lodash" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: ace-builds dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 12866f7 commit 4e61297

File tree

4 files changed

+253
-331
lines changed

4 files changed

+253
-331
lines changed

__tests__/ace/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"license": "MIT",
1414
"devDependencies": {
1515
"@otjs/ace": "workspace:*",
16-
"ace-builds": "1.37.1"
16+
"ace-builds": "1.37.5"
1717
}
1818
}

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,26 +31,26 @@
3131
"devDependencies": {
3232
"@babel/core": "7.26.0",
3333
"@babel/preset-env": "7.26.0",
34-
"@microsoft/api-extractor": "7.48.1",
34+
"@microsoft/api-extractor": "7.49.1",
3535
"@types/jest": "29.5.14",
36-
"@types/node": "22.10.2",
36+
"@types/node": "22.10.10",
3737
"@types/regenerator-runtime": "0.13.8",
3838
"babel-jest": "29.7.0",
39-
"canvas": "3.0.0",
40-
"firebase-tools": "13.29.1",
39+
"canvas": "3.1.0",
40+
"firebase-tools": "13.29.2",
4141
"husky": "9.1.7",
4242
"identity-obj-proxy": "3.0.0",
4343
"jest": "29.7.0",
4444
"jest-environment-jsdom": "29.7.0",
4545
"lerna": "8.1.9",
46-
"lint-staged": "15.3.0",
46+
"lint-staged": "15.4.2",
4747
"nyc": "17.1.0",
4848
"prettier": "3.4.2",
4949
"regenerator-runtime": "0.14.1",
5050
"rimraf": "6.0.1",
5151
"ts-jest": "29.2.5",
52-
"ts-loader": "9.5.1",
53-
"typescript": "5.7.2",
52+
"ts-loader": "9.5.2",
53+
"typescript": "5.7.3",
5454
"webpack": "5.97.1",
5555
"webpack-cli": "6.0.1"
5656
},

packages/ace/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@otjs/types": "workspace:*",
4747
"@otjs/utils": "workspace:*",
4848
"@types/ace": "0.0.52",
49-
"@types/lodash": "4.17.13"
49+
"@types/lodash": "4.17.14"
5050
},
5151
"peerDependencies": {
5252
"@otjs/plaintext": "^0.2.0",

0 commit comments

Comments
 (0)