This repository has been archived by the owner on Jul 15, 2024. It is now read-only.
chore(deps): update all non-major dependencies #2
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.
This PR contains the following updates:
^2.16.1
->^2.22.2
^0.37.1
->^0.45.0
^1.11.1
->^1.12.0
^2.9.0
->^2.9.1
^0.26.0
->^0.26.1
^0.1.1
->^0.2.3
^0.3.10
->^0.3.13
^3.4.1
->^3.4.2
^3.8.0
->^3.9.0
^2.1.1
->^2.1.2
8.10.137
->8.10.141
^0.164.0
->^0.166.0
^0.59.4
->^0.61.3
^0.59.4
->^0.61.3
^10.9.0
->^10.11.0
^10.9.0
->^10.11.0
^9.2.0
->^9.7.0
^4.3.2
->^4.4.13
^4.3.2
->^4.4.13
^0.3.8
->^0.5.8
^15.2.2
->^15.2.7
>=20.12.2
->>=20.15.1
^3.11.2
->^3.12.3
9.0.6
->9.5.0
^3.52.0
->^3.53.0
^1.76.0
->^1.77.8
^0.164.1
->^0.166.1
4.9.0
->4.16.2
^5.4.5
->^5.5.3
^0.59.4
->^0.61.3
^3.4.26
->^3.4.31
^4.3.2
->^4.4.0
Release Notes
antfu/eslint-config (@antfu/eslint-config)
v2.22.2
Compare Source
🚀 Features
isolatedDeclarations
into the order array - by @LoTwT in https://github.com/antfu/eslint-config/issues/537 (80597)🐞 Bug Fixes
ts-expect-error
in `ban-ts-c… - by @kevinmarrec and @antfu in https://github.com/antfu/eslint-config/issues/517 (bf7a5)View changes on GitHub
v2.22.1
Compare Source
No significant changes
View changes on GitHub
v2.22.0
Compare Source
🚀 Features
🐞 Bug Fixes
ts/no-empty-object-type
rule - by @antfu (692e7)ts/no-unused-expressions
in markdown - by @antfu (64894)name
inignores
- by @antfu (d7b06)View changes on GitHub
v2.21.3
Compare Source
No significant changes
View changes on GitHub
v2.21.2
Compare Source
🚀 Features
isInEditor
- by @ryoppippi in https://github.com/antfu/eslint-config/issues/507 (8f992)ts/switch-exhaustiveness-check
rule - by @ryoppippi in https://github.com/antfu/eslint-config/issues/508 (33c63)🐞 Bug Fixes
View changes on GitHub
v2.21.1
Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v2.21.0
Compare Source
🐞 Bug Fixes
.d.mts
and.d.cts
- by @antfu (0582c).jsx
files when the options set to true - by @antfu (96aff)View changes on GitHub
v2.20.0
Compare Source
🚀 Features
View changes on GitHub
v2.19.2
Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v2.19.1
Compare Source
🚀 Features
View changes on GitHub
v2.19.0
Compare Source
🚀 Features
antfu/curly
to replacecurly
- by @antfu (42a90)View changes on GitHub
v2.18.1
Compare Source
🚀 Features
View changes on GitHub
v2.18.0
Compare Source
🚀 Features
View changes on GitHub
v2.17.0
Compare Source
🚀 Features
View changes on GitHub
v2.16.4
Compare Source
No significant changes
View changes on GitHub
v2.16.3
Compare Source
🚀 Features
View changes on GitHub
v2.16.2
Compare Source
No significant changes
View changes on GitHub
dotenvx/dotenvx (@dotenvx/dotenvx)
v0.45.0
Compare Source
Changed
dotenvx vault convert
todotenvx vault migrate
(#251)install.sh
regex version check to besh
compatible (not just bash)v0.44.6
Compare Source
Added
checksums.txt
as part of each releasev0.44.5
Compare Source
Changed
.github
folder from published binaries on npm (example: npm code)install.sh
v0.44.4
Compare Source
Changed
install.sh
along with sanity checks (#250)v0.44.3
Compare Source
Added
CHANGELOG.md
in npm releaseinstall.sh
in package releasev0.44.2
Compare Source
Changed
package.json
to match project's license BSD-3.v0.44.1
Compare Source
Changed
dotenvx set HELLO '' --encrypt
(#236)v0.44.0
Compare Source
Added
options.debug
,options.verbose
,options.quiet
, andoptions.logLevel
to.config()
(#233)v0.43.2
Compare Source
Changed
replace
when replacing double, single, or backticked quoted at anywhere in the.env
file. (#232)v0.43.1
Compare Source
Changed
replace
function regex - to handle more edge case scenarios with replacing KEY/values (#227)v0.43.0
Compare Source
Added
require('@​dotenvx/dotenvx').config()
forDOTENV_PRIVATE_KEY
decryption (#225)v0.42.0
Compare Source
Added
.env.vault deprecated
warning when usingDOTENV_KEY
. Provide instructions to convert to encrypted.env
files. (#224)v0.41.0
Compare Source
Added
vault convert
command to list convert instructions for converting.env.vault
to encrypted .env files (#222)Changed
encryptme
toconvert
(#222)v0.40.0
Compare Source
Added
dotenvx encryptme
command to convert an entire.env
file to an encrypted.env
file. (#213)Changed
precommit
smart enough to check if a.env*
file is encrypted or not. If fully encrypted, then allowprecommit
check to pass (#211)Removed
v0.39.0
Compare Source
Added
--convention
flag toget
Removed
v0.38.0
Compare Source
Changed
dotenvx encrypt
=>dotenvx vault encrypt
dotenvx decrypt
=>dotenvx vault decrypt
dotenvx status
=>dotenvx vault status
hub
commands are being completely deprecated (they will be fully removed in upcoming 1.0.0 release). We will provide .env.keys tooling at a later time (replacing hub) but in the context of the new--encrypt
flag functionality belowAdded
.env
files with a single command. Pass the--encrypt
flag. 🎉Further notes:
DOTENV_PUBLIC_KEY
lives in the.env
file. You can safely share this with whomever you wish.DOTENV_PRIVATE_KEY
lives in your.env.keys
file. Share this only with those you trust to decrypt your secrets..env
files like this it is safe to commmit them to source code. This makes reviewing PRs that contain secrets much easier.dotenvx set HELLO world --encrypt
.DOTENV_PRIVATE_KEY
on your server to decrypt these values usingdotenvx run -- yourcommand
dotenvx set HELLO production -f .env.production --encrypt
(for example).env.keys
, but until then safely share with team members you trust..env
files. It has many benefits over.env.vault
files. We will be sunsetting the.env.vault
mechanism but its tooling will stay around indotenvx
for at least 1 year to come - underdotenvx vault
parent command..env
files.honojs/node-server (@hono/node-server)
v1.12.0
Compare Source
What's Changed
New Contributors
Full Changelog: honojs/node-server@v1.11.5...v1.12.0
v1.11.5
Compare Source
What's Changed
hono
as external to build by @yusukebe in https://github.com/honojs/node-server/pull/182Full Changelog: honojs/node-server@v1.11.4...v1.11.5
v1.11.4
Compare Source
What's Changed
New Contributors
Full Changelog: honojs/node-server@v1.11.3...v1.11.4
v1.11.3
Compare Source
What's Changed
New Contributors
Full Changelog: honojs/node-server@v1.11.2...v1.11.3
v1.11.2
Compare Source
What's Changed
New Contributors
Full Changelog: honojs/node-server@v1.11.1...v1.11.2
kinde-oss/kinde-typescript-sdk (@kinde-oss/kinde-typescript-sdk)
v2.9.1
Compare Source
#62
#61
#60
#46
#56
#53
#51
#52
#49
#50
#48
c1dbc27
a863827
6cc94ab
namesmt/hono-adapter-aws-lambda (@namesmt/hono-adapter-aws-lambda)
v0.2.3
Compare Source
compare changes
🩹 Fixes
❤️ Contributors
v0.2.2
Compare Source
compare changes
🌊 Types
LambdaTriggerEvent
,LambdaRequestEvent
(d037768)❤️ Contributors
v0.2.1
Compare Source
compare changes
🌊 Types
ts2742
(130d155)❤️ Contributors
v0.2.0
Compare Source
compare changes
🚀 Enhancements
LambdaEvent
,LambdaContext
(07e6790)❤️ Contributors
v0.1.6
Compare Source
compare changes
🩹 Fixes
❤️ Contributors
v0.1.5
Compare Source
compare changes
🏡 Chore
❤️ Contributors
v0.1.4
Compare Source
compare changes
🏡 Chore
hono
andstarter-ts
(3851d2e)❤️ Contributors
v0.1.3
Compare Source
compare changes
🏡 Chore
❤️ Contributors
v0.1.2
Compare Source
compare changes
🚀 Enhancements
ALBProcessor
and refactor TriggerProcessor + abstract classes (0124671)💅 Refactors
🏡 Chore
❤️ Contributors
nuxt/eslint (@nuxt/eslint)
[
v0.3.13
](httpConfiguration
📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).
🚦 Automerge: Enabled.
♻ 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 has been generated by Mend Renovate. View repository job log here.