Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat 38 typescript #95

Merged
merged 42 commits into from
Dec 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
326fd2a
feat: start ts migration
timrbula Nov 4, 2022
7ad5c47
feat: convert loading
timrbula Nov 4, 2022
25b4576
[ts-migrate][carbon-addons-boomerang-react] Init tsconfig.json file
timrbula Nov 4, 2022
e60a6dc
[ts-migrate][.] Init tsconfig.json file
timrbula Nov 4, 2022
e6b387b
feat: firirst pass at migration
timrbula Nov 4, 2022
fe1c296
chore: prettier formatting
timrbula Nov 4, 2022
79193cc
feat: add tsup and fix ts errors
timrbula Nov 4, 2022
09a1395
fix: some comments
timrbula Nov 4, 2022
097c7bf
chore: some more cleanup
timrbula Nov 4, 2022
875b274
feat: typescript migration wip
Nov 24, 2022
86d33e7
feat: typescript migration wip
Nov 25, 2022
1feecf1
chore: update test setup, prettier
Nov 25, 2022
58bfd29
feat: remove most default props
timrbula Dec 5, 2022
1569380
chore: add back docs, fix prebuild
timrbula Dec 5, 2022
aae5be1
fix: modal
timrbula Dec 5, 2022
d2178f0
feat: use rollup
timrbula Dec 7, 2022
e19f027
feat: cleanup rollup impl
timrbula Dec 7, 2022
f07626f
feat: keep improving types
timrbula Dec 7, 2022
e5ec823
fix: dynamic formik, feature header props
timrbula Dec 7, 2022
7da1e37
fix: protected route props
timrbula Dec 7, 2022
579793d
fix: more ts bugs
timrbula Dec 7, 2022
0616096
feat: update style type
timrbula Dec 8, 2022
aba75dd
feat: add react to files
timrbula Dec 8, 2022
5c30a8f
fix: more types
timrbula Dec 8, 2022
9b885ef
fix: more types
timrbula Dec 8, 2022
8239794
feat: import react and fix types
timrbula Dec 8, 2022
ae709db
feat: fix dynamic formik and mulitselect combo types
timrbula Dec 8, 2022
28420c0
feat: update types for tooltip
timrbula Dec 12, 2022
cc5d4e4
feat: some more updates
timrbula Dec 12, 2022
6847e99
chore: move dynamic back
timrbula Dec 12, 2022
4d7a5c1
feat: build, type, and test fixes
timrbula Dec 15, 2022
415efb8
feat: export standalone internal types
timrbula Dec 15, 2022
52c4e72
feat: improve types some more
timrbula Dec 15, 2022
84c9678
feat: bump version
timrbula Dec 15, 2022
414648f
feat: add lodash types, cleanup tsconfig
timrbula Dec 16, 2022
ca11a9c
fix: composed modal types
timrbula Dec 16, 2022
9c1396f
chore: bump version
timrbula Dec 16, 2022
c4101fb
fix: composed modal types
timrbula Dec 16, 2022
80d28c0
fix: swap out date-dns for dayjs
timrbula Dec 16, 2022
a88efe5
fix: update protected route types
timrbula Dec 19, 2022
19bd5ee
feat: update including user
timrbula Dec 23, 2022
bc61b81
feat: update version
timrbula Dec 23, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
17 changes: 0 additions & 17 deletions .babelrc.js

This file was deleted.

4 changes: 2 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ module.exports = {
{
files: ["**/*.stories.*"],
rules: {
"import/no-anonymous-default-export": "off",
"import/no-anonymous-default-export": 0,
},
},
],
ignorePatterns: ["node_modules", "coverage", "config", "lib", "docs", "storybook-static", "results"],
ignorePatterns: ["node_modules", "coverage", "config", "lib", "docs", "storybook-static", "results", "rollup.config.mjs"],
};
6 changes: 1 addition & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@
node_modules

# Compiled
lib
es
umd
build
dist
scss
styles
storybook-static
*.tgz

Expand Down
1 change: 0 additions & 1 deletion .storybook/main.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@ module.exports = {
},
typescript: {
check: false,
reactDocgen: "react-docgen",
}
};
201 changes: 0 additions & 201 deletions LICENSE

This file was deleted.

Loading