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 patch dependencies #1798

Merged
merged 1 commit into from
Feb 3, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 3, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@microsoft/api-extractor (source) ^7.49.1 -> ^7.49.2 age adoption passing confidence
@types/lodash (source) ^4.17.14 -> ^4.17.15 age adoption passing confidence
framer-motion 12.0.5 -> 12.0.6 age adoption passing confidence
zx (source) ^8.3.0 -> ^8.3.2 age adoption passing confidence

Release Notes

microsoft/rushstack (@​microsoft/api-extractor)

v7.49.2

Compare Source

Thu, 30 Jan 2025 01:11:42 GMT

Version update only

motiondivision/motion (framer-motion)

v12.0.6

Compare Source

Fixed
  • Discard layout projection snapshots if 0x0.
google/zx (zx)

v8.3.2: – Clogged Drain

Compare Source

Restrics unsafe vals usage on dotenv.stringify #​1093 #​1094

v8.3.1: – Perfect Seal

Compare Source

The release essence: introduced full-featured .env support #​461#​1060 #​1052 #​1043 #​1037 #​1032 #​1030 #​1022

API

envapi is a tiny 100 LOC dotenv-inspired parser and serializer that we've integrated into zx.

import { dotenv, fs } from 'zx'

// parse
const env = dotenv.parse('A=A\nFOO=BAR') // { A: 'A', FOO: 'BAR' }

// serialize
const raw = dotenv.stringify(env) // A=A\nFOO=BAR
await fs.writeFile('.env', raw)

// load
dotenv.load('.env') // { A: 'A', FOO: 'BAR' }

// update the process.env
dotenv.config('.env')
process.env.A // A
CLI
zx --env .env script.mjs
zx --env-file .env script.mjs
QnA

— Why not use dotenv directly?
— 1) Size does matter 2) We'd like to avoid internal vaults.

— Why not load .env by default?
— 1) Explicit is better than implicit 2) Runtime itself (like bun) may provide the feature.

Chore


Configuration

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

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

Rebasing: Whenever PR becomes conflicted, 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

netlify bot commented Feb 3, 2025

Deploy Preview for aquamarine-blini-95325f ready!

Name Link
🔨 Latest commit 4233bc2
🔍 Latest deploy log https://app.netlify.com/sites/aquamarine-blini-95325f/deploys/67a026f7de045a00083f52a7
😎 Deploy Preview https://deploy-preview-1798--aquamarine-blini-95325f.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 87 (🟢 up 4 from production)
Accessibility: 97 (no change from production)
Best Practices: 92 (no change from production)
SEO: 100 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

@renovate renovate bot force-pushed the renovate/all-patch branch from d73be81 to 4233bc2 Compare February 3, 2025 02:16
@Timeless0911 Timeless0911 enabled auto-merge (squash) February 3, 2025 02:20
@Timeless0911 Timeless0911 merged commit 519f583 into main Feb 3, 2025
8 checks passed
@Timeless0911 Timeless0911 deleted the renovate/all-patch branch February 3, 2025 02:26
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