chore(deps): update all non-major dependencies #8
+2,333
−1,492
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:
^3.7.3
->^3.8.0
1.11.4
->1.22.0
^1.13.1
->^1.13.6
^0.5.7
->^0.6.1
^3.5.1
->^3.5.2
^8.5.5
->^8.5.6
2.0.0-rc.10
->2.0.0-rc.23
^4.0.7
->^4.2.1
^4.0.7
->^4.2.1
^5.59.0
->^5.59.20
^5.59.1
->^5.59.20
8.10.138
->8.10.145
^0.63.3
->^0.64.0
^0.63.3
->^0.64.0
^2.1.2
->^2.1.4
^0.5.1
->^0.6.0
^11.1.0
->^11.2.0
^11.1.0
->^11.2.0
2.0.0-rc.14
->2.0.0-rc.23
^8.3.0
->^8.3.1
^8.3.0
->^8.3.1
^9.12.0
->^9.14.0
^4.6.3
->^4.6.9
^0.5.8
->^0.7.0
^1
->^1.0.39
^1
->^1.0.29
>=20.13.1
->>=20.18.0
^3.13.2
->^3.14.159
9.12.0
->9.12.3
^1.9.6
->^1.9.9
^1.79.4
->^1.80.6
^0.10.4
->^0.11.2
^3.7.0
->^3.8.0
^1
->^1.0.28
^2.5.3
->^2.5.4
^4.19.1
->^4.19.2
^2.1.3
->^2.2.3
^5.6.2
->^5.6.3
^0.63.3
->^0.64.0
^2.1.2
->^2.1.4
^3.5.11
->^3.5.12
Release Notes
antfu/eslint-config (@antfu/eslint-config)
v3.8.0
Compare Source
🚀 Features
View changes on GitHub
dotenvx/dotenvx (@dotenvx/dotenvx)
v1.22.0
Compare Source
Added
--pattern
argument toext gitignore
(dotenvx ext gitignore --pattern .env.keys
) (#430)Changed
v1.21.1
Compare Source
Changed
--convention nextjs
ingnore.env.local
for TEST environment (#425)precommit
redirect missingdotenvx
command using POSIX compliant redirection (#424)dotenvx help
command less noisy by removing[options]
. rundotenvx COMMAND -h
to list all available options like always (#429)v1.21.0
Compare Source
Changed
🎓 now if you choose to single quote, double quote, no quote, or backtick your value it will be respected - including for encrypted values. this more intuitively handles complex cases like escaped characters, literals, and json.
v1.20.1
Compare Source
Changed
v1.20.0
Compare Source
see CHANGELOG
v1.19.3
Compare Source
Changed
v1.19.2
Compare Source
Changed
SIGUSR2
(#403)v1.19.1
Compare Source
Changed
SIGTERM
orSIGINT
sent, don't bubble wrapped process error (#402)v1.19.0
Compare Source
Added
encrypt
anddecrypt
. example:dotenvx encrypt -ek "NEXT_PUBLIC_*"
(#397)v1.18.1
Compare Source
Added
$1
or$2
. (#396)v1.18.0
Compare Source
Added
set
andencrypt
preserve leading spaces (#395)Changed
set
,encrypt
, anddecrypt
(#395)encrypt
, thendecrypt
, thenencrypt
on a json value (#377)Note: the underlying
replace
engine to support these changes now wraps your values in single quotes. the priorreplace
engine wrapped in double quotes.So where your
.env
used to look like this with double quotes:It will now begin looking like this with single quotes:
It's an aesthetic side effect only. Your values will continue to be decrypted and encrypted correctly.
v1.17.0
Compare Source
Added
--format=eval
option forget
(#393)v1.16.1
Compare Source
Changed
options.stdio
(#391)v1.16.0
Compare Source
Changed
dotenvx keypair
call out todotenvx pro keypair
if pro installed (#390)v1.15.0
Compare Source
Added
--format=shell
option forkeypair
(#389)v1.14.2
Compare Source
Changed
process.stdout.write
forconsole.log
to patch up npx edge case (#387)v1.14.1
Compare Source
Changed
v1.14.0
Compare Source
Added
dotenvx keypair
command for printing your public/private keypairs (#375)v1.13.3
Compare Source
Changed
decrypt
fails in any way (#374)v1.13.2
Compare Source
Added
getColor
andbold
tolib/main.js
(#369)v1.13.1
Compare Source
Added
logger
andsetLogLevel
tolib/main.js
-const = { logger, setLogLevel } = require('@​dotenvx/dotenvx')
(#368)v1.13.0
Compare Source
Changed
ls
to core commands (#367)v1.12.1
Compare Source
Changed
dotenvx get --format shell
(#366)v1.12.0
Compare Source
Added
dotenvx get --format shell
option (#363)v1.11.5
Compare Source
Changed
tinyexec
forexeca
- to support usage in bunhonojs/node-server (@hono/node-server)
v1.13.6
Compare Source
What's Changed
Full Changelog: honojs/node-server@v1.13.5...v1.13.6
v1.13.5
Compare Source
What's Changed
Full Changelog: honojs/node-server@v1.13.4...v1.13.5
v1.13.4
Compare Source
What's Changed
New Contributors
Full Changelog: honojs/node-server@v1.13.3...v1.13.4
v1.13.3
Compare Source
What's Changed
New Contributors
Full Changelog: honojs/node-server@v1.13.2...v1.13.3
v1.13.2
Compare Source
What's Changed
New Contributors
Full Changelog: honojs/node-server@v1.13.1...v1.13.2
nuxt/eslint (@nuxt/eslint)
v0.6.1
Compare Source
🚀 Features
vite-plugin-eslint2
v5, close #516 - by @antfu in https://github.com/nuxt/eslint/issues/516 (a6b4e)View changes on GitHub
v0.6.0
Compare Source
🚀 Features
nuxt-config-keys-order
rule - by @antfu in https://github.com/nuxt/eslint/issues/491 (b65a8)View changes on GitHub
nuxt-modules/color-mode (@nuxtjs/color-mode)
v3.5.2
Compare Source
compare changes
📖 Documentation
🏡 Chore
changelogen
to dev deps (c98eb9b)❤️ Contributors
nuxt-modules/i18n (@nuxtjs/i18n)
v8.5.6
Compare Source
🐞 Bug Fixes
srcDir
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3133 (10c02)View changes on GitHub
harlan-zw/nuxt-seo (@nuxtjs/seo)
v2.0.0-rc.23
Compare Source
🐞 Bug Fixes
og-image
andsitemap
version locks - by @harlan-zw (76b7e)View changes on GitHub
v2.0.0-rc.22
Compare Source
🐞 Bug Fixes
View changes on GitHub
v2.0.0-rc.21
Compare Source
🐞 Bug Fixes
View changes on GitHub
v2.0.0-rc.20
Compare Source
🚨 Breaking Changes
@nuxtjs/sitemap
v6 stable - by @harlan-zw (a6204).View changes on GitHub
v2.0.0-rc.19
Compare Source
No significant changes
View changes on GitHub
v2.0.0-rc.18
Compare Source
🐞 Bug Fixes
View changes on GitHub
v2.0.0-rc.17
Compare Source
🚨 Breaking Changes
@nuxtjs/sitemap
v6 beta - by @harlan-zw (a6204).🚀 Features
canonicalQueryWhitelist
- by @harlan-zw in https://github.com/harlan-zw/nuxt-seo/issues/282 (568c2)🐞 Bug Fixes
useBreadcrumbItems
- by @harlan-zw (2005a)lang
when using Nuxt I18n - by @harlan-zw (58e4f)View changes on GitHub
v2.0.0-rc.16
Compare Source
🐞 Bug Fixes
useBreadcrumbItems
generating invalid schema.org - by @harlan-zw (e321b)View changes on GitHub
v2.0.0-rc.15
Compare Source
Nuxt SEO v2 stable is approaching, see the v2 Stable Release Tasks issue to track.
This release fixes all submodules from having explicit dependencies for DevTools (such as
shiki
).No significant changes
[View changes on GitHub](https://redirect.github.com/harlan-zw/nuxt-seo/compa
Configuration
📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.