Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

[CUWP-76] Pull upstream #27

Draft
wants to merge 292 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
292 commits
Select commit Hold shift + click to select a range
071611d
chore: upgrade dependencies
LouisBrunner Apr 2, 2021
6c88997
feat: add more generics to usePreview/Preview state, refactor preview…
LouisBrunner Apr 2, 2021
fbcdba1
fix: revert react-dnd to v13 (v14 triggers issues with state updates)
LouisBrunner Apr 2, 2021
05bd174
refactor: dnd-multi-backend examples rewrote in TS
LouisBrunner Apr 2, 2021
5be9b30
refactor: react-dnd-multi-backend examples rewrote in TS
LouisBrunner Apr 2, 2021
e116c1d
fix: fixes #66
LouisBrunner Apr 2, 2021
056b16f
v7.0.0-alpha.2
LouisBrunner Apr 2, 2021
7418c38
chore: change React back to support 16
LouisBrunner Aug 18, 2021
11a05e8
v7.0.0-alpha.3
LouisBrunner Aug 18, 2021
21a20ac
fix: add PointerTransition and use it in html5-to-touch
LouisBrunner Aug 28, 2021
2b76cbb
v7.0.0-alpha.4
LouisBrunner Aug 28, 2021
3664cad
docs: fixes #73, class -> className
LouisBrunner Aug 31, 2021
ddb2e90
Add React 18 as peer dependency (#87)
JanMisker Aug 31, 2022
9453102
add sideEffects flag (#77)
gillycheesesteak Aug 31, 2022
dafbff0
Bump minimist from 1.2.5 to 1.2.6 (#80)
dependabot[bot] Aug 31, 2022
b1ef2d7
Bump async from 2.6.3 to 2.6.4 (#82)
dependabot[bot] Aug 31, 2022
c007fd7
Bump node-fetch from 2.6.1 to 2.6.7 (#85)
dependabot[bot] Aug 31, 2022
ecd1730
fix: upgrade security issues, upgrade to React 18, fixes #81 and #86
LouisBrunner Aug 31, 2022
e6fc33e
fix: webpack dev server confi
LouisBrunner Aug 31, 2022
557fe41
v7.0.0
LouisBrunner Aug 31, 2022
f7fc41b
fix: upgrade CI to use supported node versions
LouisBrunner Aug 31, 2022
e18832c
fix: upgrade webpack, fix the CI
LouisBrunner Aug 31, 2022
4c0bf6d
fix: use new createRoot in examples
LouisBrunner Aug 31, 2022
36eb460
fix: upgrade nearly all dependencies (RTL does not support React 18 a…
LouisBrunner Aug 31, 2022
670af76
feat: extend support range of ReactDnD
LouisBrunner Aug 31, 2022
f185e85
v7.1.0
LouisBrunner Aug 31, 2022
74d188d
fix: massive re-render loop with new React-DnD
LouisBrunner Aug 31, 2022
f3ec507
v7.1.1
LouisBrunner Aug 31, 2022
d0812a3
chore: update years and improvements
LouisBrunner Sep 1, 2022
d53e9f0
fix: use the proper mutable ref type (breaking change)
LouisBrunner Sep 1, 2022
7895d53
feat: upgrade to latest React-DnD, drop CommonJS and UMD builds (brea…
LouisBrunner Sep 1, 2022
d940ee5
Revert "feat: upgrade to latest React-DnD, drop CommonJS and UMD buil…
LouisBrunner Sep 26, 2022
6980062
docs: correct documentation around usePreview (fixes #98)
LouisBrunner Dec 6, 2022
64a29f3
Bump loader-utils from 2.0.2 to 2.0.4 (#97)
dependabot[bot] Dec 6, 2022
0b9959c
chore: audit fix
LouisBrunner Dec 6, 2022
fc80360
v7.1.2
LouisBrunner Dec 6, 2022
b0b6c5a
feat: upgrade to latest React-DnD, drop CommonJS and UMD builds (brea…
LouisBrunner Sep 26, 2022
166cfdd
v8.0.0-alpha.0
LouisBrunner Dec 6, 2022
317e155
Bump parse-url from 7.0.2 to 8.1.0 (#99)
dependabot[bot] Dec 6, 2022
086ac2e
fix: resolve issue about preview position being different on first to…
LouisBrunner Dec 8, 2022
5e8292f
v7.1.3
LouisBrunner Dec 8, 2022
444c5d4
fix typing issue
LouisBrunner Dec 8, 2022
798b306
revert 7.1.3 failed release
LouisBrunner Dec 8, 2022
71924e1
v7.1.3
LouisBrunner Dec 8, 2022
9daa385
Merge remote-tracking branch 'origin/main' into next
LouisBrunner Dec 10, 2022
436d7b5
chore: remove webpack warning
LouisBrunner Dec 10, 2022
a8f02a1
refactor: move to esbuild (👋 babel + webpack), upgrade all dependencies
LouisBrunner Dec 10, 2022
f2150d9
fix: add minimum npm version to package.json
LouisBrunner Dec 10, 2022
69aef4a
fix: add minimum node version to package.json
LouisBrunner Dec 10, 2022
5239a33
fix: remove Node 14 builds (need npm 7 and above) and improve npm cac…
LouisBrunner Dec 10, 2022
fb9e034
fix: remove extra file, fix code coverage
LouisBrunner Dec 10, 2022
c1b9eff
v8.0.0-alpha.1
LouisBrunner Dec 10, 2022
90b0eac
Merge branch 'next'
LouisBrunner Dec 10, 2022
543a64a
v8.0.0
LouisBrunner Dec 13, 2022
4ac4736
chore: create FUNDING.yml
LouisBrunner Dec 14, 2022
82316e4
chore(deps): bump json5 from 1.0.1 to 1.0.2 (#102)
dependabot[bot] Jan 9, 2023
cae0541
chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 (#103)
dependabot[bot] Feb 9, 2023
57e8221
feat(ci): configure auto dependabot updates
LouisBrunner Jun 7, 2023
813acb8
chore: update to latest dependencies + any fixups required
LouisBrunner Jun 7, 2023
fdc65ff
chore(deps): bump actions/download-artifact from 1 to 3 (#106)
dependabot[bot] Jun 7, 2023
7a350e0
chore(deps): bump actions/checkout from 2 to 3 (#107)
dependabot[bot] Jun 7, 2023
688d042
chore(deps): bump actions/upload-artifact from 1 to 3 (#108)
dependabot[bot] Jun 7, 2023
c6f995f
v8.0.1
LouisBrunner Jun 7, 2023
2804277
feat: add dev mode for esbuild
LouisBrunner Jun 7, 2023
fc99b10
chore(deps-dev): bump @typescript-eslint/parser from 5.59.9 to 5.59.1…
dependabot[bot] Jun 13, 2023
a0bbb32
chore(deps-dev): bump @typescript-eslint/eslint-plugin (#114)
dependabot[bot] Jun 13, 2023
a224635
chore(deps-dev): bump @types/react-dom from 18.2.4 to 18.2.5 (#117)
dependabot[bot] Jun 13, 2023
27cdf27
chore(deps-dev): bump @typescript-eslint/parser from 5.59.11 to 5.60.…
dependabot[bot] Jun 19, 2023
24bd75b
chore(deps-dev): bump @typescript-eslint/eslint-plugin (#120)
dependabot[bot] Jun 19, 2023
833e0db
chore(deps-dev): bump eslint from 8.42.0 to 8.43.0 (#123)
dependabot[bot] Jun 20, 2023
081321f
chore(deps-dev): bump esbuild-node-externals from 1.7.0 to 1.8.0 (#124)
dependabot[bot] Jun 27, 2023
d8c67ae
chore(deps-dev): bump @typescript-eslint/parser from 5.60.0 to 5.60.1…
dependabot[bot] Jun 27, 2023
bf12557
chore(deps-dev): bump @types/react-dom from 18.2.5 to 18.2.6 (#126)
dependabot[bot] Jun 27, 2023
3c328d5
chore(deps-dev): bump @typescript-eslint/eslint-plugin (#129)
dependabot[bot] Jul 3, 2023
eca4d07
chore(deps-dev): bump @typescript-eslint/parser from 5.60.1 to 5.61.0…
dependabot[bot] Jul 3, 2023
2e51961
chore(deps-dev): bump typescript from 5.1.3 to 5.1.6 (#128)
dependabot[bot] Jul 3, 2023
5a818c1
chore(deps-dev): bump eslint from 8.43.0 to 8.44.0 (#130)
dependabot[bot] Jul 3, 2023
b6eb3c0
chore(deps): bump tough-cookie from 4.1.2 to 4.1.3 (#133)
dependabot[bot] Jul 10, 2023
ceb93f2
chore(deps-dev): bump jest-environment-jsdom from 29.5.0 to 29.6.1 (#…
dependabot[bot] Jul 10, 2023
f9ac721
chore(deps-dev): bump eslint-plugin-jest from 27.2.1 to 27.2.2 (#134)
dependabot[bot] Jul 10, 2023
e87a9fd
chore(deps-dev): bump @types/react-dom from 18.2.6 to 18.2.7 (#139)
dependabot[bot] Jul 20, 2023
95ff234
chore(deps-dev): bump eslint-plugin-jest from 27.2.2 to 27.2.3 (#142)
dependabot[bot] Jul 20, 2023
071b0fd
chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 (#144)
dependabot[bot] Jul 20, 2023
06ef2b9
chore(deps-dev): bump @typescript-eslint/parser from 5.61.0 to 5.62.0…
dependabot[bot] Jul 20, 2023
29d18ef
chore(deps-dev): bump eslint from 8.44.0 to 8.45.0 (#143)
dependabot[bot] Jul 20, 2023
405c22a
chore(deps-dev): bump esbuild from 0.17.19 to 0.18.16 (#145)
dependabot[bot] Jul 24, 2023
4f60d36
chore(deps-dev): bump @testing-library/jest-dom from 5.16.5 to 5.17.0…
dependabot[bot] Jul 24, 2023
2c93168
chore(deps-dev): bump eslint-plugin-react from 7.32.2 to 7.33.0 (#147)
dependabot[bot] Jul 24, 2023
896c59a
chore(deps-dev): bump eslint-plugin-react from 7.33.0 to 7.33.1 (#150)
dependabot[bot] Jul 31, 2023
2e1b00d
chore(deps-dev): bump jest from 29.5.0 to 29.6.2 (#152)
dependabot[bot] Jul 31, 2023
a13cf90
chore(deps-dev): bump eslint from 8.45.0 to 8.46.0 (#153)
dependabot[bot] Jul 31, 2023
8292948
chore(deps-dev): bump esbuild from 0.18.16 to 0.18.17 (#154)
dependabot[bot] Jul 31, 2023
431eade
chore(deps-dev): bump jest-environment-jsdom from 29.6.1 to 29.6.2 (#…
dependabot[bot] Aug 8, 2023
0270fcc
chore(deps-dev): bump eslint-plugin-testing-library (#157)
dependabot[bot] Aug 8, 2023
7781cf8
chore(deps-dev): bump eslint-plugin-jest-dom from 5.0.1 to 5.0.2 (#156)
dependabot[bot] Aug 8, 2023
ebfe2a8
chore(deps-dev): bump esbuild from 0.18.17 to 0.18.19 (#155)
dependabot[bot] Aug 8, 2023
4ef2329
chore(deps-dev): bump eslint from 8.46.0 to 8.47.0 (#161)
dependabot[bot] Aug 15, 2023
c32ba1d
chore(deps-dev): bump eslint-plugin-testing-library from 5.11.1 to 6.…
dependabot[bot] Aug 15, 2023
d136ba0
chore(deps-dev): bump eslint-plugin-react from 7.33.1 to 7.33.2 (#165)
dependabot[bot] Aug 21, 2023
7e45f73
chore(deps-dev): bump jest-environment-jsdom from 29.6.2 to 29.6.3 (#…
dependabot[bot] Aug 21, 2023
fe63478
chore(deps-dev): bump @typescript-eslint/eslint-plugin (#167)
dependabot[bot] Aug 21, 2023
d892290
chore(deps-dev): bump jest from 29.6.2 to 29.6.3 (#169)
dependabot[bot] Aug 21, 2023
952e72a
chore(deps-dev): bump @babel/preset-typescript from 7.21.5 to 7.22.11…
dependabot[bot] Aug 29, 2023
0fd6ec7
chore(deps-dev): bump eslint from 8.47.0 to 8.48.0 (#171)
dependabot[bot] Aug 29, 2023
c9a4e3f
chore(deps-dev): bump typescript from 5.1.6 to 5.2.2 (#172)
dependabot[bot] Aug 29, 2023
44ef343
chore(deps-dev): bump eslint-plugin-jest-dom from 5.0.2 to 5.1.0 (#173)
dependabot[bot] Aug 29, 2023
c0dddd5
chore(deps-dev): bump @types/jsdom from 21.1.1 to 21.1.2 (#174)
dependabot[bot] Aug 29, 2023
e68ade0
chore(deps): bump actions/checkout from 3 to 4 (#175)
dependabot[bot] Sep 4, 2023
43f38b0
chore(deps-dev): bump jest-environment-jsdom from 29.6.3 to 29.6.4 (#…
dependabot[bot] Sep 5, 2023
05361e0
chore(deps-dev): bump jest from 29.6.3 to 29.6.4 (#177)
dependabot[bot] Sep 5, 2023
1cfadb5
chore(deps-dev): bump esbuild-node-externals from 1.8.0 to 1.9.0 (#180)
dependabot[bot] Sep 6, 2023
26fbb30
chore(deps-dev): bump eslint-plugin-compat from 4.1.4 to 4.2.0 (#179)
dependabot[bot] Sep 6, 2023
95fb04f
chore(deps-dev): bump @babel/preset-typescript from 7.22.11 to 7.22.1…
dependabot[bot] Sep 6, 2023
ce82a05
chore(deps): update dependencies and ensure all packages list all the…
LouisBrunner Sep 6, 2023
05973f5
chore(deps-dev): bump eslint from 8.48.0 to 8.49.0 (#182)
dependabot[bot] Sep 12, 2023
967d7bd
chore(deps-dev): bump @typescript-eslint/parser from 6.6.0 to 6.7.0 (…
dependabot[bot] Sep 12, 2023
f197f5e
chore(deps-dev): bump jest-environment-jsdom from 29.6.4 to 29.7.0 (#…
dependabot[bot] Sep 18, 2023
936931d
chore(deps-dev): bump eslint-plugin-jest from 27.2.3 to 27.4.0 (#188)
dependabot[bot] Sep 18, 2023
43953ca
chore(deps-dev): bump jest and @types/jest (#187)
dependabot[bot] Sep 18, 2023
3e4574f
chore(deps-dev): bump @typescript-eslint/parser from 6.7.0 to 6.7.2 (…
dependabot[bot] Sep 18, 2023
f013eec
chore(deps-dev): bump @types/jsdom from 21.1.2 to 21.1.3 (#186)
dependabot[bot] Sep 18, 2023
7dfa78d
fix(build): issue due to upgrade to esbuild 0.18+ (#190)
LouisBrunner Sep 21, 2023
0e38ec2
fix: lerna did not update the versions?
LouisBrunner Sep 21, 2023
55ee17d
v8.0.3
LouisBrunner Sep 21, 2023
fad45ca
chore(deps-dev): bump @typescript-eslint/parser from 6.7.2 to 6.7.3 (…
dependabot[bot] Sep 26, 2023
85d3cc2
chore(deps-dev): bump @babel/preset-typescript from 7.22.15 to 7.23.0…
dependabot[bot] Sep 26, 2023
35acb03
chore(deps-dev): bump eslint-plugin-testing-library from 6.0.1 to 6.0…
dependabot[bot] Sep 26, 2023
5754277
chore(deps-dev): bump jest-runner-eslint from 2.1.1 to 2.1.2 (#194)
dependabot[bot] Sep 26, 2023
1395803
chore(deps-dev): bump eslint from 8.49.0 to 8.50.0 (#195)
dependabot[bot] Sep 26, 2023
3618126
chore(deps-dev): bump eslint-plugin-jest from 27.4.0 to 27.4.2 (#196)
dependabot[bot] Oct 2, 2023
a393206
chore(deps-dev): bump @types/react-dom from 18.2.7 to 18.2.8 (#198)
dependabot[bot] Oct 2, 2023
bbee4af
chore(deps-dev): bump @typescript-eslint/parser from 6.7.3 to 6.7.4 (…
dependabot[bot] Oct 2, 2023
88ccc1e
chore(deps-dev): bump eslint from 8.50.0 to 8.51.0 (#201)
dependabot[bot] Oct 10, 2023
a9c635c
chore(deps-dev): bump @types/react-dom from 18.2.8 to 18.2.12 (#202)
dependabot[bot] Oct 10, 2023
b2920f8
chore(deps-dev): bump @typescript-eslint/parser from 6.7.4 to 6.7.5 (…
dependabot[bot] Oct 10, 2023
bd64b14
chore(deps-dev): bump @babel/preset-typescript from 7.23.0 to 7.23.2 …
dependabot[bot] Oct 16, 2023
c9d7649
chore(deps-dev): bump @typescript-eslint/parser from 6.7.5 to 6.8.0 (…
dependabot[bot] Oct 16, 2023
c752cd0
chore(deps-dev): bump eslint-plugin-testing-library from 6.0.2 to 6.1…
dependabot[bot] Oct 16, 2023
46b7e00
chore(deps-dev): bump @types/react-dom from 18.2.12 to 18.2.13 (#206)
dependabot[bot] Oct 16, 2023
a2131f2
chore(deps-dev): bump @babel/traverse from 7.22.4 to 7.23.2 (#207)
dependabot[bot] Oct 16, 2023
00a78c2
chore(deps-dev): bump eslint from 8.51.0 to 8.52.0 (#213)
dependabot[bot] Oct 23, 2023
79d8c8d
chore(deps): bump actions/setup-node from 3 to 4 (#208)
dependabot[bot] Oct 23, 2023
cdb84c0
chore(deps-dev): bump @types/react-dom from 18.2.13 to 18.2.14 (#209)
dependabot[bot] Oct 23, 2023
ac08b12
chore(deps-dev): bump @types/jsdom from 21.1.3 to 21.1.4 (#210)
dependabot[bot] Oct 23, 2023
f4eb08b
chore(deps-dev): bump eslint-plugin-jest from 27.4.2 to 27.4.3 (#211)
dependabot[bot] Oct 23, 2023
d445b7b
chore(deps-dev): bump @types/jest from 29.5.5 to 29.5.6 (#212)
dependabot[bot] Oct 23, 2023
b1c1cdd
chore(deps-dev): bump eslint-plugin-jest from 27.4.3 to 27.6.0 (#214)
dependabot[bot] Oct 30, 2023
70ab6b8
chore(deps-dev): bump @typescript-eslint/parser from 6.8.0 to 6.9.1 (…
dependabot[bot] Oct 30, 2023
1c60c74
chore(deps-dev): bump @types/jest from 29.5.6 to 29.5.7 (#216)
dependabot[bot] Nov 6, 2023
2cee971
chore(deps-dev): bump @typescript-eslint/parser from 6.9.1 to 6.10.0 …
dependabot[bot] Nov 6, 2023
5c7da3d
chore(deps-dev): bump eslint from 8.52.0 to 8.53.0 (#218)
dependabot[bot] Nov 6, 2023
1e08e4a
chore(deps-dev): bump axios from 1.5.0 to 1.6.1 (#219)
dependabot[bot] Nov 11, 2023
2f2a48a
chore(deps-dev): bump @typescript-eslint/parser from 6.10.0 to 6.11.0…
dependabot[bot] Nov 13, 2023
813bc78
chore(deps-dev): bump @types/jest from 29.5.7 to 29.5.8 (#221)
dependabot[bot] Nov 13, 2023
c42d6e0
chore(deps-dev): bump @types/jsdom from 21.1.4 to 21.1.5 (#222)
dependabot[bot] Nov 13, 2023
6682013
chore(deps-dev): bump @babel/preset-typescript from 7.23.2 to 7.23.3 …
dependabot[bot] Nov 13, 2023
14a1b84
chore(deps-dev): bump @testing-library/react from 14.0.0 to 14.1.0 (#…
dependabot[bot] Nov 13, 2023
4e2ee2d
chore(deps-dev): bump typescript from 5.2.2 to 5.3.2 (#225)
dependabot[bot] Nov 20, 2023
d0a80a1
chore(deps-dev): bump @testing-library/react from 14.1.0 to 14.1.2 (#…
dependabot[bot] Nov 20, 2023
7901f86
chore(deps-dev): bump eslint-plugin-testing-library from 6.1.0 to 6.1…
dependabot[bot] Nov 20, 2023
ce13287
chore(deps-dev): bump eslint from 8.53.0 to 8.54.0 (#228)
dependabot[bot] Nov 20, 2023
16cc9b4
chore(deps-dev): bump @types/react-dom from 18.2.14 to 18.2.15 (#229)
dependabot[bot] Nov 20, 2023
0839895
chore(deps-dev): bump esbuild-node-externals from 1.9.0 to 1.11.0 (#233)
dependabot[bot] Nov 27, 2023
4f57dc2
chore(deps-dev): bump @types/jest from 29.5.8 to 29.5.10 (#230)
dependabot[bot] Nov 27, 2023
7bd1435
chore(deps-dev): bump @types/jsdom from 21.1.5 to 21.1.6 (#231)
dependabot[bot] Nov 27, 2023
fad58ba
chore(deps-dev): bump @typescript-eslint/parser from 6.11.0 to 6.13.0…
dependabot[bot] Nov 27, 2023
1a698f5
chore(deps-dev): bump @adobe/css-tools from 4.3.1 to 4.3.2 (#235)
dependabot[bot] Dec 1, 2023
4409cbd
chore(deps-dev): bump eslint-plugin-testing-library from 6.1.2 to 6.2…
dependabot[bot] Dec 5, 2023
3c18310
chore(deps-dev): bump eslint from 8.54.0 to 8.55.0 (#237)
dependabot[bot] Dec 5, 2023
ed9801d
chore(deps-dev): bump @typescript-eslint/parser from 6.13.0 to 6.13.2…
dependabot[bot] Dec 5, 2023
ff7102d
chore(deps-dev): bump @types/react-dom from 18.2.15 to 18.2.17 (#238)
dependabot[bot] Dec 5, 2023
8cc9e4e
chore(deps-dev): bump @typescript-eslint/parser from 6.13.2 to 6.14.0…
dependabot[bot] Dec 11, 2023
6382de5
chore(deps-dev): bump typescript from 5.3.2 to 5.3.3 (#241)
dependabot[bot] Dec 11, 2023
ea94760
chore(deps-dev): bump @types/jest from 29.5.10 to 29.5.11 (#240)
dependabot[bot] Dec 11, 2023
71b786b
chore(deps-dev): bump eslint from 8.55.0 to 8.56.0 (#248)
dependabot[bot] Dec 19, 2023
4f24f44
chore(deps-dev): bump @typescript-eslint/parser from 6.14.0 to 6.15.0…
dependabot[bot] Dec 19, 2023
c39d8ed
chore(deps-dev): bump @types/react-dom from 18.2.17 to 18.2.18 (#245)
dependabot[bot] Dec 19, 2023
21b3052
chore(deps): bump actions/download-artifact from 3 to 4 (#244)
dependabot[bot] Dec 19, 2023
e2484fa
chore(deps-dev): bump esbuild-node-externals from 1.11.0 to 1.12.0 (#…
dependabot[bot] Dec 27, 2023
4fb6e2a
chore(deps-dev): bump @typescript-eslint/parser from 6.15.0 to 6.16.0…
dependabot[bot] Dec 27, 2023
0480779
chore(deps-dev): bump eslint-plugin-jest from 27.6.0 to 27.6.1 (#251)
dependabot[bot] Jan 2, 2024
57ce33f
chore(deps-dev): bump @typescript-eslint/parser from 6.16.0 to 6.17.0…
dependabot[bot] Jan 2, 2024
a747d9d
chore(deps-dev): bump @typescript-eslint/parser from 6.17.0 to 6.18.0…
dependabot[bot] Jan 8, 2024
1e3480a
ci(fix): use proper actions/upload-artifact version (#256)
LouisBrunner Jan 9, 2024
72e49ff
chore(deps): audit fix (#257)
LouisBrunner Jan 9, 2024
e266155
chore(deps-dev): bump @typescript-eslint/parser from 6.18.0 to 6.19.0…
dependabot[bot] Jan 15, 2024
4c2b944
chore(deps-dev): bump eslint-plugin-jest from 27.6.1 to 27.6.3 (#260)
dependabot[bot] Jan 15, 2024
30debe4
chore(deps-dev): bump @typescript-eslint/parser from 6.19.0 to 6.19.1…
dependabot[bot] Jan 22, 2024
27ac109
chore(deps-dev): bump @typescript-eslint/parser from 6.19.1 to 6.20.0…
dependabot[bot] Jan 29, 2024
21cfb02
chore(deps-dev): bump @typescript-eslint/parser from 6.20.0 to 6.21.0…
dependabot[bot] Feb 5, 2024
aaefd7e
chore(deps-dev): bump @testing-library/react from 14.1.2 to 14.2.1 (#…
dependabot[bot] Feb 5, 2024
81f6321
chore(deps-dev): bump @types/jest from 29.5.11 to 29.5.12 (#265)
dependabot[bot] Feb 5, 2024
19836b0
ci: dependabot only notifies npm changes monthly
LouisBrunner Feb 12, 2024
c79638c
chore(deps-dev): bump @types/react-dom from 18.2.18 to 18.2.19 (#268)
dependabot[bot] Feb 12, 2024
0172d4e
chore(deps-dev): bump esbuild-node-externals from 1.12.0 to 1.13.0 (#…
dependabot[bot] Feb 12, 2024
92190fe
chore(deps-dev): bump ip from 2.0.0 to 2.0.1 (#270)
dependabot[bot] Feb 20, 2024
123c3a0
chore(deps-dev): bump jest-runner-eslint from 2.1.2 to 2.2.0 (#271)
dependabot[bot] Mar 1, 2024
a6c96cf
chore(deps-dev): bump eslint-plugin-jest from 27.6.3 to 27.9.0 (#272)
dependabot[bot] Mar 1, 2024
d52b794
chore(deps-dev): bump eslint from 8.56.0 to 8.57.0 (#273)
dependabot[bot] Mar 1, 2024
e64fe4a
chore(deps-dev): bump follow-redirects from 1.15.4 to 1.15.6 (#276)
dependabot[bot] Mar 16, 2024
a10bc2a
chore(deps-dev): bump @babel/preset-typescript from 7.23.3 to 7.24.1 …
dependabot[bot] Apr 1, 2024
8c3ca37
chore(deps-dev): bump @testing-library/react from 14.2.1 to 14.2.2 (#…
dependabot[bot] Apr 1, 2024
5426c0d
chore(deps-dev): bump eslint-plugin-react from 7.33.2 to 7.34.1 (#278)
dependabot[bot] Apr 1, 2024
ae2edf4
chore(deps-dev): bump @types/react-dom from 18.2.19 to 18.2.23 (#280)
dependabot[bot] Apr 1, 2024
58b646e
chore(deps-dev): bump eslint-plugin-jest-dom from 5.1.0 to 5.2.0 (#281)
dependabot[bot] Apr 1, 2024
1f5780a
chore(deps): bump peaceiris/actions-gh-pages from 3 to 4 (#282)
dependabot[bot] Apr 8, 2024
7f221e3
chore(deps-dev): bump eslint-plugin-react from 7.34.1 to 7.34.2 (#294)
dependabot[bot] Jun 2, 2024
1ca6bfb
chore(deps-dev): bump @types/jsdom from 21.1.6 to 21.1.7 (#293)
dependabot[bot] Jun 2, 2024
86bb6f6
chore(deps-dev): bump typescript from 5.3.3 to 5.4.5 (#291)
dependabot[bot] Jun 2, 2024
483df51
chore(deps-dev): bump @testing-library/react from 14.2.2 to 15.0.7 (#…
dependabot[bot] Jun 2, 2024
bf8a8c1
chore(deps-dev): bump @typescript-eslint/parser from 6.21.0 to 7.11.0…
dependabot[bot] Jun 2, 2024
cdcf367
chore(deps-dev): bump ws from 8.8.1 to 8.17.1 (#295)
dependabot[bot] Jul 3, 2024
503d256
chore(deps-dev): bump eslint-plugin-testing-library from 6.2.0 to 6.2…
dependabot[bot] Jul 3, 2024
225f969
chore(deps-dev): bump eslint-plugin-jest-dom from 5.2.0 to 5.4.0 (#297)
dependabot[bot] Jul 3, 2024
6e67a87
chore(deps): upgrade deps and fix CI (#301)
LouisBrunner Jul 3, 2024
534c40b
chore(deps-dev): bump eslint-plugin-react from 7.34.3 to 7.35.0 (#302)
dependabot[bot] Aug 1, 2024
f1c0080
chore(deps-dev): bump eslint-plugin-compat from 5.0.0 to 6.0.0 (#304)
dependabot[bot] Aug 1, 2024
c274e29
chore(deps-dev): bump @typescript-eslint/parser from 7.15.0 to 7.18.0…
dependabot[bot] Aug 1, 2024
58a8f45
chore(deps-dev): bump esbuild-node-externals from 1.13.1 to 1.14.0 (#…
dependabot[bot] Aug 1, 2024
27dbb33
chore(deps-dev): bump typescript from 5.5.3 to 5.5.4 (#311)
dependabot[bot] Sep 2, 2024
fe1a6d4
chore(deps-dev): bump eslint-plugin-jest from 28.6.0 to 28.8.1 (#310)
dependabot[bot] Sep 2, 2024
9e64151
chore(deps-dev): bump eslint-plugin-testing-library from 6.2.2 to 6.3…
dependabot[bot] Sep 2, 2024
7f52ab2
chore(deps-dev): bump axios from 1.7.2 to 1.7.7 (#312)
dependabot[bot] Sep 2, 2024
e66f624
chore(deps-dev): bump @testing-library/react from 16.0.0 to 16.0.1 (#…
dependabot[bot] Oct 2, 2024
ec0051e
chore(deps-dev): bump eslint from 8.57.0 to 8.57.1 (#316)
dependabot[bot] Oct 2, 2024
0b905d0
chore(deps-dev): bump esbuild-node-externals from 1.14.0 to 1.15.0 (#…
dependabot[bot] Oct 2, 2024
062773d
chore(deps-dev): bump @types/jest from 29.5.12 to 29.5.13 (#317)
dependabot[bot] Oct 2, 2024
af6f3a9
chore(deps-dev): bump eslint-plugin-compat from 6.0.0 to 6.0.1 (#318)
dependabot[bot] Oct 2, 2024
a76e2b2
chore(deps-dev): bump eslint-plugin-react from 7.35.0 to 7.37.2 (#321)
dependabot[bot] Nov 1, 2024
8420f7a
chore(deps-dev): bump eslint-plugin-testing-library from 6.3.0 to 6.4…
dependabot[bot] Nov 1, 2024
7d239f4
chore(deps-dev): bump typescript from 5.5.4 to 5.6.3 (#319)
dependabot[bot] Nov 1, 2024
586209c
chore(deps-dev): bump eslint-plugin-jest from 28.8.1 to 28.8.3 (#323)
dependabot[bot] Nov 1, 2024
5a7f2bf
chore(deps-dev): bump @babel/preset-typescript from 7.24.7 to 7.26.0 …
dependabot[bot] Dec 1, 2024
6cc2783
chore(deps-dev): bump @types/react-dom from 18.3.0 to 18.3.1 (#326)
dependabot[bot] Dec 1, 2024
2c8140a
feat(preview): allow changing the preview placement (#330)
MPeloquin Dec 12, 2024
ea26297
ci: improve GHA + upgrade node versions (#331)
LouisBrunner Dec 12, 2024
cbe3396
chore: replace eslint with biome, update deps (#334)
LouisBrunner Dec 12, 2024
af5a27f
ci: fix deploy flow (#335)
LouisBrunner Dec 12, 2024
2f9cf86
v8.1.0
LouisBrunner Dec 12, 2024
42892b4
chore: reformat post Lerna
LouisBrunner Dec 12, 2024
9ed5518
v8.1.1
LouisBrunner Dec 12, 2024
3b73817
Revert "v8.1.1"
LouisBrunner Dec 12, 2024
2492a8d
Revert "v8.1.0"
LouisBrunner Dec 12, 2024
5d62d79
refactor: remove lerna (#336)
LouisBrunner Dec 12, 2024
76f858e
chore: fix publish script
LouisBrunner Dec 12, 2024
ab8b10e
release: v8.1.0
LouisBrunner Dec 12, 2024
bafe2e5
chore: update package.json repository fields
LouisBrunner Dec 12, 2024
8a2a53d
fix(preview): update preview in react-dnd-multi-backend (#337)
MPeloquin Dec 12, 2024
7ebf0fa
release: v8.1.1
LouisBrunner Dec 12, 2024
c9d018e
fix: bad JSX transform (#339)
LouisBrunner Dec 14, 2024
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
4 changes: 0 additions & 4 deletions .eslintignore

This file was deleted.

186 changes: 0 additions & 186 deletions .eslintrc.json

This file was deleted.

1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock.json -diff
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: [LouisBrunner]
29 changes: 29 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: /
schedule:
interval: weekly
groups:
actions-deps:
patterns:
- "*"

- package-ecosystem: npm
directory: /
schedule:
interval: monthly
groups:
security-updates:
applies-to: security-updates
patterns:
- "*"
major-updates:
applies-to: version-updates
update-types:
- "major"
minor-updates:
applies-to: version-updates
update-types:
- "minor"
- "patch"
102 changes: 52 additions & 50 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,71 +4,73 @@ on: [push, pull_request]

jobs:
build:
name: Build (Node ${{ matrix.node-version }})

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [10.x, 12.x]
node-version: [20, 22]

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Check cache node_modules
uses: actions/cache@v1
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ matrix.node-version }}-${{ hashFiles('**/package-lock.json') }}
restore-keys: ${{ runner.os }}-node-${{ matrix.node-version }}-
- name: Install dependencies
run: npm install
- run: npm run test:ci
- run: npm run lint
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
flag-name: node-${{ matrix.node }}
parallel: true
- run: npm run build:examples
- name: Upload examples build
uses: actions/upload-artifact@v1
with:
name: Examples
path: examples
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- name: Install dependencies
run: npm install
- run: npm run vet:ci
- run: npm run test:ci
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
flag-name: node-${{ matrix.node }}
parallel: true
- run: npm run build:examples
- name: Upload examples build
uses: actions/upload-artifact@v4
if: ${{ matrix.node-version == '22' }}
with:
name: Examples
path: examples

finish:
name: Coverage

runs-on: ubuntu-latest
needs: build

steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true
- name: Coveralls Finished
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true

deploy:
name: Deploy

runs-on: ubuntu-latest
needs: build
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'

steps:
- name: Checkout
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Download examples build
uses: actions/download-artifact@v1
with:
name: Examples
path: examples
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
enable_jekyll: true
publish_dir: ./
force_orphan: true
- name: Checkout
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Download examples build
uses: actions/download-artifact@v4
with:
name: Examples
path: examples
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
enable_jekyll: true
publish_dir: ./
force_orphan: true
28 changes: 28 additions & 0 deletions .github/workflows/lint-gha.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Lint Github Actions

on:
push:
branches: [main]
paths:
- ".github/**"
pull_request:
paths:
- ".github/**"

jobs:
lint:
name: Lint YAML files
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ibiqlik/action-yamllint@v3
with:
file_or_dir: .github
config_data: |
extends: default
rules:
line-length:
max: 120
level: warning
document-start: disable
truthy: disable
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,11 @@ node_modules
*-debug.log

# Code coverage
/.nyc_output
/coverage

# Output
packages/*/dist
webpack-stats.json

# IDE
.vscode
3 changes: 3 additions & 0 deletions .jest-setup.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import '@testing-library/jest-dom'
import React from 'react'
global.React = React
Loading