Skip to content

Commit e73b8dc

Browse files
committed
v2.17.1 release prep
1 parent ee5d729 commit e73b8dc

File tree

4 files changed

+30
-70
lines changed

4 files changed

+30
-70
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
See the full list of recent releases and features added on the
44
[Github releases page](https://github.com/PranayAgarwal/vscode-hack/releases).
55

6+
## v2.17.1 - 2023-07-10
7+
8+
- Automated and manual security fixes for dependencies.
9+
- Minor project housekeeping:
10+
- Updated some package paths (`vscode-debugadapter`, `vscode-debugprotocol` and `vsce` all moved under the `@vscode` npm org).
11+
- Added some required OSS notices to the repo.
12+
613
## v2.16.0 - 2022-10-03
714

815
- Syntax highlighting fixes. Thanks [Wilfred](https://github.com/Wilfred) & [panopticoncentral](https://github.com/panopticoncentral)!

NOTICE.md

Lines changed: 21 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -16,73 +16,7 @@ Attn: Open Source Requests
1616
San Francisco, CA 94105
1717

1818
---
19-
**[[email protected]](https://github.com/substack/minimist)**
20-
```
21-
This software is released under the MIT license:
22-
23-
Permission is hereby granted, free of charge, to any person obtaining a copy of
24-
this software and associated documentation files (the "Software"), to deal in
25-
the Software without restriction, including without limitation the rights to
26-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
27-
the Software, and to permit persons to whom the Software is furnished to do so,
28-
subject to the following conditions:
29-
30-
The above copyright notice and this permission notice shall be included in all
31-
copies or substantial portions of the Software.
32-
33-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
34-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
35-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
36-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
37-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
38-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
39-
```
40-
41-
**[[email protected]](https://github.com/substack/node-mkdirp)**
42-
```
43-
Copyright 2010 James Halliday ([email protected])
44-
45-
This project is free software released under the MIT/X11 license:
46-
47-
Permission is hereby granted, free of charge, to any person obtaining a copy
48-
of this software and associated documentation files (the "Software"), to deal
49-
in the Software without restriction, including without limitation the rights
50-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
51-
copies of the Software, and to permit persons to whom the Software is
52-
furnished to do so, subject to the following conditions:
53-
54-
The above copyright notice and this permission notice shall be included in
55-
all copies or substantial portions of the Software.
56-
57-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
58-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
59-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
60-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
61-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
62-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
63-
THE SOFTWARE.
64-
```
65-
66-
**[[email protected]](https://github.com/npm/node-semver)**
67-
```
68-
The ISC License
69-
70-
Copyright (c) Isaac Z. Schlueter and Contributors
71-
72-
Permission to use, copy, modify, and/or distribute this software for any
73-
purpose with or without fee is hereby granted, provided that the above
74-
copyright notice and this permission notice appear in all copies.
75-
76-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
77-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
78-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
79-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
80-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
81-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
82-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
83-
```
84-
85-
**[[email protected]](https://github.com/Microsoft/vscode-debugadapter-node)**
19+
**[@vscode/debugadapter@1.61.0](https://github.com/microsoft/vscode-debugadapter-node)**
8620
```
8721
Copyright (c) Microsoft Corporation
8822
@@ -97,7 +31,7 @@ The above copyright notice and this permission notice shall be included in all c
9731
THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
9832
```
9933

100-
**[vscode-debugprotocol@1.35.0](https://github.com/Microsoft/vscode-debugadapter-node)**
34+
**[@vscode/debugprotocol@1.61.0](https://github.com/microsoft/vscode-debugadapter-node)**
10135
```
10236
Copyright (c) Microsoft Corporation
10337
@@ -112,6 +46,25 @@ The above copyright notice and this permission notice shall be included in all c
11246
THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
11347
```
11448

49+
**[[email protected]](https://github.com/npm/node-semver)**
50+
```
51+
The ISC License
52+
53+
Copyright (c) Isaac Z. Schlueter and Contributors
54+
55+
Permission to use, copy, modify, and/or distribute this software for any
56+
purpose with or without fee is hereby granted, provided that the above
57+
copyright notice and this permission notice appear in all copies.
58+
59+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
60+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
61+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
62+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
63+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
64+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
65+
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
66+
```
67+
11568
**[[email protected]](https://github.com/Microsoft/vscode-languageserver-node)**
11669
```
11770
Copyright (c) Microsoft Corporation

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vscode-hack",
3-
"version": "2.17.0",
3+
"version": "2.17.1",
44
"publisher": "pranayagarwal",
55
"engines": {
66
"vscode": "^1.61.0"

0 commit comments

Comments
 (0)