Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump(cpptools): update to v1.22.11 #7552

Merged
merged 3 commits into from
Dec 20, 2024
Merged

bump(cpptools): update to v1.22.11 #7552

merged 3 commits into from
Dec 20, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 15, 2024

This PR contains the following updates:

Package Update Change
cpptools minor v1.21.6 -> v1.22.11

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

microsoft/vscode-cpptools (cpptools)

v1.22.11: 1.22.11 (patch update)

Compare Source

Instructions

The extension can be obtained by one of the methods below:

  • Install the "C/C++" or "C/C++ Extension Pack" extension published by Microsoft from the Extensions view in VS Code.
  • Download a vsix that matches your OS from the "Download" dropdown in the "Version History" tab section on the Marketplace website, and then use the Extensions: Install from VSIX... command in VS Code (don't double-click the vsix or another app like VS might try to open it incorrectly).
  • Download a vsix that matches your OS from the Assets section below (and install it via the method mentioned above). The previous download methods have the vsix signatures verified by the Marketplace, but for this method, you can do the verification by downloading the matching manifest and signature.p7s file and running npx @&#8203;vscode/vsce@latest verify-signature -i <.vsix> -m <.signature.manifest> -s <.signature.p7s>.

Requirements

  • VS Code 1.67.0 or later (April 2022).
  • Windows 7+ (x64, arm64), macOS 10.12+, Linux (Ubuntu 16+, etc.).

Changes

Bug Fixes
  • Fix system includes incorrectly being treated as non-system includes when specified with -I. #​12842
  • Fix inactive region ranges when multi-byte UTF-8 characters are used. #​12879
  • Fix formatting with .editorconfig files. #​12921

v1.22.10: 1.22.10 (patch update)

Compare Source

Instructions

The extension can be obtained by one of the methods below:

  • Install the "C/C++" or "C/C++ Extension Pack" extension published by Microsoft from the Extensions view in VS Code.
  • Download a vsix that matches your OS from the "Download" dropdown in the "Version History" tab section on the Marketplace website, and then use the Extensions: Install from VSIX... command in VS Code (don't double-click the vsix or another app like VS might try to open it incorrectly).
  • Download a vsix that matches your OS from the Assets section below (and install it via the method mentioned above). The previous download methods have the vsix signatures verified by the Marketplace, but for this method, you can do the verification by downloading the matching manifest and signature.p7s file and running npx @&#8203;vscode/vsce@latest verify-signature -i <.vsix> -m <.signature.manifest> -s <.signature.p7s>.

Requirements

  • VS Code 1.67.0 or later (April 2022).
  • Windows 7+ (x64, arm64), macOS 10.12+, Linux (Ubuntu 16+, etc.).

Changes

Bug Fixes
  • Fix the 'Extract to Function' feature not working.
  • Fix the 'Go to Next/Prev Preprocessor Conditional' feature not working.

v1.22.9: 1.22.9

Compare Source

Instructions

The extension can be obtained by one of the methods below:

  • Install the "C/C++" or "C/C++ Extension Pack" extension published by Microsoft from the Extensions view in VS Code.
  • Download a vsix that matches your OS from the "Download" dropdown in the "Version History" tab section on the Marketplace website, and then use the Extensions: Install from VSIX... command in VS Code (don't double-click the vsix or another app like VS might try to open it incorrectly).
  • Download a vsix that matches your OS from the Assets section below (and install it via the method mentioned above). The previous download methods have the vsix signatures verified by the Marketplace, but for this method, you can do the verification by downloading the matching manifest and signature.p7s file and running npx @&#8203;vscode/vsce@latest verify-signature -i <.vsix> -m <.signature.manifest> -s <.signature.p7s> vscode-vsce#1044.

Requirements

  • VS Code 1.67.0 or later (April 2022).
  • Windows 7+ (x64, arm64), macOS 10.12+, Linux (Ubuntu 16+, etc.).

Changes

Performance Improvements
  • Initialization performance improvements. #​12030
    • Some processing is parallelized and started earlier (populating the filename cache, discovering files). #​11954, #​12169
    • Some compiler configuration queries are cached in the database, and processing of compile_commands.json was improved. #​10029, #​12078
  • Performance improvements related to how custom configurations are processed. #​9003, #​12632
  • Improve the implementation of file buffers to reduce memory usage.
  • Performance improvements related to LSP request processing.
Enhancements
  • Add modified C_Cpp settings to the C/C++: Log Diagnostics output. #​11700
  • Add better validation for settings. #​12371
  • Change the default C/C++ "editor.stickyScroll.defaultModel" to "foldingProviderModel". #​12483
  • Remove the C_Cpp.intelliSenseEngineFallback setting. #​12596
  • Enable C/C++: Log Diagnostics without a C/C++ file being active. #​12634
  • Add "Additional Tracked Settings" to the C/C++: Log Diagnostics output. PR #​12635
  • Add support for providing additional context information to Copilot Chat. PR #​12685
    • Currently, it requires "C_Cpp.experimentalFeatures": "enabled" and typing #cpp in the chat.
  • The .vsix and .js files are now signed. #​12725, #​12744
  • Add the database path to the C/C++: Log Diagnostics output.
  • Various IntelliSense parsing updates/fixes.
Bug Fixes
  • Fix the compiler selection control not keeping the list in sync with the contents of the textbox. #​7427
  • Fix a string localization issue. #​7824
  • Fix an issue with the 'Add #include' code action incorrectly using a relative path for a system include. #​12010
  • Fix an issue with lingering IntelliSense squiggles after an edit. #​12175
  • Fix hover over static constexpr variables sometimes not working. #​12284
  • Fix completion not giving results in several scenarios. #​12412
  • Stop logging duplicate compiler path messages. #​12445
  • Fix an issue where a file is incorrectly processed as C instead of C++. #​12466
  • Fix an issue with missing database symbols after a Rename operation. #​12480
  • Fix include path ordering being incorrect if there is a duplicate. #​12525
  • Fix a WebAssembly "Out of Memory" error. #​12529
  • Fix an error message not being shown if the connection failed with remote attach debugging. #​12547
  • Fix -I not being used if -iquote is also used for the same path. #​12551
  • Fix issues with relative paths on nvcc (CUDA) command lines not being handled correctly. #​12553
  • Fix a crash on shutdown on macOS with a verbose logging level. #​12567
  • Fix a random crash when a child process is created. #​12585
  • Work around IntelliSense issues with clang 18 due to size_t not being defined. #​12618
  • Fix the /FU flag not working for C++/CLI. #​12641
  • Fix a crash in find_existing_intellisense_client. #​12666
  • Fix a rare crash on macOS related to get_memory_usage. #​12667
  • Fix an issue with 'Extract to Function' formatting. #​12677
  • Fix an issue with duplicate tag parsing occurring after a Rename operation. #​12728
  • Fix an issue preventing use of a full command line in compilerPath. PR #​12774
  • Fix an issue with clang-format/tidy version checks for some builds. #​12806
  • Fix an issue causing unnecessary TU updates for files opened during a Rename operation, when "files.refactoring.autoSave": false is used.
  • Fix some issues with recursive includes handling of symbolic links, multi-root, exclusion changes, and file/folder deletion.
  • Fix unnecessary IntelliSense resetting when a new file or folder was created.
  • Fix an infinite loop on shutdown after changing the selected settings.
  • Fix accumulation of stale signature help and completion requests.
  • Fix handling of the compiler-binddir compiler argument.
  • Fix a random crash during IntelliSense creation.
  • Fix some bugs with include completion.

v1.22.7: 1.22.7 (release candidate)

Compare Source

Instructions

Install it via using the Extensions view in VS Code and choosing the option "Switch to Pre-Release Version" or download a vsix that matches your OS from the "Download" dropdown in the "Version History" tab section on the Marketplace website) and then use the Extensions: Install from VSIX... command in VS Code (don't double-click the vsix or another app like VS might try to open it incorrectly).

Requirements

  • VS Code 1.67.0 or later (April 2022).
  • Windows 7+ (x64, arm64), macOS 10.12+, Linux (Ubuntu 16+, etc.).

Changes

Enhancement
Bug Fixes
  • Fix some Copilot-related issues. PR #​12773
  • Fix an issue preventing use of a full command line in compilerPath. PR #​12774
  • Fix an infinite loop on shutdown after changing the selected settings.
  • Fix a crash (from insert_lines).

v1.22.6

Compare Source

Instructions

Install it via using the Extensions view in VS Code and choosing the option "Switch to Pre-Release Version" or download a vsix that matches your OS from the "Download" dropdown in the "Version History" tab section on the Marketplace website) and then use the Extensions: Install from VSIX... command in VS Code (don't double-click the vsix or another app like VS might try to open it incorrectly).

Requirements

  • VS Code 1.67.0 or later (April 2022).
  • Windows 7+ (x64, arm64), macOS 10.12+, Linux (Ubuntu 16+, etc.).

Changes

Bug Fixes
  • Fix an issue with usage of #cpp with Copilot chat. vscode-copilot-release#1634
  • Fix a performance regression with tag parsing.
  • Fix a document buffer issue related to edits within files containing multi-byte characters.

v1.22.5: 1.22.5

Compare Source

Instructions

Install it via using the Extensions view in VS Code and choosing the option "Switch to Pre-Release Version" or download a vsix that matches your OS from the "Download" dropdown in the "Version History" tab section on the Marketplace website) and then use the Extensions: Install from VSIX... command in VS Code (don't double-click the vsix or another app like VS might try to open it incorrectly).

Requirements

  • VS Code 1.67.0 or later (April 2022).
  • Windows 7+ (x64, arm64), macOS 10.12+, Linux (Ubuntu 16+, etc.).

Changes

Enhancement
  • Add the database path to the C/C++: Log Diagnostics output.
Bug Fixes
  • Fix some synchronization and crash issues with handle_edits. #​12747
  • Fix usage of #cpp with Copilot chat. PR #​12755
    • NOTE: Currently requires VS Code Insiders, due to #​12765.
  • Fix some document buffer issues.

v1.22.4

Compare Source

Instructions

Install it via using the Extensions view in VS Code and choosing the option "Switch to Pre-Release Version" or download a vsix that matches your OS from the "Download" dropdown in the "Version History" tab section on the Marketplace website) and then use the Extensions: Install from VSIX... command in VS Code (don't double-click the vsix or another app like VS might try to open it incorrectly).

Requirements

  • VS Code 1.67.0 or later (April, 2022).
  • Windows 7+, macOS 10.12+, Linux (Ubuntu 16+, etc.).

Changes

Enhancements
  • Performance improvements related to how custom configurations are processed. #​12632
  • Performance improvements related to LSP request processing.
Bug Fixes
  • Fix an issue with missing database symbols after a Rename operation. #​12480
  • Work around IntelliSense issues with clang 18 due to size_t not being defined. #​12618
  • Fix some crashes with recursive includes. #​12643
  • Possibly fix a crash in find_existing_intellisense_client. #​12666
  • Fix issues applying files.exclude settings when C_Cpp.caseSensitiveFileSupport is enabled. #​12672
  • Fix an issue with duplicate tag parsing occurring after a Rename operation. #​12728
  • Fix an issue causing unnecessary TU updates for files opened during a Rename operation, when "files.refactoring.autoSave": false is used.

v1.22.3

Compare Source

Instructions

Install it via using the Extensions view in VS Code and choosing the option "Switch to Pre-Release Version" or download a vsix that matches your OS from the "Download" dropdown in the "Version History" tab section on the Marketplace website) and then use the Extensions: Install from VSIX... command in VS Code (don't double-click the vsix or another app like VS might try to open it incorrectly).

Requirements

  • VS Code 1.67.0 or later (April, 2022).
  • Windows 7+, macOS 10.12+, Linux (Ubuntu 16+, etc.).

Changes

Enhancement
  • Add support for providing additional context information to Copilot Chat. PR #​12685
    • Currently, it requires "C_Cpp.experimentalFeatures": "enabled" and typing #cpp in the chat.
Bug Fixes
  • Fix the compiler selection control not keeping the list in sync with contents of the textbox. #​7427
  • Fix a string localization issue. #​7824
  • Stop logging duplicate compiler path messages. #​12445
  • Fix some crashes with recursive includes. #​12643
  • Fix a rare crash on macOS related to get_memory_usage. #​12667
  • Fix an issue with 'Extract to Function' formatting. #​12677
  • Fix a potential deadlock in process_paths. #​12690

v1.22.2: 1.22.2

Compare Source

Instructions

Install it via using the Extensions view in VS Code and choosing the option "Switch to Pre-Release Version" or download a vsix that matches your OS from the "Download" dropdown in the "Version History" tab section on the Marketplace website) and then use the Extensions: Install from VSIX... command in VS Code (don't double-click the vsix or another app like VS might try to open it incorrectly).

Requirements

  • VS Code 1.67.0 or later (April, 2022).
  • Windows 7+, macOS 10.12+, Linux (Ubuntu 16+, etc.).

Changes

Enhancement
  • Remove the C_Cpp.intelliSenseEngineFallback setting. #​12596
Bug Fix
  • Fix a deadlock when doing "Find All References" and a file is deleted. #​12656

v1.22.1: 1.22.1

Compare Source

Instructions

Install it via using the Extensions view in VS Code and choosing the option "Switch to Pre-Release Version" or download a vsix that matches your OS from the "Download" dropdown in the "Version History" tab section on the Marketplace website) and then use the Extensions: Install from VSIX... command in VS Code (don't double-click the vsix or another app like VS might try to open it incorrectly).

Requirements

  • VS Code 1.67.0 or later (April, 2022).
  • Windows 7+, macOS 10.12+, Linux (Ubuntu 16+, etc.).

Changes

Enhancement
  • Add "Additional Tracked Settings" to C/C++: Log Diagnostics output. PR #​12635
Bug Fixes
  • Fix hover over static constexpr variables sometimes not working. #​12284
  • Fix completion not giving results in several scenarios. #​12412
  • Fix include completion showing results for deleted folders with recursive includes. #​12636
  • Fix the /FU flag not working for C++/CLI . #​12641
  • Fix some crashes with recursive includes. #​12643
  • Fix IntelliSense not working on Windows when C_Cpp.caseSensitiveFileSupport is enabled. #​12648
  • Changes that might fix a crash with translate_encoding_to_utf8. #​12652
  • Fix a random crash during IntelliSense creation.

v1.22.0: 1.22.0

Compare Source

Instructions

Install it via using the Extensions view in VS Code and choosing the option "Switch to Pre-Release Version" or download a vsix that matches your OS from the "Download" dropdown in the "Version History" tab section on the Marketplace website) and then use the Extensions: Install from VSIX... command in VS Code (don't double-click the vsix or another app like VS might try to open it incorrectly).

Requirements

  • VS Code 1.67.0 or later (April, 2022).
  • Windows 7+, macOS 10.12+, Linux (Ubuntu 16+, etc.).

Changes

Performance Improvements
  • Switch to an alternative implementation of recursive includes (that sends all the paths instead of only the "used" paths). #​11780
    • Performance improvement: Configuration is no longer blocked on tag parsing of all dependent headers.
    • Configuration change: Recursive include paths now take precedence over system include paths (similar to compiler behavior and non-recursive includes). #​11485
  • Initialization performance improvements. #​12030
    • Some processing is parallelized and started earlier (populating the filename cache, discovering files). #​11954, #​12169
    • Some compiler configuration queries are cached in the database, and processing of compile_commands.json was improved. #​10029, #​12078
  • Improve the implementation of file buffers to reduce memory usage.
Enhancements
  • Add modified C_Cpp settings to the C/C++: Log Diagnostics output. #​11700
  • Change the default C/C++ "editor.stickyScroll.defaultModel" to "foldingProviderModel". #​12483
  • Add better validation for settings. #​12371
  • Various IntelliSense parsing updates/fixes.
Bug Fixes
  • Stop logging duplicate compiler path messages. #​12445
  • Fix an issue where a file is incorrectly processed as C instead of C++. #​12466
  • Fix include path ordering being incorrect if there is a duplicate. #​12525
  • Fix a WebAssembly "Out of Memory" error. #​12529
  • Fix an error message not being shown if the connection failed with remote attach debugging. #​12547
  • Fix -I not being used if -iquote is also used for the same path. #​12551
  • Fix issues with relative paths on nvcc (CUDA) command lines not being handled correctly. #​12553
  • Fix a random crash when a child process is created. #​12585
  • Fix a crash on shutdown on macOS with a verbose logging level. #​12567
  • Fix some issues with recursive includes handling of symbolic links, multi-root, exclusion changes, and file/folder deletion.
  • Fix unnecessary IntelliSense resetting when a new file or folder was created.
  • Fix accumulation of stale signature help and completion requests.
  • Fix some bugs with include completion.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) October 15, 2024 01:17
@williambotman williambotman requested a review from a team October 15, 2024 01:19
@renovate renovate bot force-pushed the renovate/cpptools-1.x branch from a4d27b0 to 044730f Compare October 22, 2024 00:55
@renovate renovate bot changed the title bump(cpptools): update to v1.22.9 bump(cpptools): update to v1.22.10 Oct 22, 2024
@Conarius
Copy link
Contributor

They don't provde x86 packages for Windows anymore, only x64

@renovate renovate bot force-pushed the renovate/cpptools-1.x branch from 044730f to 60e2635 Compare November 6, 2024 05:16
@renovate renovate bot changed the title bump(cpptools): update to v1.22.10 bump(cpptools): update to v1.22.11 Nov 6, 2024
* origin/main: (404 commits)
  bump(steep): update to v1.9.2 (#7376)
  bump(slang): update to v2024.17 (#6445)
  bump(aiken): update to v1.1.9 (#7090)
  bump(gradle-language-server): update to v3.16.4 (#6129)
  bump(nilaway): update to v0.0.0-20241010202415-ba14292918d8 (#6023)
  bump(ormolu): update to v0.7.7.0 (#5823)
  bump(buf): update to v1.48.0 (#8284)
  bump(gitleaks): update to v8.21.3 (#8282)
  bump(mdformat): update to v0.7.21 (#8283)
  bump(nickel-lang-lsp): update to v1.9.1 (#8278)
  bump(eslint_d): update to v14.3.0 (#8280)
  bump(zeek-language-server): update to v0.64.0 (#8281)
  bump(ruff): update to v0.8.4 (#8279)
  bump(firefox-debug-adapter): update to v2.12.0 (#8276)
  bump(sql-formatter): update to v15.4.7 (#8275)
  bump(markmap-cli): update to v0.18.0 (#8274)
  bump(trufflehog): update to v3.87.2 (#8273)
  bump(matlab-language-server): update to c7ac9f9 (#8270)
  bump(delve): update to v1.24.0 (#8272)
  bump(shopify-cli): update to v3.72.2 (#8271)
  ...
@renovate renovate bot merged commit e642957 into main Dec 20, 2024
18 checks passed
@renovate renovate bot deleted the renovate/cpptools-1.x branch December 20, 2024 00:16
williamboman added a commit that referenced this pull request Dec 20, 2024
…2024.x

* origin/main: (356 commits)
  bump(cpptools): update to v1.22.11 (#7552)
  bump(erlang-ls): update to v1 (#7405)
  bump(nimlangserver): update to v1.6.0 (#7316)
  fix(harper-ls): change filename to `-msvc` from `-gnu` (#7536)
  bump(codelldb): update to v1.11.1 (#7448)
  bump(steep): update to v1.9.2 (#7376)
  bump(slang): update to v2024.17 (#6445)
  bump(aiken): update to v1.1.9 (#7090)
  bump(gradle-language-server): update to v3.16.4 (#6129)
  bump(nilaway): update to v0.0.0-20241010202415-ba14292918d8 (#6023)
  bump(ormolu): update to v0.7.7.0 (#5823)
  bump(buf): update to v1.48.0 (#8284)
  bump(gitleaks): update to v8.21.3 (#8282)
  bump(mdformat): update to v0.7.21 (#8283)
  bump(nickel-lang-lsp): update to v1.9.1 (#8278)
  bump(eslint_d): update to v14.3.0 (#8280)
  bump(zeek-language-server): update to v0.64.0 (#8281)
  bump(ruff): update to v0.8.4 (#8279)
  bump(firefox-debug-adapter): update to v2.12.0 (#8276)
  bump(sql-formatter): update to v15.4.7 (#8275)
  ...
williamboman added a commit that referenced this pull request Dec 20, 2024
* origin/main: (22 commits)
  bump(pretty-php): update to v0.4.82 (#8286)
  bump(jdtls): upgrade 1.41.0 -> 1.42.0 (#8072)
  bump(clojure-lsp): update to v2024.11.08-17.49.29 (#7896)
  bump(haskell-language-server): Update to version 2.9.0.1 (#7929)
  bump(cpptools): update to v1.22.11 (#7552)
  bump(erlang-ls): update to v1 (#7405)
  bump(nimlangserver): update to v1.6.0 (#7316)
  fix(harper-ls): change filename to `-msvc` from `-gnu` (#7536)
  bump(codelldb): update to v1.11.1 (#7448)
  bump(steep): update to v1.9.2 (#7376)
  bump(slang): update to v2024.17 (#6445)
  bump(aiken): update to v1.1.9 (#7090)
  bump(gradle-language-server): update to v3.16.4 (#6129)
  bump(nilaway): update to v0.0.0-20241010202415-ba14292918d8 (#6023)
  bump(ormolu): update to v0.7.7.0 (#5823)
  bump(buf): update to v1.48.0 (#8284)
  bump(gitleaks): update to v8.21.3 (#8282)
  bump(mdformat): update to v0.7.21 (#8283)
  bump(nickel-lang-lsp): update to v1.9.1 (#8278)
  bump(eslint_d): update to v14.3.0 (#8280)
  ...
williamboman added a commit that referenced this pull request Dec 20, 2024
* origin/main: (251 commits)
  bump(ada-language-server): update to v26 (#7970)
  bump(jdtls): update to v1.43.0 (#8066)
  bump(stylua): update to v2 (#7959)
  chore(cuepls): add deprecation message (#8285)
  bump(pretty-php): update to v0.4.82 (#8286)
  bump(jdtls): upgrade 1.41.0 -> 1.42.0 (#8072)
  bump(clojure-lsp): update to v2024.11.08-17.49.29 (#7896)
  bump(haskell-language-server): Update to version 2.9.0.1 (#7929)
  bump(cpptools): update to v1.22.11 (#7552)
  bump(erlang-ls): update to v1 (#7405)
  bump(nimlangserver): update to v1.6.0 (#7316)
  fix(harper-ls): change filename to `-msvc` from `-gnu` (#7536)
  bump(codelldb): update to v1.11.1 (#7448)
  bump(steep): update to v1.9.2 (#7376)
  bump(slang): update to v2024.17 (#6445)
  bump(aiken): update to v1.1.9 (#7090)
  bump(gradle-language-server): update to v3.16.4 (#6129)
  bump(nilaway): update to v0.0.0-20241010202415-ba14292918d8 (#6023)
  bump(ormolu): update to v0.7.7.0 (#5823)
  bump(buf): update to v1.48.0 (#8284)
  ...
williamboman added a commit that referenced this pull request Dec 20, 2024
…-3.x

* origin/main: (250 commits)
  bump(ada-language-server): update to v26 (#7970)
  bump(jdtls): update to v1.43.0 (#8066)
  bump(stylua): update to v2 (#7959)
  chore(cuepls): add deprecation message (#8285)
  bump(pretty-php): update to v0.4.82 (#8286)
  bump(jdtls): upgrade 1.41.0 -> 1.42.0 (#8072)
  bump(clojure-lsp): update to v2024.11.08-17.49.29 (#7896)
  bump(haskell-language-server): Update to version 2.9.0.1 (#7929)
  bump(cpptools): update to v1.22.11 (#7552)
  bump(erlang-ls): update to v1 (#7405)
  bump(nimlangserver): update to v1.6.0 (#7316)
  fix(harper-ls): change filename to `-msvc` from `-gnu` (#7536)
  bump(codelldb): update to v1.11.1 (#7448)
  bump(steep): update to v1.9.2 (#7376)
  bump(slang): update to v2024.17 (#6445)
  bump(aiken): update to v1.1.9 (#7090)
  bump(gradle-language-server): update to v3.16.4 (#6129)
  bump(nilaway): update to v0.0.0-20241010202415-ba14292918d8 (#6023)
  bump(ormolu): update to v0.7.7.0 (#5823)
  bump(buf): update to v1.48.0 (#8284)
  ...
williamboman added a commit that referenced this pull request Dec 20, 2024
* origin/main: (128 commits)
  bump(swiftlint): update to v0.57.1 (#8024)
  bump(ada-language-server): update to v26 (#7970)
  bump(jdtls): update to v1.43.0 (#8066)
  bump(stylua): update to v2 (#7959)
  chore(cuepls): add deprecation message (#8285)
  bump(pretty-php): update to v0.4.82 (#8286)
  bump(jdtls): upgrade 1.41.0 -> 1.42.0 (#8072)
  bump(clojure-lsp): update to v2024.11.08-17.49.29 (#7896)
  bump(haskell-language-server): Update to version 2.9.0.1 (#7929)
  bump(cpptools): update to v1.22.11 (#7552)
  bump(erlang-ls): update to v1 (#7405)
  bump(nimlangserver): update to v1.6.0 (#7316)
  fix(harper-ls): change filename to `-msvc` from `-gnu` (#7536)
  bump(codelldb): update to v1.11.1 (#7448)
  bump(steep): update to v1.9.2 (#7376)
  bump(slang): update to v2024.17 (#6445)
  bump(aiken): update to v1.1.9 (#7090)
  bump(gradle-language-server): update to v3.16.4 (#6129)
  bump(nilaway): update to v0.0.0-20241010202415-ba14292918d8 (#6023)
  bump(ormolu): update to v0.7.7.0 (#5823)
  ...
williamboman added a commit to Conarius/mason-registry that referenced this pull request Dec 20, 2024
* origin/main: (2239 commits)
  bump(terraform-ls): update to v0.36.3 (mason-org#8291)
  bump(elp): update to v2024-12-09 (mason-org#8167)
  bump(sonarlint-language-server): update to v4.14.0 (mason-org#8122)
  bump(php-cs-fixer): update to v3.65.0 (mason-org#8027)
  bump(swiftlint): update to v0.57.1 (mason-org#8024)
  bump(ada-language-server): update to v26 (mason-org#7970)
  bump(jdtls): update to v1.43.0 (mason-org#8066)
  bump(stylua): update to v2 (mason-org#7959)
  chore(cuepls): add deprecation message (mason-org#8285)
  bump(pretty-php): update to v0.4.82 (mason-org#8286)
  bump(jdtls): upgrade 1.41.0 -> 1.42.0 (mason-org#8072)
  bump(clojure-lsp): update to v2024.11.08-17.49.29 (mason-org#7896)
  bump(haskell-language-server): Update to version 2.9.0.1 (mason-org#7929)
  bump(cpptools): update to v1.22.11 (mason-org#7552)
  bump(erlang-ls): update to v1 (mason-org#7405)
  bump(nimlangserver): update to v1.6.0 (mason-org#7316)
  fix(harper-ls): change filename to `-msvc` from `-gnu` (mason-org#7536)
  bump(codelldb): update to v1.11.1 (mason-org#7448)
  bump(steep): update to v1.9.2 (mason-org#7376)
  bump(slang): update to v2024.17 (mason-org#6445)
  ...
williamboman added a commit to Conarius/mason-registry that referenced this pull request Dec 20, 2024
* origin/main: (2188 commits)
  bump(terraform-ls): update to v0.36.3 (mason-org#8291)
  bump(elp): update to v2024-12-09 (mason-org#8167)
  bump(sonarlint-language-server): update to v4.14.0 (mason-org#8122)
  bump(php-cs-fixer): update to v3.65.0 (mason-org#8027)
  bump(swiftlint): update to v0.57.1 (mason-org#8024)
  bump(ada-language-server): update to v26 (mason-org#7970)
  bump(jdtls): update to v1.43.0 (mason-org#8066)
  bump(stylua): update to v2 (mason-org#7959)
  chore(cuepls): add deprecation message (mason-org#8285)
  bump(pretty-php): update to v0.4.82 (mason-org#8286)
  bump(jdtls): upgrade 1.41.0 -> 1.42.0 (mason-org#8072)
  bump(clojure-lsp): update to v2024.11.08-17.49.29 (mason-org#7896)
  bump(haskell-language-server): Update to version 2.9.0.1 (mason-org#7929)
  bump(cpptools): update to v1.22.11 (mason-org#7552)
  bump(erlang-ls): update to v1 (mason-org#7405)
  bump(nimlangserver): update to v1.6.0 (mason-org#7316)
  fix(harper-ls): change filename to `-msvc` from `-gnu` (mason-org#7536)
  bump(codelldb): update to v1.11.1 (mason-org#7448)
  bump(steep): update to v1.9.2 (mason-org#7376)
  bump(slang): update to v2024.17 (mason-org#6445)
  ...
williamboman added a commit to Zananok/mason-registry that referenced this pull request Dec 20, 2024
* origin/main: (1983 commits)
  feat: add stree (mason-org#5871)
  feat: add xcbeautify (mason-org#5923)
  bump(terraform-ls): update to v0.36.3 (mason-org#8291)
  bump(elp): update to v2024-12-09 (mason-org#8167)
  bump(sonarlint-language-server): update to v4.14.0 (mason-org#8122)
  bump(php-cs-fixer): update to v3.65.0 (mason-org#8027)
  bump(swiftlint): update to v0.57.1 (mason-org#8024)
  bump(ada-language-server): update to v26 (mason-org#7970)
  bump(jdtls): update to v1.43.0 (mason-org#8066)
  bump(stylua): update to v2 (mason-org#7959)
  chore(cuepls): add deprecation message (mason-org#8285)
  bump(pretty-php): update to v0.4.82 (mason-org#8286)
  bump(jdtls): upgrade 1.41.0 -> 1.42.0 (mason-org#8072)
  bump(clojure-lsp): update to v2024.11.08-17.49.29 (mason-org#7896)
  bump(haskell-language-server): Update to version 2.9.0.1 (mason-org#7929)
  bump(cpptools): update to v1.22.11 (mason-org#7552)
  bump(erlang-ls): update to v1 (mason-org#7405)
  bump(nimlangserver): update to v1.6.0 (mason-org#7316)
  fix(harper-ls): change filename to `-msvc` from `-gnu` (mason-org#7536)
  bump(codelldb): update to v1.11.1 (mason-org#7448)
  ...
williamboman added a commit to rubenhesselink/mason-registry that referenced this pull request Dec 20, 2024
* origin/main: (1966 commits)
  feat: add stree (mason-org#5871)
  feat: add xcbeautify (mason-org#5923)
  bump(terraform-ls): update to v0.36.3 (mason-org#8291)
  bump(elp): update to v2024-12-09 (mason-org#8167)
  bump(sonarlint-language-server): update to v4.14.0 (mason-org#8122)
  bump(php-cs-fixer): update to v3.65.0 (mason-org#8027)
  bump(swiftlint): update to v0.57.1 (mason-org#8024)
  bump(ada-language-server): update to v26 (mason-org#7970)
  bump(jdtls): update to v1.43.0 (mason-org#8066)
  bump(stylua): update to v2 (mason-org#7959)
  chore(cuepls): add deprecation message (mason-org#8285)
  bump(pretty-php): update to v0.4.82 (mason-org#8286)
  bump(jdtls): upgrade 1.41.0 -> 1.42.0 (mason-org#8072)
  bump(clojure-lsp): update to v2024.11.08-17.49.29 (mason-org#7896)
  bump(haskell-language-server): Update to version 2.9.0.1 (mason-org#7929)
  bump(cpptools): update to v1.22.11 (mason-org#7552)
  bump(erlang-ls): update to v1 (mason-org#7405)
  bump(nimlangserver): update to v1.6.0 (mason-org#7316)
  fix(harper-ls): change filename to `-msvc` from `-gnu` (mason-org#7536)
  bump(codelldb): update to v1.11.1 (mason-org#7448)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants