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

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 7, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/eslint (source) 8.40.0 -> 8.56.10 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 7.4.0 -> 7.12.0 age adoption passing confidence
@typescript-eslint/parser (source) 7.4.0 -> 7.12.0 age adoption passing confidence
eslint (source) 8.56.0 -> 8.57.0 age adoption passing confidence
firebase-tools 13.6.0 -> 13.11.0 age adoption passing confidence
preact (source) 10.19.3 -> 10.22.0 age adoption passing confidence
preact-iso 2.3.2 -> 2.6.3 age adoption passing confidence
preact-render-to-string 6.3.1 -> 6.5.4 age adoption passing confidence
prettier (source) 3.2.5 -> 3.3.1 age adoption passing confidence
sass 1.69.7 -> 1.77.4 age adoption passing confidence
typescript (source) 5.3.3 -> 5.4.5 age adoption passing confidence

Release Notes

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

v7.12.0

Compare Source

🚀 Features
  • eslint-plugin: [no-useless-template-literals] rename to no-useless-template-expression (deprecate no-useless-template-literals)

  • rule-tester: check for parsing errors in suggestion fixes

  • rule-tester: port checkDuplicateTestCases from ESLint

  • eslint-plugin: [no-floating-promises] add option 'allowForKnownSafePromises'

🩹 Fixes
  • no-useless-template-expression -> no-unnecessary-template-expression

  • eslint-plugin: [no-unnecessary-type-assertion] combine template literal check with const variable check

  • eslint-plugin: [dot-notation] fix false positive when accessing private/protected property with optional chaining

  • eslint-plugin: [explicit-member-accessibility] refine report locations

  • eslint-plugin: [no-unnecessary-type-assertion] declares are always defined, so always check declares

  • eslint-plugin: [prefer-literal-enum-member] allow using member it self on allowBitwiseExpressions

  • eslint-plugin: [return-await] clean up in-try-catch detection and make autofixes safe

  • eslint-plugin: [member-ordering] also TSMethodSignature can be get/set

❤️ Thank You
  • Abraham Guo
  • Han Yeong-woo
  • Joshua Chen
  • Kim Sang Du
  • Kirk Waiblinger
  • YeonJuan

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

v7.11.0

Compare Source

🚀 Features
  • eslint-plugin: deprecate prefer-ts-expect-error in favor of ban-ts-comment
🩹 Fixes
  • eslint-plugin: [consistent-type-assertions] prevent syntax errors on arrow functions
❤️ Thank You
  • Abraham Guo
  • auvred
  • Dom Armstrong
  • Kirk Waiblinger

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

v7.10.0

Compare Source

🚀 Features
  • eslint-plugin: [sort-type-constituents] support case sensitive sorting
🩹 Fixes
  • eslint-plugin: [prefer-regexp-exec] fix heuristic to check whether regex may contain global flag
❤️ Thank You
  • auvred
  • Emanuel Hoogeveen
  • jsfm01
  • Kirk Waiblinger

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

v7.9.0

Compare Source

🩹 Fixes
  • eslint-plugin: [explicit-function-return-types] fix false positive on default parameters
❤️ Thank You
  • Kirk Waiblinger
  • Sheetal Nandi
  • Vinccool96

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

v7.8.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unsafe-argument] handle tagged templates

  • eslint-plugin: [prefer-optional-chain] suggests optional chaining during strict null equality check

  • eslint-plugin: [consistent-type-assertions] handle tagged templates

  • eslint-plugin: [no-unsafe-return] handle union types

  • eslint-plugin: [no-unused-vars] clear error report range

❤️ Thank You
  • auvred
  • Josh Goldberg ✨
  • jsfm01
  • Kim Sang Du
  • YeonJuan

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

v7.7.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unsafe-assignment] handle shorthand property assignment

  • eslint-plugin: [explicit-function-return-type] fix checking wrong ancestor's return type

  • eslint-plugin: [prefer-optional-chain] only look at left operand for requireNullish

  • eslint-plugin: [no-for-in-array] refine report location

  • eslint-plugin: [no-unnecessary-type-assertion] allow non-null assertion for void type

