-
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
chore(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
This PR contains the following updates:
v2
->v4
v2
->v4
^10.0.0
->^16.0.0
^10.0.0
->^11.0.0
^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
v3
Compare Source
actions/setup-node (actions/setup-node)
v4
Compare Source
v3
Compare Source
motdotla/dotenv (dotenv)
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.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)mozilla/pdf.js (pdfjs-dist)
v4.8.69
Compare Source
This release contains improvements for the annotation editor, font conversion, form rendering, image conversion and the viewer.
Changes since v4.7.76
pdfjs.config
by @timvandermeij in https://github.com/mozilla/pdf.js/pull/18858PDFDocument.fieldObjects
getter by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/18871PDFViewer
, withAbortSignal.any()
by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/18873ColorPicker
event listeners withAbortSignal.any()
(PR 18586 follow-up) by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/18874PDFDateString
class by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/18885AbortSignal
in theAltTextManager
class by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/18881removeEventListener
in theweb/app.js
file by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/18893PDFViewerApplication.bindEvents
by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/18898pdkids
PDF document to the repository by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/189021922766
) by @calixteman in https://github.com/mozilla/pdf.js/pull/18916MessageHandler
-class event handler function by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/18888AbortSignal
in theGrabToPan
class by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/18919canvas
package to version 3 by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/189224.8
by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/18924eslint-plugin-{fetch-options,html}
andeslint-config-prettier
dependencies by @timvandermeij in https://github.com/mozilla/pdf.js/pull/18927eslint-plugin-sort-exports
byeslint-plugin-perfectionist
by @timvandermeij in https://github.com/mozilla/pdf.js/pull/18929mask-image
duplication for the print/download buttons by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/18930Attach (recommended) or Link to PDF file
in the bug report template (PR 18535 follow-up) by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/18940BaseCMapReaderFactory
fetch-helper to return aUint8Array
by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/189331901223
) by @calixteman in https://github.com/mozilla/pdf.js/pull/18910ImageResizer._goodSquareLength
definition by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/18965CMapCompressionType
enumeration by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/189511910431
) by @calixteman in https://github.com/mozilla/pdf.js/pull/189671903588
) by @calixteman in https://github.com/mozilla/pdf.js/pull/18968StreamsSequenceStream
to skip sub-streams that are not actual Streams (issue 18973) by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/18974PDFDocument.fingerprints
-getter by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/17862toHexUtil
helper (PR 17862 follow-up) by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/18978L10n.#elements
eagerly since it's unused in MOZCENTRAL builds by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/18979hexNumbers
structure in thestringToUTF16HexString
helper by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/18993flushChunks
helper function, used ingetPdfManager
on the worker-thread by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/18992v4.7.76
Compare Source
This release contains improvements for accessibility, the annotation editor, annotation rendering, font conversion, form rendering, text selection, tiling pattern rendering and the viewer.
Changes since v4.6.82
pdfjs.config
by @timvandermeij in https://github.com/mozilla/pdf.js/pull/186781911994
) by @calixteman in https://github.com/mozilla/pdf.js/pull/186641883884
) by @calixteman in https://github.com/mozilla/pdf.js/pull/18427Headers
consistently in the differentIPDFStream
implementations by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/186731912001
) by @calixteman in https://github.com/mozilla/pdf.js/pull/186581911764
) by @calixteman in https://github.com/mozilla/pdf.js/pull/18670StructTreeLayerBuilder.render
method by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/186891708040
) by @calixteman in https://github.com/mozilla/pdf.js/pull/18692ColorPicker
class (PR 18674 follow-up) by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/18705AltText
class (PR 18674 follow-up) by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/18706Headers
in the differentIPDFStream
implementations by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/18682.visibleMediumView
from overriding already hidden elements (issue 18704, PR 18596 follow-up) by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/187071916714
) by @calixteman in https://github.com/mozilla/pdf.js/pull/187181917543
) by @calixteman in https://github.com/mozilla/pdf.js/pull/18719HighlightEditor._l10nPromise
field by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/187241918115
) by @calixteman in https://github.com/mozilla/pdf.js/pull/187371897909
) by @calixteman in https://github.com/mozilla/pdf.js/pull/187401919513
) by @calixteman in https://github.com/mozilla/pdf.js/pull/18760fs/promises
in the Node.js unit-tests (PR 17714 follow-up) by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/18772CanvasFactory
/FilterFactory
, rather than instances, togetDocument
by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/187764.7
by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/187771920515
) by @calixteman in https://github.com/mozilla/pdf.js/pull/187791171799
, bug1855695
) by @calixteman in https://github.com/mozilla/pdf.js/pull/18385typescript
to version 5.6.2 by @timvandermeij in https://github.com/mozilla/pdf.js/pull/187811917734
) by @calixteman in https://github.com/mozilla/pdf.js/pull/187901171799
) by @calixteman in https://github.com/mozilla/pdf.js/pull/18786splitToolbarButton
CSS class (PR 18385 follow-up) by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/18795#toolbarContainer
-blocks in the CSS (PR 18385 follow-up) by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/187961837738
) by @calixteman in https://github.com/mozilla/pdf.js/pull/18798transportFactory
initialization ingetDocument
by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/18785trackTransform
arguments fromCachedCanvases.getCanvas
-calls (PR 15281 follow-up) by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/187991911980
) by @calixteman in https://github.com/mozilla/pdf.js/pull/18793PDFLayerViewer
decides if the UI needs to updated on "optionalcontentconfigchanged" events by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/18829Configuration
📅 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.