Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
530cd00
refactor: fix types (#204)
alexander-akait Oct 17, 2022
db03425
ci: add node v19 (#205)
ersachin3112 Oct 21, 2022
caf7ceb
docs: update cla link (#206)
ersachin3112 Oct 22, 2022
26dc402
chore: update dependencies to the latest version (#208)
ersachin3112 Nov 1, 2022
7bb7ab5
chore: add cSpell to check spelling issues (#209)
ersachin3112 Nov 20, 2022
f191f06
chore: update styfle/cancel-workflow-action (#211)
ersachin3112 Nov 23, 2022
f684e8e
chore: update dependencies to the latest version (#212)
ersachin3112 Dec 2, 2022
d0b6309
chore: update dependencies to the latest version (#213)
ersachin3112 Jan 2, 2023
0c284d2
chore: update dependency review action (#214)
ersachin3112 Jan 8, 2023
e32b5b3
chore(deps): bump json5 from 1.0.1 to 1.0.2 (#215)
dependabot[bot] Jan 8, 2023
d0520d3
chore: update typescript (#216)
ersachin3112 Jan 20, 2023
5289f28
chore: update ignorePaths in .cspell.json (#217)
ersachin3112 Jan 20, 2023
a5d9997
ci: use concurrency in github workflows (#218)
ersachin3112 Jan 21, 2023
c3ea76d
chore: update dependencies to the latest version (#219)
ersachin3112 Feb 2, 2023
3637341
ci: use LTS node version in lint job (#220)
ersachin3112 Feb 10, 2023
f8a21a5
chore: update dependencies to the latest version (#222)
ersachin3112 Mar 12, 2023
6e9cdd8
chore(deps-dev): bump webpack from 5.75.0 to 5.76.0 (#223)
dependabot[bot] Mar 15, 2023
cfcae0c
feat!: update `cssnano` to v6 (#224)
alexander-akait Mar 27, 2023
31d3d6e
chore(release): v6.0.0
alexander-akait Mar 27, 2023
eb61139
chore: update dependencies to the latest version (#225)
ersachin3112 Apr 1, 2023
baa8386
ci: add node v20 (#226)
ersachin3112 Apr 19, 2023
d9ad7c1
chore(deps): bump yaml and lint-staged (#227)
dependabot[bot] Apr 25, 2023
b6ed7fd
chore: add scripts to fix lint (#230)
ersachin3112 May 6, 2023
a617d49
chore: update dependencies to the latest version (#228)
ersachin3112 May 9, 2023
3e9d441
docs: add GitHub discussion badge (#231)
ersachin3112 May 12, 2023
445e75b
refactor: fix types (#232)
alexander-akait May 17, 2023
39b3f2a
chore: update dependencies to the latest version (#233)
ersachin3112 Jun 1, 2023
72e5151
docs: remove Gitter from issue templates (#234)
ersachin3112 Jun 3, 2023
959eb89
fix: improve perf (#235)
alexander-akait Jun 13, 2023
8a7542a
chore(release): 5.0.1
alexander-akait Jun 13, 2023
03c6274
refactor: code (#236)
alexander-akait Jun 18, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: improve perf (webpack#235)
  • Loading branch information
alexander-akait authored Jun 13, 2023
commit 959eb89aa1e37df88d2decbe6f40c096f10a3745
3 changes: 2 additions & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"colortable",
"wagoid",
"autocrlf",
"codecov"
"codecov",
"jridgewell"
],

"ignorePaths": [
Expand Down
Loading