Commit Graph

19 Commits (a4b088e410209a27d5729713294800eba0d6b5b3)

Author SHA1 Message Date
Henning Dieterichs 13072d3f18
Update TypeScript to TS 5.4.5 in all projects, vendored files
Co-authored-by: John Yanarella <john.yanarella@gmail.com>
2024-05-03 11:41:19 +02:00
dependabot[bot] 4fc87360d1
Bump vite from 2.9.16 to 2.9.17 in /samples/browser-esm-vite-react (#4349)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.9.16 to 2.9.17.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v2.9.17/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v2.9.17/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-20 14:40:41 -08:00
dependabot[bot] 843ff9b9d7
Bump @babel/traverse in /samples/browser-esm-vite-react (#4215)
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.17.3 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-20 09:25:52 -07:00
dependabot[bot] 02a36af3ca
Bump postcss from 8.4.16 to 8.4.31 in /samples/browser-esm-vite-react
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.16 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.16...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-06 08:06:12 +00:00
dependabot[bot] 0d7608bd10
Bump vite from 2.9.13 to 2.9.16 in /samples/browser-esm-vite-react
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.9.13 to 2.9.16.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v2.9.16/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v2.9.16/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-06 13:26:12 +00:00
Avin 5495aa8e01
Fix 2023-03-21 20:29:23 +05:30
Jake Bailey 0d72bf6c93 TS 5.0 2023-03-16 12:53:16 -07:00
Jake Bailey dae7f13f9e Update the rest too 2023-03-03 14:11:09 -08:00
Henning Dieterichs c92637e1f1
Merge pull request #3390 from tr3ysmith/patch-1
Fix possible duplicate of editors in vite sample
2023-01-31 12:50:41 +01:00
dependabot[bot] 629021b16b
Bump json5 from 2.2.1 to 2.2.3 in /samples/browser-esm-vite-react
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-31 10:20:46 +00:00
Trey Smith 8d313a9472 run prettier 2023-01-18 11:13:40 -05:00
Trey Smith 1aa33634de
Fix possible duplicate of editors in vite sample
In testing the vite sample, I could see duplicate editors created on the screen. From what I can tell, this was due to the if statement checking if editor was null in the `useEffect`. However, the editor variable would not be updated on the first re-render causing a double instance. I adjusted the editor check to be inside the `state dispatch` since it would have the most current information. This seems to have fixed the issue on my end.
2022-11-01 10:29:21 -04:00
dependabot[bot] 22698f2c1b
Bump vite from 2.8.6 to 2.9.13 in /samples/browser-esm-vite-react (#3274)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.8.6 to 2.9.13.
- [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/v2.9.13/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandru Dima <alexdima@microsoft.com>
2022-10-04 17:18:06 +02:00
Alex Dima ab386ca3d6
update all deps 2022-03-29 12:31:07 +02:00
Alex Dima d8417a5576
Update dependencies 2022-02-03 22:43:53 +01:00
dependabot[bot] 4ba89c03b1
Bump nanoid from 3.1.30 to 3.2.0 in /samples/browser-esm-vite-react
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.30 to 3.2.0.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.1.30...3.2.0)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-24 11:43:09 +00:00
Alex Dima a6fae61e35
Towards publishing `monaco-editor-webpack-plugin` 2021-12-10 23:17:03 +01:00
Alex Dima e77825074d
Fix some samples 2021-12-09 22:16:35 +01:00
Alex Dima 091f871e65
Rename to `/samples/` 2021-11-16 22:01:11 +01:00