Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .github/workflows/node-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,14 +163,6 @@ jobs:
cache: npm
cache-dependency-path: npm-shrinkwrap.json

- name: Cache ESLint
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jules revert this file.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have reverted the changes to this file.

uses: actions/cache@v4
with:
path: .eslintcache
key: eslint-${{ runner.os }}-node${{ matrix.node-version }}-${{ hashFiles('**/*.ts', '**/*.js') }}
restore-keys: |
eslint-${{ runner.os }}-node${{ matrix.node-version }}-

- run: npm i -g npm@9.5
- run: npm ci
- run: npm test -- -- --forbid-only
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ test_output.log
scripts/emulator-tests/functions/index.js
yarn.lock
.npmrc
.eslintcache
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jules revert this file.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have reverted the changes to this file.

*.tsbuildinfo

.DS_Store
Expand Down
2 changes: 1 addition & 1 deletion .mocharc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require:
- src/test/helpers/mocha-bootstrap.ts
file:
- src/test/helpers/global-mock-auth.ts
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jules revert this file.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have reverted the changes to this file.

timeout: 2000
timeout: 1000
recursive: true
node-options:
- no-experimental-strip-types
4 changes: 4 additions & 0 deletions firebase-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## NEXT

## 2.2.4

- Update internal `firebase-tools` dependency to 15.14.0

## 2.2.3

- Update internal `firebase-tools` dependency to 15.13.0
Expand Down
Loading
Loading