-
Notifications
You must be signed in to change notification settings - Fork 29
Use tag instead of hash to fix updating #1816
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
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for content-scope-scripts ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Temporary Branch UpdateThe temporary branch has been updated with the latest changes. Below are the details:
Please use the above install command to update to the latest version. |
[Beta] Generated file diffTime updated: Wed, 16 Jul 2025 10:39:44 GMT |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Test Incorrectly Reads Project Dependencies
The dependency-format.spec.js
test incorrectly attempts to read project-level dependencies from injected/package.json
using ../package.json
. It should instead target the root package.json
with ../../package.json
.
injected/unit-test/dependency-format.spec.js#L8-L9
const __dirname = path.dirname(__filename); | |
const pkg = JSON.parse(fs.readFileSync(path.join(__dirname, '../package.json'), 'utf-8')); |
Was this report helpful? Give feedback by reacting with 👍 or 👎
Asana Task/Github Issue: duckduckgo/privacy-configuration#3436
Description
Ensure we use the tag version of the config.
Testing Steps
Checklist
Please tick all that apply: