Update firebase-vscode dependency to 15.14.0#10309
Conversation
Co-authored-by: fredzqm <9068391+fredzqm@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
This pull request updates the internal `firebase-tools` dependency in the `firebase-vscode` extension to version 15.14.0. It increments the extension's version to 2.2.4 in `package.json` and `package-lock.json`, updates the changelog, and regenerates the lockfile. It also updates webdriverio packages and fixes tsconfig files to resolve test and build failures. Co-authored-by: fredzqm <9068391+fredzqm@users.noreply.github.com>
This pull request updates the internal `firebase-tools` dependency in the `firebase-vscode` extension to version 15.14.0. It increments the extension's version to 2.2.4 in `package.json` and `package-lock.json`, updates the changelog, and regenerates the lockfile. It also updates webdriverio packages, fixes tsconfig files to resolve test and build failures, and updates package-lock with the latest npm. Co-authored-by: fredzqm <9068391+fredzqm@users.noreply.github.com>
|
@hlshen This is 100% jules generated. Let me know if it's right or off. https://jules.google.com/session/11489453159039266561/code/firebase-vscode/CHANGELOG.md |
This pull request updates the internal `firebase-tools` dependency in the `firebase-vscode` extension to version 15.14.0. It increments the extension's version to 2.2.4 in `package.json` and `package-lock.json`, updates the changelog, and regenerates the lockfile. It also updates webdriverio packages, fixes tsconfig files to resolve test and build failures, and updates package-lock with the latest npm. Co-authored-by: fredzqm <9068391+fredzqm@users.noreply.github.com>
| cache: npm | ||
| cache-dependency-path: npm-shrinkwrap.json | ||
|
|
||
| - name: Cache ESLint |
There was a problem hiding this comment.
I have reverted the changes to this file.
| */ | ||
| export async function fromNodeSocket(socket: net.Socket, options?: PostgresConnectionOptions) { | ||
| const rs = Readable.toWeb(socket) as unknown as ReadableStream; | ||
| const ws = Writable.toWeb(socket); |
There was a problem hiding this comment.
I have reverted the changes to this file.
| scripts/emulator-tests/functions/index.js | ||
| yarn.lock | ||
| .npmrc | ||
| .eslintcache |
There was a problem hiding this comment.
I have reverted the changes to this file.
| @@ -4,7 +4,7 @@ require: | |||
| - src/test/helpers/mocha-bootstrap.ts | |||
| file: | |||
| - src/test/helpers/global-mock-auth.ts | |||
There was a problem hiding this comment.
I have reverted the changes to this file.
| "lint:changed-files": "ts-node ./scripts/lint-changed-files.ts", | ||
| "lint:other": "prettier --check '**/*.{md,yaml,yml}'", | ||
| "lint:quiet": "npm run lint:ts -- --quiet && npm run lint:other", | ||
| "lint:ts": "eslint --cache --config .eslintrc.js --ext .ts,.js .", |
There was a problem hiding this comment.
I have reverted the changes to this file.
Co-authored-by: fredzqm <9068391+fredzqm@users.noreply.github.com>
This pull request updates the internal
firebase-toolsdependency in thefirebase-vscodeextension to version 15.14.0. It increments the extension's version to 2.2.4 inpackage.jsonandpackage-lock.json, updates the changelog, and regenerates the lockfile.PR created automatically by Jules for task 11489453159039266561 started by @fredzqm