Skip to content

Commit a43a5c4

Browse files
Iru89vanbasten17
andauthored
Release 0.41.0 (#3122)
## Description Bump and publish version of botonic to v0.41.0 --------- Co-authored-by: vanbasten17 <marcrabat@gmail.com>
1 parent f9ead81 commit a43a5c4

40 files changed

Lines changed: 1873 additions & 1254 deletions

File tree

examples/blank-typescript/package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,13 @@
99
},
1010
"dependencies": {
1111
"@babel/runtime": "^7.26.0",
12-
"@botonic/react": "^0.40.0"
12+
"@botonic/react": "^0.41.0"
1313
},
1414
"devDependencies": {
15-
"@botonic/dx": "^0.40.0"
15+
"@botonic/dx": "^0.41.0"
16+
},
17+
"engines": {
18+
"node": ">=22.19.0",
19+
"npm": ">=10.0.0"
1620
}
17-
}
21+
}

examples/blank/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@
99
},
1010
"dependencies": {
1111
"@babel/runtime": "^7.26.0",
12-
"@botonic/react": "^0.40.0"
12+
"@botonic/react": "^0.41.0"
1313
},
1414
"devDependencies": {
15-
"@botonic/dx": "^0.40.0"
15+
"@botonic/dx": "^0.41.0"
1616
},
1717
"engines": {
18-
"node": ">=22.19.0"
18+
"node": ">=22.19.0",
19+
"npm": ">=10.0.0"
1920
}
20-
}
21+
}

examples/flow-builder-typescript/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"preversion": "npm run lint-ci"
1414
},
1515
"dependencies": {
16-
"@botonic/core": "^0.40.0",
17-
"@botonic/plugin-ai-agents": "^0.40.0",
18-
"@botonic/plugin-flow-builder": "^0.40.0",
19-
"@botonic/plugin-hubtype-analytics": "^0.40.0",
20-
"@botonic/plugin-knowledge-bases": "^0.40.0",
21-
"@botonic/react": "^0.40.0",
16+
"@botonic/core": "^0.41.0",
17+
"@botonic/plugin-ai-agents": "^0.41.0",
18+
"@botonic/plugin-flow-builder": "^0.41.0",
19+
"@botonic/plugin-hubtype-analytics": "^0.41.0",
20+
"@botonic/plugin-knowledge-bases": "^0.41.0",
21+
"@botonic/react": "^0.41.0",
2222
"@reduxjs/toolkit": "1.9.7",
2323
"axios": "^1.12.2",
2424
"dotenv": "^17.2.0",
@@ -31,7 +31,7 @@
3131
"zod": "^3.25.76"
3232
},
3333
"devDependencies": {
34-
"@botonic/dx": "^0.40.0",
34+
"@botonic/dx": "^0.41.0",
3535
"@types/react": "18.3.13",
3636
"@types/react-dom": "18.3.1",
3737
"@types/react-redux": "^7.1.34",
@@ -46,4 +46,4 @@
4646
"node": ">=22.19.0",
4747
"npm": ">=10.0.0"
4848
}
49-
}
49+
}

package-lock.json

Lines changed: 1785 additions & 1170 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,21 @@
3030
"cloc": "^2.7.0",
3131
"eslint": "^8.57.1",
3232
"eslint_d": "^13.1.2",
33-
"eslint-config-prettier": "^8.10.0",
34-
"eslint-import-resolver-typescript": "^3.7.0",
33+
"eslint-config-prettier": "^8.10.2",
34+
"eslint-import-resolver-typescript": "^3.10.1",
3535
"eslint-plugin-filenames": "^1.3.2",
36-
"eslint-plugin-import": "^2.31.0",
36+
"eslint-plugin-import": "^2.32.0",
3737
"eslint-plugin-jest": "^27.9.0",
3838
"eslint-plugin-no-null": "^1.0.2",
3939
"eslint-plugin-node": "^11.1.0",
40-
"eslint-plugin-prettier": "^5.2.3",
40+
"eslint-plugin-prettier": "^5.5.4",
4141
"eslint-plugin-promise": "^6.6.0",
42-
"eslint-plugin-react": "^7.37.4",
42+
"eslint-plugin-react": "^7.37.5",
4343
"eslint-plugin-react-hooks": "^4.6.2",
4444
"eslint-plugin-simple-import-sort": "^10.0.0",
45-
"jest": "^29.7.0",
46-
"jest-each": "^29.7.0",
47-
"jest-environment-jsdom": "^29.7.0",
45+
"jest": "^30.2.0",
46+
"jest-each": "^30.2.0",
47+
"jest-environment-jsdom": "^30.2.0",
4848
"jest-expect-message": "^1.1.3",
4949
"jest-extended": "^4.0.2",
5050
"jest-junit": "^12.3.0",
@@ -68,4 +68,4 @@
6868
"workspaces": [
6969
"packages/*"
7070
]
71-
}
71+
}

packages/botonic-cli/src/botonic-examples.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { BotonicProject } from './interfaces.js'
77
const __filename = fileURLToPath(import.meta.url)
88
const __dirname = dirname(__filename)
99
const exampleTestPath = path.resolve(__dirname, '..', '..', '..', 'examples')
10-
const exampleVersion = '0.40.0'
10+
const exampleVersion = '0.41.0'
1111

1212
export const EXAMPLES: BotonicProject[] = [
1313
{

packages/botonic-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@botonic/core",
3-
"version": "0.40.0",
3+
"version": "0.41.0",
44
"license": "MIT",
55
"description": "Build Chatbots using React",
66
"main": "./lib/cjs/index.js",

packages/botonic-dx-bundler-rspack/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
{
22
"name": "@botonic/dx-bundler-rspack",
3-
"version": "0.40.0",
3+
"version": "0.41.0",
44
"description": "Build Botonic bots with RSPack",
55
"scripts": {
66
"build": "echo Skipping build...",
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
99
"dependencies": {
10-
"@rspack/cli": "^1.5.8",
11-
"@rspack/core": "^1.5.8",
12-
"@rspack/plugin-react-refresh": "^1.5.1",
13-
"@swc/core": "^1.13.5",
10+
"@rspack/cli": "^1.6.1",
11+
"@rspack/core": "^1.6.1",
12+
"@rspack/plugin-react-refresh": "^1.5.2",
13+
"@swc/core": "^1.15.1",
1414
"@swc/helpers": "^0.5.17",
1515
"clean-webpack-plugin": "^4.0.0",
1616
"crypto-browserify": "^3.12.1",
1717
"css-loader": "^7.1.2",
1818
"html-webpack-plugin": "^5.6.4",
1919
"image-minimizer-webpack-plugin": "^4.1.4",
20+
"imagemin": "^9.0.1",
2021
"imagemin-gifsicle": "^7.0.0",
2122
"imagemin-jpegtran": "^8.0.0",
2223
"imagemin-optipng": "^8.0.0",
2324
"imagemin-svgo": "^11.0.1",
24-
"imagemin": "^9.0.1",
2525
"node-polyfill-webpack-plugin": "^4.1.0",
2626
"null-loader": "^4.0.1",
2727
"react-refresh": "^0.16.0",
28-
"sass-loader": "^16.0.5",
2928
"sass": "^1.93.2",
29+
"sass-loader": "^16.0.5",
3030
"stream-browserify": "^3.0.0",
3131
"style-loader": "^4.0.0",
3232
"svgo": "^3.3.2",

packages/botonic-dx-bundler-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@botonic/dx-bundler-webpack",
3-
"version": "0.40.0",
3+
"version": "0.41.0",
44
"description": "Build Botonic bots with Webpack",
55
"scripts": {
66
"build": "echo Skipping build..."

packages/botonic-dx/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@botonic/dx",
3-
"version": "0.40.0",
3+
"version": "0.41.0",
44
"description": "Continuous integration for botonic packages",
55
"scripts": {
66
"build": "echo Skipping build..."
@@ -18,24 +18,24 @@
1818
"@babel/preset-env": "^7.28.3",
1919
"@babel/preset-react": "^7.27.1",
2020
"@babel/preset-typescript": "^7.27.1",
21-
"@botonic/dx-bundler-rspack": "^0.40.0",
22-
"@botonic/eslint-config": "^0.40.0",
23-
"@types/jest": "^29.5.14",
24-
"@types/node": "^20.19.18",
21+
"@botonic/dx-bundler-rspack": "0.41.0",
22+
"@botonic/eslint-config": "0.41.0",
23+
"@types/jest": "^30.0.0",
24+
"@types/node": "^22.19.1",
2525
"babel-loader": "^8.4.1",
2626
"babel-plugin-add-module-exports": "^1.0.4",
2727
"eslint": "^8.57.1",
2828
"eslint_d": "^13.1.2",
2929
"eslint-config-prettier": "^8.10.2",
3030
"eslint-import-resolver-typescript": "^3.10.1",
3131
"identity-obj-proxy": "^3.0.0",
32-
"jest": "^29.7.0",
33-
"jest-each": "^29.7.0",
34-
"jest-environment-jsdom": "^29.7.0",
35-
"jest-junit": "^12.3.0",
32+
"jest": "^30.2.0",
33+
"jest-each": "^30.2.0",
34+
"jest-environment-jsdom": "^30.2.0",
35+
"jest-junit": "^16.0.0",
3636
"nodemon": "^3.1.9",
37-
"prettier": "^3.4.2",
38-
"ts-jest": "^29.1.2",
37+
"prettier": "^3.6.2",
38+
"ts-jest": "^29.4.5",
3939
"ts-mockito": "^2.6.1",
4040
"ts-node": "^10.9.2",
4141
"tslib": "^2.8.1",

0 commit comments

Comments
 (0)