Bump tmp and firebase-tools
Open
Number: #36
Type: Pull Request
State: Open
Type: Pull Request
State: Open
Author:
dependabot[bot]
Association: Contributor
Comments: 0
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
Created:
August 06, 2025 at 05:13 PM UTC
(about 1 month ago)
(about 1 month ago)
Updated:
August 06, 2025 at 05:13 PM UTC
(about 1 month ago)
(about 1 month ago)
Labels:
dependencies javascript
dependencies javascript
Description:
Bumps tmp to 0.2.4 and updates ancestor dependency firebase-tools. These dependencies need to be updated together.
Updates tmp
from 0.0.33 to 0.2.4
Changelog
Sourced from tmp's changelog.
v0.2.2 (2024-02-28)
:bug: Bug Fix
- #278 Closes #268: Revert "fix #246: remove any double quotes or single quotes… (
@mbargiel
):memo: Documentation
- #279 Closes #266: move paragraph on graceful cleanup to the head of the documentation (
@silkentrance
)Committers: 5
- Carsten Klein (
@silkentrance
)- Dave Nicolson (
@dnicolson
)- KARASZI István (
@raszi
)- Maxime Bargiel (
@mbargiel
)@robertoaceves
v0.2.1 (2020-04-28)
:rocket: Enhancement
- #252 Closes #250: introduce tmpdir option for overriding the system tmp dir (
@silkentrance
):house: Internal
- #253 Closes #191: generate changelog from pull requests using lerna-changelog (
@silkentrance
)Committers: 1
- Carsten Klein (
@silkentrance
)v0.2.0 (2020-04-25)
:rocket: Enhancement
- #234 feat: stabilize tmp for v0.2.0 release (
@silkentrance
):bug: Bug Fix
- #231 Closes #230: regression after fix for #197 (
@silkentrance
)- #220 Closes #197: return sync callback when using the sync interface, otherwise return the async callback (
@silkentrance
)- #193 Closes #192: tmp must not exit the process on its own (
@silkentrance
):memo: Documentation
- #221 Gh 206 document name option (
@silkentrance
):house: Internal
- #226 Closes #212: enable direct name option test (
@silkentrance
)- #225 Closes #211: existing tests must clean up after themselves (
@silkentrance
)- #224 Closes #217: name tests must use tmpName (
@silkentrance
)- #223 Closes #214: refactor tests and lib (
@silkentrance
)- #198 Update dependencies to latest versions (
@matsev
)
... (truncated)
Commits
08fa3ab
Update version1cf4ec5
Merge commit from fork188b25e
Fix GHSA-52f5-9888-hmc673b9fe4
Add test case for GHSA-52f5-9888-hmc6b8e2f29
Remove broken tests2892a02
Remove outdated URLf592318
Reformat package.json995ac8c
Merge pull request #301 from raszi/dependabot/npm_and_yarn/braces-3.0.3caa758d
Bump braces from 3.0.2 to 3.0.35f0b252
Merge pull request #297 from raszi/feat/release-v0.2.3- Additional commits viewable in compare view
Updates firebase-tools
from 13.33.0 to 14.11.2
Release notes
Sourced from firebase-tools's releases.
v14.11.2
- Fixed ext:export command so that it correctly returns system params in the .env file (#8881)
- Fixed an issue where the MCP server could not successfully use Application Default Credentials. (#8896)
- Fixed an issue where the incorrect API was enabled for
apptesting
commands.v14.11.1
- Added a deprecation warning for functions.config() to stderr on deploy and all functions:config commands. (#8808)
- Added analytics to track runtime config usage in functions deployments (#8870).
- Fixed issue where
__name__
fields with DESCENDING order were incorrectly filtered from index listings, causing duplicate index issues (#7629) and deployment conflicts (#8859). The fix now preserves__name__
fields with explicit DESCENDING order while filtering out implicit ASCENDING__name__
fields.- Add service account and service enablement to
firebase init apptesting
- Updated the Firebase Data Connect local toolkit to v2.10.1, which includes the following changes: (#8884)
- [fixed] Dart codegen: Issue where list enums weren't properly serialized and deserialized.
- [fixed] Dart codegen: Issue where if a Variable class has a field that is a custom scalar type, and that field has an enum, the enum is set to the incorrect type.
- [fixed] Swift codegen: For enum cases that are not known to the SDK in advance, Swift generates a
_UNKNOWN
case with a string associated value. The fix changes that case name fromUNKNOWN
to_UNKNOWN
. If you have existing generated enums, you may need to rebuild your project.- [changed] Kotlin codegen: Add
value
property to theEnumValue
base interface.- [fixed] Dart codegen: Issue where nullable enum fields weren't setting the field itself as nullable.
v14.11.0
- Add experimental App Testing feature
- Fixed an issue where the Cloud Task emulator couldn't decode non-ASCII characters. (#8836)
- Fixed an issue where
firestore:indexes
wrongly removed the__name__
field. (#7629)- Update Firebase Data Connect Emulator to version 2.10.0, which added support for full-text search, user-defined enums, and moved SQL/CEL errors to the GraphQL debug_details field. (#8837)
v14.10.1
- Updated Data Connect emulator to v2.9.1, which:
- Replaces the release of v2.9.0, which used an outdated version of Data Connect emulator.
- Fixed an issue in Data Connect where indexes over 63 characters broke schema migration.
- Added support for
string_pattern
filters in Data Connect. These allow you to filter string fields using regex orLIKE
semantics.- Fixed an issue where
firebase-tools
could not be used within v1 Cloud Functions due to trying to write to a read only file.v14.10.0
- Improve App Hosting compute service account flow for source deploys. (#8785)
- Fixed an issue with
ext:configure
where params without default values could not be set. (#8810)- Updated Data Connect emulator to v2.9.0, which:
- Fixed an issue in Data Connect where indexes over 63 characters broke schema migration.
- Added support for
string_pattern
filters in Data Connect. These allow you to filter string fields using regex orLIKE
semantics.- Fixed an issue where the Data Connect emulator wasn't provided application default credentials. (#8819)
v14.9.0
- Added validation to check if project ID exists during project creation. (#5233)
- Added
generate_dataconnect_schema
,dataconnect_generate_operation
,firebase_consult_assistant
MCP tools. (#8647)firebase init dataconnect
is now integrated with Gemini in Firebase API to generate Schema based on description. (#8596)- Added user-friendly warning for runtime errors from the GCF API. (#8713)
- Updated Data Connect emulator to 2.8.0, which adds a README to generated Kotlin packages and drops support for macOS 10.15 (Catalina).
v14.8.0
- Updated the Data Connect emulator to use pglite 0.3.x and Postgres 17, which fixes some crashes related to wire protocol inconsistencies. (#8679, #8658)
- Remove container cleanup logic in functions:delete command (#8771)
- Fixed an issue where the IAM enablement for GenKit monitoring would try to change an invalid service account. (#8756)
- Added a max instance default to function templates and comments educating users on cost controls. (#8772)
... (truncated)
Commits
8a2e4d3
14.11.29d86bf9
Fix issue where login didnt work as expected on studio (#8914)eba9084
Fix apptesting enablement (#8905)f6c9ed1
Fixing an issue where MCP server wuld still hang on studio instead of asking ...ad6e8da
fix: fix ext:export command (#8881)226c375
Fixes for #8900 (#8901)dd6c8b0
Update mcp.md template (#8897)26165ac
docs: sync framework docs from internal repo (#8861)a5f9119
Set@auth(insecureReason)
in init template (#8863)783007a
fix(deploy/functions): parsing list param (#8891)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security Alerts page.
Pull Request Statistics
Commits:
1
1
Files Changed:
2
2
Additions:
+937
+937
Deletions:
-182
-182
Package Dependencies
Technical Details
ID: | 4685882 |
UUID: | 2725062489 |
Node ID: | PR_kwDOCcQpzc6ibSdZ |
Host: | GitHub |
Repository: | mfs409/learnx-interactive-website-vue-firebase |
Merge State: | Unknown |