Skip to content

Commit

Permalink
chore: bump the theoretically-non-breaking group with 6 updates (#53)
Browse files Browse the repository at this point in the history
Bumps the theoretically-non-breaking group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@lwc/module-resolver](https://github.com/salesforce/lwc/tree/HEAD/packages/@lwc/module-resolver) | `7.0.1` | `7.2.0` |
| [lwc](https://github.com/salesforce/lwc/tree/HEAD/packages/lwc) | `7.0.1` | `7.2.0` |
| [memfs](https://github.com/streamich/memfs) | `4.9.3` | `4.11.1` |
| [mocha](https://github.com/mochajs/mocha) | `10.5.2` | `10.7.0` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.5.2` | `5.5.4` |
| [webpack](https://github.com/webpack/webpack) | `5.92.1` | `5.93.0` |


Updates `@lwc/module-resolver` from 7.0.1 to 7.2.0
- [Release notes](https://github.com/salesforce/lwc/releases)
- [Commits](https://github.com/salesforce/lwc/commits/v7.2.0/packages/@lwc/module-resolver)

Updates `lwc` from 7.0.1 to 7.2.0
- [Release notes](https://github.com/salesforce/lwc/releases)
- [Commits](https://github.com/salesforce/lwc/commits/v7.2.0/packages/lwc)

Updates `memfs` from 4.9.3 to 4.11.1
- [Release notes](https://github.com/streamich/memfs/releases)
- [Changelog](https://github.com/streamich/memfs/blob/master/CHANGELOG.md)
- [Commits](streamich/memfs@v4.9.3...v4.11.1)

Updates `mocha` from 10.5.2 to 10.7.0
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](mochajs/mocha@v10.5.2...v10.7.0)

Updates `typescript` from 5.5.2 to 5.5.4
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.5.2...v5.5.4)

Updates `webpack` from 5.92.1 to 5.93.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.92.1...v5.93.0)

---
updated-dependencies:
- dependency-name: "@lwc/module-resolver"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: lwc
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: memfs
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: mocha
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent a46573c commit 0fb8b94
Show file tree
Hide file tree
Showing 2 changed files with 415 additions and 340 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@
"devDependencies": {
"@babel/plugin-syntax-decorators": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"@lwc/module-resolver": "7.0.1",
"@lwc/module-resolver": "7.2.0",
"@types/node": "20.14.9",
"babel-loader": "^9.1.3",
"chai": "^5.1.0",
"lwc": "7.0.1",
"lwc": "7.2.0",
"memfs": "^4.8.1",
"mocha": "^10.4.0",
"mocha-snap": "^5.0.0",
"nyc": "^17.0.0",
"sinon": "^18.0.0",
"typescript": "~5.5.2",
"webpack": "~5.92.1",
"webpack": "~5.93.0",
"webpack-merge": "^5.10.0"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 0fb8b94

Please sign in to comment.