-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
110 lines (107 loc) · 2.77 KB
/
Copy pathpnpm-workspace.yaml
File metadata and controls
110 lines (107 loc) · 2.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
packages:
- "packages/*"
- "packages/examples/*"
- "packages/tsurlfilter/test/builders/*"
# AG-54210
# minimumReleaseAge is in minutes; 10080 = 7 days.
minimumReleaseAge: 10080
# These unversioned excludes lift the 7-day release-age quarantine for the Vitest
# 5 stack adopted on 2026-09-03. They never expire, so revisit and drop them once
# those majors are past the window (or add a version suffix to each entry).
minimumReleaseAgeExclude:
- '@adguard/*'
- '@vitest/*'
- 'vitest'
- 'vite'
- 'tinybench'
# default catalog
catalog:
'@adguard/assistant': ^4.4.12
'@adguard/scriptlets': 2.5.1
'@rollup/plugin-alias': ^5.1.1
'@rollup/plugin-commonjs': ^28.0.1
'@rollup/plugin-json': ^6.1.0
'@rollup/plugin-node-resolve': ^15.3.0
'@rollup/plugin-swc': ^0.4.0
'@rollup/plugin-terser': ^0.4.4
'@rollup/plugin-typescript': ^12.1.1
'@swc-node/register': ^1.10.9
'@swc/core': ^1.10.18
'@types/archiver': ^6.0.2
'@types/chrome': ^0.0.305
'@types/fs-extra': ^11.0.4
'@types/lodash-es': ^4.17.12
'@types/node': ^22.14.0
'@types/punycode': 2.1.4
'@types/react': ^17.0.80
'@types/react-dom': ^17.0.25
'@types/webextension-polyfill': ^0.12.1
'@typescript-eslint/eslint-plugin': ^7.5.0
'@typescript-eslint/parser': ^7.5.0
'@vitest/coverage-v8': ^5.0.0
'@vitest/expect': ^5.0.0
'@vitest/browser': ^5.0.0
'@vitest/browser-playwright': ^5.0.0
archiver: ^7.0.1
axios: ^1.15.0
bowser: 2.11.0
chalk: 4.1.2
clean-webpack-plugin: ^4.0.0
commander: ^12.1.0
copy-webpack-plugin: ^10.0.0
core-js: ^3.33.3
coveralls: 3.1.1
cross-env: ^7.0.3
crypto-browserify: ^3.12.0
css-loader: ^6.7.1
esbuild: ^0.19.12
eslint: 8.57.1
eslint-config-airbnb-base: 15.0.0
eslint-config-airbnb-typescript: ^18.0.0
eslint-plugin-boundaries: ^5.0.1
eslint-plugin-import: ^2.29.0
eslint-plugin-import-newlines: 1.4.0
eslint-plugin-jsdoc: ^48.11.0
eslint-plugin-n: ^17.21.3
eslint-webpack-plugin: ^3.2.0
fs-extra: ^11.2.0
html-webpack-plugin: ^5.5.0
husky: ^9.1.7
is-ip: 3.1.0
lint-staged: ^13.2.2
lodash-es: ^4.17.21
lru-cache: ^11.0.2
markdown-table: ^3.0.3
markdownlint: ^0.37.4
markdownlint-cli: ^0.44.0
playwright: ^1.52.0
punycode: 2.3.1
react: ^17.0.2
react-dom: ^17.0.2
rimraf: ^6.0.1
rolldown: ^1.0.0-rc.1
rollup: ^4.28.0
rollup-plugin-cleanup: ^3.2.1
rollup-plugin-copy: ^3.5.0
rollup-plugin-dts: ^6.0.2
rollup-plugin-node-externals: ^8.0.0
stream-browserify: ^3.0.0
style-loader: ^3.3.1
swc-loader: ^0.2.3
terser: ^5.21.0
tldts: ^5.7.112
ts-morph: ^26.0.0
tsd: ^0.32.0
tslib: ^2.8.1
tsx: ^4.19.3
typescript: ^5.7.3
valibot: ^1.1.0
vitest: ^5.0.0
vm-browserify: ^1.1.2
webextension-polyfill: 0.12.0
webpack: ^5.64.2
zod: 3.24.4
# named catalogs
catalogs:
eslint9:
eslint: ^9.8.0