Skip to content

Commit f5f7127

Browse files
authored
Merge branch 'main' into aamunger/notebookInfoRegistration2
2 parents 8e574b4 + 56f97a4 commit f5f7127

File tree

50 files changed

+410
-333
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+410
-333
lines changed

.github/commands/codespaces_issue.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Learn more about the syntax here:
2+
# https://docs.github.com/en/early-access/github/save-time-with-slash-commands/syntax-for-user-defined-slash-commands
3+
---
4+
trigger: codespaces_issue
5+
title: Codespaces Issue
6+
description: Report downstream
7+
8+
steps:
9+
- type: fill
10+
template: |-
11+
This looks like an issue with the Codespaces service which we don't track in this repository. You can report this to the Codespaces team at https://github.com/orgs/community/discussions/categories/codespaces

build/npm/gyp/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -520,9 +520,9 @@ safe-buffer@~5.2.0:
520520
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
521521

522522
semver@^7.3.5:
523-
version "7.3.8"
524-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
525-
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
523+
version "7.5.3"
524+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.3.tgz#161ce8c2c6b4b3bdca6caadc9fa3317a4c4fe88e"
525+
integrity sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==
526526
dependencies:
527527
lru-cache "^6.0.0"
528528

build/win32/Cargo.lock

Lines changed: 68 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/win32/Cargo.toml

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,30 @@
11
[package]
22
name = "inno_updater"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
authors = ["Microsoft <[email protected]>"]
55
build = "build.rs"
66

77
[dependencies]
8-
byteorder = "1"
9-
crc = "^1.0.0"
10-
slog = "2.1.1"
11-
slog-async = "2.2.0"
12-
slog-term = "2.3.0"
8+
byteorder = "1.4.3"
9+
crc = "3.0.1"
10+
slog = "2.7.0"
11+
slog-async = "2.7.0"
12+
slog-term = "2.9.0"
1313

14-
[target.'cfg(windows)'.dependencies]
15-
winapi = { version = "^0.3.9", features = ["winuser", "libloaderapi", "commctrl", "processthreadsapi", "tlhelp32", "handleapi", "psapi", "errhandlingapi", "winbase", "shellapi"] }
14+
[target.'cfg(windows)'.dependencies.windows-sys]
15+
version = "0.42"
16+
features = [
17+
"Win32_Foundation",
18+
"Win32_System_Shutdown",
19+
"Win32_UI_WindowsAndMessaging",
20+
"Win32_System_Threading",
21+
"Win32_System_LibraryLoader",
22+
"Win32_System_Diagnostics_Debug",
23+
"Win32_Storage_FileSystem",
24+
"Win32_Security",
25+
"Win32_System_ProcessStatus",
26+
"Win32_System_Diagnostics_ToolHelp"
27+
]
1628

1729
[profile.release]
1830
lto = true

build/win32/inno_updater.exe

15.5 KB
Binary file not shown.

extensions/css-language-features/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ minimatch@^5.1.0:
3434
brace-expansion "^2.0.1"
3535

3636
semver@^7.3.7:
37-
version "7.3.7"
38-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"
39-
integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==
37+
version "7.5.3"
38+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.3.tgz#161ce8c2c6b4b3bdca6caadc9fa3317a4c4fe88e"
39+
integrity sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==
4040
dependencies:
4141
lru-cache "^6.0.0"
4242

extensions/search-result/src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export function activate(context: vscode.ExtensionContext) {
7878
const lineResult = parseSearchResults(document, token)[position.line];
7979
if (!lineResult) { return []; }
8080
if (lineResult.type === 'file') {
81-
return lineResult.allLocations;
81+
return lineResult.allLocations.map(l => ({ ...l, originSelectionRange: lineResult.location.originSelectionRange }));
8282
}
8383

8484
const location = lineResult.locations.find(l => l.originSelectionRange.contains(position));

remote/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -661,9 +661,9 @@ safe-buffer@~5.1.0, safe-buffer@~5.1.1:
661661
integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==
662662

663663
semver@^7.3.5:
664-
version "7.3.5"
665-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
666-
integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
664+
version "7.5.3"
665+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.3.tgz#161ce8c2c6b4b3bdca6caadc9fa3317a4c4fe88e"
666+
integrity sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==
667667
dependencies:
668668
lru-cache "^6.0.0"
669669

0 commit comments

Comments
 (0)