Bump @protobufjs/utf8 from 1.1.0 to 1.1.1 - #15
Conversation
Bumps [@protobufjs/utf8](https://github.com/dcodeIO/protobuf.js) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/dcodeIO/protobuf.js/releases) - [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md) - [Commits](protobufjs/protobuf.js@protobufjs-cli-v1.1.0...protobufjs-cli-v1.1.1) --- updated-dependencies: - dependency-name: "@protobufjs/utf8" dependency-version: 1.1.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 3fb7306d3e
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| '@tailwindcss/oxide-linux-x64-gnu@4.2.1': | ||
| resolution: {integrity: sha512-qMFzxI2YlBOLW5PhblzuSWlWfwLHaneBE0xHzLrBgNtqN6mWfs+qYbhryGSXQjFYB1Dzf5w+LN5qbUTPhW7Y5g==} | ||
| engines: {node: '>= 20'} | ||
| cpu: [x64] | ||
| os: [linux] |
There was a problem hiding this comment.
Preserve libc filters for native optional packages
On Linux x64 installs, dropping the libc selector from these native optional package stanzas makes pnpm treat both glibc and musl builds as installable. I verified with pnpm install --frozen-lockfile --ignore-scripts in this repo: this lockfile links both @tailwindcss/oxide-linux-x64-gnu and @tailwindcss/oxide-linux-x64-musl, while the parent lockfile with libc: [glibc] only links the GNU package. The same pattern is repeated for Rollup, sharp/libvips, and lightningcss, so Docker/CI installs will carry the wrong native binaries and larger node_modules unless the libc filters are restored.
Useful? React with 👍 / 👎.
Bumps @protobufjs/utf8 from 1.1.0 to 1.1.1.
Release notes
Sourced from @protobufjs/utf8's releases.
Commits
644d588chore: release master (#1865)e42eea4fix(cli): fix relative path to Google pb files (#1859)dce9a2efix: use bundled filename to fix common pb includes (#1860)64e8936fix: use ES5 style function syntax (#1830)4489fa7Revert "fix: error should be thrown (#1817)" (#1864)Dependabot 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)You can disable automated security fix PRs for this repo from the Security Alerts page.