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

fix(deps): update all dependencies #1980

Merged
merged 4 commits into from
Feb 3, 2025
Merged

fix(deps): update all dependencies #1980

merged 4 commits into from
Feb 3, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 6, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@changesets/cli (source) 2.27.11 -> 2.27.12 age adoption passing confidence
@commitlint/cli (source) 19.6.1 -> 19.7.1 age adoption passing confidence
@commitlint/config-conventional (source) 19.6.0 -> 19.7.1 age adoption passing confidence
@manypkg/cli (source) 0.21.4 -> 0.23.0 age adoption passing confidence
@testing-library/react 16.1.0 -> 16.2.0 age adoption passing confidence
@types/lodash (source) 4.17.13 -> 4.17.15 age adoption passing confidence
@types/node (source) 22.10.3 -> 22.13.0 age adoption passing confidence
core-js (source) 3.39.0 -> 3.40.0 age adoption passing confidence
lint-staged 15.3.0 -> 15.4.3 age adoption passing confidence
pnpm (source) 9.15.2 -> 9.15.5 age adoption passing confidence
typescript (source) 5.7.2 -> 5.7.3 age adoption passing confidence
vite (source) 6.0.6 -> 6.0.11 age adoption passing confidence

Release Notes

changesets/changesets (@​changesets/cli)

v2.27.12

Compare Source

Patch Changes
conventional-changelog/commitlint (@​commitlint/cli)

v19.7.1

Compare Source

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v19.7.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

Thinkmill/manypkg (@​manypkg/cli)

v0.23.0

Compare Source

Minor Changes
  • #​236 1a5ea55 Thanks @​VanTanev! - Change the ROOT_HAS_DEV_DEPENDENCIES rule to ROOT_HAS_PROD_DEPENDENCIES. Monorepo root should use devDependencies instead of dependencies for better support of production-only installs, useful in eg Docker builds.

v0.22.0

Compare Source

Minor Changes
testing-library/react-testing-library (@​testing-library/react)

v16.2.0

Compare Source

Features
zloirock/core-js (core-js)

v3.40.0

Compare Source

lint-staged/lint-staged (lint-staged)

v15.4.3

Compare Source

Patch Changes
  • #​1512 cbfed1d Thanks @​tarik02! - Adjust TypeScript types for the default export so that it can be used as a value without error TS2693.

v15.4.2

Compare Source

Patch Changes
  • #​1509 8827ebf Thanks @​iiroj! - Change lint-staged's dependencies to use caret (^) ranges instead of tilde (~). This makes it easier for package managers to perform dependency management when minor-level updates are also permitted instead of just patch-level.

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
pnpm/pnpm (pnpm)

v9.15.5: pnpm 9.15.5

Compare Source

Patch Changes

  • Verify that the package name is valid when executing the publish command.
  • When running pnpm install, the preprepare and postprepare scripts of the project should be executed #​8989.
  • Quote args for scripts with shell-quote to support new lines (on POSIX only) #​8980.
  • Proxy settings should be respected, when resolving Git-hosted dependencies #​6530.
  • Replace strip-ansi with the built-in util.stripVTControlCharacters #​9009.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me Workleap
Canva

v9.15.4: pnpm 9.15.4

Compare Source

Patch Changes

  • Ensure that recursive pnpm update --latest <pkg> updates only the specified package, with dedupe-peer-dependents=true.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me Workleap
Canva

v9.15.3

Compare Source

microsoft/TypeScript (typescript)

v5.7.3

Compare Source

vitejs/vite (vite)

v6.0.11

Compare Source

v6.0.10

Compare Source

v6.0.9

Compare Source

  • fix!: check host header to prevent DNS rebinding attacks and introduce server.allowedHosts (bd896fb)
  • fix!: default server.cors: false to disallow fetching from untrusted origins (b09572a)
  • fix: verify token for HMR WebSocket connection (029dcd6)

v6.0.8

Compare Source

v6.0.7

Compare Source


Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

Copy link

changeset-bot bot commented Jan 6, 2025

🦋 Changeset detected

Latest commit: a2824c2

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 17 packages
Name Type
@flopflip/adapter-utilities Patch
@flopflip/test-utils Patch
@flopflip/types Patch
@flopflip/cache Patch
@flopflip/combine-adapters Patch
@flopflip/cypress-plugin Patch
@flopflip/graphql-adapter Patch
@flopflip/http-adapter Patch
@flopflip/launchdarkly-adapter Patch
@flopflip/localstorage-adapter Patch
@flopflip/localstorage-cache Patch
@flopflip/memory-adapter Patch
@flopflip/react Patch
@flopflip/react-broadcast Patch
@flopflip/react-redux Patch
@flopflip/sessionstorage-cache Patch
@flopflip/splitio-adapter Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

socket-security bot commented Jan 6, 2025

New, updated, and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@changesets/[email protected] 🔁 npm/@changesets/[email protected] Transitive: eval, unsafe +98 15.8 MB changesets-release-bot
npm/@commitlint/[email protected] 🔁 npm/@commitlint/[email protected] Transitive: environment, eval, filesystem, shell, unsafe +92 4.2 MB escapedcat
npm/@commitlint/[email protected] 🔁 npm/@commitlint/[email protected] Transitive: filesystem +8 133 kB escapedcat
npm/@manypkg/[email protected] 🔁 npm/@manypkg/[email protected] Transitive: network, shell, unsafe +49 2.07 MB manypkg-release-bot
npm/@testing-library/[email protected] 🔁 npm/@testing-library/[email protected] Transitive: eval +20 3.73 MB brrianalexis, cmckinstry, dfcook, ...13 more
npm/@types/[email protected] 🔁 npm/@types/[email protected] None 0 868 kB types
npm/@types/[email protected] 🔁 npm/@types/[email protected] None +1 2.39 MB types
npm/[email protected] 🔁 npm/[email protected] None 0 1.26 MB zloirock
npm/[email protected] Transitive: filesystem +5 43.7 kB sindresorhus
npm/[email protected] 🔁 npm/[email protected] Transitive: environment, filesystem, shell +54 2.27 MB okonet
npm/[email protected] 🔁 npm/[email protected] None 0 22.7 MB typescript-bot
npm/[email protected] 🔁 npm/[email protected] Transitive: environment, filesystem, network, shell +7 6.08 MB antfu, patak, soda, ...2 more

View full report↗︎

@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from f52dc5e to c392e84 Compare January 8, 2025 23:21
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from b17920f to 13a4fe8 Compare January 16, 2025 21:16
@renovate renovate bot force-pushed the renovate/all branch 14 times, most recently from 4eafb0a to 7a1524d Compare January 27, 2025 04:43
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from bd9dd78 to cb9f9ea Compare January 31, 2025 20:42
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from e79b460 to fee0e3c Compare February 3, 2025 04:27
Copy link
Contributor Author

renovate bot commented Feb 3, 2025

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.

Copy link

codecov bot commented Feb 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.54%. Comparing base (61b928d) to head (a2824c2).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1980   +/-   ##
=======================================
  Coverage   87.54%   87.54%           
=======================================
  Files          92       92           
  Lines        3604     3604           
  Branches      550      550           
=======================================
  Hits         3155     3155           
  Misses        430      430           
  Partials       19       19           

@tdeekens tdeekens merged commit 40db6e1 into main Feb 3, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant