Bump @duckduckgo/pixel-schema from v1.0.8 to v2.0.5#3400
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
Bump @duckduckgo/pixel-schema from v1.0.8 to v2.0.5#3400dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [@duckduckgo/pixel-schema](https://github.com/duckduckgo/pixel-schema) from v1.0.8 to v2.0.5. - [Release notes](https://github.com/duckduckgo/pixel-schema/releases) - [Commits](duckduckgo/pixel-schema@b43d94f...c548435) --- updated-dependencies: - dependency-name: "@duckduckgo/pixel-schema" dependency-version: c5484356834c49a55c4a173fe40cbfc042d47850 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
| "@duckduckgo/content-scope-scripts": "github:duckduckgo/content-scope-scripts#13.0.0", | ||
| "@duckduckgo/ddg2dnr": "file:packages/ddg2dnr", | ||
| "@duckduckgo/jsbloom": "^1.0.2", | ||
| "@duckduckgo/pixel-schema": "github:duckduckgo/pixel-schema#v1.0.8", |
There was a problem hiding this comment.
Lockfile missing pixel-schema from dependencies section
Medium Severity
package.json lists @duckduckgo/pixel-schema in both dependencies (line 72) and devDependencies (line 39), but the package-lock.json root entry only has it in devDependencies — it was removed from the dependencies section. Before this commit, the lockfile had the entry in both sections. This desync means npm ci may fail because the lockfile doesn't match package.json, or the package may incorrectly resolve as dev-only.
Please tell me if this was useful or not with a 👍 or 👎.
Additional Locations (1)
Contributor
Author
|
Superseded by #3433. |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.


Bumps @duckduckgo/pixel-schema from v1.0.8 to v2.0.5.
Release notes
Sourced from
@duckduckgo/pixel-schema's releases.... (truncated)
Commits
c548435fix missing js-yaml depd139b7d2.0.50a35421Merge pull request #52 from duckduckgo/la/wide-events320c80a4handle option version in product.json (via main update)c54bc8cMerge branch 'main' into la/wide-events3115066arestore version test conditione67d68frestore "additionalProperties": false for props0fbff29remove propertyDefinition & objectDefinition47e39faEnsure pixel debug script is set to executable #56af50ece2.0.4Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Low Risk
Dependency-only change (schema/validation tooling) with no production logic modifications; main risk is CI/build breakage due to updated transitive deps and validator scripts.
Overview
Bumps
@duckduckgo/pixel-schemafromv1.0.8tov2.0.5in bothdependenciesanddevDependencies.Updates the lockfile to the new git commit and dependency set, including new transitive deps (e.g.,
js-yaml,typescript,@types/nodeviaundici-types) and new/changed bundled CLI validators (addsvalidate-ddg-pixel-logs, dropsvalidate-ddg-live-pixel).Written by Cursor Bugbot for commit a7b5dc1. This will update automatically on new commits. Configure here.