Skip to content

Commit d3ef40e

Browse files
author
getsentry-bot
committed
Merge branch 'release/5.0.0'
2 parents 8781545 + 6263272 commit d3ef40e

File tree

14 files changed

+66
-45
lines changed

14 files changed

+66
-45
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## 5.0.0
4+
5+
### Breaking Changes 🛠
6+
7+
- Updating minimatch by @isaacs in [#885](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/885)
8+
- Remove support for Node < v18 and webpack v4 by @timfish in [#886](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/886)
9+
10+
### Bug Fixes 🐛
11+
12+
- (webpack) Deduplicate webpack deploys by @chargome in [#875](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/875)
13+
14+
### Internal Changes 🔧
15+
16+
- Avoid direct usage of glob, extract into `globFiles` helper by @andreiborza in [#883](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/883)
17+
- Migrate to oxfmt by @timfish in [#880](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/880)
18+
- Build with Rolldown by @timfish in [#872](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/872)
19+
- Remove unplugin by @timfish in [#876](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/876)
20+
- Rollup/Vite no longer uses unplugin by @timfish in [#858](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/858)
21+
- Esbuild no longer uses unplugin by @timfish in [#871](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/871)
22+
- Webpack no longer uses unplugin by @timfish in [#870](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/870)
23+
324
## 4.9.1
425

526
### New Features ✨

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "4.9.1",
3+
"version": "5.0.0",
44
"npmClient": "yarn",
55
"useWorkspaces": true
66
}

packages/babel-plugin-component-annotate/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/babel-plugin-component-annotate",
3-
"version": "4.9.1",
3+
"version": "5.0.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",
@@ -52,8 +52,8 @@
5252
"devDependencies": {
5353
"@babel/core": "7.18.5",
5454
"@babel/preset-react": "^7.23.3",
55-
"@sentry-internal/eslint-config": "4.9.1",
56-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "4.9.1",
55+
"@sentry-internal/eslint-config": "5.0.0",
56+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "5.0.0",
5757
"@swc/core": "^1.2.205",
5858
"@swc/jest": "^0.2.21",
5959
"@types/jest": "^28.1.3",

packages/bundler-plugin-core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/bundler-plugin-core",
3-
"version": "4.9.1",
3+
"version": "5.0.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",
@@ -55,16 +55,16 @@
5555
},
5656
"dependencies": {
5757
"@babel/core": "^7.18.5",
58-
"@sentry/babel-plugin-component-annotate": "4.9.1",
58+
"@sentry/babel-plugin-component-annotate": "5.0.0",
5959
"@sentry/cli": "^2.57.0",
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": "4.9.1",
67-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "4.9.1",
66+
"@sentry-internal/eslint-config": "5.0.0",
67+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "5.0.0",
6868
"@sentry/core": "8.30.0",
6969
"@sentry/types": "8.30.0",
7070
"@sentry/utils": "8.30.0",

packages/dev-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry-internal/dev-utils",
3-
"version": "4.9.1",
3+
"version": "5.0.0",
44
"license": "MIT",
55
"private": true,
66
"files": [

packages/e2e-tests/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry-internal/bundler-plugin-e2e-tests",
3-
"version": "4.9.1",
3+
"version": "5.0.0",
44
"license": "MIT",
55
"private": true,
66
"scripts": {
@@ -15,15 +15,15 @@
1515
"lint": "eslint ."
1616
},
1717
"dependencies": {
18-
"@sentry/esbuild-plugin": "4.9.1",
19-
"@sentry/rollup-plugin": "4.9.1",
20-
"@sentry/vite-plugin": "4.9.1",
21-
"@sentry/webpack-plugin": "4.9.1",
18+
"@sentry/esbuild-plugin": "5.0.0",
19+
"@sentry/rollup-plugin": "5.0.0",
20+
"@sentry/vite-plugin": "5.0.0",
21+
"@sentry/webpack-plugin": "5.0.0",
2222
"axios": "^1.1.3"
2323
},
2424
"devDependencies": {
25-
"@sentry-internal/eslint-config": "4.9.1",
26-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "4.9.1",
25+
"@sentry-internal/eslint-config": "5.0.0",
26+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "5.0.0",
2727
"@swc/jest": "^0.2.21",
2828
"@types/axios": "^0.14.0",
2929
"@types/jest": "^28.1.3",

packages/esbuild-plugin/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/esbuild-plugin",
3-
"version": "4.9.1",
3+
"version": "5.0.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",
@@ -48,12 +48,12 @@
4848
"prepack": "ts-node ./src/prepack.ts"
4949
},
5050
"dependencies": {
51-
"@sentry/bundler-plugin-core": "4.9.1",
51+
"@sentry/bundler-plugin-core": "5.0.0",
5252
"uuid": "^9.0.0"
5353
},
5454
"devDependencies": {
55-
"@sentry-internal/eslint-config": "4.9.1",
56-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "4.9.1",
55+
"@sentry-internal/eslint-config": "5.0.0",
56+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "5.0.0",
5757
"@swc/core": "^1.2.205",
5858
"@swc/jest": "^0.2.21",
5959
"@types/jest": "^28.1.3",

packages/eslint-configs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry-internal/eslint-config",
3-
"version": "4.9.1",
3+
"version": "5.0.0",
44
"license": "MIT",
55
"private": true,
66
"peerDependencies": {

packages/integration-tests/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry-internal/integration-tests",
3-
"version": "4.9.1",
3+
"version": "5.0.0",
44
"license": "MIT",
55
"private": true,
66
"scripts": {
@@ -19,13 +19,13 @@
1919
"@rollup/plugin-babel": "^6.0.4",
2020
"@rollup/plugin-commonjs": "^25.0.7",
2121
"@rollup/plugin-node-resolve": "^15.2.3",
22-
"@sentry-internal/eslint-config": "4.9.1",
23-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "4.9.1",
24-
"@sentry/bundler-plugin-core": "4.9.1",
25-
"@sentry/esbuild-plugin": "4.9.1",
26-
"@sentry/rollup-plugin": "4.9.1",
27-
"@sentry/vite-plugin": "4.9.1",
28-
"@sentry/webpack-plugin": "4.9.1",
22+
"@sentry-internal/eslint-config": "5.0.0",
23+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "5.0.0",
24+
"@sentry/bundler-plugin-core": "5.0.0",
25+
"@sentry/esbuild-plugin": "5.0.0",
26+
"@sentry/rollup-plugin": "5.0.0",
27+
"@sentry/vite-plugin": "5.0.0",
28+
"@sentry/webpack-plugin": "5.0.0",
2929
"@swc/jest": "^0.2.21",
3030
"@types/jest": "^28.1.3",
3131
"@types/react": "^18.2.0",

packages/playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry-internal/bundler-plugin-playground",
3-
"version": "4.9.1",
3+
"version": "5.0.0",
44
"license": "MIT",
55
"private": true,
66
"scripts": {
@@ -17,7 +17,7 @@
1717
"start:proxyLogger": "ts-node scripts/request-logger-proxy.ts"
1818
},
1919
"dependencies": {
20-
"@sentry/bundler-plugin-core": "4.9.1",
20+
"@sentry/bundler-plugin-core": "5.0.0",
2121
"@sentry/integrations": "7.50",
2222
"@sentry/node": "7.50",
2323
"@types/express": "^4.17.13",

0 commit comments

Comments
 (0)