Skip to content

Test PR - Mucking around with LLMs #893

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

Open
wants to merge 23 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
ff85281
Saving firestore/functions upgrade plan
rafikhan Jul 1, 2025
5caa948
docs: Add firebase-functions upgrade plan checklist
rafikhan Jul 1, 2025
c75fb41
docs: Update firebase-functions upgrade plan checklist with initial a…
rafikhan Jul 1, 2025
413d3cf
feat: Upgrade firebase-functions to latest stable
rafikhan Jul 1, 2025
693ad33
docs: Mark firebase-functions upgrade as complete in checklist
rafikhan Jul 1, 2025
afbd101
docs: Update upgrade plan to focus on firebase-admin and be incremental.
rafikhan Jul 1, 2025
e7c96f2
feat: Upgrade firebase-admin to v12.x.x and update upgrade plan.
rafikhan Jul 2, 2025
c1d8864
feat: Upgrade firebase-admin to v13.x.x and update upgrade plan.
rafikhan Jul 2, 2025
ade5c8d
docs: Updating upgrade plan to focus on firebase-admin
rafikhan Jul 2, 2025
c16e418
Creating a new plan to upgrade firestore
rafikhan Jul 2, 2025
98364e4
feat: Upgrade low-risk dependencies (rxjs, tslib, zone.js, karma)
rafikhan Jul 2, 2025
4346a3d
Committing plan for angular
rafikhan Jul 2, 2025
294edfc
feat: Prepare for Angular 17.x upgrade and update upgrade.angular.md
rafikhan Jul 2, 2025
7456a8c
feat: Update package.json and package-lock.json for Angular 17.x upgrade
rafikhan Jul 2, 2025
2e1554c
feat: Upgrade Angular to v18 and fix typescript version
rafikhan Jul 2, 2025
ce4e3a5
docs: Update upgrade.angular.md with Angular v18 upgrade progress
rafikhan Jul 2, 2025
b2aed6e
feat: Re-added @angular/fire and updated to v20; updated upgrade.angu…
rafikhan Jul 2, 2025
701739c
feat: Upgrade Angular to v20 and convert components to standalone
rafikhan Jul 2, 2025
8857caf
feat: Updating the build target
rafikhan Jul 2, 2025
32e5de7
Merge branch 'feature/upgrade-angular-deps' into khanrafi/llm
rafikhan Jul 2, 2025
8ec4285
feat: Updating the build target
rafikhan Jul 2, 2025
4eab604
Last mile from Laura!
rafikhan Jul 2, 2025
797f68a
Merge branch 'feature/upgrade-angular-deps' into khanrafi/llm
rafikhan Jul 2, 2025
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
7 changes: 5 additions & 2 deletions firestore/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,15 @@
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"buildTarget": "friendly-eats-quickstart:build"
},
"configurations": {
"production": {
"browserTarget": "friendly-eats-quickstart:build:production"
"buildTarget": "friendly-eats-quickstart:build:production"
},
"local":{
"browserTarget": "friendly-eats-quickstart:build:local"
"buildTarget": "friendly-eats-quickstart:build:local"
}
},
"defaultConfiguration": "local"
Expand Down
2,065 changes: 1,009 additions & 1,056 deletions firestore/functions/package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions firestore/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
},
"main": "lib/functions/src/index.js",
"dependencies": {
"firebase-admin": "^11.8.0",
"firebase-functions": "^4.3.1"
"firebase-admin": "^13.4.0",
"firebase-functions": "^6.3.2"
},
"devDependencies": {
"typescript": "^4.9.0",
"firebase-functions-test": "^3.1.0"
"firebase-functions-test": "^3.4.1",
"typescript": "^4.9.0"
},
"private": true
}
}
Loading
Loading