-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump the production-dependencies group with 4 updates
Bumps the production-dependencies group with 4 updates: [firebase](https://github.com/firebase/firebase-js-sdk), [monaco-editor](https://github.com/microsoft/monaco-editor), [uuid](https://github.com/uuidjs/uuid) and [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid). Updates `firebase` from 9.15.0 to 10.13.1 - [Release notes](https://github.com/firebase/firebase-js-sdk/releases) - [Changelog](https://github.com/firebase/firebase-js-sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/firebase/firebase-js-sdk/compare/[email protected]@10.13.1) Updates `monaco-editor` from 0.34.1 to 0.51.0 - [Release notes](https://github.com/microsoft/monaco-editor/releases) - [Changelog](https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md) - [Commits](microsoft/monaco-editor@v0.34.1...v0.51.0) Updates `uuid` from 9.0.0 to 10.0.0 - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](uuidjs/uuid@v9.0.0...v10.0.0) Updates `@types/uuid` from 9.0.0 to 10.0.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid) --- updated-dependencies: - dependency-name: firebase dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: monaco-editor dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: "@types/uuid" dependency-type: direct:development update-type: version-update:semver-major dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Progyan Bhattacharya <[email protected]>
- Loading branch information
1 parent
60f345f
commit 49a004c
Showing
23 changed files
with
362 additions
and
435 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,19 +31,12 @@ jobs: | |
unit: | ||
name: Unit Test Modules | ||
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
node-version: ["20.10"] | ||
pnpm-version: [8] | ||
steps: | ||
- name: Checkout Repository | ||
uses: actions/checkout@v4 | ||
|
||
- name: Prepare Environment | ||
uses: ./.github/shared/setup | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
pnpm-version: ${{ matrix.pnpm-version }} | ||
|
||
- name: Run Tests | ||
run: "pnpm test:ci" | ||
|
@@ -57,19 +50,12 @@ jobs: | |
ace: | ||
name: Ace Integration | ||
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
node-version: ["20.10"] | ||
pnpm-version: [8] | ||
steps: | ||
- name: Checkout Repository | ||
uses: actions/checkout@v4 | ||
|
||
- name: Prepare Environment | ||
uses: ./.github/shared/setup | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
pnpm-version: ${{ matrix.pnpm-version }} | ||
|
||
- name: Run Tests | ||
run: "pnpm test:ace" | ||
|
@@ -84,19 +70,12 @@ jobs: | |
name: Firebase Integration | ||
runs-on: ubuntu-latest | ||
environment: test | ||
strategy: | ||
matrix: | ||
node-version: ["20.10"] | ||
pnpm-version: [8] | ||
steps: | ||
- name: Checkout Repository | ||
uses: actions/checkout@v4 | ||
|
||
- name: Prepare Environment | ||
uses: ./.github/shared/setup | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
pnpm-version: ${{ matrix.pnpm-version }} | ||
|
||
- name: Add Realtime Database Rules | ||
uses: jsdaniell/[email protected] | ||
|
@@ -118,19 +97,12 @@ jobs: | |
# monaco: | ||
# name: Monaco Integration | ||
# runs-on: ubuntu-latest | ||
# strategy: | ||
# matrix: | ||
# node-version: ["20.10"] | ||
# pnpm-version: [8] | ||
# steps: | ||
# - name: Checkout Repository | ||
# uses: actions/checkout@v4 | ||
|
||
# - name: Prepare Environment | ||
# uses: ./.github/shared/setup | ||
# with: | ||
# node-version: ${{ matrix.node-version }} | ||
# pnpm-version: ${{ matrix.pnpm-version }} | ||
|
||
# - name: Run Tests | ||
# run: "pnpm test:monaco" | ||
|
@@ -146,19 +118,12 @@ jobs: | |
needs: [unit, ace, firebase] | ||
runs-on: ubuntu-latest | ||
environment: test | ||
strategy: | ||
matrix: | ||
node-version: ["20.10"] | ||
pnpm-version: [8] | ||
steps: | ||
- name: Checkout Repository | ||
uses: actions/checkout@v4 | ||
|
||
- name: Prepare Environment | ||
uses: ./.github/shared/setup | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
pnpm-version: ${{ matrix.pnpm-version }} | ||
|
||
- uses: actions/download-artifact@v4 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,21 +5,21 @@ | |
"description": "Example usage of @otjs library as Real-time collaborative editor.", | ||
"main": "index.html", | ||
"scripts": { | ||
"start": "firebase emulators:exec \"yarn start:app\"", | ||
"start": "firebase emulators:exec \"pnpm run start:app\"", | ||
"start:app": "webpack serve --hot --progress" | ||
}, | ||
"author": "Progyan Bhattacharya <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@otjs/firebase-ace": "workspace:*", | ||
"@otjs/firebase-monaco": "workspace:*", | ||
"firebase": "9.15.0", | ||
"monaco-editor": "0.34.1", | ||
"uuid": "9.0.0" | ||
"firebase": "10.13.1", | ||
"monaco-editor": "0.51.0", | ||
"uuid": "10.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/ace": "0.0.48", | ||
"@types/uuid": "9.0.0", | ||
"@types/uuid": "10.0.0", | ||
"css-loader": "6.7.3", | ||
"monaco-editor-webpack-plugin": "7.0.1", | ||
"source-map-loader": "4.0.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ | |
}, | ||
"engines": { | ||
"node": ">= 20", | ||
"pnpm": ">= 8" | ||
"pnpm": ">= 9" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "7.23.6", | ||
|
@@ -53,5 +53,6 @@ | |
"typescript": "4.9.5", | ||
"webpack": "5.89.0", | ||
"webpack-cli": "5.1.4" | ||
} | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.