Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@typespec/monorepo",
"version": "0.0.1",
"private": true,
"packageManager": "pnpm@10.30.2",
"packageManager": "pnpm@11.10.0",
"type": "module",
"scripts": {
"build": "turbo build && pnpm check:eng && pnpm gen-compiler-extern-signature",
Expand Down
4 changes: 2 additions & 2 deletions packages/http-specs/spec-summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Expected behavior: Should render numbered list properly.

- Endpoint: `get /documentation/text-formatting/bold`

Expected behavior: Text between \*\* should render as bold.
Expected behavior: Text between ** should render as bold.

### Documentation_TextFormatting_combinedFormatting

Expand All @@ -115,7 +115,7 @@ Expected behavior: Should handle nested and combined formatting.
- Endpoint: `get /documentation/text-formatting/italic`

Test italic text formatting using _single asterisks_.
Expected behavior: Text between \* should render as italic.
Expected behavior: Text between * should render as italic.

### Encode_Array_Property_commaDelimited

Expand Down
12 changes: 6 additions & 6 deletions packages/typespec-vscode/ThirdPartyNotices.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ original copyright notices and the licenses under which Microsoft received such
components are set forth below. Microsoft reserves all rights not expressly
granted herein, whether by implication, estoppel or otherwise.

1. @babel/code-frame version 7.29.7 (https://github.com/babel/babel)
2. @babel/helper-validator-identifier version 7.29.7 (https://github.com/babel/babel)
1. @babel/code-frame version 8.0.0 (https://github.com/babel/babel)
2. @babel/helper-validator-identifier version 8.0.2 (https://github.com/babel/babel)
3. ajv version 8.20.0 (ajv-validator/ajv)
4. balanced-match version 4.0.4 (https://github.com/juliangruber/balanced-match)
5. brace-expansion version 5.0.6 (ssh://git@github.com/juliangruber/brace-expansion)
5. brace-expansion version 5.0.7 (https://github.com/juliangruber/brace-expansion)
6. change-case version 5.4.4 (https://github.com/blakeembrey/change-case)
7. cross-spawn version 7.0.6 (git@github.com:moxystudio/node-cross-spawn)
8. fast-deep-equal version 3.1.3 (https://github.com/epoberezkin/fast-deep-equal)
9. fast-uri version 3.1.2 (https://github.com/fastify/fast-uri)
9. fast-uri version 3.1.3 (https://github.com/fastify/fast-uri)
10. is-unicode-supported version 2.1.0 (sindresorhus/is-unicode-supported)
11. isexe version 2.0.0 (https://github.com/isaacs/isexe)
12. isexe version 4.0.0 (https://github.com/isaacs/isexe)
13. js-tokens version 4.0.0 (lydell/js-tokens)
13. js-tokens version 10.0.0 (lydell/js-tokens)
14. json-schema-traverse version 1.0.0 (https://github.com/epoberezkin/json-schema-traverse)
15. minimatch version 10.2.5 (git@github.com:isaacs/minimatch)
16. mustache version 4.2.0 (https://github.com/janl/mustache.js)
Expand Down Expand Up @@ -405,7 +405,7 @@ END OF isexe NOTICES AND INFORMATION
=====================================================
The MIT License (MIT)

Copyright (c) 2014, 2015, 2016, 2017, 2018 Simon Lydell
Copyright (c) 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025 Simon Lydell

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading
Loading