Commit graph

2899 commits

Author SHA1 Message Date
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
Alexandru Dima
bc9e8523b5
Run the publish workflow earlier in the day (#3381) 2022-10-24 12:32:23 +02:00
Alexandru Dima
9375d4ba65
Fix publishing CI (#3375) 2022-10-19 08:58:55 +00:00
Alexandru Dima
6e995f7503
Merge pull request #3356 from jakebailey/redo-require-removal
Remove regex replacements from import-typescript
2022-10-18 21:05:19 +02:00
Alexandru Dima
30a85dbf36
Merge branch 'main' into redo-require-removal 2022-10-18 19:59:21 +02:00
Alexandru Dima
8fc2ca540c
Add a smoketest for packaging with parcel (#3371)
* Add a smoketest for packaging with parcel

* Prevent parcel from bundling shims for `process` or `buffer`
2022-10-18 19:49:55 +02:00
Alexandru Dima
2b3d8516c6
Bring smoketest scripts together (#3370) 2022-10-18 14:20:09 +02:00
Alexandru Dima
5d653b2569
Smoketest improvements: (#3369)
- Add a smoketest for packaging with vite
- Re-enable the smoketest for packaging with esbuild
- Re-enable the smoketest on webkit
2022-10-18 10:26:38 +02:00
Alexandru Dima
a3d4b960c5
Fix unit tests (#3368) 2022-10-17 12:26:21 -07:00
Alexandru Dima
547870b688
Prepare for 0.34.1 (#3367) 2022-10-17 09:28:11 -07:00
Jake Bailey
ddbd09d044 Also remove 'this' regex 2022-10-11 11:02:24 -07:00
Jake Bailey
416b686d69 Remove regex replacements from import-typescript 2022-10-10 21:51:43 -07:00
Jake Bailey
d63c89d832 Use typescript.js as source for typescriptServices 2022-10-10 21:50:50 -07: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
Andrew Branch
ab889ff2cc
Update @types/node (#3334) 2022-09-30 15:32:54 +02:00
Alexandru Dima
1575bc8ae9
Improve smoke tests resilience towards slow loading of modes (#3342) 2022-09-30 09:29:53 -04:00
Alexandru Dima
9d4574b10b
Handle case when npm would return an error code (#3340) 2022-09-29 12:53:09 +00:00
Alexandru Dima
35eb0efbc0
Switch to yarn which supports overriding resolutions to address vulnerabilities in dependencies of dependencies (#3242)
* Switch to `yarn` which supports overriding resolutions to address vulnerabilities in dependencies of dependencies

* Go back to npm and use `overrides`
2022-08-12 11:31:04 -04:00
Henning Dieterichs
9d278685b0
Merge pull request #3230 from microsoft/prepare-release-0.34.0
Update changelog and version.
2022-08-04 16:36:26 +02:00
Henning Dieterichs
5c5bdc5c18
Update changelog and version. 2022-08-04 16:32:46 +02:00
Henning Dieterichs
dddcfabb9d
Merge pull request #3228 from microsoft/hediet/update-link
Update MAINTAINING.md
2022-08-03 18:35:47 +02:00
Henning Dieterichs
9d3b549aa6
Update MAINTAINING.md 2022-08-03 17:56:07 +02:00
Henning Dieterichs
9b2e90e2d9
Merge pull request #3227 from microsoft/hediet/workerManager
Refactors workerManager
2022-08-03 17:38:32 +02:00
Henning Dieterichs
4c5552d6a5
Refactors workerManager 2022-08-03 17:34:31 +02:00
Henning Dieterichs
913ae66ad8
Merge pull request #3057 from bsorrentino/main
Fix issue #2295 - Models with "@" in their name do not resolve as dependencies
2022-08-03 17:31:50 +02:00
Henning Dieterichs
acc3d9a8d0
Merge pull request #3226 from luisscholl-at-software-ag/html-syntax-highlighting-script-type-module
Add script type module syntax highlighting to html
2022-08-03 17:23:49 +02:00
Henning Dieterichs
f90ab429ab
Merge pull request #3052 from mhsdesign/patch-1
[DOCS] IEditorOptions.automaticLayout uses ResizeObserver 3051
2022-08-03 14:18:43 +02:00
Henning Dieterichs
12d4d82bdf
Merge pull request #3111 from soof-golan/soof/python-3.10-support
Add Python 3.10 keyword support
2022-08-03 14:18:15 +02:00
Henning Dieterichs
58100e52b8
Merge pull request #3137 from remcohaszing/fix-monaco-environment-types
Fix MonacoEnvironment types
2022-08-03 14:06:34 +02:00
Henning Dieterichs
16d120645d
Merge branch 'main' into fix-monaco-environment-types 2022-08-03 14:03:09 +02:00
Henning Dieterichs
5b7a2eff9d
Merge pull request #3214 from supersonictw/patch-1
Fix menu link in integrate-esm.md
2022-08-03 13:51:44 +02:00
Henning Dieterichs
5be41f8e80
Merge branch 'main' into patch-1 2022-08-03 13:47:59 +02:00
Henning Dieterichs
37703ae1a1
Merge pull request #3222 from anjbur/anburton/update-keywords
Update Q# keywords
2022-08-03 13:39:37 +02:00
Angela Burton
519407a929
Update keywords 2022-08-01 11:30:08 -07:00
SuperSonic
d83a306b9b
Fix menu link in integrate-esm.md 2022-07-23 11:55:53 +08:00
Henning Dieterichs
f57624cdc1
Merge pull request #3213 from microsoft/hediet/inbox-queue
Add inbox queue to MAINTAINING.md
2022-07-22 17:36:07 +02:00
Henning Dieterichs
b15654dd7a
Formats document. 2022-07-22 15:17:17 +02:00
Henning Dieterichs
80390ce4f0
Add inbox queue to MAINTAINING.md 2022-07-22 14:35:20 +02:00
Alexandru Dima
8830766c43
Merge pull request #2905 from bummoblizard/main
Downgrade css-loader to 5.2.7 in /samples
2022-07-22 14:35:19 +02:00
Alex Dima
8c99f89f93
also update package-lock.json 2022-07-22 14:23:19 +02:00
Johannes Rieken
39a8b976ff
Merge pull request #3210 from remcohaszing/fix-contributing-instructions
Document samples are needed when adding a language
2022-07-22 11:44:31 +02:00
Henning Dieterichs
62aa423a2b
Merge pull request #3211 from microsoft/pr-3102
Add config and tokenizer for query language Cypher
2022-07-21 15:24:00 +02:00
Henning Dieterichs
475c42daa2
Merge branch 'main' into fix-contributing-instructions 2022-07-21 13:52:20 +02:00
Henning Dieterichs
abe52ad13b
Merge branch 'main' into soof/python-3.10-support 2022-07-21 13:51:47 +02:00
Henning Dieterichs
68ac1dda1b
Merge pull request #3133 from vanillajonathan/patch-1
Format code
2022-07-21 13:51:37 +02:00
Alex Dima
45175a565a
Add cypher sample 2022-07-21 13:47:50 +02:00
Alex Dima
c82fd2cd2c
Merge remote-tracking branch 'origin/main' into pr-3102 2022-07-21 13:41:34 +02:00
Alexandru Dima
6a9cec5add
Merge pull request #3138 from popsql/test-mysql-duplicate
Remove duplicate testcases for mysql
2022-07-21 13:36:23 +02:00
Alexandru Dima
12f045c793
Merge pull request #3171 from alexander-zw/patch-1
[webpack readme] Add how to get languages/features
2022-07-21 13:36:02 +02:00
Alexandru Dima
005d096784
Merge pull request #2963 from rcjsuen/model-markers-example
Create example for model markers
2022-07-21 13:34:18 +02:00