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

chore(deps): update frontend-minor #133

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 7, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@preact/preset-vite 2.8.3 -> 2.9.2 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.12.1 -> 8.17.0 age adoption passing confidence
@typescript-eslint/parser (source) 8.12.1 -> 8.17.0 age adoption passing confidence
eslint (source) 9.13.0 -> 9.16.0 age adoption passing confidence
firebase-tools 13.6.0 -> 13.28.0 age adoption passing confidence
preact (source) 10.19.3 -> 10.25.1 age adoption passing confidence
preact-iso 2.3.2 -> 2.8.1 age adoption passing confidence
preact-render-to-string 6.3.1 -> 6.5.11 age adoption passing confidence
prettier (source) 3.2.5 -> 3.4.2 age adoption passing confidence
sass 1.69.7 -> 1.82.0 age adoption passing confidence
typescript (source) 5.3.3 -> 5.7.2 age adoption passing confidence
yarn (source) 4.2.2 -> 4.5.3 age adoption passing confidence

Release Notes

preactjs/preset-vite (@​preact/preset-vite)

v2.9.2

Compare Source

Maintenance

v2.9.1

Compare Source

Bug Fixes

Maintenance

New Contributors

Full Changelog: preactjs/preset-vite@2.9.0...2.9.1

v2.9.0

Compare Source

Features

Fixes

Maintenance

