This repository was archived by the owner on Apr 24, 2025. It is now read-only.
chore(deps): update dependency extract-files to v13#390
Open
renovate[bot] wants to merge 1 commit intonextfrom
Open
chore(deps): update dependency extract-files to v13#390renovate[bot] wants to merge 1 commit intonextfrom
renovate[bot] wants to merge 1 commit intonextfrom
Conversation
7975f49 to
8e5efff
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
^11.0.0->^13.0.0Release Notes
jaydenseric/extract-files (extract-files)
v13.0.0Compare Source
Major
^14.17.0 || ^16.0.0 || >= 18.0.0.node:URL scheme for Node.js builtin module imports in tests.Patch
actions/checkoutto v3.actions/setup-nodeto v3.jsconfig.json:compilerOptions.maxNodeModuleJsDepthto10.compilerOptions.moduletonodenext.not IE > 0from the Browserslist query.Recordtypes with index signatures.v12.0.0Compare Source
Major
Updated Node.js support to
^12.22.0 || ^14.17.0 || >= 16.0.0.Added a new
is-plain-objdependency that is ESM.Updated dev dependencies, some of which require newer Node.js versions than previously supported.
Public modules are now individually listed in the package
filesandexportsfields.Removed
./packagefrom the packageexportsfield; the fullpackage.jsonfilename must be used in arequirepath.Removed the package main index module; deep imports must be used.
Shortened public module deep import paths, removing the
/public/.The API is now ESM in
.mjsfiles instead of CJS in.jsfiles, accessible viaimportbut notrequire.Implemented TypeScript types via JSDoc and
@deno-typescomments, fixing #7.Changed the function
extractFilesparameters. The previously thirdisExtractableFileparameter has been renamedisExtractable, is now the second parameter, and no longer defaults to the functionisExtractableFileto avoid a redundant import when a custom function is specified.The function
extractFilesnow does basic runtime argument type validation.The function
extractFilesnow also deep clones “plain” objects that aren’tObjectinstances (e.g.Object.create(null)).Removed out of the box React Native support. The class
ReactNativeFileis no longer exported, or matched by the functionisExtractableFile.This class was bloating non React Native environments with an extra module, increasing bundle sizes when building and adding an extra step to ESM loading waterfalls in browsers.
It’s the responsibility of Facebook to adhere to web standards and implement spec-complaint
File,Glob, andFormDataglobals in the React Native environment.In the meantime, React Native projects can manually implement a class
ReactNativeFileand match it with a custom functionisReactNativeFilefor use with the functionextractFiles.Patch
typesscript.jsdoc-mddev dependency and the related package scripts, replacing the readme “API” section with a manually written “Exports” section.assertBundleSizefunction to assert module bundle size in tests:extractFilesfunction test bug.extractFilesfunction test clarifying that object properties withSymbolkeys don’t get cloned.singleQuoteto the default,false.license.mdMIT License file, fixing #19 via #20.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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.