Skip to content

Commit

Permalink
Bump the javascript group with 8 updates
Browse files Browse the repository at this point in the history
Bumps the javascript group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@jupyter/collaboration](https://github.com/jupyterlab/jupyter-collaboration) | `2.0.1` | `2.0.11` |
| [@jupyterlab/application](https://github.com/jupyterlab/jupyterlab) | `4.1.0` | `4.1.5` |
| [@jupyterlab/apputils](https://github.com/jupyterlab/jupyterlab) | `4.2.0` | `4.2.5` |
| [@jupyterlab/docmanager](https://github.com/jupyterlab/jupyterlab) | `4.1.0` | `4.1.5` |
| [@jupyterlab/services](https://github.com/jupyterlab/jupyterlab) | `7.1.0` | `7.1.5` |
| [@jupyterlab/builder](https://github.com/jupyterlab/jupyterlab) | `4.1.0` | `4.1.5` |
| [eslint](https://github.com/eslint/eslint) | `8.56.0` | `8.57.0` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.3.3` | `5.4.3` |


Updates `@jupyter/collaboration` from 2.0.1 to 2.0.11
- [Release notes](https://github.com/jupyterlab/jupyter-collaboration/releases)
- [Changelog](https://github.com/jupyterlab/jupyter-collaboration/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/[email protected]...@jupyter/[email protected])

Updates `@jupyterlab/application` from 4.1.0 to 4.1.5
- [Release notes](https://github.com/jupyterlab/jupyterlab/releases)
- [Changelog](https://github.com/jupyterlab/jupyterlab/blob/@jupyterlab/[email protected]/CHANGELOG.md)
- [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/[email protected]...@jupyterlab/[email protected])

Updates `@jupyterlab/apputils` from 4.2.0 to 4.2.5
- [Release notes](https://github.com/jupyterlab/jupyterlab/releases)
- [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/[email protected]...@jupyterlab/[email protected])

Updates `@jupyterlab/docmanager` from 4.1.0 to 4.1.5
- [Release notes](https://github.com/jupyterlab/jupyterlab/releases)
- [Changelog](https://github.com/jupyterlab/jupyterlab/blob/@jupyterlab/[email protected]/CHANGELOG.md)
- [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/[email protected]...@jupyterlab/[email protected])

Updates `@jupyterlab/services` from 7.1.0 to 7.1.5
- [Release notes](https://github.com/jupyterlab/jupyterlab/releases)
- [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/[email protected]...@jupyterlab/[email protected])

Updates `@jupyterlab/builder` from 4.1.0 to 4.1.5
- [Release notes](https://github.com/jupyterlab/jupyterlab/releases)
- [Changelog](https://github.com/jupyterlab/jupyterlab/blob/@jupyterlab/[email protected]/CHANGELOG.md)
- [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/[email protected]...@jupyterlab/[email protected])

Updates `eslint` from 8.56.0 to 8.57.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.56.0...v8.57.0)

Updates `typescript` from 5.3.3 to 5.4.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.3.3...v5.4.3)

---
updated-dependencies:
- dependency-name: "@jupyter/collaboration"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: javascript
- dependency-name: "@jupyterlab/application"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: javascript
- dependency-name: "@jupyterlab/apputils"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: javascript
- dependency-name: "@jupyterlab/docmanager"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: javascript
- dependency-name: "@jupyterlab/services"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: javascript
- dependency-name: "@jupyterlab/builder"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: javascript
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: javascript
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: javascript
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 264246a commit 3a16bdb
Show file tree
Hide file tree
Showing 2 changed files with 188 additions and 188 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,24 +37,24 @@
},
"packageManager": "[email protected]",
"dependencies": {
"@jupyter/collaboration": "^2.0.1",
"@jupyterlab/application": "^4.1.0",
"@jupyterlab/apputils": "^4.2.0",
"@jupyterlab/docmanager": "^4.1.0",
"@jupyterlab/services": "^7.1.0",
"@jupyter/collaboration": "^2.0.11",
"@jupyterlab/application": "^4.1.5",
"@jupyterlab/apputils": "^4.2.5",
"@jupyterlab/docmanager": "^4.1.5",
"@jupyterlab/services": "^7.1.5",
"y-protocols": "^1.0.6"
},
"devDependencies": {
"@jupyterlab/builder": "^4.1.0",
"@jupyterlab/builder": "^4.1.5",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
"typescript": "^5.4.3"
}
}
Loading

0 comments on commit 3a16bdb

Please sign in to comment.