Full Changelog: preactjs/preset-vite@2.8.3...2.9.0

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.17.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-promise-reject-errors] options to allow any and unknown (#​10392)
🩹 Fixes
  • eslint-plugin: [promise-function-async] handle function overloading (#​10304)
  • eslint-plugin: remove references to "extendDefaults" in no-restricted-types (#​10401)
  • eslint-plugin: [no-unnecessary-template-expressions] allow template expressions used to make trailing whitespace visible (#​10363)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.16.0

Compare Source

🚀 Features
  • eslint-plugin: [no-base-to-string] check Array.prototype.join (#​10287)
  • eslint-plugin: [max-params] add function overload and function type support (#​10312)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.15.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-nullish-coalescing] fix detection of ignoreConditionalTests involving boolean ! operator (#​10299)
  • eslint-plugin: new rule no-unsafe-type-assertion (#​10051)
  • eslint-plugin: added related-getter-setter-pairs rule (#​10192)
🩹 Fixes
  • utils: add defaultOptions to meta in rule (#​10339)
  • eslint-plugin: report deprecations used in default export (#​10330)
  • eslint-plugin: [explicit-module-boundary-types] and [explicit-function-return-type] don't report on as const satisfies (#​10315)
  • eslint-plugin: [await-thenable, return-await] don't flag awaiting unconstrained type parameter as unnecessary (#​10314)
  • eslint-plugin: [consistent-indexed-object-style] handle circular mapped types (#​10301)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.14.0

Compare Source

🚀 Features
  • eslint-plugin: [await-thenable] report unnecessary await using statements (#​10209)
  • eslint-plugin: [no-confusing-void-expression] add an option to ignore void<->void (#​10067)
🩹 Fixes
  • scope-manager: fix asserted increments not being marked as write references (#​10271)
  • eslint-plugin: [no-misused-promises] improve report loc for methods (#​10216)
  • eslint-plugin: [no-unnecessary-condition] improve error message for literal comparisons (#​10194)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.13.0

Compare Source

🚀 Features
  • eslint-plugin: [only-throw-error] add allow option (#​10221)
  • eslint-plugin: [prefer-nullish-coalescing] add option ignoreBooleanCoercion (#​9924)
  • eslint-plugin: disable no-class-assign rule in eslint-recommended config (#​10250)
🩹 Fixes
  • eslint-plugin: [switch-exhaustiveness-check] add support for covering a missing property with undefined (#​10232)
  • eslint-plugin: [consistent-type-definitions] don't leave trailing parens when fixing type to interface (#​10235)
  • eslint-plugin: [no-deprecated] report when exported class implements/extends deprecated entity (#​10259)
  • eslint-plugin: [no-deprecated] report on deprecated variables used inside dynamic imports (#​10261)
  • eslint-plugin: [no-unnecessary-condition] falsey bigint should be falsey (#​10205)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.12.2

Compare Source

🩹 Fixes
  • eslint-plugin: [switch-exhaustiveness-check] invert considerDefaultExhaustiveForUnions (#​10223)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.17.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.16.0

Compare Source

🚀 Features
❤️ Thank You
  • Josh Goldberg ✨

You can read about our versioning strategy and releases on our website.

v8.15.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.14.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.13.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.12.2

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

eslint/eslint (eslint)

v9.16.0

Compare Source

Features

  • 8f70eb1 feat: Add ignoreComputedKeys option in sort-keys rule (#​19162) (Milos Djermanovic)

Documentation

  • 9eefc8f docs: fix typos in use-isnan (#​19190) (루밀LuMir)
  • 0c8cea8 docs: switch the order of words in no-unreachable (#​19189) (루밀LuMir)
  • 0c19417 docs: add missing backtick to no-async-promise-executor (#​19188) (루밀LuMir)
  • 8df9276 docs: add backtick in -0 in description of no-compare-neg-zero (#​19186) (루밀LuMir)
  • 7e16e3f docs: fix caseSensitive option's title of sort-keys (#​19183) (Tanuj Kanti)
  • 0c6b842 docs: fix typos in migration-guide.md (#​19180) (루밀LuMir)
  • 353266e docs: fix a typo in debug.md (#​19179) (루밀LuMir)
  • 5ff318a docs: delete unnecessary horizontal rule(---) in nodejs-api (#​19175) (루밀LuMir)
  • 576bcc5 docs: mark more rules as handled by TypeScript (#​19164) (Tanuj Kanti)
  • 742d054 docs: note that no-restricted-syntax can be used with any language (#​19148) (Milos Djermanovic)

Chores

v9.15.0

Compare Source

v9.14.0

Compare Source

firebase/firebase-tools (firebase-tools)

v13.28.0

Compare Source

  • Enable apphosting:rollouts:create command. (#​8031)
  • Added default value for emulators.dataconnect.dataDir to init dataconnect.
  • Fixed issue where expired auth tokens would not refresh when running on IDX.
  • Fixed an issue where firebase would error out instead of displaying help text.
  • Fixed an issue where firebase init genkit would error on Windows machines.
  • Fixed an issue where emulator returned error when emulating alerts functions written in python (#​8019)
  • Better error message for emulator binary architecture incompatibility on MacOS (#​7995).
  • Deprecated emulators.apphosting.startCommandOverride. Please use emulators.apphosting.startCommand instead.
  • Updated superstatic to 9.1.0 in package.json.
  • Updated the Firebase Data Connect local toolkit to v1.7.4, which includes a fix for an issue that caused duplicate installations of the Firebase JS SDK. (#​8028)
  • Add support for linkProviderUserInfo in the Auth emulator to allow linking providers to user accounts. (#​4170)

v13.27.0

Compare Source

  • Fixes an issue where emulators:exec would return a 0 error code when emulators failed to start. (#​7974)
  • Added --import and emulators:export support to the Data Connect emulator.
  • Added firebase.json#emulators.dataconnect.dataDir. When set, Data Connect data will be persisted to the configured directory between emulator runs.
  • Added App Hosting Emulator: https://firebase.google.com/docs/app-hosting/emulate
  • Added apphosting:config:export to export App Hosting configurations such as secrets into an apphosting.local.yaml file, to be used by the emulator

v13.26.0

Compare Source

  • Migrated some API calls from firebase.googleapis.com to cloudresourcemanager.googleapis.com.
  • Moved firebase-tools-ui server.js logic to fireabse-tools to run it in-memory. (#​7897)
  • Updates superstatic to 9.1.0 (#​7929).
  • Added the appdistribution:group:list and appdistribution:testers:list commands.
  • Aliased appdistribution:group:* commands to appdistribution:groups:*.
  • Updated the Firebase Data Connect local toolkit to v1.7.3, which includes:
    • Bug fixes for @auth expressions that reference the auth variable
    • Allows custom boolean claims on the auth token to be returned in expressions
    • Adds support for Optional arrays in Swift codegen
    • Updates Kotlin codegen to use fully-qualified class names everywhere
    • Removes StringType_pattern from generated docs and GQL prelude. (#​7968)

v13.25.0

Compare Source

  • Fix Task Queue Emulator error handling to display error message properly. (#​7916)
  • Fixed some misleading logs when using the Data Connect emulator with FIREBASE_DATACONNECT_POSTGRESQL_STRING set. (#​7882)
  • Update the Firebase Data Connect local toolkit to v1.7.0, which includes support for query in mutations, @check for advanced authorization, and replaces java.util.Date with com.google.firebase.dataconnect.LocalDate for Date scalar fields and variables in Kotlin codegen. (#​7936)
  • Fixed firebase init genkit to work with genkit version 0.9.0.

v13.24.2

Compare Source

  • Bump the Firebase Data Connect local toolkit to v1.6.1, which fixes the OrderDirection enum with Optional types in Dart codegen and adds @ExperimentalFirebaseDataConnect annotations in Kotlin codegen to avoid compiler warnings. (#​7912)

v13.24.1

Compare Source

  • Fixes an issue where Cloud resource location wasn't set during firebase init

v13.24.0

Compare Source

  • Fixes an error creating a rollout with App Hosting in the beta API (#​7896)
  • Added support for Next.js 15. (#​7588)

v13.23.1

Compare Source

  • Check that billing is enabled and move App Hosting next to Hosting in init list (#​7871).
  • Fix rollouts:create to handle backend regionality & other fixes. (#​7862)
  • Fixed Next.js issue with PPR routes not rendering correctly. (#​7625)
  • Bump the Firebase Data Connect local toolkit version to v1.6.0, which adds support for upsertMany, introduces vars as a shorthand for request.variables in @auth expressions, adds new methods to GeneratedConnector and GeneratedOperation implementations in Kotlin codegen (requires the v16.0.0-beta03 SDK), and fixes the use of Timestamp with optional types in Dart codegen (#​7888).

v13.23.0

Compare Source

  • Add support for deploying new blocking triggers. (#​6384)
  • Have the firestore:delete command retry on bandwidth exceeded errors. (#​7845)

v13.22.1

Compare Source

  • Updated dependencies in functions initialization template. (#​7809)
  • Fixed Flutter web apps that might require the --no-tree-shake-icons flag in order to build. (#​7724)
  • Removed outdated dependency on rimraf.
  • Fixed an issue where the Extensions emulator would fail silently if started with a non-existant project without the demo- prefix. (#​7779)
  • Bumped the Firebase Data Connect local toolkit version to v1.5.1, which adds compatible mode schema migration support to the emulator and fixes an issue with the Timestamp type in Swift codegen. (#​7837)
  • Fixed an issue during functions discovery where FUNCTIONS_DISCOVERY_TIMEOUT wasn't respected. (#​6285)
  • Improved handling when emulators:export cannot read the metadata file.

v13.22.0

Compare Source

  • Fixed an issue where running the CLI in IDX required immediate reauthentication.
  • Added App Hosting as an option for firebase init. (#​7803)

v13.21.0

Compare Source

  • Add apphosting:rollouts:create CLI command. (#​7687)
  • Updated emulator UI to version 1.14.0, which adds support for SDK defined extensions.
  • Added emulator support for SDK defined extensions.
  • Fixed various trigger handling issues in the Functions emualtor, including an issue where Eventarc functions would not be emulated correctly after a reload.
  • Added support for generating Dart SDKs for Data Connect connectors.
  • Commands now correctly default to 'default' alias when there is more than one alias listed. (#​7624)
  • Updated Data Connect emulator to v1.15.0, which includes bug fixes for insertMany and improved error handling.

v13.20.2

Compare Source

  • Released version 1.4.4 of the Data Connect emulator, which includes a change in node engine requirements from v20 to v18, and an update to the peer dependency for the web SDK.

v13.20.1

Compare Source

  • Updated the Firebase Data Connect local toolkit to v1.4.3, which includes a fix for URL redirects in the generated docsite. (#​7763)

v13.20.0

Compare Source

  • Switched Data Connect emulator to use an in memory PGLite database instead of requiring a separate Postgres installation. Deprecated 'dataconnectEmulatorin.firebaserc`.
  • Released version 1.4.2 of the Data Connect emulator, which includes SDK support for Any scalar type and OrderDirection, support for first to lookup operations, and breaking changes for iOS generated SDKs. PLease see documentation for more details (#​7744).
  • Revert the minimum Functions SDK version and add logging for extensions features using v5.1.0 (#​7731).
  • Added compatibility mode support for Firebase Data Connect schema migrations, where application schema updates are allowed if the database schema is in a compatible state. (#​7746)
  • Improved firebase init dataconnect to better support local-first onboarding. (#​7733)
  • Added support for the --watch option in firebase dataconnect:sdk:generate. (#​7719)
  • Minor fix in the Firebase Data Connect GraphQL query template. (#​7736)

v13.19.0

Compare Source

  • Updated Firebase Data Connect local toolkit version to v1.3.8, which adds support for Any scalar values in the Android SDK, strongly-typed variables in @auth expressions, and a minor internal fix for the Dart SDK code generation. (#​7696)
  • Added new command firebase ext:sdk:install to allow you to configure extensions in a functions codebase. See https://firebase.google.com/docs/extensions/install-extensions?interface=sdk for details.(#​7581)
  • Increased the minimum version of the firebase-functions to 5.1.0. To avoid deployment issues, ensure that you upgrade your functions code.

v13.18.0

Compare Source

  • Added firebase deploy --dry-run, which validates your changes and builds your code without making any production changes.
  • Added support for non-default Firestore databases in firebase init. (#​7655)
  • Updated supported range for Angular framework. (#​7418)
  • Fixed (Angular 17+) temporary change the PORT in Angular server.ts (#​6651)
  • Switched Data Connect API from v1alpha to v1beta. (#​7589)
  • Improved handling of Spark projects in firebase init dataconnect. (#​7666)
  • Updated Firebase Data Connect local toolkit version to v1.3.7, which adds support for v1beta gRPC APIs and the OrderDirection enum in Swift, and makes transactional queries and mutations opt-in with the @transaction directive. (#​7679)
  • Add dataconnect SQL grant command firebase dataconnect:sql:grant -R <role> -E email. (#​7656)
  • Added better handling for paths with spaces in getGlobalEsbuildVersion function. (#​7571)

v13.17.0

Compare Source

  • Re-added a dialog to let users know TLS is being provisioned in App Hosting. (#​7595)
  • Improved Firebase Data Connect postgres security by granting fine grained SQL privileges to the users the need it. (#​7578)
  • Removed dataconnect:sql:migrate command hard dependency on 'roles/cloudsql.admin'. (#​7578)
  • Added support for setting the encryption configuration of restored firestore databases. (#​7483)
  • Added support for VERIFY_AND_CHANGE_EMAIL events in the Auth emulator. (#​7618)
  • Updated the Firebase Data Connect toolkit to v1.3.6, which serves a generated GraphQL docsite under /docs. (#​7640)

v13.16.0

Compare Source

  • Added support for Cloud Tasks within the Functions emulator. (#​7475)
  • Released Firestore Emulator v 1.19.8 which adds support for FindNearest.distanceResultField and FindNearest.distanceThreshold parameters.
  • Temporarily removed Extensions from Functions deploy because it was causing unexpected Extension deletions. (#​7590, #​7582)

v13.15.4

Compare Source

  • Fixed an issue where functions deployment would fail if firebase.json#extensions was undefined. (#​7575)

v13.15.3

Compare Source

v13.15.2

Compare Source

  • Implemented a check in the Next.js build function to verify if
    .env.<PROJECT-ID> file exists and make its variables available for the build
    process.
  • Fix esbuild path used to bundle next.config.js on Windows (#​7555)
  • Updated to v1.3.5 of the Data Connect toolkit, which adds support for pgvector indexing and order_by_ref, and fixes bugs in SDK generation.

v13.15.1

Compare Source

  • Fixes secret params resolution in functions emulator. (#​7443)
  • Fixed bug where esbuild execution was throwing an error saying "Command line too long" on Windows (#​7250, #​6193). (#​7395)
  • Automatically detect app platform during init dataconnect:sdk.
  • Support sharp ^0.33.x for web frameworks. (#​7517)
  • Update Firebase Data Connect toolkit to v1.3.4, which supports offset, cascade delete support, always index all foreign fields and multiple generated SDK options. (#​7545)
  • Update Data Connect SDK Options Default to avoid duplicate output path. (#​7545)

v13.15.0

Compare Source

  • Fixed an issue where --force was not respected during firebase deploy --only storage. (#​7499)
  • Added support for Customer-managed encryption keys (CMEK) on Firestore databases. (#​7479)
  • Improved error message thrown when missing permissions to deploy to hosting. (#​7190)
  • Improved default values for 'init dataconnect:sdk'.
  • Fixed issue where functions:secrets:set wrongly errorred in non-interactive flows without force option (#​7467)
  • Bumped the Firebase Data Connect local toolkit version to v1.3.2, which includes some bug fixes. (#​7518)

v13.14.2

Compare Source

  • Improved notification message when an update is available. (#​7293)
  • Fix issue where Data Connect Emulator can't read config

v13.14.1

Compare Source

  • Bump Firebase Data Connect local toolkit to v1.3.1, which contains fixes for Swift SDK code generation (#​7491)

v13.14.0

Compare Source

  • Cleans up App Hosting's GitHub integration UX. "Add an account" flow now goes directly to GitHub instead of using Developer Connect. (#​7405)
  • Fix an issue where refresh_tokens would be used before checking whether they were expired. (#​7442)
  • firebase init dataconnect now can pull down deployed GQL files.
  • Improved detection of 'dataconnect.yaml' when not in project root.
  • GitHub Action fixes for web frameworks (#​6883)
  • Fixes issue where PubSub message publishTime is set to 1970-01-01T00:00:00 (#​7441)
  • Display meaningful error message when cannot determine target. (#​6594)
  • Adds support for firealerts events in Eventarc emulator. (#​7355)
  • Released version [email protected], which adds Emulator UI support for firealerts events.
  • Improved errors when an incorrect service ID is passed to firebase deploy --only dataconnect:serviceId.
  • Fixed display of errors in Firestore commands when using JSON or noninteractive modes. (#​7482)
  • Fixed an issue where Firestore backup schedule commands had invalid short option names. (#​7481)
  • Bumps the Firebase Data Connect local toolkit to v1.3.0, which adds Swift SDK, @​index, @​unique, and batch insert support. (#​7486)

v13.13.3

Compare Source

  • Fix an issue where refresh_tokens would be used before checking whether they were expired. (#​7442)

v13.13.2

Compare Source

  • Fixes an issue where old access_token would be used after expiry. (#​7429)

v13.13.1

Compare Source

  • Pass down functions.ignore values in firebase.json to functions emulator so that supposedly ignored directories/files will not trigger reload. (#​7414)
  • Fixes bug where secret values provided in env files were parsed as list (#​7422)
  • Update the Firebase Data Connect emulator to v1.2.4, which includes a fix for web SDK generation on Windows and a change for the local Vertex AI client to pick up application default credentials automatically (#​7424)

v13.13.0

Compare Source

  • Fixes framework support for Nuxt ^3.12 by correctly calling loadNuxtConfig() (#​7375)
  • Add a default for firebase init dataconnect:sdk (#​7406)
  • Bump Firebase Data Connect emulator to v1.2.3, which adds support for @index on tables, @auth(level: USER_ANON/USER_EMAIL_VERIFIED), and key: {uid_expr: "auth.uid"}, and fixes some issues related to SDK generation (#​7409)

v13.12.0

Compare Source

  • Moved dataconnect.location key in firebase.json to dataconnect.yaml.
  • Fixes issue where files were

Configuration

📅 Schedule: Branch creation - "before 8am on saturday" in timezone Europe/Berlin, 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 added the renovate Renovate Bot label Apr 7, 2024
@renovate renovate bot force-pushed the renovate/frontend-minor branch 10 times, most recently from b1f2cf9 to 8cd9076 Compare April 13, 2024 14:39
@renovate renovate bot force-pushed the renovate/frontend-minor branch 6 times, most recently from 8661a21 to d5d3747 Compare April 20, 2024 23:24
@renovate renovate bot force-pushed the renovate/frontend-minor branch 4 times, most recently from 636b04a to fd339fa Compare April 28, 2024 18:06
@renovate renovate bot force-pushed the renovate/frontend-minor branch 8 times, most recently from 28fc45f to 373b53a Compare May 4, 2024 11:25
@renovate renovate bot force-pushed the renovate/frontend-minor branch 4 times, most recently from 2c3f26e to f0e451c Compare November 14, 2024 11:43
@renovate renovate bot force-pushed the renovate/frontend-minor branch 6 times, most recently from 8864f4e to 8422f31 Compare November 21, 2024 17:49
@renovate renovate bot force-pushed the renovate/frontend-minor branch 8 times, most recently from 6a60346 to 24bd439 Compare November 29, 2024 14:30
@renovate renovate bot force-pushed the renovate/frontend-minor branch 7 times, most recently from 5647d03 to 5d3bfb4 Compare December 7, 2024 11:16
@renovate renovate bot force-pushed the renovate/frontend-minor branch from 5d3bfb4 to ae5328f Compare December 8, 2024 00:41
@renovate renovate bot force-pushed the renovate/frontend-minor branch from ae5328f to bcf7dbf Compare December 9, 2024 07:40
Copy link
Contributor Author

renovate bot commented Dec 9, 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.

@JuliusHenke JuliusHenke closed this Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
renovate Renovate Bot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants