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 all non-major dependencies #1161

Merged
merged 1 commit into from
Jan 20, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 15, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxtjs/robots (source) 5.1.1 -> 5.2.1 age adoption passing confidence
@nuxtjs/sitemap 7.0.2 -> 7.2.1 age adoption passing confidence
@types/node (source) 22.10.6 -> 22.10.7 age adoption passing confidence
eslint-plugin-prettier 5.2.1 -> 5.2.3 age adoption passing confidence
firebase (source, changelog) 11.1.0 -> 11.2.0 age adoption passing confidence
lint-staged 15.3.0 -> 15.4.1 age adoption passing confidence
vite-plugin-node-polyfills 0.22.0 -> 0.23.0 age adoption passing confidence

Release Notes

nuxt-modules/robots (@​nuxtjs/robots)

v5.2.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v5.2.0

Compare Source

   🚀 Features
    View changes on GitHub
nuxt-modules/sitemap (@​nuxtjs/sitemap)

v7.2.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v7.2.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v5.2.3

Compare Source

Patch Changes

v5.2.2

Compare Source

Patch Changes
firebase/firebase-js-sdk (firebase)

v11.2.0

Compare Source

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

What's Changed

@​firebase/data-connect@​0.2.0

Minor Changes
Patch Changes

[email protected]

Minor Changes
  • 7bf2aec63 #​8602 - Added support for custom signal targeting in Remote Config. Use setCustomSignals API for setting custom signals and use them to build custom targeting conditions in Remote Config.

  • c19a051ce #​8667 - Updated to include promise instead of promiselike

Patch Changes

@​firebase/remote-config@​0.5.0

Minor Changes
  • 7bf2aec63 #​8602 - Added support for custom signal targeting in Remote Config. Use setCustomSignals API for setting custom signals and use them to build custom targeting conditions in Remote Config.
Patch Changes

@​firebase/remote-config-types@​0.4.0

Minor Changes
  • 7bf2aec63 #​8602 - Added support for custom signal targeting in Remote Config. Use setCustomSignals API for setting custom signals and use them to build custom targeting conditions in Remote Config.

@​firebase/analytics@​0.10.11

Patch Changes

@​firebase/analytics-compat@​0.2.17

Patch Changes

@​firebase/app@​0.10.18

Patch Changes

@​firebase/app-check@​0.8.11

Patch Changes

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

Patch Changes

@​firebase/app-compat@​0.2.48

Patch Changes

@​firebase/auth@​1.8.2

Patch Changes

@​firebase/auth-compat@​0.5.17

Patch Changes

@​firebase/component@​0.6.12

Patch Changes

@​firebase/database@​1.0.11

Patch Changes

@​firebase/database-compat@​2.0.2

Patch Changes

@​firebase/database-types@​1.0.8

Patch Changes

@​firebase/firestore@​4.7.6

Patch Changes

@​firebase/firestore-compat@​0.3.41

Patch Changes

@​firebase/functions@​0.12.1

Patch Changes

@​firebase/functions-compat@​0.3.18

Patch Changes

@​firebase/installations@​0.6.12

Patch Changes

@​firebase/installations-compat@​0.2.12

Patch Changes

@​firebase/messaging@​0.12.16

Patch Changes

@​firebase/messaging-compat@​0.2.16

Patch Changes

@​firebase/performance@​0.6.12

Patch Changes

@​firebase/performance-compat@​0.2.12

Patch Changes

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

Patch Changes

@​firebase/storage@​0.13.5

Patch Changes

@​firebase/storage-compat@​0.3.15

Patch Changes

@​firebase/util@​1.10.3

Patch Changes
  • 25a6204c1 #​8600 (fixes #​6462) - Generate UUIDs with crypto.randomUUID() instead of custom uuidv4 function that uses Math.random().

@​firebase/vertexai@​1.0.3

Patch Changes
lint-staged/lint-staged (lint-staged)

v15.4.1

Compare Source

Patch Changes

v15.4.0

Compare Source

Minor Changes
  • #​1500 a8ec1dd Thanks @​iiroj! - Lint-staged now provides TypeScript types for the configuration and main Node.js API. You can use the JSDoc syntax in your JS configuration files:

    /**
     * @​filename: lint-staged.config.js
     * @​type {import('lint-staged').Configuration}
     */
    export default {
      '*': 'prettier --write',
    }

    It's also possible to use the .ts file extension for the configuration if your Node.js version supports it. The --experimental-strip-types flag was introduced in Node.js v22.6.0 and unflagged in v23.6.0, enabling Node.js to execute TypeScript files without additional configuration.

    export NODE_OPTIONS="--experimental-strip-types"
    
    npx lint-staged --config lint-staged.config.ts
Patch Changes
davidmyersdev/vite-plugin-node-polyfills (vite-plugin-node-polyfills)

v0.23.0

Compare Source

  • Improve performance when not using globals
  • Support Vite v6

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 changed the title chore(deps): update devdependency eslint-plugin-prettier to v5.2.2 chore(deps): update all non-major dependencies Jan 16, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 44cd0c5 to 9f608db Compare January 19, 2025 09:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9f608db to b4c7264 Compare January 20, 2025 05:49
@ThornWalli ThornWalli merged commit 6590b04 into main Jan 20, 2025
1 check passed
@ThornWalli ThornWalli deleted the renovate/all-minor-patch branch January 20, 2025 09:25
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