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.2.1
4+
5+ ### Bug Fixes 🐛
6+
7+ - (webpack) Await source map deletion before signaling build completion by @andreiborza in [ #918 ] ( https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/918 )
8+
9+ ### Internal Changes 🔧
10+
11+ - (ci) Disable changelog preview by @chargome in [ #917 ] ( https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/917 )
12+ - Add additional integration tests by @timfish in [ #914 ] ( https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/914 )
13+ - Remove unused e2e tests by @timfish in [ #915 ] ( https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/915 )
14+
315## 5.2.0
416
517### New Features ✨
Original file line number Diff line number Diff line change 11{
22 "name" : " @sentry/babel-plugin-component-annotate" ,
3- "version" : " 5.2.0 " ,
3+ "version" : " 5.2.1 " ,
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" ,
5252 "devDependencies" : {
5353 "@babel/core" : " 7.18.5" ,
5454 "@babel/preset-react" : " ^7.23.3" ,
55- "@sentry-internal/eslint-config" : " 5.2.0 " ,
56- "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 5.2.0 " ,
55+ "@sentry-internal/eslint-config" : " 5.2.1 " ,
56+ "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 5.2.1 " ,
5757 "@types/node" : " ^18.6.3" ,
5858 "eslint" : " ^8.18.0" ,
5959 "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.0 " ,
3+ "version" : " 5.2.1 " ,
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.0 " ,
58+ "@sentry/babel-plugin-component-annotate" : " 5.2.1 " ,
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.0 " ,
67- "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 5.2.0 " ,
66+ "@sentry-internal/eslint-config" : " 5.2.1 " ,
67+ "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 5.2.1 " ,
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.0 " ,
3+ "version" : " 5.2.1 " ,
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.0 " ,
3+ "version" : " 5.2.1 " ,
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.0 "
51+ "@sentry/bundler-plugin-core" : " 5.2.1 "
5252 },
5353 "devDependencies" : {
54- "@sentry-internal/eslint-config" : " 5.2.0 " ,
55- "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 5.2.0 " ,
54+ "@sentry-internal/eslint-config" : " 5.2.1 " ,
55+ "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 5.2.1 " ,
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.0 " ,
3+ "version" : " 5.2.1 " ,
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.0 "
8+ "@sentry/esbuild-plugin" : " 5.2.1 "
99 },
1010 "pnpm" : {
1111 "overrides" : {
12- "@sentry/bundler-plugin-core" : " file:../../../bundler-plugin-core/sentry-bundler-plugin-core-5.2.0 .tgz" ,
13- "@sentry/esbuild-plugin" : " file:../../../esbuild-plugin/sentry-esbuild-plugin-5.2.0 .tgz" ,
14- "@sentry/babel-plugin-component-annotate" : " file:../../../babel-plugin-component-annotate/sentry-babel-plugin-component-annotate-5.2.0 .tgz"
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"
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.0 " ,
7+ "@sentry/rollup-plugin" : " 5.2.1 " ,
88 "react" : " 19.2.4" ,
99 "rolldown" : " 1.0.0-rc.10"
1010 },
1111 "pnpm" : {
1212 "overrides" : {
13- "@sentry/bundler-plugin-core" : " file:../../../bundler-plugin-core/sentry-bundler-plugin-core-5.2.0 .tgz" ,
14- "@sentry/rollup-plugin" : " file:../../../rollup-plugin/sentry-rollup-plugin-5.2.0 .tgz" ,
15- "@sentry/babel-plugin-component-annotate" : " file:../../../babel-plugin-component-annotate/sentry-babel-plugin-component-annotate-5.2.0 .tgz"
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"
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.0 "
11+ "@sentry/rollup-plugin" : " 5.2.1 "
1212 },
1313 "pnpm" : {
1414 "overrides" : {
15- "@sentry/bundler-plugin-core" : " file:../../../bundler-plugin-core/sentry-bundler-plugin-core-5.2.0 .tgz" ,
16- "@sentry/rollup-plugin" : " file:../../../rollup-plugin/sentry-rollup-plugin-5.2.0 .tgz" ,
17- "@sentry/babel-plugin-component-annotate" : " file:../../../babel-plugin-component-annotate/sentry-babel-plugin-component-annotate-5.2.0 .tgz"
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"
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.0 "
11+ "@sentry/rollup-plugin" : " 5.2.1 "
1212 },
1313 "pnpm" : {
1414 "overrides" : {
15- "@sentry/bundler-plugin-core" : " file:../../../bundler-plugin-core/sentry-bundler-plugin-core-5.2.0 .tgz" ,
16- "@sentry/rollup-plugin" : " file:../../../rollup-plugin/sentry-rollup-plugin-5.2.0 .tgz" ,
17- "@sentry/babel-plugin-component-annotate" : " file:../../../babel-plugin-component-annotate/sentry-babel-plugin-component-annotate-5.2.0 .tgz"
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"
1818 },
1919 "patchedDependencies" : {
2020 "@sentry/cli" : " ../patches/@sentry__cli.patch"
You can’t perform that action at this time.
0 commit comments