❤️ Thank You
  • Abraham Guo
  • Kirk Waiblinger
  • YeonJuan

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

v7.7.0

Compare Source

🚀 Features
  • eslint-plugin: replace no-new-symbol with no-new-native-nonconstructor
❤️ Thank You
  • Dave
  • Josh Goldberg ✨

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

v7.6.0

Compare Source

🚀 Features
  • bump npm dependency ranges
❤️ Thank You
  • Abraham Guo
  • auvred
  • Brad Zacher

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

v7.5.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-floating-promises] handle TaggedTemplateExpression

  • eslint-plugin: [no-unnecessary-type-assertion] handle exactOptionalPropertyTypes compiler option

❤️ Thank You
  • Brad Zacher
  • Kim Sang Du
  • Mark de Dios
  • Naru
  • YeonJuan

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

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

v7.12.0

Compare Source

🩹 Fixes
  • types: correct typing ParserOptions
❤️ Thank You
  • Abraham Guo
  • Han Yeong-woo
  • Joshua Chen
  • Kim Sang Du
  • Kirk Waiblinger
  • YeonJuan

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

v7.11.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.

v7.10.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.

v7.9.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.

v7.8.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.

v7.7.1

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.

v7.7.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.

v7.6.0

Compare Source

🚀 Features
  • bump npm dependency ranges
❤️ Thank You
  • Abraham Guo
  • auvred
  • Brad Zacher

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

v7.5.0

Compare Source

🩹 Fixes
  • parser: disallow errorOnTypeScriptSyntacticAndSemanticIssues
❤️ Thank You
  • Brad Zacher
  • Kim Sang Du
  • Mark de Dios
  • Naru
  • YeonJuan

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

eslint/eslint (eslint)

v8.57.0

Compare Source

Features

  • 1120b9b feat: Add loadESLint() API method for v8 (#​18098) (Nicholas C. Zakas)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#​18066) (Nitin Kumar)

Bug Fixes

  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#​18064) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#​18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#​18065) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#​18056) (Milos Djermanovic)

Documentation

Chores

firebase/firebase-tools (firebase-tools)

v13.11.0

Compare Source

  • Releases firestore emulator 1.19.7, which adds support for withAuthContext function triggers (#​7037).
  • Fixes some cases where Firebase Data Connect deployment fails to pretty-print errors (#​7230).
  • Updated Pub/Sub emulator to v0.8.14 (#​7197).
  • Updates default resource names and template during firebase init dataconnect.
  • Improved handling of 'fresh from Console' services during init dataconnect.
  • Add support for node22 in function deployments (#​7252).
  • Update to Firebase Data Connect Emulator v1.2.0, which adds support for Postgres 16 and creates the Postgres database specified in dataconnect.yaml or .firebaserc if it does not already exist.
  • Update to the latest version of the Crashlytics buildtools, v3.
  • Support deployment of an Angular app using legacy browser builder (#​7264)

v13.10.2

Compare Source

  • Update to Firebase Data Connect Emulator version 1.1.19 which fixes serving IPv4 connections properly (127.0.0.1:9399 by default).
  • Add a Windows build for Firebase Data Connect Emulator (starting from v1.1.19).

v13.10.1

Compare Source

  • Fixes an issue where dataconnect:sql:migrate still prompts for confirmation even with --force. (#​7208)
  • Update to Firebase Data Connect Emulator version 1.1.18 which contains code generation bug fixes, surfacing schema migration errors when a diff remains after migration, and a fix to allow the local connection string to be empty at startup.
  • Fixes an issue where the dataconnect emulator listens on all addresses by default instead of just localhost (#​7211).
  • Fixes Data Connect generated SDK sometimes using the wrong location (GCP region) (#​7217).

v13.10.0

Compare Source

  • Upgrades the pubsub dependency to address a npm audit issue. (#​7122)
  • Fixes path issue in Windows deployments for Next.js SSR (#​7148)
  • Updates Emulator Suite UI logos
  • Firebase functions' discovery process' timeout can now be configured with the FUNCTIONS_DISCOVERY_TIMEOUT env var (#​7176)
  • Fixes an issue where dataconnect:sql:migrate would sometimes act as the wrong role. (#​7198)
  • Fixes an issue where dataconnect:sql:migrate --force would not ignore invalid connectors. (#​7199).
  • Improves logging and messaging throughout dataconnect commands.
  • Improves handling for cases where a Data Connect service could not access Cloud SQL. (#​7157)

v13.9.0

Compare Source

v13.8.3

Compare Source

  • Internal bug fixes.

v13.8.2

Compare Source

  • Release Firestore Emulator version 1.19.6 which fixes a few Datastore Mode bugs regarding transactions (#​7132).

v13.8.1

Compare Source

  • Temporarily disable performance improvements for second gen functions deploy to avoid a backend issue.
  • Increased the timeout for waiting for emulators to start to 60s. (#​7091)
  • Fixes infinite loop when trying to create a Hosting site.
  • Fix copied functions dist dir files for Next.js when source config ends with slash (#​7099)

v13.8.0

Compare Source

  • Update dependencies in functions initialization template. (#​7084)
  • Adds *.local to .gitignore and functions ignore for init functions. (#​7018)

v13.7.5

Compare Source

  • Improve IAM changes for turtles. (#​7045)

v13.7.4

Compare Source

  • Release Firestore Emulator version 1.19.5 which adds support for import and export in Datastore Mode. (#​7020)
  • Fix non static check for not-found route in Next.js 14.2 (#​7012)
  • Fix Next.js path issue on Windows (#​7031)
  • Fixes an issue where the Pub/Sub emulator would not start on Windows due to CVE-2024-27980. (#​7026)

v13.7.3

Compare Source

Improve internal handling of config files (#​6987)

v13.7.2

Compare Source

  • Fixes bug where firebase deploy --only firestore:rules,firestore:indexes does not update rules and indexes. (#​6966)
  • Add Firebase console link after creating or restoring a Firestore database (#​6949)
  • Increase supported Astro version to 4 (#​6960)
  • Fixes a deployment crash when resetting min instances to 0 in v1 functions (#​6990)
  • Fixes bug detecting functions runtime from firebase.json (#​6964)

v13.7.1

Compare Source

  • Fixed an issue where the Functions emulator would choose the wrong runtime if none was listed in firebase.json. (#​6965)

v13.7.0

Compare Source

  • Add new 2nd gen Firestore triggered functions with auth context. (#​1519)
  • Adds (opt-out) experiment to disable cleaning up containers after a functions deploy (#​6861)
  • Fix Next.js image optimization check in app directory for Windows (#​6930)
  • Add support to next.config.mjs (#​6933)
  • Remove development-only files from Next.js deployments (#​6731)

v13.6.1

Compare Source

  • Stop trying to delete cache images after functions deletion that GCF already cleans up (#​6927)
  • Add support timelines for functions runtimes (#​6866)
preactjs/preact (preact)

v10.22.0

Compare Source

Features

Types

Maintenance

Fixes

@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 7 times, most recently from 405df0f to e002017 Compare May 18, 2024 09:54
@renovate renovate bot force-pushed the renovate/frontend-minor branch 6 times, most recently from b7ed72d to e77203d Compare May 26, 2024 07:57
@renovate renovate bot force-pushed the renovate/frontend-minor branch 8 times, most recently from 27c8005 to 92fb29e Compare June 3, 2024 02:25
@renovate renovate bot force-pushed the renovate/frontend-minor branch from 92fb29e to 827d826 Compare June 4, 2024 12:04
Copy link

github-actions bot commented Jun 4, 2024

Visit the preview URL for this PR (updated for commit 827d826):

https://kalkulierbar-8eda1--pr133-renovate-frontend-mi-zsdtf34y.web.app

(expires Thu, 04 Jul 2024 12:05:32 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 0156dff9ea1828fd50ab131037c9b176d861bfdd

@renovate renovate bot force-pushed the renovate/frontend-minor branch 5 times, most recently from 0f532fc to f86099f Compare June 8, 2024 10:33
@renovate renovate bot force-pushed the renovate/frontend-minor branch from f86099f to 4cffcd4 Compare June 8, 2024 18:44
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.

None yet

1 participant