Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NG13 #3057

Merged
merged 9 commits into from
Nov 11, 2021
Merged

NG13 #3057

Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
Support ng13, upgrade samples/advanced
  • Loading branch information
jamesdaniels committed Nov 11, 2021
commit 9029cb6d567ddac01aedd5d37418233ef20da381
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
id: node_modules_cache
with:
path: ./node_modules
key: ${{ runner.os }}-14-9-9-6-node_modules-${{ hashFiles('yarn.lock') }}
key: ${{ runner.os }}-14-12-9-9-6-node_modules-${{ hashFiles('yarn.lock') }}
restore-keys: |
${{ runner.os }}-14-12-9-9-6-node_modules-
${{ runner.os }}-14-12-9-9-
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
firebase: ["9"]
firebaseTools: ["9"]
rxjs: ["6", "7"]
ng: ["12"]
ng: ["12", "13"]
fail-fast: false
name: Test firebase@${{ matrix.firebase }} firebase-tools@${{ matrix.firebaseTools }} ng@${{ matrix.ng }} rxjs@${{ matrix.rxjs}} on ${{ matrix.os }} Node.js ${{ matrix.node }}
steps:
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
firebase: ["9", "canary", "next"]
firebaseTools: ["9"]
rxjs: ["7"]
ng: ["12", "next"]
ng: ["12", "13", "next"]
exclude:
# standard configuration
- firebase: 9
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular/fire",
"version": "7.1.1",
"version": "7.2.0",
"description": "The official Angular library for Firebase.",
"private": true,
"scripts": {
Expand Down Expand Up @@ -53,7 +53,7 @@
"@angular/platform-browser-dynamic": "^12.0.0",
"@angular/router": "^12.0.0",
"@schematics/angular": "^12.0.0",
"firebase": "^9.1.0",
"firebase": "^9.4.0",
"firebase-admin": "^9.11.1",
"firebase-functions": "^3.6.0",
"firebase-tools": "^9.0.0",
Expand Down
1 change: 1 addition & 0 deletions samples/advanced/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 20 additions & 23 deletions samples/advanced/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 0 additions & 12 deletions samples/advanced/src/polyfills.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion samples/advanced/src/test.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading