Skip to content
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 dependency pkg to v5 #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 26, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pkg 4.3.1 -> 5.8.1 age adoption passing confidence

Release Notes

vercel/pkg (pkg)

v5.8.1

Compare Source

Patches
  • Producer: properly call "prebuild-install" if N-API is used: dd9de59
  • Chore: clean up obsolete eslint disable comments: #​1760
  • Chore: add prettier check in linting step: #​1764
  • Chore: separate individual test scripts: #​1759
  • Chore: use @types/babel__generator package: #​1755
  • Chore: remove unused entry: #​1766
  • Chore: upgrade actions runners: #​1767
  • Style: fix typo in test-99-#​1192/main.js: #​1790
  • Chore: bump prebuild-install@7.1.1: #​1788
  • Fix: add force flag to codesign to avoid already signed error: #​1756
Credits

Huge thanks to @​ignatiusmb, @​eltociear, @​PraveenAnaparthi, and @​brianunlam for helping!

v5.8.0

Compare Source

Highlights

  • Support more language features, including but not limited to classPrivateMethods (#​1248, #​1249)
    • Note: pkg uses Babel to trace dependencies. It does NOT transform your sources. You should make sure that your code can run on the target Node.js version.

What's Changed

New Contributors

Full Changelog: vercel/pkg@5.7.0...5.8.0

v5.7.0

Compare Source

Highlights

  • Node 18 is now supported!

What's Changed

New Contributors

Full Changelog: vercel/pkg@5.6.0...5.7.0

v5.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: vercel/pkg@5.5.2...5.6.0

v5.5.2

Compare Source

Patches
  • Bump to vercel/pkg-fetch@v3.2.6: #​1478
Credits

Huge thanks to @​jesec for helping!

v5.5.1

Compare Source

Patches
  • Bump to vercel/pkg-fetch@v3.2.5: 66e7e57

v5.5.0

Compare Source

  • Add support for node: protocol (#​1405)
  • ldid: explicitly mark signature as ad-hoc (#​1393)
  • .github: add issue templates (#​1366)
  • dependencies: bump (minor) (#​1360)
Credits

Huge thanks to @​jesec, @​asdfugil, and @​mallardduck for helping!

v5.4.1

Compare Source

Patches
  • Bump to vercel/pkg-fetch@v3.2.4: 628d077

v5.4.0

Compare Source

v5.3.3

Compare Source

Patches
  • Bootstrap: better support of .node files: #​1321
  • CI: master -> main: df02066
Credits

Huge thanks to @​robertsLando for helping!

v5.3.2

Compare Source

Patches
  • Bump to vercel/pkg-fetch@v3.2.3: #​1308
Credits

Huge thanks to @​jesec for helping!

v5.3.1

Compare Source

Changes
  • Bump to vercel/pkg-fetch@v3.2.1: 5813016
  • Bump to vercel/pkg-fetch@v3.2.2: 03c5e98
  • Allow to fallback to "ldid" for macOS ad-hoc signing: 8cd96a1
  • README: mention "ldid" utility on Linux for macOS signing: d65eb64

v5.3.0

Compare Source

Changes
  • Bump browserslist from 4.16.3 to 4.16.6: 760b9c4
  • README: remove dead dependency badges: 9c6973d
  • README: use "HEAD" instead of "master" for links, see nodejs/node@26e318a: 010cf84
  • README: update the target list: 491941b
  • README: link to vercel/pkg-fetch in the "Build" section: 709d711
  • README: add notes about building for different archs: bd5f361
  • README: add notes about "macos-arm64": 447b2db
  • README: add notes about "linuxstatic" and native bindings: e8a2c63
  • Squashed revert "allow to compress files in virtual file system ": #​1115
  • Bootstrap: remove support for Node < 8: a22fd80
  • Bootstrap: use "const"/"let" instead of "var", require at top: 208e241
  • Test-50-fs-runtime-layer-3: use "Buffer.from" instead of "new Buffer": d696260
  • Test: add tests for #​1191 and #​1192: bcec96c
  • Producer: improve readability and remove backed up native addon at the end: 80103dd
  • InjectSnapshot: always use "C:\snapshot" on win: #​1212
  • Eslint: use airbnb-base rules for TypeScript as well: 38a9a8c
  • Fixes "@​typescript-eslint/naming-convention": ff56872
  • Fixes "no-nested-ternary": 30b25ab
  • Remove unused "appveyor.yml": 5c82b6d
  • Tsconfig: bump target to "es2017" as Node 8 is the minimum: 2070696
  • Revert^2 "allow to compress files in virtual file system " (#​1200): #​1115
Credits

Huge thanks to @​erossignon and @​jesec for helping!

v5.2.1

Compare Source

Patches
  • Prelude: create tmpFolder only when needed for decompression: 82ce625
  • Bump to vercel/pkg-fetch@v3.1.1: 1f3e235

v5.2.0

Compare Source

Changes
  • Feature: allow to compress files in virtual file system: #​1115
  • Test-50-fs-runtime-layer-2: remove unnecessary assertion on hint: 551d07d
  • Feature: allow macOS code signing by including payload in str table: be5c2ae
  • Ad-hoc sign the fabricator binary temporarily to generate bytecode on macOS: 0b55f9a
  • Add support for fs.realpath.native: #​1173
  • Bump hosted-git-info from 2.8.8 to 2.8.9: #​1177
  • Add a warning about the macOS mandatory code signing requirement: #​1176
  • Fs.createReadStream and --compress: #​1158
  • Bump to vercel/pkg-fetch@v3.1.0: 6fac6dc
Credits

Huge thanks to @​erossignon, @​Infern1, and @​jesec for helping!

v5.1.0

Compare Source

Changes
  • Test: bump expected major to 5: #​1145
  • Improve doc to explain how to pass multiple baked options (#​1133): #​1132
  • Use "linuxstatic" to generate bytecode for different arch on Linux: #​1144
  • Fix .node loading issue on windows (#​1143): #​1335
  • Support RegExp mountpoints: #​1121
  • Bump to vercel/pkg-fetch@v3.0.4: 36c28f9
  • CI: add Node 16 to matrix: 6adde0f
  • Test: test with Node 16: 655ee18
Credits

Huge thanks to @​jesec and @​phated for helping!

v5.0.0

Compare Source

Changes
  • Update release script.: #​1102
  • Update all dependencies to latest.: #​1062
  • Add Windows builds on CI.: #​1105
  • Add section about bytecode flag to README.md: #​1106
  • Typo fix in readme: #​1108
  • Feat(parser): handle template literal without expressions: #​981
  • Add support for symlink and pnpm.: #​1060
  • Update License Zeit -> Vercel.: #​1113
  • Extend ESLint to test files.: #​1107
  • Remove coverage badge from README.: #​1114
  • TypeScript Rewrite: #​1099
  • Skip pnpm tests when nodeversion is < 12: #​1122
  • Test: add unit test for #​775: #​1118
  • Support mkdir at mountpoints: #​1120
  • Bump to vercel/pkg-fetch@v3.0.1: 14fb420
  • Cleanup dependencies: 5a97ee2
  • Don't mix objects of different types: bba8148
  • Fix pkg-fetch types: 247d1d5
  • Drop references to Node < 8: 6ecd52a
  • Test: add node14 to fetch-all: 63f4ce0
  • Fix isPublic check for licenses array: #​1140
  • Bump to vercel/pkg-fetch@v3.0.2: 211da6e
  • Bump to vercel/pkg-fetch@v3.0.3: #​1142
pkg-fetch v2 -> v3

vercel/pkg-fetch@v3.0

Credits

Huge thanks to @​erossignon, @​whexberg, @​BlackYuzia, @​DevSide, @​hipstersmoothie, @​phated, @​Hypfer, and @​jesec for helping!

v4.5.1

Compare Source

  • Added documentation about NODE_OPTIONS: #​996
  • Bootstrap: adjust for internalModuleReadJSON of newer Node.js: a20111e
  • Bootstrap: support both old and new internalModuleReadJSON: 9598890
  • Chore: add ci, stale workflows and dependabot: #​1074
  • Set up and run Prettier over entire codebase.: #​1076
  • Drop dependabot.yml in favor of repo settings.: #​1092
  • Remove incorrect \?\ prefix on windows and fs.promises fixes: #​1095
  • Upgrade ESLint + move to eslint-config-airbnb-base.: #​1088
  • Promisified exec and execFile should return a promise with ChildProcess instance attached: #​880
  • Chore: make pkg-fetch dep static (temporarily).: #​1100
  • Add pkg.outputPath as a configuration option.: #​574
Credits

Huge thanks to @​SnakeDrak, @​robertsLando, @​hipstersmoothie, @​onip, and @​Symbitic for helping!

v4.5.0

Compare Source

  • Branding change (#​939)
  • Update badges in README (#​949)
  • update tests test for node 14 CI (#​977)
  • Bump lodash from 4.17.15 to 4.17.19 (#​945)
  • Added environment var section on Readme (#​684)
  • Add missing stat.isSocket (#​720)
  • Fix configuration for node-notifier (#​1021)
  • Add support for Node native addons (#​837)
  • docs: MAKE_JOB_COUNT and PKG_IGNORE_TAG env var (#​1053)
  • Bugfix for fs.readdir(), fs.readdirSync() (#​992)
  • Replace deprecated assert.equal and assert.deepEqual. (#​1063)
  • Update ZEIT to Vercel in package.json. (#​1064)
  • Add cross-platform support for dot-node files. (#​1066)

v4.4.9

Compare Source

v4.4.8

Compare Source

v4.4.7

Compare Source

v4.4.6

Compare Source

v4.4.5

Compare Source

v4.4.4

Compare Source

v4.4.3

Compare Source

v4.4.2

Compare Source

v4.4.1

Compare Source

v4.4.0

Compare Source

v4.3.8

Compare Source

v4.3.7

Compare Source

v4.3.6

Compare Source

v4.3.5

Compare Source

v4.3.4

Compare Source

Patches
  • Updated link to Spectrum: #​499

v4.3.3

Compare Source

  • switch from acorn to @​babel/parser. fixes #​206 (object spread)
  • switch from babel-preset-es2015 to babel-preset-env
  • switch from simple-bufferstream to into-stream. fixes #​442
  • test for undo patch for PKG_INVOKE_NODEJS
  • proper error messages for node 10 emulation

v4.3.2

Compare Source

  • support node 10.4.1 and 8.11.3
  • readme: usage of max_old_space_size. fixes #​447
  • refactor: pass marker separately from record to all fns
  • filter out bakes that don't influence the bytecode. fixes #​308
  • dictionary: negotiator. fixes #​387

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants