Skip to content

Commit d642b41

Browse files
feat(deps): bump @sentry/cli from 2.28.6 to 2.29.1 (#10908)
Bumps [@sentry/cli](https://github.com/getsentry/sentry-cli) from 2.28.6 to 2.29.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-cli/releases"><code>@​sentry/cli</code>'s releases</a>.</em></p> <blockquote> <h2>2.29.1</h2> <p>Updated version 2.29.0 changelog. No code changes.</p> <h2>2.29.0</h2> <h3>Source maps fixes</h3> <p>This release fixes the behavior of <code>sourcemaps inject</code> and <code>sourcemaps upload</code>. We now treat minified and non-minified source files the same way in both commands, which was always the desired behavior, and is also consistent with our JS bundler plugins.</p> <p><strong>Please be aware that from now on, <code>sourcemaps inject</code> will inject debug IDs into all JS source files at the path provided to the command.</strong> If you only wish for some of the files to have debug IDs injected, you need to modify the path(s) passed to <code>sourcemaps inject</code> or you need to use the <code>--ignore</code> or <code>--ignore-file</code> options to exclude the files you do not wish to inject the debug IDs into.</p> <p>In the <code>sourcemaps upload</code> command, we have eliminated the &quot;Minified Scripts&quot; section in the Source Maps Upload Report. Instead, these minified scripts will appear under &quot;Scripts.&quot;</p> <h3>Auth token validation</h3> <p>Sentry CLI now validates that you have provided an auth token whenever you run a command that requires authentication to succeed. If you fail to provide an auth token when running such a command, the Sentry CLI will exit with an error message explaining that the auth token is required but missing.</p> <h3>Other fixes &amp; improvements</h3> <ul> <li>fix(sourcemaps): Add <code>.cjs</code> and <code>.mjs</code> to default <code>sourcemaps upload</code> extensions (<a href="https://redirect.github.com/getsentry/sentry-cli/issues/1961">#1961</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>fix(xcode): Only parse Plist when required during RN source maps upload (<a href="https://redirect.github.com/getsentry/sentry-cli/issues/1940">#1940</a>) by <a href="https://github.com/krystofwoldrich"><code>@​krystofwoldrich</code></a></li> <li>fix(files): Fail when deleting all files fails with 404 error (<a href="https://redirect.github.com/getsentry/sentry-cli/issues/1949">#1949</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>fix: support windows on arm via x64 binary (<a href="https://redirect.github.com/getsentry/sentry-cli/issues/1943">#1943</a>) by <a href="https://github.com/MarshallOfSound"><code>@​MarshallOfSound</code></a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md"><code>@​sentry/cli</code>'s changelog</a>.</em></p> <blockquote> <h2>2.29.1</h2> <p>Updated version 2.29.0 changelog. No code changes.</p> <h2>2.29.0</h2> <h3>Source maps fixes</h3> <p>This release fixes the behavior of <code>sourcemaps inject</code> and <code>sourcemaps upload</code>. We now treat minified and non-minified source files the same way in both commands, which was always the desired behavior, and is also consistent with our JS bundler plugins.</p> <p><strong>Please be aware that from now on, <code>sourcemaps inject</code> will inject debug IDs into all JS source files at the path provided to the command.</strong> If you only wish for some of the files to have debug IDs injected, you need to modify the path(s) passed to <code>sourcemaps inject</code> or you need to use the <code>--ignore</code> or <code>--ignore-file</code> options to exclude the files you do not wish to inject the debug IDs into.</p> <p>In the <code>sourcemaps upload</code> command, we have eliminated the &quot;Minified Scripts&quot; section in the Source Maps Upload Report. Instead, these minified scripts will appear under &quot;Scripts.&quot;</p> <h3>Auth token validation</h3> <p>Sentry CLI now validates that you have provided an auth token whenever you run a command that requires authentication to succeed. If you fail to provide an auth token when running such a command, the Sentry CLI will exit with an error message explaining that the auth token is required but missing.</p> <h3>Other fixes &amp; improvements</h3> <ul> <li>fix(sourcemaps): Add <code>.cjs</code> and <code>.mjs</code> to default <code>sourcemaps upload</code> extensions (<a href="https://redirect.github.com/getsentry/sentry-cli/issues/1961">#1961</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>fix(xcode): Only parse Plist when required during RN source maps upload (<a href="https://redirect.github.com/getsentry/sentry-cli/issues/1940">#1940</a>) by <a href="https://github.com/krystofwoldrich"><code>@​krystofwoldrich</code></a></li> <li>fix(files): Fail when deleting all files fails with 404 error (<a href="https://redirect.github.com/getsentry/sentry-cli/issues/1949">#1949</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>fix: support windows on arm via x64 binary (<a href="https://redirect.github.com/getsentry/sentry-cli/issues/1943">#1943</a>) by <a href="https://github.com/MarshallOfSound"><code>@​MarshallOfSound</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getsentry/sentry-cli/commit/7edd5f6ca0dc155caf41b25e82dad3730fd940db"><code>7edd5f6</code></a> Update CHANGELOG.md</li> <li><a href="https://github.com/getsentry/sentry-cli/commit/d765edd75695d1efb6f7766232e65062dec1bab1"><code>d765edd</code></a> release: 2.29.1</li> <li><a href="https://github.com/getsentry/sentry-cli/commit/7e76944c66bcc0c49b50ed401e97d441b9ae1580"><code>7e76944</code></a> docs: Update changelog (<a href="https://redirect.github.com/getsentry/sentry-cli/issues/1966">#1966</a>)</li> <li><a href="https://github.com/getsentry/sentry-cli/commit/cbbace15961443055a649cf4fb4e45aeedceb6f8"><code>cbbace1</code></a> Merge branch 'release/2.29.0'</li> <li><a href="https://github.com/getsentry/sentry-cli/commit/876c624105438872a8ef655af64a5eda339a7c96"><code>876c624</code></a> release: 2.29.0</li> <li><a href="https://github.com/getsentry/sentry-cli/commit/708f4575e91c758eec6e18a1758f7135475cdcd7"><code>708f457</code></a> fix(sourcemaps): Remove distinction between <code>Source</code> and <code>MinifiedSource</code> for...</li> <li><a href="https://github.com/getsentry/sentry-cli/commit/a1fb39aefbd682355e45d5a4c9e354a00d9cbf67"><code>a1fb39a</code></a> Add clarifying comment to RN sourcemaps upload test (<a href="https://redirect.github.com/getsentry/sentry-cli/issues/1965">#1965</a>)</li> <li><a href="https://github.com/getsentry/sentry-cli/commit/6bef09e51b5ae3a947a410ad2f2c05f288c863b3"><code>6bef09e</code></a> fix: Merge &quot;Scripts&quot; and &quot;Minified Scripts&quot; under sourcemaps upload report (#...</li> <li><a href="https://github.com/getsentry/sentry-cli/commit/5708458bbee53c0b0ce4726c95af50b848a55481"><code>5708458</code></a> fix(sourcemaps): Add <code>.cjs</code> and <code>.mjs</code> to default <code>sourcemaps upload</code> extensi...</li> <li><a href="https://github.com/getsentry/sentry-cli/commit/5657d867bcaa9d2f72ca249151704f941709587d"><code>5657d86</code></a> fix(xcode): Only parse Plist when required during RN source maps upload (<a href="https://redirect.github.com/getsentry/sentry-cli/issues/1940">#1940</a>)</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-cli/compare/2.28.6...2.29.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@sentry/cli&package-manager=npm_and_yarn&previous-version=2.28.6&new-version=2.29.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) Dependabot will merge this PR once it's up-to-date and CI passes on it, as requested by @AbhiPrasad. [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 97bbb8c commit d642b41

File tree

2 files changed

+46
-46
lines changed

2 files changed

+46
-46
lines changed

packages/remix/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"dependencies": {
3737
"@remix-run/router": "1.x",
38-
"@sentry/cli": "^2.28.6",
38+
"@sentry/cli": "^2.29.1",
3939
"@sentry/core": "8.0.0-alpha.0",
4040
"@sentry/node-experimental": "8.0.0-alpha.0",
4141
"@sentry/react": "8.0.0-alpha.0",

yarn.lock

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -5771,40 +5771,40 @@
57715771
magic-string "0.27.0"
57725772
unplugin "1.0.1"
57735773

5774-
"@sentry/cli-darwin@2.28.6":
5775-
version "2.28.6"
5776-
resolved "https://registry.yarnpkg.com/@sentry/cli-darwin/-/cli-darwin-2.28.6.tgz#83f9127de77e2a2d25eb143d90720b3e9042adc1"
5777-
integrity sha512-KRf0VvTltHQ5gA7CdbUkaIp222LAk/f1+KqpDzO6nB/jC/tL4sfiy6YyM4uiH6IbVEudB8WpHCECiatmyAqMBA==
5778-
5779-
"@sentry/cli-linux-arm64@2.28.6":
5780-
version "2.28.6"
5781-
resolved "https://registry.yarnpkg.com/@sentry/cli-linux-arm64/-/cli-linux-arm64-2.28.6.tgz#6bb660e5d8145270e287a9a21201d2f9576b0634"
5782-
integrity sha512-caMDt37FI752n4/3pVltDjlrRlPFCOxK4PHvoZGQ3KFMsai0ZhE/0CLBUMQqfZf0M0r8KB2x7wqLm7xSELjefQ==
5783-
5784-
"@sentry/cli-linux-arm@2.28.6":
5785-
version "2.28.6"
5786-
resolved "https://registry.yarnpkg.com/@sentry/cli-linux-arm/-/cli-linux-arm-2.28.6.tgz#73d466004ac445d9258e83a7b3d4e0ee6604e0bd"
5787-
integrity sha512-ANG7U47yEHD1g3JrfhpT4/MclEvmDZhctWgSP5gVw5X4AlcI87E6dTqccnLgvZjiIAQTaJJAZuSHVVF3Jk403w==
5788-
5789-
"@sentry/cli-linux-i686@2.28.6":
5790-
version "2.28.6"
5791-
resolved "https://registry.yarnpkg.com/@sentry/cli-linux-i686/-/cli-linux-i686-2.28.6.tgz#f7175ca639ee05cf12d808f7fc31d59d6e2ee3b9"
5792-
integrity sha512-Tj1+GMc6lFsDRquOqaGKXFpW9QbmNK4TSfynkWKiJxdTEn5jSMlXXfr0r9OQrxu3dCCqEHkhEyU63NYVpgxIPw==
5793-
5794-
"@sentry/cli-linux-x64@2.28.6":
5795-
version "2.28.6"
5796-
resolved "https://registry.yarnpkg.com/@sentry/cli-linux-x64/-/cli-linux-x64-2.28.6.tgz#df0af8d6c8c8c880eb7345c715a4dfa509544a40"
5797-
integrity sha512-Dt/Xz784w/z3tEObfyJEMmRIzn0D5qoK53H9kZ6e0yNvJOSKNCSOq5cQk4n1/qeG0K/6SU9dirmvHwFUiVNyYg==
5798-
5799-
"@sentry/cli-win32-i686@2.28.6":
5800-
version "2.28.6"
5801-
resolved "https://registry.yarnpkg.com/@sentry/cli-win32-i686/-/cli-win32-i686-2.28.6.tgz#0df19912d1823b6ec034b4c4c714c7601211c926"
5802-
integrity sha512-zkpWtvY3kt+ogVaAbfFr2MEkgMMHJNJUnNMO8Ixce9gh38sybIkDkZNFnVPBXMClJV0APa4QH0EwumYBFZUMuQ==
5803-
5804-
"@sentry/cli-win32-x64@2.28.6":
5805-
version "2.28.6"
5806-
resolved "https://registry.yarnpkg.com/@sentry/cli-win32-x64/-/cli-win32-x64-2.28.6.tgz#2344a206be3b555ec6540740f93a181199962804"
5807-
integrity sha512-TG2YzZ9JMeNFzbicdr5fbtsusVGACbrEfHmPgzWGDeLUP90mZxiMTjkXsE1X/5jQEQjB2+fyfXloba/Ugo51hA==
5774+
"@sentry/cli-darwin@2.29.1":
5775+
version "2.29.1"
5776+
resolved "https://registry.yarnpkg.com/@sentry/cli-darwin/-/cli-darwin-2.29.1.tgz#09f84f2af156bac446733117b48f5d743d90467f"
5777+
integrity sha512-FfYkME4stq6q1sWWsxFAjTa1pxc+GV+HTHYcnajqU+X0rQReoOvFvi00AHua1qKy8+lH5/RgEvMJcDBdoa0h3A==
5778+
5779+
"@sentry/cli-linux-arm64@2.29.1":
5780+
version "2.29.1"
5781+
resolved "https://registry.yarnpkg.com/@sentry/cli-linux-arm64/-/cli-linux-arm64-2.29.1.tgz#5ecc844aa50178f7a6ab31eb28deea0fea7f5119"
5782+
integrity sha512-xcwNMJDC10kbi7T1kXRtZCMfgBtD3qLRgYEHJR0UuTONF+pF80uacdde+7oABW+rA3jy2G+4+cR5pN9M2x8wGQ==
5783+
5784+
"@sentry/cli-linux-arm@2.29.1":
5785+
version "2.29.1"
5786+
resolved "https://registry.yarnpkg.com/@sentry/cli-linux-arm/-/cli-linux-arm-2.29.1.tgz#54d418fff574faf6bd23b57d5a6df62f637e36d6"
5787+
integrity sha512-lqOsmAVVgRYZzNyGQA1jnmALx0LnZ/Z7zc8/2TFrQYT7FUps5FP3yDDKlsUTaB8Z8A0++k7AqFgwlIeJw7+mPQ==
5788+
5789+
"@sentry/cli-linux-i686@2.29.1":
5790+
version "2.29.1"
5791+
resolved "https://registry.yarnpkg.com/@sentry/cli-linux-i686/-/cli-linux-i686-2.29.1.tgz#d4131f36effc51b12b2f1bbef6c03b8361fac877"
5792+
integrity sha512-yOe7YEx42vl0Q8MgkbQmLbRe2KjijjMP+l9DYAfbOJHdTJ+3tNfBcRqFXsVNiobGxUeaVE5oDkOJ+7iGGgM2HA==
5793+
5794+
"@sentry/cli-linux-x64@2.29.1":
5795+
version "2.29.1"
5796+
resolved "https://registry.yarnpkg.com/@sentry/cli-linux-x64/-/cli-linux-x64-2.29.1.tgz#922277cacba03fc7d8634b0efc3257c99a622e11"
5797+
integrity sha512-fzKh/lRwzZSb+QIebuWN9qXXABGarsL9V2xONGwWv202AueK0WFxr6/ADsE7OlmM/4cDby5Sd+oMKos2eeVcVA==
5798+
5799+
"@sentry/cli-win32-i686@2.29.1":
5800+
version "2.29.1"
5801+
resolved "https://registry.yarnpkg.com/@sentry/cli-win32-i686/-/cli-win32-i686-2.29.1.tgz#93bc1b88832b498537da94a7cf8f3a688ce635b2"
5802+
integrity sha512-qdzg2nCSLfMgwhH7HLb6nPngJgbDvcOfDPtF+Y7axoe18iiQW0Ju7M9/e30t8vaOcUz9ZowQgFvxdgYlHJ3jMw==
5803+
5804+
"@sentry/cli-win32-x64@2.29.1":
5805+
version "2.29.1"
5806+
resolved "https://registry.yarnpkg.com/@sentry/cli-win32-x64/-/cli-win32-x64-2.29.1.tgz#1bc0a746f3a94f7ed21108095e9cb5c9f585b7ad"
5807+
integrity sha512-CtGuRmwJ06WVMyVOq/Oa0l/1fI7rSAxcAlCzVAvj1p09aLXAGObGXmljXUeQ1jxE/Ll4yRAo9TjA8Y+vxPtkJw==
58085808

58095809
"@sentry/cli@^1.74.4", "@sentry/cli@^1.77.1":
58105810
version "1.77.1"
@@ -5818,24 +5818,24 @@
58185818
proxy-from-env "^1.1.0"
58195819
which "^2.0.2"
58205820

5821-
"@sentry/cli@^2.22.3", "@sentry/cli@^2.28.6":
5822-
version "2.28.6"
5823-
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-2.28.6.tgz#645f31b9e742e7bf7668c8f867149359e79b8123"
5824-
integrity sha512-o2Ngz7xXuhwHxMi+4BFgZ4qjkX0tdZeOSIZkFAGnTbRhQe5T8bxq6CcQRLdPhqMgqvDn7XuJ3YlFtD3ZjHvD7g==
5821+
"@sentry/cli@^2.22.3", "@sentry/cli@^2.29.1":
5822+
version "2.29.1"
5823+
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-2.29.1.tgz#1089aabbdd2b5c34263f1de7e89bbed5b7dc06ef"
5824+
integrity sha512-STtuGm8vdR4ifR3I6mFmt9y7Dk9QzeOvpyXEG5H7dkFDSvU7cepkYAlli5QiZDzECngxGx/uLAzZzFKSATF1Qw==
58255825
dependencies:
58265826
https-proxy-agent "^5.0.0"
58275827
node-fetch "^2.6.7"
58285828
progress "^2.0.3"
58295829
proxy-from-env "^1.1.0"
58305830
which "^2.0.2"
58315831
optionalDependencies:
5832-
"@sentry/cli-darwin" "2.28.6"
5833-
"@sentry/cli-linux-arm" "2.28.6"
5834-
"@sentry/cli-linux-arm64" "2.28.6"
5835-
"@sentry/cli-linux-i686" "2.28.6"
5836-
"@sentry/cli-linux-x64" "2.28.6"
5837-
"@sentry/cli-win32-i686" "2.28.6"
5838-
"@sentry/cli-win32-x64" "2.28.6"
5832+
"@sentry/cli-darwin" "2.29.1"
5833+
"@sentry/cli-linux-arm" "2.29.1"
5834+
"@sentry/cli-linux-arm64" "2.29.1"
5835+
"@sentry/cli-linux-i686" "2.29.1"
5836+
"@sentry/cli-linux-x64" "2.29.1"
5837+
"@sentry/cli-win32-i686" "2.29.1"
5838+
"@sentry/cli-win32-x64" "2.29.1"
58395839

58405840
"@sentry/vite-plugin@2.14.2", "@sentry/vite-plugin@^2.14.2":
58415841
version "2.14.2"

0 commit comments

Comments
 (0)