chore(sha256): Review build configuration (#37923)

ci/supp-versions
Tasso Evangelista 4 months ago committed by GitHub
parent a587ab378c
commit ff615ea9f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      packages/sha256/.eslintrc.json
  2. 3
      packages/sha256/babel.config.js
  3. 4
      packages/sha256/package.json
  4. 3
      packages/sha256/tsconfig.build.json
  5. 2
      packages/sha256/tsconfig.json
  6. 6
      yarn.lock

@ -1,8 +1,4 @@
{
"extends": ["@rocket.chat/eslint-config"],
"plugins": ["jest"],
"env": {
"jest/globals": true
},
"ignorePatterns": ["dist"]
}

@ -1,3 +0,0 @@
module.exports = {
presets: ['@babel/preset-env'],
};

@ -15,13 +15,9 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@babel/core": "~7.28.5",
"@babel/preset-env": "~7.28.5",
"@rocket.chat/eslint-config": "workspace:^",
"@rocket.chat/jest-presets": "workspace:~",
"@rocket.chat/tsconfig": "workspace:*",
"@typescript-eslint/eslint-plugin": "~5.60.1",
"@typescript-eslint/parser": "~5.60.1",
"eslint": "~8.45.0",
"jest": "~30.2.0",
"typescript": "~5.9.3"

@ -1,11 +1,12 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "dist",
"target": "ES2015",
"module": "commonjs",
"declaration": true,
"declarationMap": true,
"sourceMap": true,
},
"exclude": ["**/*.spec.ts", "**/*.spec.js"]
"exclude": ["**/*.spec.ts"]
}

@ -1,9 +1,7 @@
{
"extends": "@rocket.chat/tsconfig/base.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "src",
"strictNullChecks": true,
},
"include": ["src"]
}

@ -10237,13 +10237,9 @@ __metadata:
version: 0.0.0-use.local
resolution: "@rocket.chat/sha256@workspace:packages/sha256"
dependencies:
"@babel/core": "npm:~7.28.5"
"@babel/preset-env": "npm:~7.28.5"
"@rocket.chat/eslint-config": "workspace:^"
"@rocket.chat/jest-presets": "workspace:~"
"@rocket.chat/tsconfig": "workspace:*"
"@typescript-eslint/eslint-plugin": "npm:~5.60.1"
"@typescript-eslint/parser": "npm:~5.60.1"
eslint: "npm:~8.45.0"
jest: "npm:~30.2.0"
typescript: "npm:~5.9.3"
@ -10797,7 +10793,7 @@ __metadata:
peerDependencies:
"@rocket.chat/layout": "*"
"@rocket.chat/tools": 0.2.3
"@rocket.chat/ui-contexts": 25.0.1
"@rocket.chat/ui-contexts": 25.0.2
"@tanstack/react-query": "*"
react: "*"
react-hook-form: "*"

Loading…
Cancel
Save