Skip to content

chore(deps): update dependency firebase to v11 - abandoned #442

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 2 commits into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 26, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
firebase (source, changelog) 10.14.1 -> 11.0.1 age adoption passing confidence

Release Notes

firebase/firebase-js-sdk (firebase)

v11.0.1

Compare Source

For more detailed release notes, see Firebase JavaScript SDK Release Notes.

What's Changed

@​firebase/database-compat@​2.0.0

Major Changes

@​firebase/app@​0.10.15

Patch Changes
  • Update SDK_VERSION.

@​firebase/app-compat@​0.2.45

Patch Changes

[email protected]

Patch Changes

v11.0.0

Compare Source

For more detailed release notes, see Firebase JavaScript SDK Release Notes.

What's Changed

[email protected]

Major Changes
Minor Changes
  • b942e9e6e #​8568 - [feature] Added reCAPTCHA Enterprise support for app verification during phone authentication.
Patch Changes

@​firebase/vertexai@​1.0.0

Major Changes
Patch Changes

@​firebase/auth@​1.8.0

Minor Changes
  • b942e9e6e #​8568 - [feature] Added reCAPTCHA Enterprise support for app verification during phone authentication.
Patch Changes

@​firebase/analytics@​0.10.9

Patch Changes

@​firebase/analytics-compat@​0.2.15

Patch Changes

@​firebase/app@​0.10.14

Patch Changes

@​firebase/app-check@​0.8.9

Patch Changes

@​firebase/app-check-compat@​0.3.16

Patch Changes

@​firebase/app-compat@​0.2.44

Patch Changes

@​firebase/auth-compat@​0.5.15

Patch Changes

@​firebase/component@​0.6.10

Patch Changes

@​firebase/data-connect@​0.1.1

Patch Changes

@​firebase/database@​1.0.9

Patch Changes

@​firebase/database-compat@​1.0.9

Patch Changes

@​firebase/database-types@​1.0.6

Patch Changes

@​firebase/firestore@​4.7.4

Patch Changes

@​firebase/firestore-compat@​0.3.39

Patch Changes

@​firebase/functions@​0.11.9

Patch Changes

@​firebase/functions-compat@​0.3.15

Patch Changes

@​firebase/installations@​0.6.10

Patch Changes

@​firebase/installations-compat@​0.2.10

Patch Changes

@​firebase/logger@​0.4.3

Patch Changes
  • 479226bf3 #​8475 - Remove ES5 bundles. The minimum required ES version is now ES2017.

@​firebase/messaging@​0.12.13

Patch Changes

@​firebase/messaging-compat@​0.2.13

Patch Changes

@​firebase/performance@​0.6.10

Patch Changes

@​firebase/performance-compat@​0.2.10

Patch Changes

@​firebase/remote-config@​0.4.10

Patch Changes

@​firebase/remote-config-compat@​0.2.10

Patch Changes

@​firebase/rules-unit-testing@​4.0.0

Patch Changes

@​firebase/storage@​0.13.3

Patch Changes

@​firebase/storage-compat@​0.3.13

Patch Changes

@​firebase/util@​1.10.1

Patch Changes
  • 479226bf3 #​8475 - Remove ES5 bundles. The minimum required ES version is now ES2017.

@​firebase/webchannel-wrapper@​1.0.2

Patch Changes
  • 479226bf3 #​8475 - Remove ES5 bundles. The minimum required ES version is now ES2017.

@​firebase/template@​0.2.5

Patch Changes
  • 479226bf3 #​8475 - Remove ES5 bundles. The minimum required ES version is now ES2017.

Configuration

📅 Schedule: Branch creation - "after 5am on Saturday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/firebase-11.x branch 2 times, most recently from b1bfac9 to dce9462 Compare November 3, 2024 18:28
@renovate renovate bot force-pushed the renovate/firebase-11.x branch from dce9462 to ac096a2 Compare November 8, 2024 22:32
Copy link
Contributor Author

renovate bot commented Nov 10, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
node:fs:1363
  const result = binding.mkdir(
                         ^

Error: ENOENT: no such file or directory, mkdir '/home/ubuntu/.cache/node/corepack/v1'
    at mkdirSync (node:fs:1363:26)
    at getTemporaryFolder (/opt/containerbase/tools/corepack/0.29.4/22.11.0/node_modules/corepack/dist/lib/corepack.cjs:21486:27)
    at download (/opt/containerbase/tools/corepack/0.29.4/22.11.0/node_modules/corepack/dist/lib/corepack.cjs:21760:21)
    at installVersion (/opt/containerbase/tools/corepack/0.29.4/22.11.0/node_modules/corepack/dist/lib/corepack.cjs:21854:61)
    at async Engine.ensurePackageManager (/opt/containerbase/tools/corepack/0.29.4/22.11.0/node_modules/corepack/dist/lib/corepack.cjs:22310:32)
    at async Engine.executePackageManagerRequest (/opt/containerbase/tools/corepack/0.29.4/22.11.0/node_modules/corepack/dist/lib/corepack.cjs:22410:25)
    at async Object.runMain (/opt/containerbase/tools/corepack/0.29.4/22.11.0/node_modules/corepack/dist/lib/corepack.cjs:23096:5) {
  errno: -2,
  code: 'ENOENT',
  syscall: 'mkdir',
  path: '/home/ubuntu/.cache/node/corepack/v1'
}

Node.js v22.11.0

@renovate renovate bot force-pushed the renovate/firebase-11.x branch from ac096a2 to 09bcaf5 Compare November 10, 2024 19:27
Copy link
Contributor Author

renovate bot commented Nov 10, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate renovate bot changed the title chore(deps): update dependency firebase to v11 chore(deps): update dependency firebase to v11 - abandoned Dec 8, 2024
Copy link
Contributor Author

renovate bot commented Dec 8, 2024

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant