chore(deps): update all non-major dependencies#955
Merged
alecthomas merged 1 commit intomasterfrom Jun 4, 2024
Merged
Conversation
4886ed5 to
299d74c
Compare
299d74c to
e2151f0
Compare
3fb5b26 to
a94e7e4
Compare
5db00f4 to
d683bf8
Compare
8d21d3d to
e21449a
Compare
e21449a to
552eec1
Compare
DennisRasey
pushed a commit
to DennisRasey/forgejo
that referenced
this pull request
Jan 6, 2025
…6477) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/alecthomas/chroma/v2](https://github.com/alecthomas/chroma) | require | minor | `v2.14.0` -> `v2.15.0` | --- ### Release Notes <details> <summary>alecthomas/chroma (github.com/alecthomas/chroma/v2)</summary> ### [`v2.15.0`](https://github.com/alecthomas/chroma/releases/tag/v2.15.0) [Compare Source](alecthomas/chroma@v2.14.0...v2.15.0) #### What's Changed - AQL: Add builtin functions introduced in v3.12 by [@​Simran-B](https://github.com/Simran-B) in alecthomas/chroma#968 - chore(styles): add evergarden inspired style by [@​comfysage](https://github.com/comfysage) in alecthomas/chroma#970 - chore(deps): update dependency svu to v2 by [@​renovate](https://github.com/renovate) in alecthomas/chroma#971 - chore(deps): update dependency watchexec to v2 by [@​renovate](https://github.com/renovate) in alecthomas/chroma#962 - chore(deps): update all non-major dependencies by [@​renovate](https://github.com/renovate) in alecthomas/chroma#955 - styles: Fix Gleam alias by [@​jmooring](https://github.com/jmooring) in alecthomas/chroma#973 - chore(deps): update all non-major dependencies by [@​renovate](https://github.com/renovate) in alecthomas/chroma#974 - chore(deps): update dependency python3 to v3.12.3 by [@​renovate](https://github.com/renovate) in alecthomas/chroma#976 - added the nordic theme via chroma/styles/nordic.xml by [@​avih7531](https://github.com/avih7531) in alecthomas/chroma#977 - Update the Materialize lexer by [@​arusahni](https://github.com/arusahni) in alecthomas/chroma#978 - feat(lexers/hare): add done keyword by [@​wackbyte](https://github.com/wackbyte) in alecthomas/chroma#979 - pygments2chroma: escape regex.words by [@​oliverpool](https://github.com/oliverpool) in alecthomas/chroma#982 - chore(deps): update all non-major dependencies by [@​renovate](https://github.com/renovate) in alecthomas/chroma#981 - Add JSONata Lexer by [@​DevDimov](https://github.com/DevDimov) in alecthomas/chroma#983 - Go lexer: single line comment without consuming endline, disable EnsureNL by [@​msorc](https://github.com/msorc) in alecthomas/chroma#984 - Update the Materialize lexer by [@​arusahni](https://github.com/arusahni) in alecthomas/chroma#987 - chore(deps): update all non-major dependencies by [@​renovate](https://github.com/renovate) in alecthomas/chroma#985 - Add Gleam to README by [@​Nicd](https://github.com/Nicd) in alecthomas/chroma#990 - Port Minecraft lexers from Pygments by [@​kofuk](https://github.com/kofuk) in alecthomas/chroma#992 - Don't output extra whitespace in YAML multiline by [@​Gusted](https://github.com/Gusted) in alecthomas/chroma#993 - chore(deps): update all non-major dependencies by [@​renovate](https://github.com/renovate) in alecthomas/chroma#991 - add beef syntax and tests by [@​Booklordofthedings](https://github.com/Booklordofthedings) in alecthomas/chroma#995 - Update GitHub light color palette by [@​konradreiche](https://github.com/konradreiche) in alecthomas/chroma#998 - chore(deps): update module github.com/alecthomas/kong to v1 by [@​renovate](https://github.com/renovate) in alecthomas/chroma#999 - Update the Materialize lexer by [@​arusahni](https://github.com/arusahni) in alecthomas/chroma#1001 - Update TypeScript lexer to allow nested generics by [@​fredrare](https://github.com/fredrare) in alecthomas/chroma#1002 - Pager friendly terminal formatting by [@​walles](https://github.com/walles) in alecthomas/chroma#1006 - chore(deps): update all non-major dependencies by [@​renovate](https://github.com/renovate) in alecthomas/chroma#997 - Add Typst Lexer by [@​oliverpool](https://github.com/oliverpool) in alecthomas/chroma#1007 - Add Jsonnet Lexer by [@​jolheiser](https://github.com/jolheiser) in alecthomas/chroma#1011 - fix: add underscore parsing in numbers for haskell by [@​Gusted](https://github.com/Gusted) in alecthomas/chroma#1020 - Add CSV lexer by [@​walles](https://github.com/walles) in alecthomas/chroma#1005 - fix(typescript): highlight string literal type parameters by [@​SKalt](https://github.com/SKalt) in alecthomas/chroma#1010 - add any as a builtin type for go by [@​quartercastle](https://github.com/quartercastle) in alecthomas/chroma#1021 - chore(deps): update all non-major dependencies by [@​renovate](https://github.com/renovate) in alecthomas/chroma#1013 - Remove whitespace tokenizing rule in markdown lexer by [@​cloudchamb3r](https://github.com/cloudchamb3r) in alecthomas/chroma#1008 - feat(JSON): support `.jsonc` extension by [@​CarterLi](https://github.com/CarterLi) in alecthomas/chroma#1022 - Add Eclipse ATL language (https://eclipse.dev/atl/) by [@​dwagelaar](https://github.com/dwagelaar) in alecthomas/chroma#1024 - Import NSIS Lexer from Pygments by [@​JakobDev](https://github.com/JakobDev) in alecthomas/chroma#1026 - chore(deps): update module github.com/alecthomas/kong to v1.5.1 by [@​renovate](https://github.com/renovate) in alecthomas/chroma#1025 - fix(nix): nix lexor missing '=' operator by [@​FlyingStitchman](https://github.com/FlyingStitchman) in alecthomas/chroma#1031 - Add WebVTT lexer ([#​707](alecthomas/chroma#707)) by [@​dschuessler](https://github.com/dschuessler) in alecthomas/chroma#1032 #### New Contributors - [@​comfysage](https://github.com/comfysage) made their first contribution in alecthomas/chroma#970 - [@​avih7531](https://github.com/avih7531) made their first contribution in alecthomas/chroma#977 - [@​wackbyte](https://github.com/wackbyte) made their first contribution in alecthomas/chroma#979 - [@​oliverpool](https://github.com/oliverpool) made their first contribution in alecthomas/chroma#982 - [@​DevDimov](https://github.com/DevDimov) made their first contribution in alecthomas/chroma#983 - [@​msorc](https://github.com/msorc) made their first contribution in alecthomas/chroma#984 - [@​Nicd](https://github.com/Nicd) made their first contribution in alecthomas/chroma#990 - [@​Booklordofthedings](https://github.com/Booklordofthedings) made their first contribution in alecthomas/chroma#995 - [@​konradreiche](https://github.com/konradreiche) made their first contribution in alecthomas/chroma#998 - [@​fredrare](https://github.com/fredrare) made their first contribution in alecthomas/chroma#1002 - [@​SKalt](https://github.com/SKalt) made their first contribution in alecthomas/chroma#1010 - [@​quartercastle](https://github.com/quartercastle) made their first contribution in alecthomas/chroma#1021 - [@​cloudchamb3r](https://github.com/cloudchamb3r) made their first contribution in alecthomas/chroma#1008 - [@​CarterLi](https://github.com/CarterLi) made their first contribution in alecthomas/chroma#1022 - [@​dwagelaar](https://github.com/dwagelaar) made their first contribution in alecthomas/chroma#1024 - [@​FlyingStitchman](https://github.com/FlyingStitchman) made their first contribution in alecthomas/chroma#1031 - [@​dschuessler](https://github.com/dschuessler) made their first contribution in alecthomas/chroma#1032 **Full Changelog**: alecthomas/chroma@v2.14.0...v2.15.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "* 0-3 * * *" (UTC), Automerge - "* 0-3 * * *" (UTC). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45MC4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTAuMCIsInRhcmdldEJyYW5jaCI6ImZvcmdlam8iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeS11cGdyYWRlIiwidGVzdC9ub3QtbmVlZGVkIl19--> Co-authored-by: Gusted <postmaster@gusted.xyz> Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6477 Reviewed-by: Gusted <gusted@noreply.codeberg.org> Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org> Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
DennisRasey
pushed a commit
to DennisRasey/forgejo
that referenced
this pull request
Jan 15, 2025
…jo) (#6553) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/alecthomas/chroma/v2](https://github.com/alecthomas/chroma) | require | minor | `v2.14.0` -> `v2.15.0` | --- ### Release Notes <details> <summary>alecthomas/chroma (github.com/alecthomas/chroma/v2)</summary> ### [`v2.15.0`](https://github.com/alecthomas/chroma/releases/tag/v2.15.0) [Compare Source](alecthomas/chroma@v2.14.0...v2.15.0) #### What's Changed - AQL: Add builtin functions introduced in v3.12 by [@​Simran-B](https://github.com/Simran-B) in alecthomas/chroma#968 - chore(styles): add evergarden inspired style by [@​comfysage](https://github.com/comfysage) in alecthomas/chroma#970 - chore(deps): update dependency svu to v2 by [@​renovate](https://github.com/renovate) in alecthomas/chroma#971 - chore(deps): update dependency watchexec to v2 by [@​renovate](https://github.com/renovate) in alecthomas/chroma#962 - chore(deps): update all non-major dependencies by [@​renovate](https://github.com/renovate) in alecthomas/chroma#955 - styles: Fix Gleam alias by [@​jmooring](https://github.com/jmooring) in alecthomas/chroma#973 - chore(deps): update all non-major dependencies by [@​renovate](https://github.com/renovate) in alecthomas/chroma#974 - chore(deps): update dependency python3 to v3.12.3 by [@​renovate](https://github.com/renovate) in alecthomas/chroma#976 - added the nordic theme via chroma/styles/nordic.xml by [@​avih7531](https://github.com/avih7531) in alecthomas/chroma#977 - Update the Materialize lexer by [@​arusahni](https://github.com/arusahni) in alecthomas/chroma#978 - feat(lexers/hare): add done keyword by [@​wackbyte](https://github.com/wackbyte) in alecthomas/chroma#979 - pygments2chroma: escape regex.words by [@​oliverpool](https://github.com/oliverpool) in alecthomas/chroma#982 - chore(deps): update all non-major dependencies by [@​renovate](https://github.com/renovate) in alecthomas/chroma#981 - Add JSONata Lexer by [@​DevDimov](https://github.com/DevDimov) in alecthomas/chroma#983 - Go lexer: single line comment without consuming endline, disable EnsureNL by [@​msorc](https://github.com/msorc) in alecthomas/chroma#984 - Update the Materialize lexer by [@​arusahni](https://github.com/arusahni) in alecthomas/chroma#987 - chore(deps): update all non-major dependencies by [@​renovate](https://github.com/renovate) in alecthomas/chroma#985 - Add Gleam to README by [@​Nicd](https://github.com/Nicd) in alecthomas/chroma#990 - Port Minecraft lexers from Pygments by [@​kofuk](https://github.com/kofuk) in alecthomas/chroma#992 - Don't output extra whitespace in YAML multiline by [@​Gusted](https://github.com/Gusted) in alecthomas/chroma#993 - chore(deps): update all non-major dependencies by [@​renovate](https://github.com/renovate) in alecthomas/chroma#991 - add beef syntax and tests by [@​Booklordofthedings](https://github.com/Booklordofthedings) in alecthomas/chroma#995 - Update GitHub light color palette by [@​konradreiche](https://github.com/konradreiche) in alecthomas/chroma#998 - chore(deps): update module github.com/alecthomas/kong to v1 by [@​renovate](https://github.com/renovate) in alecthomas/chroma#999 - Update the Materialize lexer by [@​arusahni](https://github.com/arusahni) in alecthomas/chroma#1001 - Update TypeScript lexer to allow nested generics by [@​fredrare](https://github.com/fredrare) in alecthomas/chroma#1002 - Pager friendly terminal formatting by [@​walles](https://github.com/walles) in alecthomas/chroma#1006 - chore(deps): update all non-major dependencies by [@​renovate](https://github.com/renovate) in alecthomas/chroma#997 - Add Typst Lexer by [@​oliverpool](https://github.com/oliverpool) in alecthomas/chroma#1007 - Add Jsonnet Lexer by [@​jolheiser](https://github.com/jolheiser) in alecthomas/chroma#1011 - fix: add underscore parsing in numbers for haskell by [@​Gusted](https://github.com/Gusted) in alecthomas/chroma#1020 - Add CSV lexer by [@​walles](https://github.com/walles) in alecthomas/chroma#1005 - fix(typescript): highlight string literal type parameters by [@​SKalt](https://github.com/SKalt) in alecthomas/chroma#1010 - add any as a builtin type for go by [@​quartercastle](https://github.com/quartercastle) in alecthomas/chroma#1021 - chore(deps): update all non-major dependencies by [@​renovate](https://github.com/renovate) in alecthomas/chroma#1013 - Remove whitespace tokenizing rule in markdown lexer by [@​cloudchamb3r](https://github.com/cloudchamb3r) in alecthomas/chroma#1008 - feat(JSON): support `.jsonc` extension by [@​CarterLi](https://github.com/CarterLi) in alecthomas/chroma#1022 - Add Eclipse ATL language (https://eclipse.dev/atl/) by [@​dwagelaar](https://github.com/dwagelaar) in alecthomas/chroma#1024 - Import NSIS Lexer from Pygments by [@​JakobDev](https://github.com/JakobDev) in alecthomas/chroma#1026 - chore(deps): update module github.com/alecthomas/kong to v1.5.1 by [@​renovate](https://github.com/renovate) in alecthomas/chroma#1025 - fix(nix): nix lexor missing '=' operator by [@​FlyingStitchman](https://github.com/FlyingStitchman) in alecthomas/chroma#1031 - Add WebVTT lexer ([#​707](alecthomas/chroma#707)) by [@​dschuessler](https://github.com/dschuessler) in alecthomas/chroma#1032 #### New Contributors - [@​comfysage](https://github.com/comfysage) made their first contribution in alecthomas/chroma#970 - [@​avih7531](https://github.com/avih7531) made their first contribution in alecthomas/chroma#977 - [@​wackbyte](https://github.com/wackbyte) made their first contribution in alecthomas/chroma#979 - [@​oliverpool](https://github.com/oliverpool) made their first contribution in alecthomas/chroma#982 - [@​DevDimov](https://github.com/DevDimov) made their first contribution in alecthomas/chroma#983 - [@​msorc](https://github.com/msorc) made their first contribution in alecthomas/chroma#984 - [@​Nicd](https://github.com/Nicd) made their first contribution in alecthomas/chroma#990 - [@​Booklordofthedings](https://github.com/Booklordofthedings) made their first contribution in alecthomas/chroma#995 - [@​konradreiche](https://github.com/konradreiche) made their first contribution in alecthomas/chroma#998 - [@​fredrare](https://github.com/fredrare) made their first contribution in alecthomas/chroma#1002 - [@​SKalt](https://github.com/SKalt) made their first contribution in alecthomas/chroma#1010 - [@​quartercastle](https://github.com/quartercastle) made their first contribution in alecthomas/chroma#1021 - [@​cloudchamb3r](https://github.com/cloudchamb3r) made their first contribution in alecthomas/chroma#1008 - [@​CarterLi](https://github.com/CarterLi) made their first contribution in alecthomas/chroma#1022 - [@​dwagelaar](https://github.com/dwagelaar) made their first contribution in alecthomas/chroma#1024 - [@​FlyingStitchman](https://github.com/FlyingStitchman) made their first contribution in alecthomas/chroma#1031 - [@​dschuessler](https://github.com/dschuessler) made their first contribution in alecthomas/chroma#1032 **Full Changelog**: alecthomas/chroma@v2.14.0...v2.15.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - "* 0-3 * * *" (UTC). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDYuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNi4wIiwidGFyZ2V0QnJhbmNoIjoidjEwLjAvZm9yZ2VqbyIsImxhYmVscyI6WyJkZXBlbmRlbmN5LXVwZ3JhZGUiLCJ0ZXN0L25vdC1uZWVkZWQiXX0=--> Co-authored-by: viceice <michael.kriese@gmx.de> Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6553 Reviewed-by: Michael Kriese <michael.kriese@gmx.de> Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org> Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.20.2->0.21.4v2.7.0->v2.10.0v2.13.0->v2.14.01.22.1->1.22.31.24.0->1.26.2Release Notes
evanw/esbuild (esbuild)
v0.21.4Compare Source
Update support for import assertions and import attributes in node (#3778)
Import assertions (the
assertkeyword) have been removed from node starting in v22.0.0. So esbuild will now strip them and generate a warning with--target=node22or above:Import attributes (the
withkeyword) have been backported to node 18 starting in v18.20.0. So esbuild will no longer strip them with--target=node18.NifNis 20 or greater.Fix
for awaittransform when a label is presentThis release fixes a bug where the
for awaittransform, which wraps the loop in atrystatement, previously failed to also move the loop's label into thetrystatement. This bug only affects code that uses both of these features in combination. Here's an example of some affected code:Do additional constant folding after cross-module enum inlining (#3416, #3425)
This release adds a few more cases where esbuild does constant folding after cross-module enum inlining.
Pass import attributes to on-resolve plugins (#3384, #3639, #3646)
With this release, on-resolve plugins will now have access to the import attributes on the import via the
withproperty of the arguments object. This mirrors thewithproperty of the arguments object that's already passed to on-load plugins. In addition, you can now passwithto theresolve()API call which will then forward that value on to all relevant plugins. Here's an example of a plugin that can now be written:Formatting support for the
@position-tryrule (#3773)Chrome shipped this new CSS at-rule in version 125 as part of the CSS anchor positioning API. With this release, esbuild now knows to expect a declaration list inside of the
@position-trybody block and will format it appropriately.Always allow internal string import and export aliases (#3343)
Import and export names can be string literals in ES2022+. Previously esbuild forbid any usage of these aliases when the target was below ES2022. Starting with this release, esbuild will only forbid such usage when the alias would otherwise end up in output as a string literal. String literal aliases that are only used internally in the bundle and are "compiled away" are no longer errors. This makes it possible to use string literal aliases with esbuild's
injectfeature even when the target is earlier than ES2022.v0.21.3Compare Source
Implement the decorator metadata proposal (#3760)
This release implements the decorator metadata proposal, which is a sub-proposal of the decorators proposal. Microsoft shipped the decorators proposal in TypeScript 5.0 and the decorator metadata proposal in TypeScript 5.2, so it's important that esbuild also supports both of these features. Here's a quick example:
This proposal has been marked as "stage 3" which means "recommended for implementation". However, it's still a work in progress and isn't a part of JavaScript yet, so keep in mind that any code that uses JavaScript decorator metadata may need to be updated as the feature continues to evolve. If/when that happens, I will update esbuild's implementation to match the specification. I will not be supporting old versions of the specification.
Fix bundled decorators in derived classes (#3768)
In certain cases, bundling code that uses decorators in a derived class with a class body that references its own class name could previously generate code that crashes at run-time due to an incorrect variable name. This problem has been fixed. Here is an example of code that was compiled incorrectly before this fix:
Fix
tsconfig.jsonfiles inside symlinked directories (#3767)This release fixes an issue with a scenario involving a
tsconfig.jsonfile thatextendsanother file from within a symlinked directory that uses thepathsfeature. In that case, the implicitbaseURLvalue should be based on the real path (i.e. after expanding all symbolic links) instead of the original path. This was already done for other files that esbuild resolves but was not yet done fortsconfig.jsonbecause it's special-cased (the regular path resolver can't be used because the information insidetsconfig.jsonis involved in path resolution). Note that this fix no longer applies if the--preserve-symlinkssetting is enabled.v0.21.2Compare Source
Correct
thisin field and accessor decorators (#3761)This release changes the value of
thisin initializers for class field and accessor decorators from the module-levelthisvalue to the appropriatethisvalue for the decorated element (either the class or the instance). It was previously incorrect due to lack of test coverage. Here's an example of a decorator that doesn't work without this change:Allow
es2023as a target environment (#3762)TypeScript recently added
es2023as a compilation target, so esbuild now supports this too. There is no difference between a target ofes2022andes2023as far as esbuild is concerned since the 2023 edition of JavaScript doesn't introduce any new syntax features.v0.21.1Fix a regression with
--keep-names(#3756)The previous release introduced a regression with the
--keep-namessetting and object literals withget/setaccessor methods, in which case the generated code contained syntax errors. This release fixes the regression:alecthomas/assert (github.com/alecthomas/assert/v2)
v2.10.0Compare Source
v2.9.0Compare Source
v2.8.1Compare Source
v2.8.0Compare Source
alecthomas/chroma (github.com/alecthomas/chroma/v2)
v2.14.0Compare Source
Changelog
1e983e7lexers/cue: support CUE attributes (#961)9347b55Add Gleam syntax highlighting (#959)6b7ffe1chore(styles): add tokyonight inspired styles (#957)736c0eaTypescript: Several fixes (#952)e5c25d0Org: Keep all newlines (#951)d07caa4chore(deps): update module github.com/alecthomas/assert/v2 to v2.7.0 (#949)5f83664Vue: Handle more edge cases (#950)32c053fchore(deps): update all non-major dependencies (#948)2580aaaAdd Bazel bzlmod support into Python lexer (#947)golang/go (go)
v1.22.3v1.22.2goreleaser/goreleaser (goreleaser)
v1.26.2Changelog
Bug fixes
b3d6460: fix(docs): version typo (#4878) (@nullswan)Dependency updates
73a22e5: chore(deps): bump actions/checkout from 4.1.5 to 4.1.6 (#4876) (@dependabot[bot])1c66ce4: chore(deps): bump anchore/sbom-action from 0.15.11 to 0.16.0 (#4881) (@dependabot[bot])39d1f44: chore(deps): bump cachix/install-nix-action from 26 to 27 (#4874) (@dependabot[bot])1d49b22: chore(deps): bump codecov/codecov-action from 4.4.0 to 4.4.1 (#4882) (@dependabot[bot])fae464e: chore(deps): bump github.com/caarlos0/env/v11 from 11.0.0 to 11.0.1 (#4888) (@dependabot[bot])de796eb: chore(deps): bump github.com/google/ko from 0.15.2 to 0.15.4 (#4885) (@dependabot[bot])b4d768b: chore(deps): bump github.com/mattn/go-mastodon from 0.0.6 to 0.0.8 (#4872) (@dependabot[bot])a82491a: chore(deps): bump github.com/slack-go/slack from 0.12.5 to 0.13.0 (#4871) (@dependabot[bot])cf2c47a: chore(deps): bump github/codeql-action from 2.13.4 to 3.25.5 (#4880) (@dependabot[bot])79caa9c: chore(deps): bump github/codeql-action from 3.25.5 to 3.25.6 (#4883) (@dependabot[bot])b534f07: chore(deps): bump golang fromc24516etof1fe698(#4873) (@dependabot[bot])d7c23c1: chore(deps): bump golang fromf1fe698tob8ded51(#4887) (@dependabot[bot])Documentation updates
2023d4b: docs: fix winget default path (#4875) (@lionello)Build process updates
f4cd8fc: build: fix changelog not showing dependencies updates (@caarlos0)Other work
919b132: chore: auto-update generated files (@actions-user)Full Changelog: goreleaser/goreleaser@v1.26.1...v1.26.2
Helping out
This release is only possible thanks to all the support of some awesome people!
Want to be one of them?
You can sponsor, get a Pro License or contribute with code.
Where to go next?
v1.26.1Changelog
Security updates
19b94f6: sec: GHSA-f6mm-5fc7-3g3c (@caarlos0)Bug fixes
9cf3bbb: fix(build): do not print 'go: downloading' bits of go build output (#4869) (@caarlos0)e466507: fix(cmd): --draft should only override if set (@caarlos0)c5204df: fix: close HTTP resp body to prevent resource leak (#4857) (@alexandear)7e0155c: fix: disable logs on some commands (#4865) (@caarlos0)6505654: fix: fix nolintlint issues (#4854) (@alexandear)00a376c: refactor: remove unneeded in Go 1.22 loop var copy (#4856) (@alexandear)Documentation updates
ba7e915: docs: announce v1.26 (#4851) (@caarlos0)2f56643: docs: update action docs (@caarlos0)c148106: docs: update old Go website links (#4855) (@alexandear)Build process updates
c09c86c: build: disable appendAssign gocritic check (@caarlos0)Full Changelog: goreleaser/goreleaser@v1.26.0...v1.26.1
Helping out
This release is only possible thanks to all the support of some awesome people!
Want to be one of them?
You can sponsor, get a Pro License or contribute with code.
Where to go next?
v1.26.0Changelog
New Features
de72cab: feat(announce): add BlueSky support (#4779) (@jghiloni)e538341: feat(archive): support tar.zst (#4825) (@caarlos0)39bf666: feat(changelog): custom commit format (#4802) (@caarlos0)5d98c69: feat(checksum): supports BLAKE2 and SHA-3 (#4850) (@sorairolake)c1615ea: feat(cmd): release --draft (#4771) (@caarlos0)c8488dc: feat(gitea): implementChangelogfunction (#4794) (@appleboy)2c93bd7: feat(gitlab): Allow PRs to be created (#4793) (@baurmatt)5d37c9a: feat: always log build output (#4787) (@caarlos0)60a1ccc: feat: isEnvSet tmpl function (#4775) (@caarlos0)b05a62f: feat: migrate to new homebrew constuctions (on_arm, on_intel) (#4822) (@kvendingoldo)3cd2e07: feat: notarize macos binaries (#4774) (@caarlos0)Security updates
c052ccc: sec(deps): update runc for CVE-2024-3154 (@caarlos0)Bug fixes
172d6d4: Revert "fix: temp disable snapcraft" (#4830) (@caarlos0)b45c3b1: fix(bluesky): change default env, fix user agent, update tests (@caarlos0)bee8665: fix(brew): cpu conditionals (#4814) (@caarlos0)14ab459: fix(brew): linux brew with extra end (@caarlos0)b1723af: fix(gitea): changelog output (@caarlos0)fd40f5d: fix(gitlab): Use start_branch for file creation if branch doesn't exist already (#4792) (@baurmatt)bf31227: fix(nfpm): termux platform (#4812) (@caarlos0)2f87663: fix(nix): update valid licenses (@caarlos0)56e0f79: fix(telegram): mdv2escape ProjectName by default (#4784) (@EpicStep)ca52f85: fix: bad json tag name (@caarlos0)7552d0b: fix: lint issues (@caarlos0)7982a33: fix: telegram default message (#4821) (@EpicStep)fbddb70: fix: temp disable snapcraft (#4826) (@caarlos0)0a38d90: fix: typo in User-Agent header value (#4765) (@alexandear)780a3a4: fix: update SBOM generation to add .json as file type (#4781) (@cpanato)bf79c2c: fix: use correct path variable for logging in check command (#4756) (@hhromic)1ed1a62: fix: winget paths on windows (#4786) (@caarlos0)6735555: refactor: improve switch (@caarlos0)ddb60f4: refactor: improve switch (@caarlos0)d5fc94a: refactor: optimize strings replacers (#4788) (@EpicStep)Dependency updates
8391ce5: fix(deps): update go-set to fix armv7 build (@caarlos0)Documentation updates
9b3f514: docs: description for chocolateys.package_source_url (#4763) (@alexandear)f6615b1: docs: fix typos (#4764) (@alexandear)e21a99a: docs: improve -p help message (#4798) (@jftuga)7b78e19: docs: notes on prefixed tags and monorepos (@caarlos0)0481e63: docs: remove mentions to --skip-something flags (@caarlos0)919f220: docs: update (@caarlos0)4015fa3: docs: update (@caarlos0)12d236d: docs: update (@caarlos0)2cffcc5: docs: update (@caarlos0)b7b4883: docs: update (@caarlos0)f4c149e: docs: update USERS.md (#4839) (@xcloudscript)faadd02: docs: update bluesky docs (@caarlos0)60f12de: docs: update changelog (@caarlos0)7468cf8: docs: update dirty.md deprecated syntax (#4766) (@johnmaguire)652fd30: docs: update repository.md (@caarlos0)Build process updates
1ec2e16: build: fix nightly job (@caarlos0)52dc2cb: build: use latest snapcraft (#4849) (@caarlos0)Other work
3c0c714: blob: permit skipping the configuration of the Content-Disposition header (#4832) (@mvisonneau)Full Changelog: goreleaser/goreleaser@v1.25.1...v1.26.0
Helping out
This release is only possible thanks to all the support of some awesome people!
Want to be one of them?
You can sponsor, get a Pro License or contribute with code.
Where to go next?
v1.25.1Changelog
Bug fixes
053eccd: fix(release): only change release draft status on new releases (#4744) (@caarlos0)22b7daa: fix(release): publish tag with skip_upload (#4745) (@caarlos0)0ff94f1: fix: properly skip docker builds of skipped builds (#4747) (@caarlos0)Documentation updates
d972be9: docs: announce v1.25 (@caarlos0)6a7a9ba: docs: fix deprecation typos (#4750) (@j178)Build process updates
85cb59c: build: simplify (#4748) (@caarlos0)Full Changelog: goreleaser/goreleaser@v1.25.0...v1.25.1
Helping out
This release is only possible thanks to all the support of some awesome people!
Want to be one of them?
You can sponsor, get a Pro License or contribute with code.
Where to go next?
v1.25.0Changelog
New Features
1db9347: feat(archives): format override to 'none' to skip certain goos (#4730) (@caarlos0)4d2bcfd: feat(brew): allow to set headers in the url (#4648) (@caarlos0)b9b8a65: feat(brew): sync fork before opening PR (@caarlos0)ec7106f: feat(git): retry git clone on retriable error (#4725) (@Zebradil)2ecd71e: feat(krew): sync fork before opening PR (@caarlos0)d9e9e82: feat(nfpm): also allow $NFPM_PASSPHRASE (#4633) (@caarlos0)42d2db2: feat(nfpm): compression, fields, and predends on debs (#4632) (@caarlos0)42b6282: feat(nix): sync fork before opening PR (@caarlos0)1af98af: feat(nix): update licenses (@caarlos0)ef90821: feat(pipe/release): Mark GitHub releases as non-draft only after all artifacts are uploaded. (#4626) (@nichtverstehen)500be66: feat(scoop): sync fork before opening PR (@caarlos0)3687c09: feat(winget): sync fork before opening PR (@caarlos0)263cd05: feat(winget): update manifest version to 1.6.0 (#4658) (@vedantmgoyal9)2498ea7: feat: add metadata to the release (#4714) (@caarlos0)6e0f426: feat: allow to delete existing artifacts in the release (#4711) (@caarlos0)54ee014: feat: checksums.split (#4707) (@caarlos0)7fc9399: feat: consistently use directory in property names (#4737) (@caarlos0)566e99a: feat: fig is being sunset, remove (#4694) (@caarlos0)a00bf7e: feat: support .config dir (@caarlos0)b614d64: feat: support netbsd/arm64 (#4706) (@maxbrunet)56c5a09: feat: support projectID for gitlab CreateFile (brew, nix, etc) (#4705) (@bradleyjames)e43604f: feat: use go 1.22 (#4614) (@caarlos0)Bug fixes
08851dc: fix(aur): allow to have multiple AUR configs pointing to the same repo (#4712) (@caarlos0)554ca5f: fix(build): buildmode: pie (#4631) (@caarlos0)be511eb: fix(nix): update licenses (@caarlos0)ec22d60: fix(winget): name is not actually required (@caarlos0)8d3cd4c: fix:runnot being truly POSIX-compliant (#4739) (@bartekpacia)c9ca63e: fix: adjust unused function params in client mock package (#4738) (@idnandre)dc0de4c: fix: artifact filtering (@caarlos0)b33f14c: fix: better universalbinary message (#4627) (@caarlos0)e0db6ac: fix: brews.url_headers is not required (@caarlos0)5a8b6d4: fix: convertruninstall script to pure POSIX sh (#4736) (@bartekpacia)6f356ff: fix: do not logrelease publishedif it is a draft (#4691) (@nekohasekai)af97e63: fix: improve artifact refresh and filtering (@caarlos0)0a27203: fix: only build archlinux and aur for supported arches (#4695) (@caarlos0)c9068b4: fix: properly template builds.gobinary (@caarlos0)994d01a: fix: remove repetitive words (#4701) (@standstaff)306999b: fix: sort order of brew artifacts (#4617) (@brianstrauch)8cd325e: fix: support dir in gomod (#4729) (@caarlos0)05e8b33: fix: use new refresh func (@caarlos0)c54e530: refactor: moving config load logic to another file (@caarlos0)Documentation updates
df3e799: docs(blog): fix broken link (#4704) (@alexandear)6353982: docs: Minor edits to 'dockerhub' (#4740) (@rfay)fd24a00: docs: bump setup-go version (#4638) (@ddymko)85f213c: docs: clarify changelog sorting (@caarlos0)26c003a: docs: dockerhub singular (@caarlos0)e539e12: docs: fix broken links (@caarlos0)f0abada: docs: fix default forbuild.idattribute (#4734) (@hhromic)e354734: docs: fix dockerhub missing images property (@caarlos0)12fe252: docs: fix link (@caarlos0)79aa2fc: docs: fix typo username in dockerhubs example (#4733) (@rfay)7baf594: docs: sort the GoReleaser configuration YAML code examples (#4652) (@cafferata)5073bd1: docs: update (@caarlos0)1f39bdd: docs: update (@caarlos0)1a9d3f7: docs: update (@caarlos0)84e214a: docs: update (@caarlos0)74c0885: docs: update (@caarlos0)ec8819a: docs: update (@caarlos0)f36318b: docs: update CONTRIBUTING (@caarlos0)2c892be: docs: update contributing (@caarlos0)fa431f3: docs: update docs (@caarlos0)5256f06: docs: update github action (@caarlos0)6262ce5: docs: update nix.md (@caarlos0)b728f52: docs: update sign docs (@caarlos0)932e424: docs: update users (@caarlos0)b31a2ac: docs: update users (@caarlos0)72a0d9d](https://togithub.Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.