File tree Expand file tree Collapse file tree
babel-plugin-component-annotate Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 5.3.0
4+
5+ ### New Features ✨
6+
7+ - (babel) Auto-inject sentry-label from static text children by @antonis in [ #925 ] ( https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/925 )
8+
9+ ### Bug Fixes 🐛
10+
11+ - (vite) Avoid version-specific plugin return type by @logaretm in [ #928 ] ( https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/928 )
12+
13+ ### Internal Changes 🔧
14+
15+ - Fix craft config by @timfish in [ #930 ] ( https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/930 )
16+ - Update craft by @timfish in [ #929 ] ( https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/929 )
17+ - Use Rolldown v1 stable by @timfish in [ #924 ] ( https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/924 )
18+ - Remove old integration tests by @timfish in [ #922 ] ( https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/922 )
19+ - Ensure correct bundlers are resolved by @timfish in [ #921 ] ( https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/921 )
20+ - Fix telemetry tests to capture all envelopes by @timfish in [ #920 ] ( https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/920 )
21+
322## 5.2.1
423
524### Bug Fixes 🐛
Original file line number Diff line number Diff line change 11{
22 "name" : " @sentry/babel-plugin-component-annotate" ,
3- "version" : " 5.2.1 " ,
3+ "version" : " 5.3.0 " ,
44 "description" : " A Babel plugin that annotates frontend components with additional data to enrich the experience in Sentry" ,
55 "repository" : " git://github.com/getsentry/sentry-javascript-bundler-plugins.git" ,
66 "homepage" : " https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/babel-plugin-component-annotate" ,
5353 "@babel/core" : " 7.18.5" ,
5454 "@types/babel__core" : " ^7.20.5" ,
5555 "@babel/preset-react" : " ^7.23.3" ,
56- "@sentry-internal/eslint-config" : " 5.2.1 " ,
57- "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 5.2.1 " ,
56+ "@sentry-internal/eslint-config" : " 5.3.0 " ,
57+ "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 5.3.0 " ,
5858 "@types/node" : " ^18.6.3" ,
5959 "eslint" : " ^8.18.0" ,
6060 "vitest" : " ^4.0.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @sentry/bundler-plugin-core" ,
3- "version" : " 5.2.1 " ,
3+ "version" : " 5.3.0 " ,
44 "description" : " Sentry Bundler Plugin Core" ,
55 "repository" : " git://github.com/getsentry/sentry-javascript-bundler-plugins.git" ,
66 "homepage" : " https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/bundler-plugin-core" ,
5555 },
5656 "dependencies" : {
5757 "@babel/core" : " ^7.18.5" ,
58- "@sentry/babel-plugin-component-annotate" : " 5.2.1 " ,
58+ "@sentry/babel-plugin-component-annotate" : " 5.3.0 " ,
5959 "@sentry/cli" : " ^2.58.5" ,
6060 "dotenv" : " ^16.3.1" ,
6161 "find-up" : " ^5.0.0" ,
6262 "glob" : " ^13.0.6" ,
6363 "magic-string" : " ~0.30.8"
6464 },
6565 "devDependencies" : {
66- "@sentry-internal/eslint-config" : " 5.2.1 " ,
67- "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 5.2.1 " ,
66+ "@sentry-internal/eslint-config" : " 5.3.0 " ,
67+ "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 5.3.0 " ,
6868 "@sentry/core" : " 8.30.0" ,
6969 "@sentry/types" : " 8.30.0" ,
7070 "@sentry/utils" : " 8.30.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @sentry-internal/dev-utils" ,
3- "version" : " 5.2.1 " ,
3+ "version" : " 5.3.0 " ,
44 "license" : " MIT" ,
55 "private" : true ,
66 "files" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " @sentry/esbuild-plugin" ,
3- "version" : " 5.2.1 " ,
3+ "version" : " 5.3.0 " ,
44 "description" : " Official Sentry esbuild plugin" ,
55 "repository" : " git@github.com:getsentry/sentry-javascript-bundler-plugins.git" ,
66 "homepage" : " https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/esbuild-plugin" ,
4848 "prepack" : " ts-node ./src/prepack.ts"
4949 },
5050 "dependencies" : {
51- "@sentry/bundler-plugin-core" : " 5.2.1 "
51+ "@sentry/bundler-plugin-core" : " 5.3.0 "
5252 },
5353 "devDependencies" : {
54- "@sentry-internal/eslint-config" : " 5.2.1 " ,
55- "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 5.2.1 " ,
54+ "@sentry-internal/eslint-config" : " 5.3.0 " ,
55+ "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 5.3.0 " ,
5656 "@types/node" : " ^18.6.3" ,
5757 "eslint" : " ^8.18.0" ,
5858 "vitest" : " ^4.0.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @sentry-internal/eslint-config" ,
3- "version" : " 5.2.1 " ,
3+ "version" : " 5.3.0 " ,
44 "license" : " MIT" ,
55 "private" : true ,
66 "peerDependencies" : {
Original file line number Diff line number Diff line change 55 "type" : " module" ,
66 "dependencies" : {
77 "esbuild" : " 0.28.0" ,
8- "@sentry/esbuild-plugin" : " 5.2.1 "
8+ "@sentry/esbuild-plugin" : " 5.3.0 "
99 },
1010 "pnpm" : {
1111 "overrides" : {
12- "@sentry/bundler-plugin-core" : " file:../../../bundler-plugin-core/sentry-bundler-plugin-core-5.2.1 .tgz" ,
13- "@sentry/esbuild-plugin" : " file:../../../esbuild-plugin/sentry-esbuild-plugin-5.2.1 .tgz" ,
14- "@sentry/babel-plugin-component-annotate" : " file:../../../babel-plugin-component-annotate/sentry-babel-plugin-component-annotate-5.2.1 .tgz"
12+ "@sentry/bundler-plugin-core" : " file:../../../bundler-plugin-core/sentry-bundler-plugin-core-5.3.0 .tgz" ,
13+ "@sentry/esbuild-plugin" : " file:../../../esbuild-plugin/sentry-esbuild-plugin-5.3.0 .tgz" ,
14+ "@sentry/babel-plugin-component-annotate" : " file:../../../babel-plugin-component-annotate/sentry-babel-plugin-component-annotate-5.3.0 .tgz"
1515 },
1616 "patchedDependencies" : {
1717 "@sentry/cli" : " ../patches/@sentry__cli.patch"
Original file line number Diff line number Diff line change 44 "private" : true ,
55 "type" : " module" ,
66 "dependencies" : {
7- "@sentry/rollup-plugin" : " 5.2.1 " ,
7+ "@sentry/rollup-plugin" : " 5.3.0 " ,
88 "react" : " 19.2.4" ,
99 "rolldown" : " 1.0.0"
1010 },
1111 "pnpm" : {
1212 "overrides" : {
13- "@sentry/bundler-plugin-core" : " file:../../../bundler-plugin-core/sentry-bundler-plugin-core-5.2.1 .tgz" ,
14- "@sentry/rollup-plugin" : " file:../../../rollup-plugin/sentry-rollup-plugin-5.2.1 .tgz" ,
15- "@sentry/babel-plugin-component-annotate" : " file:../../../babel-plugin-component-annotate/sentry-babel-plugin-component-annotate-5.2.1 .tgz"
13+ "@sentry/bundler-plugin-core" : " file:../../../bundler-plugin-core/sentry-bundler-plugin-core-5.3.0 .tgz" ,
14+ "@sentry/rollup-plugin" : " file:../../../rollup-plugin/sentry-rollup-plugin-5.3.0 .tgz" ,
15+ "@sentry/babel-plugin-component-annotate" : " file:../../../babel-plugin-component-annotate/sentry-babel-plugin-component-annotate-5.3.0 .tgz"
1616 },
1717 "patchedDependencies" : {
1818 "@sentry/cli" : " ../patches/@sentry__cli.patch"
Original file line number Diff line number Diff line change 88 "rollup" : " 3.30.0" ,
99 "@rollup/plugin-babel" : " 6.0.4" ,
1010 "@rollup/plugin-node-resolve" : " 15.2.3" ,
11- "@sentry/rollup-plugin" : " 5.2.1 "
11+ "@sentry/rollup-plugin" : " 5.3.0 "
1212 },
1313 "pnpm" : {
1414 "overrides" : {
15- "@sentry/bundler-plugin-core" : " file:../../../bundler-plugin-core/sentry-bundler-plugin-core-5.2.1 .tgz" ,
16- "@sentry/rollup-plugin" : " file:../../../rollup-plugin/sentry-rollup-plugin-5.2.1 .tgz" ,
17- "@sentry/babel-plugin-component-annotate" : " file:../../../babel-plugin-component-annotate/sentry-babel-plugin-component-annotate-5.2.1 .tgz"
15+ "@sentry/bundler-plugin-core" : " file:../../../bundler-plugin-core/sentry-bundler-plugin-core-5.3.0 .tgz" ,
16+ "@sentry/rollup-plugin" : " file:../../../rollup-plugin/sentry-rollup-plugin-5.3.0 .tgz" ,
17+ "@sentry/babel-plugin-component-annotate" : " file:../../../babel-plugin-component-annotate/sentry-babel-plugin-component-annotate-5.3.0 .tgz"
1818 },
1919 "patchedDependencies" : {
2020 "@sentry/cli" : " ../patches/@sentry__cli.patch"
Original file line number Diff line number Diff line change 88 "rollup" : " 4.59.0" ,
99 "@rollup/plugin-babel" : " 6.0.4" ,
1010 "@rollup/plugin-node-resolve" : " 16.0.3" ,
11- "@sentry/rollup-plugin" : " 5.2.1 "
11+ "@sentry/rollup-plugin" : " 5.3.0 "
1212 },
1313 "pnpm" : {
1414 "overrides" : {
15- "@sentry/bundler-plugin-core" : " file:../../../bundler-plugin-core/sentry-bundler-plugin-core-5.2.1 .tgz" ,
16- "@sentry/rollup-plugin" : " file:../../../rollup-plugin/sentry-rollup-plugin-5.2.1 .tgz" ,
17- "@sentry/babel-plugin-component-annotate" : " file:../../../babel-plugin-component-annotate/sentry-babel-plugin-component-annotate-5.2.1 .tgz"
15+ "@sentry/bundler-plugin-core" : " file:../../../bundler-plugin-core/sentry-bundler-plugin-core-5.3.0 .tgz" ,
16+ "@sentry/rollup-plugin" : " file:../../../rollup-plugin/sentry-rollup-plugin-5.3.0 .tgz" ,
17+ "@sentry/babel-plugin-component-annotate" : " file:../../../babel-plugin-component-annotate/sentry-babel-plugin-component-annotate-5.3.0 .tgz"
1818 },
1919 "patchedDependencies" : {
2020 "@sentry/cli" : " ../patches/@sentry__cli.patch"
You can’t perform that action at this time.
0 commit comments