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(slang): update to v2024.17 #6445

Merged
merged 5 commits into from
Dec 20, 2024
Merged

bump(slang): update to v2024.17 #6445

merged 5 commits into from
Dec 20, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 11, 2024

This PR contains the following updates:

Package Update Change
slang minor v2024.1.26 -> v2024.17

Warning

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


Release Notes

shader-slang/slang (slang)

v2024.17

Compare Source

v2024.16

Compare Source

v2024.15.2

Compare Source

v2024.15.1

Compare Source

v2024.15

Compare Source

v2024.14.6

Compare Source

=== Breaking changes ===
7b570fe Correct include dir for libslang (#​5539)

=== All changes for this release ===
e6cf93e Fix issue with slang-embed & include ordering (#​5680)
d282701 Support interpolation modifiers for WGSL (#​5641)
044b52c Fix issue where inter-stage parameters without semantics don't get location attributes (#​5670)
aaca2d2 wgsl: Fix field semantics even if input struct doesn't need flattening (#​5642)
e30f053 Fix broken link in 09-reflection.md (#​5655)
dacfa15 [Docs] Re-run build_toc and fix dead links (#​5647)
65a761a Fix unused struct in sample shader (#​5650)
9913cfb [AD] Add support for resolving custom derivatives where generic parameters can't be automatically inferred (#​5630)
95125f2 ci: Use v1.11 of the release-downloader action (#​5643)
43728fb Don't treat StrcturedBuffer as a specializable param. (#​5645) (#​5629:quality & productivity)
756cb32 Fixed type (#​5639)
a2626ea [Docs] fix spirv dead links on toc.html (#​5638)
8e28e51 Enable core module embedding by default in CMake. (#​5644)
d7c735f [Docs] Optional - fix small typo on example (#​5637)
e256836 Add explanation for disabled WGPU tests (#​5628)
13f42e0 [Docs] Extensions - better wording for c# equivalent (#​5636)
e0033b3 ci: Update actions/checkout to always use v4 (#​5634)
fdf061e Add datalayout for constant buffers. (#​5608) (#​5595:quality & productivity)
dcc7c6f Enable some rendering tests (#​5623)
dbc28b4 Add reuse and related files (#​5622)
93f5d13 Refresh of disabled WGPU tests (#​5614) (#​5519:quality & productivity)
e9caf5d Change how DeclRef::toText works (#​5592)
3d36e0c Add description on write-only textures in wgsl doc.
b0818ac Small docs corrections (#​5615)
b530506 Clarify stdlib-docgen example (#​5619)
4f6b928 Add Matrix overload for exp10() core lib function (#​5620)
54ec755 Add link to metal docs and regen TOC (#​5616)
eb4ee72 Enable WGPU texture sampling test (#​5617)
00765c3 Minor core lib doc fixes (#​5599)
a43b3c4 Fix WGPU test by provding TEST_INPUT for outputBuffer (#​5611) (#​5277:forward looking)
ed123a9 WGSL: Support isnan, isinf, etc.. (#​5609)
1e7f541 Fix wgsl legalization around __ref parameter. (#​5597) (#​5596:quality & productivity)
a63f065 Document math core lib functions (#​5594) (#​5446:meta-task)
f9c5fa7 LanuageServer: fix signature help param range. (#​5593)
6e4473d Metal documentation (#​5549)
0bf6a66 Markdown emphasis corrections (#​5588)
a50de6b Implement semantics for WGSL (#​5589) (#​4943:forward looking)
f98579d Document WGSL-specific features (#​5571) (#​5567:quality & productivity)
fa917fe Fix specialization constant miscompile in glsl mode. (#​5568) (#​5463:client support)
75d65d3 Remove "GL_EXT_samplerless_texture_functions" from combined sampler functions. (#​5585) (#​5578:client support)
ec5e019 Add IDifferentiablePtrType support for arrays (#​5576)
05903f7 Embed core module in wasm build. (#​5569)
f0bc464 Insert some casts for WGSL texture attribute queries (#​5560) (#​4943:forward looking)
147ceb1 Fix issue with raw default constructors in SPIRV emit (#​5556)
e58ba6b [slang-rhi] pass encoders (#​5559)
afa29d4 Proposal for a language version directive. (#​5555)
fdf106b Make getDependencyFilePath return most unique identity. (#​5553) (#​5332:client support)
e0d03da Fix regression caused by defer buffer load. (#​5552)
5948326 Copy headers into build dir at build time (#​5547)
5cb960a Fix WGSL emit for '&' and add bindings for thread group size (#​5557)
f7149b9 WASM-binding: default to sm_6_6 when targeting hlsl. (#​5554)
91f19be Various fixes to enable some WGSL graphics tests (#​5548) (#​4943:forward looking)
2be4fa4 Update CONTRIBUTION.md to clarify merge strategy. (#​5546)
0754abe Push buffer load to end of access chain. (#​5544) (#​5538:client support)
567c7e0 Fix two specialization bugs (#​5540) (#​5516:quality & productivity)
ea04ad1 Add wasm binding to get reflection json. (#​5536)
3b7d0e0 Use correct slang source dir for slang-rhi (#​5534)
7e51180 Reflection compiler option (#​5507) (#​5492:client support)
98dab05 mention code formatting in contribution guidelines (#​5514)
13709e5 Refine codeowners for proposals (#​5533)
9aa7adb Transfer offset decorations when legalizing laid-out structs (#​5525) (#​5264:forward looking)
c0d0611 [slang-rhi] refactor command encoding (#​5487)
5ca37c3 Use automatic coarse grained memory management in wasm binding. (#​5528)
7c41446 Require GL_EXT_samplerless_texture_functions only if needed (#​5527) (#​5518:client support)
f66b046 [WGSL] [WASM] Add reflection endpoints + Fix bit manipulation operations (#​5499)
0f46ce8 Fix EHa flag compiler filtering (#​5524)

v2024.14.5

Compare Source

v2024.14.4

Compare Source

What's Changed

Full Changelog: shader-slang/slang@v2024.14.3...v2024.14.4

v2024.14.3

Compare Source

v2024.14.2

Compare Source

v2024.14.1

Compare Source

v2024.14

Compare Source

v2024.13

Compare Source

Key Changes:

  • Added WebAssembly build support
  • Expanded WGSL support: texture intrinsics, synchronization, math, pack/unpack, constructors, derivatives
  • Implemented initial Atomic type

This release focuses on WGSL improvements, WebAssembly support, along with various bug fixes

=== Breaking changes ===
dd3d80e Allow lookups of overloaded methods. (#​5110)

=== All changes for this release ===
ebee786 Add compile_commands.json to .gitignore (#​5169)
6724651 Disable wgpu on linux (#​5186) (#​5183:quality & productivity)
24f56d0 Fix target switch lowering bug. (#​5182)
c55805e Fix bug in translateGlslGlobalVar(). (#​5181) (#​5027:client support)
5a84e52 Fix hull shader spirv legalization bug. (#​5180) (#​4914:client support)
afb1405 Fix l-value computation for subscript call. (#​5177) (#​4971:quality & productivity)
f667593 Add CI step to build WebAssembly version of Slang (#​5164) (#​5117:forward looking)
2321638 Design proposal for initialization. (#​5142) (#​5149:client support)
09cbd42 Update slang-rhi (#​5176)
68c2834 Add fallback flag for sccache (#​5170)
70925fe export CMAKE_SYSTEM_PROCESSOR for cross compilation builds (#​5171)
4730d54 Implement texture_storage_Xd in WGSL (#​5158) (#​5082:client exploration)
958dacf Update slang-rhi (#​5160)
5a0224a Move texture format inference to frontend and add reflection api for it. (#​5155) (#​5148:client support)
7398e1e Always run AD cleanup pass. (#​5157)
d752482 Update README.md for platform support
a1f6a0a update slang-rhi (wgpu graphics support) (#​5151)
eab9ac8 Remove text on inheritance support in user-guide. (#​5154)
03765a6 WGSL texture support for depth and multisampled (#​5152)
88623ed Make release note generation script shebang portable (#​5145)
84fef05 Fixing bug when writing primitives in metal mesh shaders (#​5069)
f5bf5ba Enable emscripten builds to compile slang.dll to WebAssembly. (#​5131)
cb1fc34 Fix the incorrect use of GLSL textureGather (#​5150)
ef3552d Feature/wgsl intrinsic texture gather (#​5141)
3e950e1 Implemented Combined-texture for WGSL (#​5130)
14b1098 update slang-rhi with initial wgpu support (#​5137)
6912c58 Fix incorrect use of pointer in WGSL (#​5144)
53684ed Fix handling of pointer logic in wgsl backend. (#​5129)
c42b5e2 WGSL implement texture intrinsics except gather and sampler-less (#​5123)
a7fc5b4 Update 003-atomic-t.md
4908349 Initial Atomic<T> type implementation. (#​5125) (#​5084:client exploration)
b4c851f Add diagnostic to verify the left hand side of a generic constraint. (#​5112) (#​5113:quality & productivity)
0677956 Re-enable slang-test for WGSL (#​5120)
26ca9c5 Synthesize conformance for generic requirements. (#​5111) (#​5035:client support)
[BREAKING] dd3d80e Allow lookups of overloaded methods. (#​5110) (#​5090:client support)
9d40ce4 Update spirv-tools version (#​5089)
1560326 Add design doc for atomic type. (#​5101) (#​5100:forward looking)
3861be7 refactor render test to use latest slang-rhi (#​5119)
fe71eaf Add WGSL intrinsics for synchronization (#​5114) (#​5085:client exploration)
c6b702c Use GITHUB_TOKEN if set (#​5070)
b7617d2 Fix dx on vk with rhi (#​5086)
ccc310f Support IDifferentiablePtrType (#​5031) (#​4998:client exploration)
1781c29 Update auto-diff user guide (#​5071)
b808aa4 Report AD checkpoint contexts (#​5058) (#​4997:forward looking)
3240799 Lower the priority of looking up the rank of scope (#​5065)
2d83875 Add IRWArray interface, and make StructuredBuffer conform to them. (#​5097) (#​5099:forward looking)
85b996a Add WGSL pack/unpack, constructor, derivatives & misc intrinsics (#​5102) (#​5080:forward looking)
2f455d3 Fix WGSL frexp and modf that returns a struct (#​5096)
0716646 Implement math intrinsics for WGSL (#​5078)
25d1559 release-note.sh fixes (#​5068)
d866c0b Add API method to specialize function reference with argument types (#​4966)
c46ca4c Remove includes of glslang private headers (#​5059)
003df7e Fix the issue in resolving the overload functions (#​5060) (#​4476:client support)

v2024.11.1

Compare Source

This release adds initial support for WGSL.

Breaking changes

No breaking changes.

All changes for this release

c46ca4c Remove includes of glslang private headers (#​5059)
003df7e Fix the issue in resolving the overload functions (#​5060) (#​4476:client support)
9fd5381 remove 'test-record-replay.sh' (#​5057)
d33fad8 Git-ignore VIM temporary files (#​5047)
1c6e241 Disambiguate subscript decls by preferring the one with more accessors. (#​5046) (#​5034:client support)
936c22a Specialize existential return types when possible. (#​5044) (#​5035:client support)
f51b74d Fix inccorect dropping of declref during Unification of DeclaredSubtypeWitness. (#​5041) (#​5033:client support)
e896827 Add proposal for equality constraints (#​5043)
d9fc7bc Add load paths to return value check (#​5042) (#​5005:client support)
170558c Initial WGSL support (#​5006)
110d82f Fix generic IInteger mod implementation. (#​5037) (#​5026:quality & productivity)
69ee8f6 Correct control flow in getParentBreakBlockSet (#​5024)
dcd6c24 Remove incorrect UTF decode assert (#​5028)
8662375 Update 000-template.md
db764a0 Update 010-new-diff-type-system.md
e63ac64 Update 007-variadic-generics.md
b4ae24d Update 001-where-clauses.md
20f9086 Update proposal template

v2024.11.1-draft

Compare Source

What's Changed

Full Changelog: shader-slang/slang@v2024.11...v2024.11.1-draft

v2024.11

Compare Source

This release brings SPIRV specialization constants, where clause, type equality constraints,
and tightened up Slang's language support for interface extensions, along with serveral
SPIRV and language server fixes.

The compilation API and slangc now supports identifying entrypoints defined in namespaces or structs.

Breaking Changes

Extensions on interface types are no longer allowed:

interface IFoo { ... }
extension IFoo
{}

The original extension IFoo syntax is replaced by more proper generic syntax:

extension<T:IFoo> T
{}

All Changes

f929b42 Fix doc build errors. (#​5018)
5f1ba7b Various documentation improvements. (#​5017)
3136771 Initial -embed-spirv support (#​4974)
33e8bfd Fix SPIRV SV_TessFactor type adaptation logic. (#​5010)
879ee3d Support entrypoints defined in a namespace. (#​5011)
a3b25ce Add language proposal for where clauses (#​5015)
e5ead40 Fix invalid documentsymbol error in langauge server. (#​5012)
77ecad2 Fix spirv emit for global pointer variable. (#​5009)
d655302 Support where clause and type equality constraint. (#​4986)
a88055c Respect matrix layout in uniform and in/out parameters for HLSL target. (#​5013)
959f55d Remove unused package in primary benchmark script (#​5014)
d4aeb18 Document All Capability Atoms and Profiles (#​5008)
65dd3b7 Add Documentation For Auto-Generated Constructors & Initializer Lists (#​4988)
a7e9119 Preserve name in DeclRefExpr for correct highlighitng of This. (#​4980)
dc3f2d6 Fix resource specialization with -embed-dxil (#​4990)
599dae5 Open existential on arguments after overload resolution. (#​4982)
ddd2905 Fix extension override behavior, and disallow extension on interface types. (#​4977)
56a3c02 Push benchmark results to a viewable page (#​4996)
1673cf9 Add Path::removeNonEmpty() to remove non-empty dir (#​4984)

v2024.10.2

Compare Source

What's Changed

Full Changelog: shader-slang/slang@v2024.10...v2024.10.2

v2024.10.1

Compare Source

v2024.10.1-draft

Compare Source

Full Changelog: shader-slang/slang@v2024.10...v2024.10.1-draft

v2024.10

Compare Source

v2024.9.2

Compare Source

v2024.9.1

Compare Source

What's Changed


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) July 11, 2024 01:01
@williambotman williambotman requested a review from a team July 11, 2024 01:02
@renovate renovate bot force-pushed the renovate/slang-2024.x branch from dc8b31d to 10a8e23 Compare July 11, 2024 04:14
@renovate renovate bot changed the title bump(slang): update to v2024.1.29 bump(slang): update to v2024.1.27 Jul 11, 2024
@renovate renovate bot force-pushed the renovate/slang-2024.x branch from 10a8e23 to fd056b8 Compare July 11, 2024 16:41
@renovate renovate bot changed the title bump(slang): update to v2024.1.27 bump(slang): update to v2024.1.28 Jul 11, 2024
@renovate renovate bot force-pushed the renovate/slang-2024.x branch from fd056b8 to dbad5d4 Compare July 12, 2024 22:48
@renovate renovate bot changed the title bump(slang): update to v2024.1.28 bump(slang): update to v2024.1.29 Jul 12, 2024
@renovate renovate bot force-pushed the renovate/slang-2024.x branch from dbad5d4 to d033669 Compare July 15, 2024 06:40
@renovate renovate bot changed the title bump(slang): update to v2024.1.29 bump(slang): update to v2024.1.30 Jul 15, 2024
@renovate renovate bot force-pushed the renovate/slang-2024.x branch from d033669 to c793516 Compare July 22, 2024 22:18
@renovate renovate bot changed the title bump(slang): update to v2024.1.30 bump(slang): update to v2024.1.31 Jul 22, 2024
@renovate renovate bot force-pushed the renovate/slang-2024.x branch from c793516 to 5965870 Compare July 24, 2024 02:03
@renovate renovate bot changed the title bump(slang): update to v2024.1.31 bump(slang): update to v2024.1.32 Jul 24, 2024
@renovate renovate bot force-pushed the renovate/slang-2024.x branch from 5965870 to 8b4fa90 Compare July 24, 2024 23:14
@renovate renovate bot changed the title bump(slang): update to v2024.1.32 bump(slang): update to v2024.1.33 Jul 24, 2024
@renovate renovate bot force-pushed the renovate/slang-2024.x branch from 8b4fa90 to 3c3b427 Compare August 1, 2024 22:39
@renovate renovate bot changed the title bump(slang): update to v2024.1.33 bump(slang): update to v2024.1.34 Aug 1, 2024
@renovate renovate bot force-pushed the renovate/slang-2024.x branch 2 times, most recently from b03f615 to 6fba273 Compare August 6, 2024 19:00
@renovate renovate bot changed the title bump(slang): update to v2024.1.34 bump(slang): update to v2024.9 Aug 6, 2024
@renovate renovate bot force-pushed the renovate/slang-2024.x branch from 6fba273 to 9ec034d Compare August 8, 2024 02:26
@renovate renovate bot changed the title bump(slang): update to v2024.9 bump(slang): update to v2024.9.1 Aug 8, 2024
@renovate renovate bot force-pushed the renovate/slang-2024.x branch from 9ec034d to 9da49fd Compare August 15, 2024 23:24
@renovate renovate bot changed the title bump(slang): update to v2024.9.1 bump(slang): update to v2024.9.2 Aug 15, 2024
@renovate renovate bot force-pushed the renovate/slang-2024.x branch from 9da49fd to caa5334 Compare August 21, 2024 05:04
@renovate renovate bot changed the title bump(slang): update to v2024.9.2 bump(slang): update to v2024.10 Aug 21, 2024
@renovate renovate bot force-pushed the renovate/slang-2024.x branch from caa5334 to a339b40 Compare September 3, 2024 17:25
@renovate renovate bot changed the title bump(slang): update to v2024.10 bump(slang): update to v2024.10.2 Sep 3, 2024
@renovate renovate bot force-pushed the renovate/slang-2024.x branch from a339b40 to 6e69f52 Compare September 6, 2024 00:52
@renovate renovate bot force-pushed the renovate/slang-2024.x branch from 3991687 to 056b347 Compare December 2, 2024 22:57
@renovate renovate bot changed the title bump(slang): update to v2024.14.6 bump(slang): update to v2024.15 Dec 2, 2024
@renovate renovate bot force-pushed the renovate/slang-2024.x branch from 056b347 to 5961cd9 Compare December 6, 2024 13:16
@renovate renovate bot changed the title bump(slang): update to v2024.15 bump(slang): update to v2024.15.1 Dec 6, 2024
@renovate renovate bot force-pushed the renovate/slang-2024.x branch from 5961cd9 to d111d28 Compare December 9, 2024 15:51
@renovate renovate bot changed the title bump(slang): update to v2024.15.1 bump(slang): update to v2024.15.2 Dec 9, 2024
@renovate renovate bot force-pushed the renovate/slang-2024.x branch from d111d28 to 8c38ac3 Compare December 12, 2024 03:54
@renovate renovate bot changed the title bump(slang): update to v2024.15.2 bump(slang): update to v2024.16 Dec 12, 2024
@renovate renovate bot force-pushed the renovate/slang-2024.x branch from 8c38ac3 to 3bb265d Compare December 12, 2024 09:10
@renovate renovate bot changed the title bump(slang): update to v2024.16 bump(slang): update to v2024.17 Dec 12, 2024
* origin/main: (79 commits)
  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)
  bump(slint-lsp): update to v1.9.0 (#8269)
  bump(trufflehog): update to v3.87.1 (#8268)
  bump(docker-compose-language-service): update to v0.3.0 (#8267)
  bump(marksman): update to v2024-12-18 (#8266)
  ...
Copy link
Contributor Author

renovate bot commented Dec 19, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate renovate bot merged commit 926f0e7 into main Dec 20, 2024
18 checks passed
@renovate renovate bot deleted the renovate/slang-2024.x branch December 20, 2024 00:01
williamboman added a commit that referenced this pull request Dec 20, 2024
* origin/main: (677 commits)
  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)
  bump(slint-lsp): update to v1.9.0 (#8269)
  ...
williamboman added a commit that referenced this pull request Dec 20, 2024
* origin/main: (390 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)
  ...
williamboman added a commit that referenced this pull request Dec 20, 2024
* origin/main: (641 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)
  ...
williamboman added a commit that referenced this pull request Dec 20, 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)
  ...
williamboman added a commit that referenced this pull request Dec 20, 2024
…ger-0.x

* origin/main: (564 commits)
  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)
  bump(markmap-cli): update to v0.18.0 (#8274)
  bump(trufflehog): update to v3.87.2 (#8273)
  ...
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)
  ...
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.

1 participant