chore(deps): update dependencies (non-major) #46
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
~7.28.0
->~7.28.4
~7.28.0
->~7.28.4
~2.29.5
->~2.29.7
1.32.1
->1.51.0
2.58.0
->2.60.3
~8.38.0
->~8.44.1
~8.38.0
->~8.44.1
~3.6.37
->~3.6.38
~5.5.3
->~5.5.4
~0.4.20
->~0.4.22
~16.1.2
->~16.2.1
~2.1.14
->~2.1.26
~4.2.0
->~4.3.0
0.6.12
->0.6.14
~19.0.4
->~19.0.5
~2.13.0
->~2.13.1
~2.5.5
->~2.5.8
Release Notes
babel/babel (@babel/core)
v7.28.4
Compare Source
🏠 Internal
babel-core
,babel-helper-check-duplicate-nodes
,babel-traverse
,babel-types
babel-plugin-transform-regenerator
transform-regenerator
(@liuxingbaoyu)babel-core
v7.28.3
Compare Source
👓 Spec Compliance
babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
,babel-plugin-transform-class-static-block
,babel-preset-env
🐛 Bug Fix
babel-parser
import("./a", {with:{},})
(@easrng)💅 Polish
babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
📝 Documentation
🏠 Internal
scripts
andbabel-worker.cjs
(@JLHwung)🔬 Output optimization
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
changesets/changesets (@changesets/cli)
v2.29.7
Compare Source
Patch Changes
957f24e
]:v2.29.6
Compare Source
Patch Changes
a3563b0
Thanks @benmccann! - Switch to maintained fork ofexternal-editor
dotenvx/dotenvx (@dotenvx/dotenvx)
v1.51.0
Compare Source
Added
config({opsOff: true})
options and--ops-off
flag for turning off Dotenvx Ops features. (#680)v1.50.1
Compare Source
Removed
radar
(nowops
) (#678)v1.50.0
Compare Source
Added
dotenvx ops
command (#677)dotenvx ops
use dotenvx across your team, infrastructure, agents, and more.v1.49.1
Compare Source
Changed
v1.49.0
Compare Source
Added
.env.x
file like we do with.env.vault
file. (#666)v1.48.4
Compare Source
Removed
eval
in proKeypair helper (#654)v1.48.3
Compare Source
Changed
privateKeyName
andprivateKey
on internalprocessedEnv
object (#649)v1.48.2
Compare Source
Changed
v1.48.1
Compare Source
Changed
beforEnv
andafterEnv
to Radar if user has installed (#645)v1.48.0
Compare Source
Added
beforeEnv
andafterEnv
for user debugging (#644)v1.47.7
Compare Source
Changed
src
should be in internalprocessEnv
object (#643)v1.47.6
Compare Source
Changed
v1.47.5
Compare Source
Changed
v1.47.4
Compare Source
Changed
dotenvx-radar
(#638)v1.47.3
Compare Source
Added
radar#observe
if Radar installed by user (#631)Removed
cli
in package.json (#632)v1.47.2
Compare Source
Added
cli
in package.json (#629)v1.47.1
Compare Source
Added
radar active 📡
when dotenvx-radar is installed (#625)v1.47.0
Compare Source
Added
dotenvx radar
command (#624)v1.46.0
Compare Source
Added
Removed
git-dotenvx
andgit dotenvx
shorthand (#621)v1.45.2
Compare Source
Changed
v1.45.1
Compare Source
Changed
setLogName
andsetLogVersion
inconfig
(#613)v1.45.0
Compare Source
Added
logger.setName
andlogger.setVersion
for customization of logger (#612)v1.44.2
Compare Source
Changed
v1.44.1
Compare Source
Changed
SetOutput
type (#597)v1.44.0
Compare Source
Added
armv7
support (#593)v1.43.0
Compare Source
Removed
errorv, errornocolor, blank
from logger options (#584)Changed
console.error
withlogger.error
(#584)v1.42.2
Compare Source
Changed
--force
flag work with?force=true
(2776715)v1.42.1
Compare Source
Added
--force
flag toinstall.sh
(0b8d21c)v1.42.0
Compare Source
Added
os
andarch
viainstall.sh
anddotenvx.sh
(3ded752)v1.41.0
Compare Source
Added
v1.40.1
Compare Source
Changed
ext scan
command (#570)v1.40.0
Compare Source
Added
ext precommit
andext prebuild
– catch duplicate KEYs in the same .env file where one is mistakenly left unencrypted (#567)v1.39.1
Compare Source
Added
version
to homebrew formula (#564)v1.39.0
Compare Source
Added
--convention flow
option todotenvx run
(#551)Changed
v1.38.5
Compare Source
Added
config.d.ts
file to fix type error when loadingdotenvx/dotenvx/config
with dynamic import (#547)v1.38.4
Compare Source
Changed
v1.38.3
Compare Source
Changed
process.env
(#536)v1.38.2
Compare Source
Added
main.get
.v1.38.1
Compare Source
Changed
encrypt
when mutliline contains windowsCRLF
(\r\n
) (#534)Note: dotenvx will convert these
\r\n
newlines to\n
. Our recommendation is to stop usingCRLF
- its origin is from typewriter days. Instead, set your editor or gitattributes to useLF
.v1.38.0
Compare Source
Changed
v1.37.0
Compare Source
Added
dotenvx rotate
command 🎉 (#530)also: our whitepaper is released as a draft.
v1.36.0
Compare Source
Changed
--strict
flag respects (doesn't throw) anything in--ignore
flag (#527)v1.35.0
Compare Source
Added
npx dotenvx precommit
support as a convenience (#523)main.get
method (#524)The addition of
main.get
facilitates what we term Decryption at Access, a concept explored in greater detail in our whitepaper.v1.34.0
Compare Source
Added
main.set
method now writes to files (#517)v1.33.0
Compare Source
Added
import '@​dotenvx/dotenvx/config'
(#508)cellbang/malagu (@malagu/cli)
v2.60.3
Compare Source
v2.60.2
Compare Source
v2.60.1
Compare Source
@celljs/retry
,支持重试机制@celljs/core
模块对单元测试的支持v2.60.0
Compare Source
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.44.1
Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.44.0
Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.43.0
Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.42.0
Compare Source
🩹 Fixes
You can read about our versioning strategy and releases on our website.
v8.41.0
Compare Source
🩹 Fixes
You can read about our versioning strategy and releases on our website.
v8.40.0
Compare Source
🚀 Features
EnumMember
(#11232)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.39.1
Compare Source
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.39.0
Compare Source
🚀 Features
🩹 Fixes
unsafeObjectPattern
message (#11403)check
option for most RHS of a chain (#11272)❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.44.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.
v8.44.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.43.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.42.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.41.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.40.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.39.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.
v8.39.0
Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
NervJS/taro (eslint-config-taro)
v3.6.38
: chore(release): publish 3.6.38Compare Source
特性
新增对 ASCF 的支持
prettier/eslint-plugin-prettier (eslint-plugin-prettier)
v5.5.4
Compare Source
Patch Changes
#755
723f7a8
Thanks @kbrilla! - fix: add 'oxc', 'oxc-ts' and 'hermes' parsers toparserBlocklist
#751
cf52b30
Thanks @andreww2012! - fix: disallow extra properties in rule optionsArnaudBarre/eslint-plugin-react-refresh (eslint-plugin-react-refresh)
v0.4.22
Compare Source
"viewport"
toallowExportNames
in Next config (#89)v0.4.21
Compare Source
This allows exports like
fetchCache
andrevalidate
which are used in Page or Layout components and don't trigger a full page reload.lint-staged/lint-staged (lint-staged)
v16.2.1
Compare Source
Patch Changes
#1664
8277b3b
Thanks @iiroj! - The built-in TypeScript types have been updated to more closely match the implementation. Notably, the list of staged files supplied to task functions isreadonly string[]
and can't be mutated. Thanks @outslept!#1654
70b9af3
Thanks @iiroj! - This version has been published from GitHub Actions using Trusted Publishing for npm packages.#1659
4996817
Thanks @iiroj! - Fix searching configuration files when the working directory is a subdirectory of a git repository, and there arepackage.json
files in the working directory. This situation might happen when running lint-staged for a single package in a monorepo.#1654
7021f0a
Thanks @iiroj! - Return the caret semver range (^
) to direct dependencies so that future patch and minor versions are allowed. This enables projects to better maintain and deduplicate their own transitive dependencies while not requiring direct updates to lint-staged. This was changed in 16.2.0 after the vulnerability issues withchalk
anddebug
, which were also removed in the same version.Given the recent vulnerabilities in the npm ecosystem, it's best to be very careful when updating dependencies.
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 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.
This PR was generated by Mend Renovate. View the repository job log.