Commit Graph

883 Commits

Author SHA1 Message Date
Konrad Borowski
34270b4bb0 Update Cargo dependencies 2022-07-20 19:49:18 +02:00
Konrad Borowski
111348598b
Merge pull request #61 from pastebinrun/85f5dependabot/npm_and_yarn/codemirror/view-6.1.0
Bump @codemirror/view from 6.0.3 to 6.1.0
2022-07-20 08:18:02 +02:00
dependabot[bot]
c94b934f3d
Bump @codemirror/view from 6.0.3 to 6.1.0
Bumps [@codemirror/view](https://github.com/codemirror/view) from 6.0.3 to 6.1.0.
- [Release notes](https://github.com/codemirror/view/releases)
- [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codemirror/view/compare/6.0.3...6.1.0)

---
updated-dependencies:
- dependency-name: "@codemirror/view"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-19 22:37:21 +00:00
Konrad Borowski
f72163cda4
Merge pull request #60 from pastebinrun/eslint-plugin-5.30.7
Bump @typescript-eslint/eslint-plugin from 5.30.6 to 5.30.7
2022-07-19 08:41:55 +02:00
Konrad Borowski
e83b0dcfda Bump @typescript-eslint/eslint-plugin from 5.30.6 to 5.30.7 2022-07-19 08:35:47 +02:00
Konrad Borowski
2cabc87872
Merge pull request #59 from pastebinrun/c81edependabot/npm_and_yarn/vite-3.0.2
Bump vite from 3.0.0 to 3.0.2
2022-07-19 08:26:01 +02:00
dependabot[bot]
8a4fe9f412
Bump vite from 3.0.0 to 3.0.2
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.0.0 to 3.0.2.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v3.0.2/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-19 06:21:10 +00:00
Konrad Borowski
540e646b0e
Merge pull request #57 from pastebinrun/372cdependabot/cargo/serde_with-2.0.0
Bump serde_with from 1.14.0 to 2.0.0
2022-07-19 08:20:16 +02:00
dependabot[bot]
144509dda7
Bump serde_with from 1.14.0 to 2.0.0
Bumps [serde_with](https://github.com/jonasbb/serde_with) from 1.14.0 to 2.0.0.
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](https://github.com/jonasbb/serde_with/compare/v1.14.0...v2.0.0)

---
updated-dependencies:
- dependency-name: serde_with
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-18 22:59:02 +00:00
Konrad Borowski
c80028deb7
Merge pull request #56 from pastebinrun/56acdependabot/npm_and_yarn/eslint-8.20.0
Bump eslint from 8.19.0 to 8.20.0
2022-07-17 11:37:59 +02:00
dependabot[bot]
be54a589f1
Bump eslint from 8.19.0 to 8.20.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.19.0 to 8.20.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.19.0...v8.20.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-17 09:32:55 +00:00
Konrad Borowski
dc90155077
Merge pull request #55 from pastebinrun/ac55dependabot/npm_and_yarn/vitest-0.18.1
Bump vitest from 0.18.0 to 0.18.1
2022-07-17 11:32:13 +02:00
dependabot[bot]
a473c086bd
Bump vitest from 0.18.0 to 0.18.1
Bumps [vitest](https://github.com/vitest-dev/vitest) from 0.18.0 to 0.18.1.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/compare/v0.18.0...v0.18.1)

---
updated-dependencies:
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-17 09:28:08 +00:00
Konrad Borowski
f8bdac2cbb
Merge pull request #54 from pastebinrun/move-build-dependencies-to-regular
Move dist dependencies to regular dependencies
2022-07-16 15:42:47 +02:00
Konrad Borowski
ab3873b81b Move dist dependencies to regular dependencies 2022-07-16 15:37:23 +02:00
Konrad Borowski
77d3a6d0d9
Merge pull request #53 from pastebinrun/create-js-test-suite
Create JavaScript test suite
2022-07-16 15:27:55 +02:00
Konrad Borowski
ea877ceb13 Create JavaScript test suite 2022-07-16 15:22:29 +02:00
Konrad Borowski
7dc1b2c8e7
Merge pull request #52 from pastebinrun/vite3
Bump vite to 3.0.0
2022-07-14 21:37:47 +02:00
Konrad Borowski
96fbaaba49 Bump vite to 3.0.0 2022-07-14 21:31:55 +02:00
Konrad Borowski
1cd95f61c9
Merge pull request #51 from pastebinrun/13d1dependabot/npm_and_yarn/types/node-18.0.4
Bump @types/node from 18.0.3 to 18.0.4
2022-07-14 07:02:58 +02:00
dependabot[bot]
65cd561622
Bump @types/node from 18.0.3 to 18.0.4
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.0.3 to 18.0.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-13 22:43:29 +00:00
Konrad Borowski
1255814067
Merge pull request #50 from pastebinrun/enable-eslint
Enable ESLint
2022-07-13 19:44:23 +02:00
Konrad Borowski
456b293797 Enable ESLint 2022-07-13 19:39:05 +02:00
Konrad Borowski
8d1e09d743
Merge pull request #48 from pastebinrun/3ce3dependabot/cargo/serde-1.0.139
Bump serde from 1.0.138 to 1.0.139
2022-07-12 06:52:35 +02:00
dependabot[bot]
47cdae47ec
Bump serde from 1.0.138 to 1.0.139
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.138 to 1.0.139.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.138...v1.0.139)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-11 22:56:48 +00:00
Konrad Borowski
ee6b53a371
Merge pull request #47 from pastebinrun/use-ref-callback
Use ref callback rather than variable reference
2022-07-10 11:19:53 +02:00
Konrad Borowski
e66c6bcbb1 Use ref callback rather than variable reference
This is more TypeScript friendly.
2022-07-10 11:13:27 +02:00
Konrad Borowski
dc235f3344
Merge pull request #44 from pastebinrun/a177dependabot/npm_and_yarn/solid-js-1.4.7
Bump solid-js from 1.4.6 to 1.4.7
2022-07-09 08:17:18 +02:00
dependabot[bot]
4fd2d989f2
Bump solid-js from 1.4.6 to 1.4.7
Bumps [solid-js](https://github.com/solidjs/solid) from 1.4.6 to 1.4.7.
- [Release notes](https://github.com/solidjs/solid/releases)
- [Changelog](https://github.com/solidjs/solid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/solidjs/solid/compare/v1.4.6...v1.4.7)

---
updated-dependencies:
- dependency-name: solid-js
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-09 06:12:39 +00:00
Konrad Borowski
e5d798dfa8
Merge pull request #45 from pastebinrun/d5ffdependabot/npm_and_yarn/codemirror/view-6.0.3
Bump @codemirror/view from 6.0.2 to 6.0.3
2022-07-09 08:11:55 +02:00
dependabot[bot]
75aa85064f
Bump @codemirror/view from 6.0.2 to 6.0.3
Bumps [@codemirror/view](https://github.com/codemirror/view) from 6.0.2 to 6.0.3.
- [Release notes](https://github.com/codemirror/view/releases)
- [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codemirror/view/compare/6.0.2...6.0.3)

---
updated-dependencies:
- dependency-name: "@codemirror/view"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-09 06:05:52 +00:00
Konrad Borowski
055f1f7639
Merge pull request #46 from pastebinrun/5a9adependabot/npm_and_yarn/vite-2.9.14
Bump vite from 2.9.13 to 2.9.14
2022-07-09 08:05:28 +02:00
dependabot[bot]
d2840faa8a
Bump vite from 2.9.13 to 2.9.14
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.9.13 to 2.9.14.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v2.9.14/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v2.9.14/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-08 22:56:39 +00:00
Konrad Borowski
bb68fb53a0
Merge pull request #43 from pastebinrun/b014dependabot/npm_and_yarn/types/node-18.0.3
Bump @types/node from 18.0.1 to 18.0.3
2022-07-07 05:13:08 +02:00
dependabot[bot]
4b03720c87
Bump @types/node from 18.0.1 to 18.0.3
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.0.1 to 18.0.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-06 22:50:06 +00:00
Konrad Borowski
de6e09de0c
Merge pull request #42 from pastebinrun/2d62dependabot/cargo/once_cell-1.13.0
Bump once_cell from 1.12.0 to 1.13.0
2022-07-05 07:19:52 +02:00
dependabot[bot]
c039766805
Bump once_cell from 1.12.0 to 1.13.0
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.12.0 to 1.13.0.
- [Release notes](https://github.com/matklad/once_cell/releases)
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](https://github.com/matklad/once_cell/compare/v1.12.0...v1.13.0)

---
updated-dependencies:
- dependency-name: once_cell
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-05 05:12:39 +00:00
Konrad Borowski
ff757992f4
Merge pull request #39 from pastebinrun/9e32dependabot/npm_and_yarn/types/node-18.0.1
Bump @types/node from 18.0.0 to 18.0.1
2022-07-05 07:10:27 +02:00
dependabot[bot]
ccfa155f45
Bump @types/node from 18.0.0 to 18.0.1
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.0.0 to 18.0.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-05 05:05:01 +00:00
Konrad Borowski
7ab6b62bc0
Merge pull request #40 from pastebinrun/ba56dependabot/npm_and_yarn/solid-js-1.4.6
Bump solid-js from 1.4.5 to 1.4.6
2022-07-05 07:04:16 +02:00
dependabot[bot]
2ed856d93c
Bump solid-js from 1.4.5 to 1.4.6
Bumps [solid-js](https://github.com/solidjs/solid) from 1.4.5 to 1.4.6.
- [Release notes](https://github.com/solidjs/solid/releases)
- [Changelog](https://github.com/solidjs/solid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/solidjs/solid/compare/v1.4.5...v1.4.6)

---
updated-dependencies:
- dependency-name: solid-js
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-04 22:42:28 +00:00
Konrad Borowski
55ff0e78b0
Merge pull request #38 from pastebinrun/4362dependabot/cargo/serde-1.0.138
Bump serde from 1.0.137 to 1.0.138
2022-07-02 09:30:43 +02:00
dependabot[bot]
fd7b78d264
Bump serde from 1.0.137 to 1.0.138
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.137 to 1.0.138.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.137...v1.0.138)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-02 07:24:16 +00:00
Konrad Borowski
29391c2be2
Merge pull request #36 from pastebinrun/79f9dependabot/npm_and_yarn/codemirror-6.0.1
Bump codemirror from 6.0.0 to 6.0.1
2022-07-01 07:19:42 +02:00
dependabot[bot]
5a2129045f
Bump codemirror from 6.0.0 to 6.0.1
Bumps [codemirror](https://github.com/codemirror/basic-setup) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/codemirror/basic-setup/releases)
- [Changelog](https://github.com/codemirror/basic-setup/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codemirror/basic-setup/compare/6.0.0...6.0.1)

---
updated-dependencies:
- dependency-name: codemirror
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-01 05:13:15 +00:00
Konrad Borowski
78155155e0
Merge pull request #35 from pastebinrun/7532dependabot/npm_and_yarn/codemirror/commands-6.0.1
Bump @codemirror/commands from 6.0.0 to 6.0.1
2022-07-01 07:12:26 +02:00
dependabot[bot]
9948f2178d
Bump @codemirror/commands from 6.0.0 to 6.0.1
Bumps [@codemirror/commands](https://github.com/codemirror/commands) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/codemirror/commands/releases)
- [Changelog](https://github.com/codemirror/commands/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codemirror/commands/compare/6.0.0...6.0.1)

---
updated-dependencies:
- dependency-name: "@codemirror/commands"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-01 05:06:11 +00:00
Konrad Borowski
5d13123dc8
Merge pull request #37 from pastebinrun/a96fdependabot/npm_and_yarn/codemirror/language-6.2.0
Bump @codemirror/language from 6.1.0 to 6.2.0
2022-07-01 07:05:19 +02:00
dependabot[bot]
6d6caa69fb
Bump @codemirror/language from 6.1.0 to 6.2.0
Bumps [@codemirror/language](https://github.com/codemirror/language) from 6.1.0 to 6.2.0.
- [Release notes](https://github.com/codemirror/language/releases)
- [Changelog](https://github.com/codemirror/language/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codemirror/language/compare/6.1.0...6.2.0)

---
updated-dependencies:
- dependency-name: "@codemirror/language"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-30 22:37:26 +00:00
Konrad Borowski
c0e5f48099
Merge pull request #33 from pastebinrun/fed0dependabot/npm_and_yarn/codemirror/lang-javascript-6.0.1
Bump @codemirror/lang-javascript from 6.0.0 to 6.0.1
2022-06-30 07:59:01 +02:00