Skip to content

Commit

Permalink
fix: package versions CI setup
Browse files Browse the repository at this point in the history
Upgrade lerna + nodejs and configurations around those
Manual bump package numbers due to failing CI
  • Loading branch information
SimeonC committed May 29, 2024
1 parent 647c47d commit 172059c
Show file tree
Hide file tree
Showing 22 changed files with 41,229 additions and 157,624 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Create Release ✨
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.RELEASE_BOT_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
SLACK_TOKEN: ${{ secrets.SLACK_TOKEN }}
run: npx auto shipit
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.18.1
v18.16.1
99,198 changes: 41,198 additions & 58,000 deletions package-lock.json

Large diffs are not rendered by default.

13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"build:watch": "node ./watcher.mjs",
"coverage-summary": "tablecheck-scripts coverage-summary",
"format": "prettier -w -u *",
"postinstall": "husky install && lerna bootstrap",
"postinstall": "husky install",
"lint": "tablecheck-scripts lint",
"precommit": "tablecheck-scripts precommit",
"prepare": "npm run build -- --ignore=stories --ignore=website",
Expand All @@ -40,8 +40,8 @@
"@bissolli/storybook-css-properties": "0.0.14",
"@brightlayer-ui/storybook-rtl-addon": "1.1.0",
"@carbon/icons-react": "11.17.0",
"@commitlint/cli": "17.4.2",
"@commitlint/config-lerna-scopes": "17.4.2",
"@commitlint/cli": "19.3.0",
"@commitlint/config-lerna-scopes": "19.0.0",
"@tablecheck/babel-preset": "1.1.0",
"@tablecheck/eslint-config": "1.8.2",
"@tablecheck/scripts": "2.3.9",
Expand All @@ -64,7 +64,7 @@
"execa": "6.1.0",
"fs-extra": "11.1.0",
"husky": "8.0.3",
"lerna": "6.4.1",
"lerna": "8.1.3",
"lodash": "4.17.21",
"mockdate": "3.0.5",
"prettier": "2.8.4",
Expand All @@ -74,8 +74,11 @@
},
"devDependencies": {
"chalk": "5.2.0",
"chromatic": "6.17.4"
"chromatic": "11.4.1"
},
"workspaces": [
"system/*"
],
"version": "",
"bugs": {
"url": "https://github.com/tablecheck/tablekit/issues"
Expand Down
3 changes: 2 additions & 1 deletion system/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ module.exports = {
extends: ['@tablecheck/eslint-config'],
rules: {
'jsx-a11y/anchor-has-content': 'off',
'react/button-has-type': 'off'
'react/button-has-type': 'off',
'jsx-a11y/control-has-associated-label': 'off'
},
overrides: [
{
Expand Down
Loading

0 comments on commit 172059c

Please sign in to comment.