Commit 479226b
Merge v11 Feature Branch (#8475)
* Add node engines fields specifying a minimum of 18 (#8457)
* Make memory lru gc the default (#8110)
* Make memory lru gc the default
* undo yarn.lock
* Make memory lru gc the default
* Fix tests
* V11 release removal of node-fetch and undici dependencies (#8492)
Our v11 release will require node 18+. Since fetch has been introduced in these node versions, we can remove our dependency on third party fetch implementations.
This change removes our usage of fetch variants undici and node-fetch for our node target builds and our CI tools.
* V11 - Remove functions node bundle (#8507)
With the removal of fetch we no long need to create a node bundle for functions. Instead the sourcebase may become isomorphic, so long as we remove the older node sources. And that's what the PR does!
* Initial changes for Vertex GA packaging (#8498)
* [Vertex GA] Rewrite Schema (#8479)
* [Vertex GA] Add new endpoint and error message. (#8497)
* [Vertex GA] Miscellaneous breaking changes for Vertex GA (#8514)
* Remove ES5 Support (#8509)
* Emit a module package file for functions ESM builds (#8517)
* Update API_NOT_ENABLED error for Vertex (#8549)
* Upgrade cjs bundles for storage and performance (#8557)
These should have been part of the bigger PR, but I missed these.
* Rollup JS files with rollup-typescript-plugin (#8503)
The rollup-typescript-plugin does not transpile JS files using the TS
compiler by default. This means that external dependencies that provide
JS bundles will not be transpiled to the target ES version specified in
the TypeScript config used by the plugin.
This resulted in one of our dependencies (https://github.com/jakearchibald/idb)
being included in the CDN bundles without being transpiled to
ES5 (the target ES version). Since this dependencies bundle uses
ES2018 syntax (object spread operator `{ ...x }`), this upgraded our CDN
bundles' minimum ES version requirement to ES2018 which isn't compatible with older browser versions.
To see the ES2018 syntax in one of the CDN bundles, see
https://www.gstatic.com/firebasejs/10.13.1/firebase-app.js and search for `...oldTraps`.
* Fix tsc errors in vertex tests (#8562)
* Make SafetySettings.method optional (#8567)
* Make SafetySettings.method optional
* Update API reports
---------
Co-authored-by: hsubox76 <[email protected]>
* [Vertex GA] Regenerate docs after Vertex GA changes (#8505)
* Close emulator file after download is complete (#8572)
* close file
* Add test:ci to end of test command in CI
* revert workflow file changes
* format
* rename vertexai package reference in a changeset (#8573)
* Missed one doc change from a PR (#8575)
* Overwrite undefined candidate index (#8577)
* Overwrite undefined candidate index
* Fix index overwrite condition to only be true when index is not a property
* Upgrade Vertex Mock Responses to V5 (#8579)
* Upgrade to mock responses v4
* Upgrade from v4 to v5 mock responses
---------
Co-authored-by: wu-hui <[email protected]>
Co-authored-by: DellaBitta <[email protected]>
Co-authored-by: Daniel La Rocque <[email protected]>
Co-authored-by: hsubox76 <[email protected]>1 parent e4163a1 commit 479226b
File tree
249 files changed
+4081
-3273
lines changed- .changeset
- .github/workflows
- common/api-review
- config
- functions
- docs-devsite
- e2e
- integration
- compat-interop
- compat-typings
- firebase
- firestore
- messaging
- test/utils
- packages
- analytics-compat
- analytics
- src
- app-check-compat
- app-check
- app-compat
- app
- src
- auth-compat
- auth
- cordova/demo
- demo
- src/worker
- internal
- src
- core/auth
- platform_node
- test/helpers/integration
- component
- database-compat
- database
- src
- firebase
- compat
- vertexai
- firestore-compat
- firestore
- lite
- src
- api
- core
- platform
- browser_lite
- node_lite
- test
- integration
- api
- util
- unit/specs
- functions-compat
- src
- functions
- src
- test
- installations-compat
- installations
- src
- testing
- logger
- messaging-compat
- messaging
- src
- helpers
- testing
- performance-compat
- performance
- src
- remote-config-compat
- remote-config
- src
- rules-unit-testing
- src
- impl
- test
- impl
- storage-compat
- storage
- src
- platform/node
- test/node
- template
- util
- src
- vertexai
- src
- methods
- models
- requests
- types
- webchannel-wrapper
- bloom-blob
- webchannel-blob
- repo-scripts
- api-documenter
- changelog-generator
- prune-dts
- size-analysis
- scripts
- ci-test
- docgen
- emulator-testing/emulators
- size_report
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
249 files changed
+4081
-3273
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
0 commit comments