Skip to content

Commit

Permalink
chore(deps-dev): bump the development-dependencies group across 1 dir…
Browse files Browse the repository at this point in the history
…ectory with 9 updates

Bumps the development-dependencies group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.26.7` | `7.26.9` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.26.7` | `7.26.9` |
| [@microsoft/api-extractor](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-extractor) | `7.49.1` | `7.50.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.10` | `22.13.4` |
| [firebase-tools](https://github.com/firebase/firebase-tools) | `13.29.2` | `13.31.1` |
| [prettier](https://github.com/prettier/prettier) | `3.4.2` | `3.5.1` |
| [webpack](https://github.com/webpack/webpack) | `5.97.1` | `5.98.0` |
| [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.14` | `4.17.15` |
| [ace-builds](https://github.com/ajaxorg/ace-builds) | `1.37.5` | `1.38.0` |



Updates `@babel/core` from 7.26.7 to 7.26.9
- [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.26.9/packages/babel-core)

Updates `@babel/preset-env` from 7.26.7 to 7.26.9
- [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.26.9/packages/babel-preset-env)

Updates `@microsoft/api-extractor` from 7.49.1 to 7.50.0
- [Changelog](https://github.com/microsoft/rushstack/blob/main/apps/api-extractor/CHANGELOG.md)
- [Commits](https://github.com/microsoft/rushstack/commits/@microsoft/api-extractor_v7.50.0/apps/api-extractor)

Updates `@types/node` from 22.10.10 to 22.13.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `firebase-tools` from 13.29.2 to 13.31.1
- [Release notes](https://github.com/firebase/firebase-tools/releases)
- [Commits](firebase/firebase-tools@v13.29.2...v13.31.1)

Updates `prettier` from 3.4.2 to 3.5.1
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.4.2...3.5.1)

Updates `webpack` from 5.97.1 to 5.98.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.97.1...v5.98.0)

Updates `@types/lodash` from 4.17.14 to 4.17.15
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash)

Updates `ace-builds` from 1.37.5 to 1.38.0
- [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.5...v1.38.0)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-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-minor
  dependency-group: development-dependencies
- dependency-name: firebase-tools
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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-minor
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 14, 2025
1 parent e0d5738 commit 7c4a708
Show file tree
Hide file tree
Showing 4 changed files with 726 additions and 805 deletions.
2 changes: 1 addition & 1 deletion __tests__/ace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"license": "MIT",
"devDependencies": {
"@otjs/ace": "workspace:*",
"ace-builds": "1.37.5"
"ace-builds": "1.38.0"
}
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,29 +29,29 @@
"pnpm": ">= 9"
},
"devDependencies": {
"@babel/core": "7.26.7",
"@babel/preset-env": "7.26.7",
"@microsoft/api-extractor": "7.49.1",
"@babel/core": "7.26.9",
"@babel/preset-env": "7.26.9",
"@microsoft/api-extractor": "7.50.0",
"@types/jest": "29.5.14",
"@types/node": "22.10.10",
"@types/node": "22.13.4",
"@types/regenerator-runtime": "0.13.8",
"babel-jest": "29.7.0",
"canvas": "3.1.0",
"firebase-tools": "13.29.2",
"firebase-tools": "13.31.1",
"husky": "9.1.7",
"identity-obj-proxy": "3.0.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"lerna": "8.1.9",
"lint-staged": "15.4.3",
"nyc": "17.1.0",
"prettier": "3.4.2",
"prettier": "3.5.1",
"regenerator-runtime": "0.14.1",
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"ts-loader": "9.5.2",
"typescript": "5.7.3",
"webpack": "5.97.1",
"webpack": "5.98.0",
"webpack-cli": "6.0.1"
},
"packageManager": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion packages/ace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@otjs/types": "workspace:*",
"@otjs/utils": "workspace:*",
"@types/ace": "0.0.52",
"@types/lodash": "4.17.14"
"@types/lodash": "4.17.15"
},
"peerDependencies": {
"@otjs/plaintext": "^0.2.0",
Expand Down
Loading

0 comments on commit 7c4a708

Please sign in to comment.