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: pin @vercel/webpack-asset-relocator-loader #38981

Merged
merged 1 commit into from
May 17, 2024

Conversation

pieh
Copy link
Contributor

@pieh pieh commented May 17, 2024

Description

https://github.com/vercel/webpack-asset-relocator-loader/releases/tag/v1.7.4 that was released yesterday cause troubles and fails builds with engines now with error like:

ReferenceError: __nccwpck_require__ is not defined
  
  - index.js:7160 module.exports
    /tmp/tmp.uHDtGPCssB/integration-tests/lmdb-regeneration/.cache/query-engine/    index.js:7160:26
  
  - index.js:267372 __webpack_require__
    /tmp/tmp.uHDtGPCssB/integration-tests/lmdb-regeneration/.cache/query-engine/    index.js:267372:42
  
  - index.js:246 Object.<anonymous>
    /tmp/tmp.uHDtGPCssB/integration-tests/lmdb-regeneration/.cache/query-engine/    index.js:246:19
  
  - index.js:267372 __webpack_require__
    /tmp/tmp.uHDtGPCssB/integration-tests/lmdb-regeneration/.cache/query-engine/    index.js:267372:42
  
  - index.js:115 Object.defineProperty.value
    /tmp/tmp.uHDtGPCssB/integration-tests/lmdb-regeneration/.cache/query-engine/    index.js:115:13
  
  - index.js:267372 __webpack_require__
    /tmp/tmp.uHDtGPCssB/integration-tests/lmdb-regeneration/.cache/query-engine/    index.js:267372:42
  
  - index.js:94 getCache
    /tmp/tmp.uHDtGPCssB/integration-tests/lmdb-regeneration/.cache/query-engine/    index.js:94:30
  
  - index.js:28 exports.__esModule
    /tmp/tmp.uHDtGPCssB/integration-tests/lmdb-regeneration/.cache/query-engine/    index.js:28:60
  
  - index.js:267372 __webpack_require__
    /tmp/tmp.uHDtGPCssB/integration-tests/lmdb-regeneration/.cache/query-engine/    index.js:267372:42
  
  - index.js:267543 
    /tmp/tmp.uHDtGPCssB/integration-tests/lmdb-regeneration/.cache/query-engine/    index.js:267543:1

so this pins it to previous patch version that did work

Documentation

Tests

Related Issues

@gatsbot gatsbot bot added the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label May 17, 2024
@pieh pieh removed the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label May 17, 2024
@pieh pieh marked this pull request as ready for review May 17, 2024 11:32
@pieh pieh merged commit e4c51f2 into master May 17, 2024
35 of 36 checks passed
@pieh pieh deleted the fix/pin-asset-relocator-version branch May 17, 2024 11:42
pieh added a commit that referenced this pull request May 17, 2024
pieh added a commit that referenced this pull request May 17, 2024
pieh added a commit that referenced this pull request May 17, 2024
(cherry picked from commit e4c51f2)

Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
pieh added a commit that referenced this pull request May 17, 2024
* chore: pin @vercel/webpack-asset-relocator-loader (#38981)

(cherry picked from commit e4c51f2)

* ignore engines

* ignore engines2

* ignore engines3

* ignore engines4

* ignore engines5

---------

Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Published
Development

Successfully merging this pull request may close these issues.

2 participants