Skip to content

Commit 49bb88f

Browse files
committed
chore: 🔨 release v0.0.52
1 parent d82bb23 commit 49bb88f

File tree

27 files changed

+4688
-2193
lines changed

27 files changed

+4688
-2193
lines changed

.npmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
public-hoist-pattern[]=*eslint-plugin*
2+
public-hoist-pattern[]=*prettier-plugin*

apps/docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"prettier:fix": "prettier --write --cache --ignore-unknown --ignore-path=../../.prettierignore ."
2323
},
2424
"dependencies": {
25-
"@astrojs/starlight": "^0.25.4",
26-
"astro": "^4.13.2",
27-
"sharp": "^0.33.4",
28-
"@astrojs/check": "^0.9.2"
25+
"@astrojs/starlight": "^0.32.2",
26+
"astro": "^4.16.18",
27+
"sharp": "^0.33.5",
28+
"@astrojs/check": "^0.9.4"
2929
},
3030
"private": true,
3131
"license": "MIT"

apps/storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@bit-ocean/echarts": "workspace:^",
19-
"echarts": "^5.5.1",
19+
"echarts": "^5.6.0",
2020
"react": "^18.3.1",
2121
"react-dom": "^18.3.1"
2222
},

package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -24,31 +24,31 @@
2424
"@bit-ocean/eslint-config": "workspace:^",
2525
"@bit-ocean/prettier-config": "workspace:^",
2626
"@bit-ocean/tsconfig": "workspace:^",
27-
"@changesets/cli": "^2.27.7",
28-
"@commitlint/cli": "^19.4.0",
29-
"@commitlint/config-conventional": "^19.2.2",
30-
"@nx/js": "19.5.7",
31-
"@nx/plugin": "19.5.7",
32-
"@swc-node/register": "^1.10.9",
33-
"@swc/core": "^1.7.6",
34-
"@types/node": "^22.1.0",
35-
"@vitest/browser": "^2.0.5",
36-
"@vitest/ui": "^2.0.5",
37-
"chromatic": "^11.7.0",
38-
"commitizen": "^4.3.0",
39-
"cspell": "^8.13.2",
40-
"cz-git": "^1.9.4",
41-
"eslint": "^8.57.0",
42-
"husky": "^9.1.4",
43-
"lint-staged": "^15.2.8",
44-
"nx": "19.5.7",
45-
"prettier": "^3.3.3",
46-
"tslib": "^2.6.3",
47-
"tsup": "^8.2.4",
48-
"type-fest": "^4.24.0",
49-
"typescript": "^5.5.4",
50-
"vite": "^5.4.0",
51-
"vitest": "^2.0.5"
27+
"@changesets/cli": "^2.28.1",
28+
"@commitlint/cli": "^19.8.0",
29+
"@commitlint/config-conventional": "^19.8.0",
30+
"@nx/js": "20.6.0",
31+
"@nx/plugin": "20.6.0",
32+
"@swc-node/register": "^1.10.10",
33+
"@swc/core": "^1.11.9",
34+
"@types/node": "^22.13.10",
35+
"@vitest/browser": "^3.0.8",
36+
"@vitest/ui": "^3.0.8",
37+
"chromatic": "^11.27.0",
38+
"commitizen": "^4.3.1",
39+
"cspell": "^8.17.5",
40+
"cz-git": "^1.11.1",
41+
"eslint": "^8.57.1",
42+
"husky": "^9.1.7",
43+
"lint-staged": "^15.5.0",
44+
"nx": "20.6.0",
45+
"prettier": "^3.5.3",
46+
"tslib": "^2.8.1",
47+
"tsup": "^8.4.0",
48+
"type-fest": "^4.37.0",
49+
"typescript": "^5.8.2",
50+
"vite": "^5.4.14",
51+
"vitest": "^2.1.9"
5252
},
5353
"config": {
5454
"commitizen": {

packages/auto-import/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bit-ocean/auto-import",
3-
"version": "0.0.50",
3+
"version": "0.0.51",
44
"description": "Universal auto-import module.",
55
"author": "Bruce Song <[email protected]> (https://github.com/recallwei/)",
66
"homepage": "https://github.com/bit-ocean-studio/infra#readme",
@@ -44,16 +44,16 @@
4444
"prettier:fix": "prettier --write --cache --ignore-unknown --ignore-path=../../.prettierignore ."
4545
},
4646
"peerDependencies": {
47-
"unplugin-auto-import": "^0.18.2"
47+
"unplugin-auto-import": "^19.1.1"
4848
},
4949
"peerDependenciesMeta": {
5050
"unplugin-auto-import": {
5151
"optional": true
5252
}
5353
},
5454
"devDependencies": {
55-
"unimport": "^3.10.0",
56-
"unplugin-auto-import": "^0.18.2"
55+
"unimport": "^4.1.2",
56+
"unplugin-auto-import": "^19.1.1"
5757
},
5858
"publishConfig": {
5959
"access": "public"

packages/axios/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bit-ocean/axios",
3-
"version": "0.0.50",
3+
"version": "0.0.51",
44
"description": "Universal Axios instance.",
55
"author": "Bruce Song <[email protected]> (https://github.com/recallwei/)",
66
"homepage": "https://github.com/bit-ocean-studio/infra#readme",
@@ -42,16 +42,16 @@
4242
"prettier:fix": "prettier --write --cache --ignore-unknown --ignore-path=../../.prettierignore ."
4343
},
4444
"peerDependencies": {
45-
"axios": "^1.7.3"
45+
"axios": "^1.8.3"
4646
},
4747
"dependencies": {
4848
"@bit-ocean/utils": "workspace:^"
4949
},
5050
"devDependencies": {
51-
"@tanstack/react-router": "^1.46.8",
52-
"antd": "^5.20.0",
53-
"axios": "^1.7.3",
54-
"i18next": "^23.12.2"
51+
"@tanstack/react-router": "^1.114.17",
52+
"antd": "^5.24.3",
53+
"axios": "^1.8.3",
54+
"i18next": "^24.2.3"
5555
},
5656
"publishConfig": {
5757
"access": "public"

packages/axios/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export interface InterceptorInitOptions {
3030
/**
3131
* Tanstack Router instance.
3232
*/
33-
router?: Router<any, any>
33+
router?: Router<any, any, any>
3434
/**
3535
* i18n instance.
3636
*/

packages/bootstrap-animation/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bit-ocean/bootstrap-animation",
3-
"version": "0.0.50",
3+
"version": "0.0.51",
44
"description": "Universal bootstrap animation configuration.",
55
"author": "Bruce Song <[email protected]> (https://github.com/recallwei/)",
66
"homepage": "https://github.com/bit-ocean-studio/infra#readme",
@@ -42,11 +42,11 @@
4242
},
4343
"dependencies": {
4444
"@bit-ocean/config": "workspace:^",
45-
"figlet": "^1.7.0",
46-
"gradient-string": "^2.0.2"
45+
"figlet": "^1.8.0",
46+
"gradient-string": "^3.0.0"
4747
},
4848
"devDependencies": {
49-
"@types/figlet": "^1.5.8",
49+
"@types/figlet": "^1.7.0",
5050
"@types/gradient-string": "^1.1.6"
5151
},
5252
"publishConfig": {
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { stdout } from 'node:process'
22

33
import figlet from 'figlet'
4-
import gradient from 'gradient-string'
4+
import { pastel, rainbow } from 'gradient-string'
55

66
import { i18n, metadata } from './config'
77
import type { PluginConfig } from './types'
@@ -10,19 +10,19 @@ export const bootstrapLog = (pluginConfig?: PluginConfig) => {
1010
const { name, description, author, version, customContent, lang = 'en-US' } = pluginConfig ?? {}
1111

1212
const config = metadata[lang]
13-
figlet(name ?? config.name, (err, data) => {
13+
figlet(name ?? config.name, (err, data = '') => {
1414
if (err) {
1515
return
1616
}
17-
stdout.write(`\n${gradient.rainbow(data)}\n`)
17+
stdout.write(`\n${rainbow(data)}\n`)
1818
process.stdout.write(
19-
`\n${gradient.pastel(
19+
`\n${pastel(
2020
`> ${i18n[lang].author}${author ?? config.author} | ${i18n[lang].version}${
2121
version ?? config.version
2222
}`
2323
)}`
2424
)
25-
stdout.write(`\n${gradient.pastel(`> ${description ?? config.description}`)}`)
26-
stdout.write(`\n${gradient.pastel(`> ${customContent ?? config.customContent}`)}\n`)
25+
stdout.write(`\n${pastel(`> ${description ?? config.description}`)}`)
26+
stdout.write(`\n${pastel(`> ${customContent ?? config.customContent}`)}\n`)
2727
})
2828
}

packages/cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bit-ocean/cli",
3-
"version": "0.0.50",
3+
"version": "0.0.51",
44
"description": "Universal CLI.",
55
"author": "Bruce Song <[email protected]> (https://github.com/recallwei/)",
66
"homepage": "https://github.com/bit-ocean-studio/infra#readme",
@@ -46,9 +46,9 @@
4646
},
4747
"dependencies": {
4848
"@bit-ocean/config": "workspace:^",
49-
"commander": "^12.1.0",
50-
"cross-fetch": "^4.0.0",
51-
"cross-spawn": "^7.0.3",
49+
"commander": "^13.1.0",
50+
"cross-fetch": "^4.1.0",
51+
"cross-spawn": "^7.0.6",
5252
"handlebars": "4.7.8",
5353
"kolorist": "^1.8.0",
5454
"prompts": "^2.4.2"

0 commit comments

Comments
 (0)