-
Notifications
You must be signed in to change notification settings - Fork 0
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 (major) #25
base: main
Are you sure you want to change the base?
Conversation
828c0d4
to
2b72988
Compare
2b72988
to
23125f8
Compare
11181f3
to
087b3fe
Compare
69ae1d6
to
eee5d08
Compare
eee5d08
to
6e9352d
Compare
6e9352d
to
b7ce8bb
Compare
Visit the preview URL for this PR (updated for commit 9db9f37): https://pdf-filling-assistant--pr25-renovate-major-all-kf9g7hy2.web.app (expires Sun, 20 Mar 2022 02:41:58 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 |
b7ce8bb
to
5b064b4
Compare
5b064b4
to
9db9f37
Compare
9db9f37
to
62ef465
Compare
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: package-lock.json
|
62ef465
to
6d48762
Compare
6d48762
to
87f0f6b
Compare
87f0f6b
to
3043468
Compare
3043468
to
9b26f1f
Compare
9b26f1f
to
4462a83
Compare
4462a83
to
47c319d
Compare
47c319d
to
895dc61
Compare
6e6a73b
to
a2cf438
Compare
6341919
to
79dea54
Compare
79dea54
to
4251f6c
Compare
4251f6c
to
30f5709
Compare
30f5709
to
7962dce
Compare
40638fd
to
f267eea
Compare
f267eea
to
4de6f7e
Compare
4de6f7e
to
e68154e
Compare
|
e68154e
to
63a37d3
Compare
63a37d3
to
4f5ea9b
Compare
ec4ffc5
to
8f66427
Compare
8f66427
to
29adb81
Compare
29adb81
to
8772aa2
Compare
8772aa2
to
e8c7874
Compare
This PR contains the following updates:
v2
->v4
v2
->v4
^10.0.0
->^16.0.0
^10.0.0
->^11.0.0
12.x
->22.x
^2.12.313
->^4.0.0
v9.0.13
->v11.0.7
^5.7.1
->^9.0.0
^8.3.2
->^11.0.0
^3.6.7
->^5.0.0
Release Notes
actions/checkout (actions/checkout)
v4
Compare Source
url-helper.ts
now leverages well-known environment variables by @jww3 in https://github.com/actions/checkout/pull/1941isGhes
by @jww3 in https://github.com/actions/checkout/pull/1946v3
Compare Source
actions/setup-node (actions/setup-node)
v4
Compare Source
v3
Compare Source
motdotla/dotenv (dotenv)
v16.4.7
Compare Source
Changed
.tap
folder when publishing. (oops, sorry about that everyone. - @motdotla) #848v16.4.6
Compare Source
Changed
v16.4.5
Compare Source
Changed
path
option. return to historical behavior: do not attempt to auto find.env
ifpath
set. (regression was introduced in16.4.3
) #814v16.4.4
Compare Source
Changed
?.
with old school&&
(fixing node 12 failures) #812v16.4.3
Compare Source
Changed
options.path
#805v16.4.2
Compare Source
Changed
dotenvx.com
v16.4.1
Compare Source
path
option #797v16.4.0
Compare Source
error.code
to error messages around.env.vault
decryption handling #795.env.vault
file when filename(s) passed as an array #784v16.3.2
Compare Source
Added
Changed
populate
#792v16.3.1
Compare Source
Added
processEnv
andDOTENV_KEY
options. #756v16.3.0
Compare Source
Added
DOTENV_KEY
to options rather than relying onprocess.env.DOTENV_KEY
. Defaults toprocess.env.DOTENV_KEY
#754v16.2.0
Compare Source
Added
process.env
. Defaults toprocess.env
. #753v16.1.4
Compare Source
Added
.github/
to.npmignore
#747v16.1.3
Compare Source
Removed
browser
keys forpath
,os
, andcrypto
in package.json. These were set to false incorrectly as of 16.1. Instead, if using dotenv on the front-end make sure to include polyfills forpath
,os
, andcrypto
. node-polyfill-webpack-plugin provides these.v16.1.2
Compare Source
Changed
_configDotenv
asconfigDotenv
. #744v16.1.1
Compare Source
Added
decrypt
functionChanged
{crypto: false}
inpackageJson.browser
v16.1.0
Compare Source
Added
populate
convenience method #733npm fund
command.env.vault
support. 🎉 (#730)ℹ️
.env.vault
extends the.env
file format standard with a localized encrypted vault file. Package it securely with your production code deploys. It's cloud agnostic so that you can deploy your secrets anywhere – without risky third-party integrations. read moreChanged
v16.0.3
Compare Source
Changed
v16.0.2
Compare Source
Added
env-options.js
andcli-options.js
in package.json for use with downstream dotenv-expand modulev16.0.1
Compare Source
Changed
v16.0.0
Compare Source
Added
If you had values containing the backtick character, please quote those values with either single or double quotes.
v15.0.1
Compare Source
Changed
v15.0.0
Compare Source
v15.0.0
is a major new release with some important breaking changes.Added
Changed
#
marks the beginning of a comment (UNLESS the value is wrapped in quotes. Please update your.env
files to wrap in quotes any values containing#
. For example:SECRET_HASH="something-with-a-#-hash"
)...Understandably, (as some teams have noted) this is tedious to do across the entire team. To make it less tedious, we recommend using dotenv cli going forward. It's an optional plugin that will keep your
.env
files in sync between machines, environments, or team members.Removed
v14.3.2
Compare Source
Changed
#
🐞 (#603)v14.3.1
Compare Source
Changed
v14.3.0
Compare Source
Added
multiline
option 🎉 (#486)v14.2.0
Compare Source
Added
dotenv_config_override
cli optionDOTENV_CONFIG_OVERRIDE
command line env optionv14.1.1
Compare Source
Added
v14.1.0
Compare Source
Added
override
option 🎉 (#595)v14.0.1
Compare Source
Added
.env
file (#594)v14.0.0
Compare Source
Added
v13.0.1
Compare Source
Changed
v13.0.0
Compare Source
Added
config.js
(#539)v12.0.4
Compare Source
Changed
v12.0.3
Compare Source
Changed
v12.0.2
Compare Source
Changed
v12.0.1
Compare Source
Changed
v12.0.0
Compare Source
Removed
Changed
v11.0.0
Compare Source
Changed
jprichardson/node-fs-extra (fs-extra)
v11.3.0
Compare Source
fs
methods (#1044, #1045)fs.opendir
incopy()
/copySync()
for better perf/scalability (#972, #1028)v11.2.0
Compare Source
async
/await
(#1020)v11.1.1
Compare Source
v11.1.0
Compare Source
main
field topackage.json
for better TypeScript compatibility (#979, #981)v11.0.0
Compare Source
Breaking Changes
fs-extra/lib/SOMETHING
(switched toexports
) (#974)New Features
fs-extra/esm
for ESM named export support; see docs for details (#746, #974)fs.readv()
(#970)Bugfixes
stat
filtered items incopy*
(#965, #971)copy
(#918, #976)v10.1.0
Compare Source
fs.realpath.native
does not exist, instead of erroring (#953)undefined
options tomove()
(#947, #955)process.emitWarning
instead ofconsole.warn
(#954)v10.0.1
Compare Source
sideEffects: false
topackage.json
(#941)actions/node-versions (node)
v22.14.0
: 22.14.0Compare Source
Node.js 22.14.0
v22.13.1
: 22.13.1Compare Source
Node.js 22.13.1
v22.13.0
: 22.13.0Compare Source
Node.js 22.13.0
v22.12.0
: 22.12.0Compare Source
Node.js 22.12.0
v22.11.0
: 22.11.0Compare Source
Node.js 22.11.0
v22.10.0
: 22.10.0Compare Source
Node.js 22.10.0
v22.9.0
: 22.9.0Compare Source
Node.js 22.9.0
v22.8.0
: 22.8.0Compare Source
Node.js 22.8.0
v22.7.0
: 22.7.0Compare Source
Node.js 22.7.0
v22.6.0
: 22.6.0Compare Source
Node.js 22.6.0
v22.5.1
: 22.5.1Compare Source
Node.js 22.5.1
v22.5.0
: 22.5.0Compare Source
Node.js 22.5.0
v22.4.1
: 22.4.1Compare Source
Node.js 22.4.1
v22.4.0
: 22.4.0Compare Source
Node.js 22.4.0
v22.3.0
: 22.3.0Compare Source
Node.js 22.3.0
v22.2.0
: 22.2.0Compare Source
Node.js 22.2.0
v22.1.0
: 22.1.0Compare Source
Node.js 22.1.0
v22.0.0
: 22.0.0Compare Source
Node.js 22.0.0
v20.18.3
: 20.18.3Compare Source
Node.js 20.18.3
v20.18.2
: 20.18.2Compare Source
Node.js 20.18.2
v20.18.1
: 20.18.1Compare Source
Node.js 20.18.1
v20.18.0
: 20.18.0Compare Source
Node.js 20.18.0
v20.17.0
: 20.17.0Compare Source
Node.js 20.17.0
v20.16.0
: 20.16.0Compare Source
Node.js 20.16.0
v20.15.1
: 20.15.1Compare Source
Node.js 20.15.1
v20.15.0
: 20.15.0Compare Source
Node.js 20.15.0
v20.14.0
: 20.14.0Compare Source
Node.js 20.14.0
v20.13.1
: 20.13.1Compare Source
Node.js 20.13.1
v20.13.0
: 20.13.0Compare Source
Node.js 20.13.0
v20.12.2
: 20.12.2Compare Source
Node.js 20.12.2
v20.12.1
: 20.12.1Compare Source
Node.js 20.12.1
v20.12.0
: 20.12.0Compare Source
Node.js 20.12.0
v20.11.1
: 20.11.1Compare Source
Node.js 20.11.1
v20.11.0
: 20.11.0Compare Source
Node.js 20.11.0
v20.10.0
: 20.10.0Compare Source
Node.js 20.10.0
v20.9.0
: 20.9.0Compare Source
Node.js 20.9.0
v20.8.1
: 20.8.1Compare Source
Node.js 20.8.1
v20.8.0
: 20.8.0Compare Source
Node.js 20.8.0
v20.7.0
: 20.7.0Compare Source
Node.js 20.7.0
v20.6.1
: 20.6.1Compare Source
Node.js 20.6.1
v20.6.0
: 20.6.0Compare Source
Node.js 20.6.0
v20.5.1
: 20.5.1Compare Source
Node.js 20.5.1
v20.5.0
: 20.5.0Compare Source
Node.js 20.5.0
v20.4.0
: 20.4.0Compare Source
Node.js 20.4.0
v20.3.1
: 20.3.1Compare Source
Node.js 20.3.1
v20.3.0
: 20.3.0Compare Source
Node.js 20.3.0
v20.2.0
: 20.2.0Compare Source
Node.js 20.2.0
v20.1.0
: 20.1.0Compare Source
Node.js 20.1.0
v20.0.0
: 20.0.0Compare Source
Node.js 20.0.0
v18.20.7
: 18.20.7Compare Source
Node.js 18.20.7
v18.20.6
: 18.20.6Compare Source
Node.js 18.20.6
v18.20.5
: 18.20.5Compare Source
Node.js 18.20.5
v18.20.4
: 18.20.4Compare Source
Node.js 18.20.4
v18.20.3
: 18.20.3Compare Source
Node.js 18.20.3
v18.20.2
: 18.20.2Compare Source
Node.js 18.20.2
v18.20.1
: 18.20.1Compare Source
Node.js 18.20.1
v18.20.0
: 18.20.0Compare Source
Node.js 18.20.0
v18.19.1
: 18.19.1Compare Source
Node.js 18.19.1
v18.19.0
: 18.19.0Compare Source
Node.js 18.19.0
v18.18.2
: 18.18.2Compare Source
Node.js 18.18.2
v18.18.1
: 18.18.1Compare Source
Node.js 18.18.1
v18.18.0
: 18.18.0Compare Source
Node.js 18.18.0
v18.17.1
: 18.17.1Compare Source
Node.js 18.17.1
v18.17.0
: 18.17.0Compare Source
Node.js 18.17.0
v18.16.1
: 18.16.1Compare Source
Node.js 18.16.1
v18.16.0
: 18.16.0Compare Source
Node.js 18.16.0
v18.15.0
: 18.15.0Compare Source
Node.js 18.15.0
v18.14.2
: 18.14.2Compare Source
Node.js 18.14.2
v18.14.1
: 18.14.1Compare Source
Node.js 18.14.1
v18.14.0
: 18.14.0Compare Source
Node.js 18.14.0
v18.13.0
: 18.13.0Compare Source
Node.js 18.13.0
v18.12.1
: 18.12.1Compare Source
Node.js 18.12.1
v18.12.0
: 18.12.0Compare Source
Node.js 18.12.0
v18.11.0
: 18.11.0Compare Source
Node.js 18.11.0
v18.10.0
: 18.10.0Compare Source
Node.js 18.10.0
v18.9.1
: 18.9.1Compare Source
Node.js 18.9.1
v18.9.0
: 18.9.0Compare Source
Node.js 18.9.0
v18.8.0
: 18.8.0Compare Source
Node.js 18.8.0
v18.7.0
: 18.7.0Compare Source
Node.js 18.7.0
v18.6.0
: 18.6.0Compare Source
Node.js 18.6.0
v18.5.0
: 18.5.0Compare Source
Node.js 18.5.0
v18.4.0
: 18.4.0Compare Source
Node.js 18.4.0
v18.3.0
: 18.3.0Compare Source
Node.js 18.3.0
v18.2.0
: 18.2.0Compare Source
Node.js 18.2.0
v18.1.0
: 18.1.0Compare Source
Node.js 18.1.0
v18.0.0
: 18.0.0Compare Source
Node.js 18.0.0
v16.20.2
: 16.20.2Compare Source
Node.js 16.20.2
v16.20.1
: 16.20.1Compare Source
Node.js 16.20.1
v16.20.0
: 16.20.0Compare Source
Node.js 16.20.0
v16.19.1
: 16.19.1Compare Source
Node.js 16.19.1
v16.19.0
: 16.19.0Compare Source
Node.js 16.19.0
v16.18.1
: 16.18.1Compare Source
Node.js 16.18.1
v16.18.0
: 16.18.0Compare Source
Node.js 16.18.0
v16.17.1
: 16.17.1Compare Source
Node.js 16.17.1
v16.17.0
: 16.17.0Compare Source
Node.js 16.17.0
v16.16.0
: 16.16.0Compare Source
Node.js 16.16.0
v16.15.1
: 16.15.1Compare Source
Node.js 16.15.1
v16.15.0
: 16.15.0Compare Source
Node.js 16.15.0
v16.14.2
: 16.14.2Compare Source
Node.js 16.14.2
v16.14.1
: 16.14.1Compare Source
Node.js 16.14.1
v16.14.0
: 16.14.0Compare Source
Node.js 16.14.0
v16.13.2
: 16.13.2Compare Source
Node.js 16.13.2
v16.13.1
: 16.13.1Compare Source
Node.js 16.13.1
v16.13.0
: 16.13.0Compare Source
Node.js 16.13.0
v16.12.0
: 16.12.0Compare Source
Node.js 16.12.0
v16.11.1
: 16.11.1Compare Source
Node.js 16.11.1
v16.11.0
: 16.11.0Compare Source
Node.js 16.11.0
v16.10.0
: 16.10.0Compare Source
Node.js 16.10.0
v16.9.1
: 16.9.1Compare Source
Node.js 16.9.1
v16.9.0
: 16.9.0Compare Source
Node.js 16.9.0
v16.8.0
: 16.8.0Compare Source
Node.js 16.8.0
v16.7.0
: 16.7.0Compare Source
Node.js 16.7.0
v16.6.2
: 16.6.2Compare Source
Node.js 16.6.2
v16.6.1
: 16.6.1Compare Source
Node.js 16.6.1
v16.6.0
: 16.6.0Compare Source
Node.js 16.6.0
v16.5.0
: 16.5.0Compare Source
Node.js 16.5.0
v16.4.2
: 16.4.2Compare Source
Node.js 16.4.2
v16.4.1
: 16.4.1Compare Source
Node.js 16.4.1
v16.4.0
: 16.4.0Compare Source
Node.js 16.4.0
v16.3.0
: 16.3.0Compare Source
Node.js 16.3.0
v16.2.0
: 16.2.0[Compare Source](https://redirect.github.com/actions/node-versions/compare/16.1.0-812584101...
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.