fix(deps): update all dependencies #11

Open
kjuulh wants to merge 1 commits from renovate/all into main
Owner

This PR contains the following updates:

Package Type Update Change
@types/node (source) devDependencies major 17.0.35 -> 22.15.34
graphql dependencies minor 16.6.0 -> 16.11.0
postcss (source) devDependencies minor 8.4.16 -> 8.5.6
typescript (source) devDependencies major 4.7.2 -> 5.8.3

⚠️ Warning

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


Release Notes

graphql/graphql-js (graphql)

v16.11.0: 16.11.0

Compare Source

v16.11.0 (2025-04-26)

New Feature 🚀
Bug Fix 🐞
Docs 📝
11 PRs were merged
Polish 💅
Internal 🏠
4 PRs were merged
Committers: 8

v16.10.0: 16.10.0

Compare Source

v16.10.0 (2024-12-15)

New Feature 🚀
Bug Fix 🐞
Docs 📝
10 PRs were merged
Internal 🏠
4 PRs were merged
Committers: 5

v16.9.0

Compare Source

v16.9.0 (2024-06-21)

New Feature 🚀
  • #​4119 backport[v16]: Introduce "recommended" validation rules (@​benjie)
  • #​4122 backport[v16]: Enable passing values configuration to GraphQLEnumType as a thunk (@​benjie)
  • #​4124 backport[v16]: Implement OneOf Input Objects via @oneOf directive (@​benjie)
Committers: 1

v16.8.2

Compare Source

v16.8.2 (2024-06-12)

Bug Fix 🐞
Internal 🏠
Committers: 2

v16.8.1

Compare Source

v16.8.1 (2023-09-19)

Bug Fix 🐞
Committers: 1

v16.8.0

Compare Source

v16.8.0 (2023-08-14)

New Feature 🚀
Committers: 1

v16.7.1

Compare Source

v16.7.1 (2023-06-22)

📢 Big shout out to @​phryneas, who managed to reproduce this issue and come up with this fix.

Bug Fix 🐞
Committers: 1

v16.7.0

Compare Source

v16.7.0 (2023-06-21)

New Feature 🚀
Bug Fix 🐞
Committers: 3
postcss/postcss (postcss)

v8.5.6

Compare Source

  • Fixed ContainerWithChildren type discriminating (by @​Goodwine).

v8.5.5

Compare Source

  • Fixed package.jsonexports compatibility with some tools (by @​JounQin).

v8.5.4

Compare Source

v8.5.3

Compare Source

v8.5.2

Compare Source

v8.5.1

Compare Source

v8.5.0: 8.5 “Duke Alloces”

Compare Source

President Alloces seal

PostCSS 8.5 brought API to work better with non-CSS sources like HTML, Vue.js/Svelte sources or CSS-in-JS.

@​romainmenke during his work on Stylelint added Input#document in additional to Input#css.

root.source.input.document //=> "<p>Hello</p>
                           //    <style>
                           //    p {
                           //      color: green;
                           //    }
                           //    </style>"
root.source.input.css      //=> "p {
                           //      color: green;
                           //    }"

Thanks to Sponsors

This release was possible thanks to our community.

If your company wants to support the sustainability of front-end infrastructure or wants to give some love to PostCSS, you can join our supporters by:

v8.4.49

Compare Source

v8.4.48

Compare Source

  • Fixed position calculation in error/warnings methods (by @​romainmenke).

v8.4.47

Compare Source

  • Removed debug code.

v8.4.46

Compare Source

  • Fixed Cannot read properties of undefined (reading 'before').

v8.4.45

Compare Source

  • Removed unnecessary fix which could lead to infinite loop.

v8.4.44

Compare Source

  • Another way to fix markClean is not a function error.

v8.4.43

Compare Source

  • Fixed markClean is not a function error.

v8.4.42

Compare Source

  • Fixed CSS syntax error on long minified files (by @​varpstar).

v8.4.41

Compare Source

v8.4.40

Compare Source

  • Moved to getter/setter in nodes types to help Sass team (by @​nex3).

v8.4.39

Compare Source

v8.4.38

Compare Source

v8.4.37

Compare Source

  • Fixed original.column are not numbers error in another case.

v8.4.36

Compare Source

  • Fixed original.column are not numbers error on broken previous source map.

v8.4.35

Compare Source

  • Avoid ! in node.parent.nodes type.
  • Allow to pass undefined to node adding method to simplify types.

v8.4.34

Compare Source

  • Fixed AtRule#nodes type (by Tim Weißenfels).
  • Cleaned up code (by Dmitry Kirillov).

v8.4.33

Compare Source

  • Fixed NoWorkResult behavior difference with normal mode (by Romain Menke).
  • Fixed NoWorkResult usage conditions (by @​ahmdammarr).

v8.4.32

Compare Source

  • Fixed postcss().process() types (by Andrew Ferreira).

v8.4.31

Compare Source

  • Fixed \r parsing to fix CVE-2023-44270.

v8.4.30

Compare Source

  • Improved source map performance (by Romain Menke).

v8.4.29

Compare Source

  • Fixed Node#source.offset (by Ido Rosenthal).
  • Fixed docs (by Christian Oliff).

v8.4.28

Compare Source

  • Fixed Root.source.end for better source map (by Romain Menke).
  • Fixed Result.root types when process() has no parser.

v8.4.27

Compare Source

  • Fixed Container clone methods types.

v8.4.26

Compare Source

  • Fixed clone methods types.

v8.4.25

Compare Source

v8.4.24

Compare Source

  • Fixed Plugin types.

v8.4.23

Compare Source

  • Fixed warnings in TypeDoc.

v8.4.22

Compare Source

  • Fixed TypeScript support with node16 (by Remco Haszing).

v8.4.21

Compare Source

  • Fixed Input#error types (by Aleks Hudochenkov).

v8.4.20

Compare Source

  • Fixed source map generation for childless at-rules like @layer.

v8.4.19

Compare Source

  • Fixed whitespace preserving after AST transformations (by Romain Menke).

v8.4.18

Compare Source

  • Fixed an error on absolute: true with empty sourceContent (by Rene Haas).

v8.4.17

Compare Source

  • Fixed Node.before() unexpected behavior (by Romain Menke).
  • Added TOC to docs (by Mikhail Dedov).
microsoft/TypeScript (typescript)

v5.8.3: TypeScript 5.8.3

Compare Source

For release notes, check out the release announcement.

Downloads are available on:

v5.8.2: TypeScript 5.8

Compare Source

For release notes, check out the release announcement.

Downloads are available on:

v5.7.3: TypeScript 5.7.3

Compare Source

For release notes, check out the release announcement.

Downloads are available on npm

v5.7.2: TypeScript 5.7

Compare Source

For release notes, check out the release announcement.

Downloads are available on:

v5.6.3: TypeScript 5.6.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.6.2: TypeScript 5.6

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.5.4: TypeScript 5.5.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.5.3: TypeScript 5.5.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.5.2: TypeScript 5.5

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.4.5: TypeScript 5.4.5

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.4.4: TypeScript 5.4.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.4.3: TypeScript 5.4.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.4.2: TypeScript 5.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.3.3: TypeScript 5.3.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.3.2: TypeScript 5.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.2.2: TypeScript 5.2

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.1.6: TypeScript 5.1.6

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on npm

v5.1.5: TypeScript 5.1.5

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.1.3: TypeScript 5.1.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.0.4: TypeScript 5.0.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.0.3: TypeScript 5.0.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.0.2: TypeScript 5.0

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v4.9.5: TypeScript 4.9.5

Compare Source

For release notes, check out the release announcement.

Downloads are available on:

Changes:

v4.9.4: TypeScript 4.9.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Changes:

This list of changes was auto generated.

v4.9.3: TypeScript 4.9

Compare Source

For release notes, check out the release announcement.

Downloads are available on:

Changes:

See More

This list of changes was auto generated.

v4.8.4: TypeScript 4.8.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v4.8.3: TypeScript 4.8.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v4.8.2: TypeScript 4.8

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v4.7.4: TypeScript 4.7.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v4.7.3: TypeScript 4.7.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | devDependencies | major | [`17.0.35` -> `22.15.34`](https://renovatebot.com/diffs/npm/@types%2fnode/17.0.35/22.15.34) | | [graphql](https://github.com/graphql/graphql-js) | dependencies | minor | [`16.6.0` -> `16.11.0`](https://renovatebot.com/diffs/npm/graphql/16.6.0/16.11.0) | | [postcss](https://postcss.org/) ([source](https://github.com/postcss/postcss)) | devDependencies | minor | [`8.4.16` -> `8.5.6`](https://renovatebot.com/diffs/npm/postcss/8.4.16/8.5.6) | | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | devDependencies | major | [`4.7.2` -> `5.8.3`](https://renovatebot.com/diffs/npm/typescript/4.7.2/5.8.3) | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>graphql/graphql-js (graphql)</summary> ### [`v16.11.0`](https://github.com/graphql/graphql-js/releases/tag/v16.11.0): 16.11.0 [Compare Source](https://github.com/graphql/graphql-js/compare/v16.10.0...v16.11.0) #### v16.11.0 (2025-04-26) ##### New Feature 🚀 - [#&#8203;4363](https://github.com/graphql/graphql-js/pull/4363) Ensure we validate for using nullable variables in oneOf input fields ([@&#8203;JoviDeCroock](https://github.com/JoviDeCroock)) - [#&#8203;4366](https://github.com/graphql/graphql-js/pull/4366) feat(execution): add max coercion errors option to execution context ([@&#8203;cristunaranjo](https://github.com/cristunaranjo)) ##### Bug Fix 🐞 - [#&#8203;4367](https://github.com/graphql/graphql-js/pull/4367) fix(coerce-input-value): input object coercion rejects arrays ([@&#8203;cristunaranjo](https://github.com/cristunaranjo)) ##### Docs 📝 <details> <summary> 11 PRs were merged </summary> - [#&#8203;4310](https://github.com/graphql/graphql-js/pull/4310) First draft for upgrade guide to v17 ([@&#8203;JoviDeCroock](https://github.com/JoviDeCroock)) - [#&#8203;4331](https://github.com/graphql/graphql-js/pull/4331) fix sidebar for documentation and `/api-v16` ([@&#8203;dimaMachina](https://github.com/dimaMachina)) - [#&#8203;4335](https://github.com/graphql/graphql-js/pull/4335) Add cspell exception ([@&#8203;JoviDeCroock](https://github.com/JoviDeCroock)) - [#&#8203;4340](https://github.com/graphql/graphql-js/pull/4340) Improve flow of documentation around GraphiQL ([@&#8203;benjie](https://github.com/benjie)) - [#&#8203;4343](https://github.com/graphql/graphql-js/pull/4343) typofix: removes extra parenthesis from getting started code snippet ([@&#8203;rabahalishah](https://github.com/rabahalishah)) - [#&#8203;4351](https://github.com/graphql/graphql-js/pull/4351) fixed wrong variable name ([@&#8203;fto-dev](https://github.com/fto-dev)) - [#&#8203;4352](https://github.com/graphql/graphql-js/pull/4352) docs(getting-started): promises current links ([@&#8203;guspan-tanadi](https://github.com/guspan-tanadi)) - [#&#8203;4368](https://github.com/graphql/graphql-js/pull/4368) Update docs for execution options ([@&#8203;JoviDeCroock](https://github.com/JoviDeCroock)) - [#&#8203;4369](https://github.com/graphql/graphql-js/pull/4369) Correct some syntax ([@&#8203;JoviDeCroock](https://github.com/JoviDeCroock)) - [#&#8203;4372](https://github.com/graphql/graphql-js/pull/4372) Refactor every code-first example to leverage resolve ([@&#8203;JoviDeCroock](https://github.com/JoviDeCroock)) - [#&#8203;4373](https://github.com/graphql/graphql-js/pull/4373) docs: Update getting-started.mdx ([@&#8203;Shubhdeep12](https://github.com/Shubhdeep12)) </details> ##### Polish 💅 * [#&#8203;4312](https://github.com/graphql/graphql-js/pull/4312) Increase print/visit performance ([@&#8203;JoviDeCroock](https://github.com/JoviDeCroock)) ##### Internal 🏠 <details> <summary> 4 PRs were merged </summary> - [#&#8203;4327](https://github.com/graphql/graphql-js/pull/4327) Add redirect for /api ([@&#8203;JoviDeCroock](https://github.com/JoviDeCroock)) - [#&#8203;4377](https://github.com/graphql/graphql-js/pull/4377) Chore: bump setup-node ([@&#8203;JoviDeCroock](https://github.com/JoviDeCroock)) - [#&#8203;4378](https://github.com/graphql/graphql-js/pull/4378) Change to gqlConf 2025 ([@&#8203;JoviDeCroock](https://github.com/JoviDeCroock)) - [#&#8203;4379](https://github.com/graphql/graphql-js/pull/4379) Add missing parenthesis ([@&#8203;benjie](https://github.com/benjie)) </details> ##### Committers: 8 * Benjie([@&#8203;benjie](https://github.com/benjie)) * Cris Naranjo ([@&#8203;cristunaranjo](https://github.com/cristunaranjo)) * Dimitri POSTOLOV([@&#8203;dimaMachina](https://github.com/dimaMachina)) * Fatih Ozdemir([@&#8203;fto-dev](https://github.com/fto-dev)) * Guspan Tanadi([@&#8203;guspan-tanadi](https://github.com/guspan-tanadi)) * Jovi De Croock([@&#8203;JoviDeCroock](https://github.com/JoviDeCroock)) * Rabah Ali Shah([@&#8203;rabahalishah](https://github.com/rabahalishah)) * Shubhdeep Chhabra([@&#8203;Shubhdeep12](https://github.com/Shubhdeep12)) ### [`v16.10.0`](https://github.com/graphql/graphql-js/releases/tag/v16.10.0): 16.10.0 [Compare Source](https://github.com/graphql/graphql-js/compare/v16.9.0...v16.10.0) #### v16.10.0 (2024-12-15) ##### New Feature 🚀 - [#&#8203;4286](https://github.com/graphql/graphql-js/pull/4286) fix: properly type `extensions` in GraphQLFormattedError ([@&#8203;tpoisseau](https://github.com/tpoisseau)) - [#&#8203;4292](https://github.com/graphql/graphql-js/pull/4292) Expose tokenCount on the DocumentNode ([@&#8203;JoviDeCroock](https://github.com/JoviDeCroock)) ##### Bug Fix 🐞 - [#&#8203;4137](https://github.com/graphql/graphql-js/pull/4137) backport(v16): Require non-empty directive locations ([#&#8203;4100](https://github.com/graphql/graphql-js/issues/4100)) ([@&#8203;benjie](https://github.com/benjie)) - [#&#8203;4168](https://github.com/graphql/graphql-js/pull/4168) fix(validation): catch OverlappingFieldsCanBeMergedRule violations with nested fragments ([@&#8203;sachindshinde](https://github.com/sachindshinde)) - [#&#8203;4226](https://github.com/graphql/graphql-js/pull/4226) Backport introspection type fix ([@&#8203;JoviDeCroock](https://github.com/JoviDeCroock)) - [#&#8203;4291](https://github.com/graphql/graphql-js/pull/4291) Address empty selection-set ([@&#8203;JoviDeCroock](https://github.com/JoviDeCroock)) ##### Docs 📝 <details> <summary> 10 PRs were merged </summary> - [#&#8203;4240](https://github.com/graphql/graphql-js/pull/4240) Convert from docusaurus to nextra ([@&#8203;JoviDeCroock](https://github.com/JoviDeCroock)) - [#&#8203;4248](https://github.com/graphql/graphql-js/pull/4248) Add content from https://github.com/graphql/graphql.github.io/pull/1782 ([@&#8203;JoviDeCroock](https://github.com/JoviDeCroock)) - [#&#8203;4249](https://github.com/graphql/graphql-js/pull/4249) Styling fixes ([@&#8203;JoviDeCroock](https://github.com/JoviDeCroock)) - [#&#8203;4256](https://github.com/graphql/graphql-js/pull/4256) Various fixes to docs ([@&#8203;JoviDeCroock](https://github.com/JoviDeCroock)) - [#&#8203;4279](https://github.com/graphql/graphql-js/pull/4279) Solve some low hanging fruit in the documentation ([@&#8203;JoviDeCroock](https://github.com/JoviDeCroock)) - [#&#8203;4283](https://github.com/graphql/graphql-js/pull/4283) Add overview page and add stackblitz to tutorial ([@&#8203;JoviDeCroock](https://github.com/JoviDeCroock)) - [#&#8203;4284](https://github.com/graphql/graphql-js/pull/4284) Provide people with tabs so they can use classes as well ([@&#8203;JoviDeCroock](https://github.com/JoviDeCroock)) - [#&#8203;4289](https://github.com/graphql/graphql-js/pull/4289) Add note about defer/stream being v17 ([@&#8203;JoviDeCroock](https://github.com/JoviDeCroock)) - [#&#8203;4290](https://github.com/graphql/graphql-js/pull/4290) Write about `@oneOf` in the graphql-js documentation ([@&#8203;JoviDeCroock](https://github.com/JoviDeCroock)) - [#&#8203;4295](https://github.com/graphql/graphql-js/pull/4295) Split up in v16 API documentation ([@&#8203;JoviDeCroock](https://github.com/JoviDeCroock)) </details> ##### Internal 🏠 <details> <summary> 4 PRs were merged </summary> - [#&#8203;4138](https://github.com/graphql/graphql-js/pull/4138) Upgrade codecov action and pass token ([@&#8203;benjie](https://github.com/benjie)) - [#&#8203;4139](https://github.com/graphql/graphql-js/pull/4139) Fix codecov workflow ([@&#8203;benjie](https://github.com/benjie)) - [#&#8203;4157](https://github.com/graphql/graphql-js/pull/4157) Add GraphQLConf 2024 banner ([@&#8203;bignimbus](https://github.com/bignimbus)) - [#&#8203;4193](https://github.com/graphql/graphql-js/pull/4193) Upgrade deprecated actions ([@&#8203;JoviDeCroock](https://github.com/JoviDeCroock)) </details> ##### Committers: 5 * Benjie([@&#8203;benjie](https://github.com/benjie)) * Jeff Auriemma([@&#8203;bignimbus](https://github.com/bignimbus)) * Jovi De Croock([@&#8203;JoviDeCroock](https://github.com/JoviDeCroock)) * Sachin D. Shinde([@&#8203;sachindshinde](https://github.com/sachindshinde)) * tpoisseau([@&#8203;tpoisseau](https://github.com/tpoisseau)) ### [`v16.9.0`](https://github.com/graphql/graphql-js/releases/tag/v16.9.0) [Compare Source](https://github.com/graphql/graphql-js/compare/v16.8.2...v16.9.0) #### v16.9.0 (2024-06-21) ##### New Feature 🚀 - [#&#8203;4119](https://github.com/graphql/graphql-js/pull/4119) backport\[v16]: Introduce "recommended" validation rules ([@&#8203;benjie](https://github.com/benjie)) - [#&#8203;4122](https://github.com/graphql/graphql-js/pull/4122) backport\[v16]: Enable passing values configuration to GraphQLEnumType as a thunk ([@&#8203;benjie](https://github.com/benjie)) - [#&#8203;4124](https://github.com/graphql/graphql-js/pull/4124) backport\[v16]: Implement OneOf Input Objects via `@oneOf` directive ([@&#8203;benjie](https://github.com/benjie)) ##### Committers: 1 - Benjie([@&#8203;benjie](https://github.com/benjie)) ### [`v16.8.2`](https://github.com/graphql/graphql-js/releases/tag/v16.8.2) [Compare Source](https://github.com/graphql/graphql-js/compare/v16.8.1...v16.8.2) #### v16.8.2 (2024-06-12) ##### Bug Fix 🐞 - [#&#8203;4022](https://github.com/graphql/graphql-js/pull/4022) fix: remove `globalThis` check and align with what bundlers can accept ([@&#8203;JoviDeCroock](https://github.com/JoviDeCroock)) ##### Internal 🏠 - [#&#8203;4104](https://github.com/graphql/graphql-js/pull/4104) Fix publish scripts ([@&#8203;benjie](https://github.com/benjie)) ##### Committers: 2 - Benjie([@&#8203;benjie](https://github.com/benjie)) - Jovi De Croock([@&#8203;JoviDeCroock](https://github.com/JoviDeCroock)) ### [`v16.8.1`](https://github.com/graphql/graphql-js/releases/tag/v16.8.1) [Compare Source](https://github.com/graphql/graphql-js/compare/v16.8.0...v16.8.1) #### v16.8.1 (2023-09-19) ##### Bug Fix 🐞 - [#&#8203;3967](https://github.com/graphql/graphql-js/pull/3967) OverlappingFieldsCanBeMergedRule: Fix performance degradation ([@&#8203;AaronMoat](https://github.com/AaronMoat)) ##### Committers: 1 - Aaron Moat([@&#8203;AaronMoat](https://github.com/AaronMoat)) ### [`v16.8.0`](https://github.com/graphql/graphql-js/releases/tag/v16.8.0) [Compare Source](https://github.com/graphql/graphql-js/compare/v16.7.1...v16.8.0) #### v16.8.0 (2023-08-14) ##### New Feature 🚀 - [#&#8203;3950](https://github.com/graphql/graphql-js/pull/3950) Support fourfold nested lists ([@&#8203;gschulze](https://github.com/gschulze)) ##### Committers: 1 - Gunnar Schulze([@&#8203;gschulze](https://github.com/gschulze)) ### [`v16.7.1`](https://github.com/graphql/graphql-js/releases/tag/v16.7.1) [Compare Source](https://github.com/graphql/graphql-js/compare/v16.7.0...v16.7.1) #### v16.7.1 (2023-06-22) :loudspeaker: Big shout out to [@&#8203;phryneas](https://github.com/phryneas), who managed to reproduce this issue and come up with this fix. ##### Bug Fix 🐞 - [#&#8203;3923](https://github.com/graphql/graphql-js/pull/3923) instanceOf: workaround bundler issue with `process.env` ([@&#8203;IvanGoncharov](https://github.com/IvanGoncharov)) ##### Committers: 1 - Ivan Goncharov([@&#8203;IvanGoncharov](https://github.com/IvanGoncharov)) ### [`v16.7.0`](https://github.com/graphql/graphql-js/releases/tag/v16.7.0) [Compare Source](https://github.com/graphql/graphql-js/compare/v16.6.0...v16.7.0) #### v16.7.0 (2023-06-21) ##### New Feature 🚀 - [#&#8203;3887](https://github.com/graphql/graphql-js/pull/3887) check "globalThis.process" before accessing it ([@&#8203;kettanaito](https://github.com/kettanaito)) ##### Bug Fix 🐞 - [#&#8203;3707](https://github.com/graphql/graphql-js/pull/3707) Fix crash in node when mixing sync/async resolvers (backport of [#&#8203;3706](https://github.com/graphql/graphql-js/issues/3706)) ([@&#8203;chrskrchr](https://github.com/chrskrchr)) - [#&#8203;3838](https://github.com/graphql/graphql-js/pull/3838) Fix/invalid error propagation custom scalars (backport for 16.x.x) ([@&#8203;stenreijers](https://github.com/stenreijers)) ##### Committers: 3 - Artem Zakharchenko([@&#8203;kettanaito](https://github.com/kettanaito)) - Chris Karcher([@&#8203;chrskrchr](https://github.com/chrskrchr)) - Sten Reijers([@&#8203;stenreijers](https://github.com/stenreijers)) </details> <details> <summary>postcss/postcss (postcss)</summary> ### [`v8.5.6`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#856) [Compare Source](https://github.com/postcss/postcss/compare/8.5.5...8.5.6) - Fixed `ContainerWithChildren` type discriminating (by [@&#8203;Goodwine](https://github.com/Goodwine)). ### [`v8.5.5`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#855) [Compare Source](https://github.com/postcss/postcss/compare/8.5.4...8.5.5) - Fixed `package.json`→`exports` compatibility with some tools (by [@&#8203;JounQin](https://github.com/JounQin)). ### [`v8.5.4`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#854) [Compare Source](https://github.com/postcss/postcss/compare/8.5.3...8.5.4) - Fixed Parcel compatibility issue (by [@&#8203;git-sumitchaudhary](https://github.com/git-sumitchaudhary)). ### [`v8.5.3`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#853) [Compare Source](https://github.com/postcss/postcss/compare/8.5.2...8.5.3) - Added more details to `Unknown word` error (by [@&#8203;hiepxanh](https://github.com/hiepxanh)). - Fixed types (by [@&#8203;romainmenke](https://github.com/romainmenke)). - Fixed docs (by [@&#8203;catnipan](https://github.com/catnipan)). ### [`v8.5.2`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#852) [Compare Source](https://github.com/postcss/postcss/compare/8.5.1...8.5.2) - Fixed end position of rules with semicolon (by [@&#8203;romainmenke](https://github.com/romainmenke)). ### [`v8.5.1`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#851) [Compare Source](https://github.com/postcss/postcss/compare/8.5.0...8.5.1) - Fixed backwards compatibility for complex cases (by [@&#8203;romainmenke](https://github.com/romainmenke)). ### [`v8.5.0`](https://github.com/postcss/postcss/releases/tag/8.5.0): 8.5 “Duke Alloces” [Compare Source](https://github.com/postcss/postcss/compare/8.4.49...8.5.0) <img src="https://github.com/user-attachments/assets/6ef654a0-d675-4ba0-a670-e28ef27062f5" align="right" width="200" height="200" alt="President Alloces seal"> PostCSS 8.5 brought API to work better with non-CSS sources like HTML, Vue.js/Svelte sources or CSS-in-JS. [@&#8203;romainmenke](https://github.com/romainmenke) during [his work](https://github.com/postcss/postcss/issues/1995) on [Stylelint](https://stylelint.io) added `Input#document` in additional to `Input#css`. ```js root.source.input.document //=> "<p>Hello</p> // <style> // p { // color: green; // } // </style>" root.source.input.css //=> "p { // color: green; // }" ``` #### Thanks to Sponsors This release was possible thanks to our community. If your company wants to support the sustainability of front-end infrastructure or wants to give some love to PostCSS, you can join our supporters by: - [**Tidelift**](https://tidelift.com/) with a Spotify-like subscription model supporting all projects from your lock file. - Direct donations at [**GitHub Sponsors**](https://github.com/sponsors/ai) or [**Open Collective**](https://opencollective.com/postcss#section-contributors). ### [`v8.4.49`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8449) [Compare Source](https://github.com/postcss/postcss/compare/8.4.48...8.4.49) - Fixed custom syntax without `source.offset` (by [@&#8203;romainmenke](https://github.com/romainmenke)). ### [`v8.4.48`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8448) [Compare Source](https://github.com/postcss/postcss/compare/8.4.47...8.4.48) - Fixed position calculation in error/warnings methods (by [@&#8203;romainmenke](https://github.com/romainmenke)). ### [`v8.4.47`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8447) [Compare Source](https://github.com/postcss/postcss/compare/8.4.46...8.4.47) - Removed debug code. ### [`v8.4.46`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8446) [Compare Source](https://github.com/postcss/postcss/compare/8.4.45...8.4.46) - Fixed `Cannot read properties of undefined (reading 'before')`. ### [`v8.4.45`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8445) [Compare Source](https://github.com/postcss/postcss/compare/8.4.44...8.4.45) - Removed unnecessary fix which could lead to infinite loop. ### [`v8.4.44`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8444) [Compare Source](https://github.com/postcss/postcss/compare/8.4.43...8.4.44) - Another way to fix `markClean is not a function` error. ### [`v8.4.43`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8443) [Compare Source](https://github.com/postcss/postcss/compare/8.4.42...8.4.43) - Fixed `markClean is not a function` error. ### [`v8.4.42`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8442) [Compare Source](https://github.com/postcss/postcss/compare/8.4.41...8.4.42) - Fixed CSS syntax error on long minified files (by [@&#8203;varpstar](https://github.com/varpstar)). ### [`v8.4.41`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8441) [Compare Source](https://github.com/postcss/postcss/compare/8.4.40...8.4.41) - Fixed types (by [@&#8203;nex3](https://github.com/nex3) and [@&#8203;querkmachine](https://github.com/querkmachine)). - Cleaned up RegExps (by [@&#8203;bluwy](https://github.com/bluwy)). ### [`v8.4.40`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8440) [Compare Source](https://github.com/postcss/postcss/compare/8.4.39...8.4.40) - Moved to getter/setter in nodes types to help Sass team (by [@&#8203;nex3](https://github.com/nex3)). ### [`v8.4.39`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8439) [Compare Source](https://github.com/postcss/postcss/compare/8.4.38...8.4.39) - Fixed `CssSyntaxError` types (by [@&#8203;romainmenke](https://github.com/romainmenke)). ### [`v8.4.38`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8438) [Compare Source](https://github.com/postcss/postcss/compare/8.4.37...8.4.38) - Fixed `endIndex: 0` in errors and warnings (by [@&#8203;romainmenke](https://github.com/romainmenke)). ### [`v8.4.37`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8437) [Compare Source](https://github.com/postcss/postcss/compare/8.4.36...8.4.37) - Fixed `original.column are not numbers` error in another case. ### [`v8.4.36`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8436) [Compare Source](https://github.com/postcss/postcss/compare/8.4.35...8.4.36) - Fixed `original.column are not numbers` error on broken previous source map. ### [`v8.4.35`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8435) [Compare Source](https://github.com/postcss/postcss/compare/8.4.34...8.4.35) - Avoid `!` in `node.parent.nodes` type. - Allow to pass `undefined` to node adding method to simplify types. ### [`v8.4.34`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8434) [Compare Source](https://github.com/postcss/postcss/compare/8.4.33...8.4.34) - Fixed `AtRule#nodes` type (by Tim Weißenfels). - Cleaned up code (by Dmitry Kirillov). ### [`v8.4.33`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8433) [Compare Source](https://github.com/postcss/postcss/compare/8.4.32...8.4.33) - Fixed `NoWorkResult` behavior difference with normal mode (by Romain Menke). - Fixed `NoWorkResult` usage conditions (by [@&#8203;ahmdammarr](https://github.com/ahmdammarr)). ### [`v8.4.32`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8432) [Compare Source](https://github.com/postcss/postcss/compare/8.4.31...8.4.32) - Fixed `postcss().process()` types (by Andrew Ferreira). ### [`v8.4.31`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8431) [Compare Source](https://github.com/postcss/postcss/compare/8.4.30...8.4.31) - Fixed `\r` parsing to fix CVE-2023-44270. ### [`v8.4.30`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8430) [Compare Source](https://github.com/postcss/postcss/compare/8.4.29...8.4.30) - Improved source map performance (by Romain Menke). ### [`v8.4.29`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8429) [Compare Source](https://github.com/postcss/postcss/compare/8.4.28...8.4.29) - Fixed `Node#source.offset` (by Ido Rosenthal). - Fixed docs (by Christian Oliff). ### [`v8.4.28`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8428) [Compare Source](https://github.com/postcss/postcss/compare/8.4.27...8.4.28) - Fixed `Root.source.end` for better source map (by Romain Menke). - Fixed `Result.root` types when `process()` has no parser. ### [`v8.4.27`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8427) [Compare Source](https://github.com/postcss/postcss/compare/8.4.26...8.4.27) - Fixed `Container` clone methods types. ### [`v8.4.26`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8426) [Compare Source](https://github.com/postcss/postcss/compare/8.4.25...8.4.26) - Fixed clone methods types. ### [`v8.4.25`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8425) [Compare Source](https://github.com/postcss/postcss/compare/8.4.24...8.4.25) - Improve stringify performance (by Romain Menke). - Fixed docs (by [@&#8203;vikaskaliramna07](https://github.com/vikaskaliramna07)). ### [`v8.4.24`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8424) [Compare Source](https://github.com/postcss/postcss/compare/8.4.23...8.4.24) - Fixed `Plugin` types. ### [`v8.4.23`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8423) [Compare Source](https://github.com/postcss/postcss/compare/8.4.22...8.4.23) - Fixed warnings in TypeDoc. ### [`v8.4.22`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8422) [Compare Source](https://github.com/postcss/postcss/compare/8.4.21...8.4.22) - Fixed TypeScript support with `node16` (by Remco Haszing). ### [`v8.4.21`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8421) [Compare Source](https://github.com/postcss/postcss/compare/8.4.20...8.4.21) - Fixed `Input#error` types (by Aleks Hudochenkov). ### [`v8.4.20`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8420) [Compare Source](https://github.com/postcss/postcss/compare/8.4.19...8.4.20) - Fixed source map generation for childless at-rules like `@layer`. ### [`v8.4.19`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8419) [Compare Source](https://github.com/postcss/postcss/compare/8.4.18...8.4.19) - Fixed whitespace preserving after AST transformations (by Romain Menke). ### [`v8.4.18`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8418) [Compare Source](https://github.com/postcss/postcss/compare/8.4.17...8.4.18) - Fixed an error on `absolute: true` with empty `sourceContent` (by Rene Haas). ### [`v8.4.17`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8417) [Compare Source](https://github.com/postcss/postcss/compare/8.4.16...8.4.17) - Fixed `Node.before()` unexpected behavior (by Romain Menke). - Added TOC to docs (by Mikhail Dedov). </details> <details> <summary>microsoft/TypeScript (typescript)</summary> ### [`v5.8.3`](https://github.com/microsoft/TypeScript/releases/tag/v5.8.3): TypeScript 5.8.3 [Compare Source](https://github.com/microsoft/TypeScript/compare/v5.8.2...v5.8.3) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-8/). - [fixed issues query for Typescript 5.8.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.8.0%22+is%3Aclosed+). - [fixed issues query for Typescript 5.8.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.8.1%22+is%3Aclosed+). - [fixed issues query for Typescript 5.8.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.8.2%22+is%3Aclosed+). - [fixed issues query for Typescript 5.8.3 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.8.3%22+is%3Aclosed+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) ### [`v5.8.2`](https://github.com/microsoft/TypeScript/releases/tag/v5.8.2): TypeScript 5.8 [Compare Source](https://github.com/microsoft/TypeScript/compare/v5.7.3...v5.8.2) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-8/). - [fixed issues query for Typescript 5.8.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.8.0%22+is%3Aclosed+). - [fixed issues query for Typescript 5.8.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.8.1%22+is%3Aclosed+). - [fixed issues query for Typescript 5.8.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.8.2%22+is%3Aclosed+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) ### [`v5.7.3`](https://github.com/microsoft/TypeScript/releases/tag/v5.7.3): TypeScript 5.7.3 [Compare Source](https://github.com/microsoft/TypeScript/compare/v5.7.2...v5.7.3) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-7/). - [fixed issues query for Typescript 5.7.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.7.0%22+is%3Aclosed+). - [fixed issues query for Typescript 5.7.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.7.1%22+is%3Aclosed+). - [fixed issues query for Typescript 5.7.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.7.2%22+is%3Aclosed+). - [fixed issues query for Typescript 5.7.3 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.7.2%22+is%3Aclosed+). Downloads are available on [npm](https://www.npmjs.com/package/typescript) ### [`v5.7.2`](https://github.com/microsoft/TypeScript/releases/tag/v5.7.2): TypeScript 5.7 [Compare Source](https://github.com/microsoft/TypeScript/compare/v5.6.3...v5.7.2) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-7/). - [fixed issues query for Typescript 5.7.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.7.0%22+is%3Aclosed+). - [fixed issues query for Typescript 5.7.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.7.1%22+is%3Aclosed+). - [fixed issues query for Typescript 5.7.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.7.2%22+is%3Aclosed+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) ### [`v5.6.3`](https://github.com/microsoft/TypeScript/releases/tag/v5.6.3): TypeScript 5.6.3 [Compare Source](https://github.com/microsoft/TypeScript/compare/v5.6.2...v5.6.3) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-6/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript 5.6.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.6.0%22+is%3Aclosed+). - [fixed issues query for Typescript 5.6.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.6.1%22+is%3Aclosed+). - [fixed issues query for Typescript 5.6.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.6.2%22+is%3Aclosed+). - [fixed issues query for Typescript 5.6.3 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.6.3%22+is%3Aclosed+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild) ### [`v5.6.2`](https://github.com/microsoft/TypeScript/releases/tag/v5.6.2): TypeScript 5.6 [Compare Source](https://github.com/microsoft/TypeScript/compare/v5.5.4...v5.6.2) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-6/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript 5.6.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.6.0%22+is%3Aclosed+). - [fixed issues query for Typescript 5.6.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.6.1%22+is%3Aclosed+). - [fixed issues query for Typescript 5.6.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.6.2%22+is%3Aclosed+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild) ### [`v5.5.4`](https://github.com/microsoft/TypeScript/releases/tag/v5.5.4): TypeScript 5.5.4 [Compare Source](https://github.com/microsoft/TypeScript/compare/v5.5.3...v5.5.4) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/). For the complete list of fixed issues, check out the - [fixed issues query for TypeScript v5.5.4 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.4%22+is%3Aclosed+). - [fixed issues query for TypeScript v5.5.3 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.3%22+is%3Aclosed+). - [fixed issues query for TypeScript v5.5.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.2%22+is%3Aclosed+). - [fixed issues query for TypeScript v5.5.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.1%22+is%3Aclosed+). - [fixed issues query for TypeScript v5.5.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.0%22+is%3Aclosed+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild) (soon!) ### [`v5.5.3`](https://github.com/microsoft/TypeScript/releases/tag/v5.5.3): TypeScript 5.5.3 [Compare Source](https://github.com/microsoft/TypeScript/compare/v5.5.2...v5.5.3) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/). For the complete list of fixed issues, check out the - [fixed issues query for TypeScript v5.5.3 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.3%22+is%3Aclosed+). - [fixed issues query for TypeScript v5.5.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.2%22+is%3Aclosed+). - [fixed issues query for TypeScript v5.5.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.1%22+is%3Aclosed+). - [fixed issues query for TypeScript v5.5.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.0%22+is%3Aclosed+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild) ### [`v5.5.2`](https://github.com/microsoft/TypeScript/releases/tag/v5.5.2): TypeScript 5.5 [Compare Source](https://github.com/microsoft/TypeScript/compare/v5.4.5...v5.5.2) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/). For the complete list of fixed issues, check out the - [fixed issues query for TypeScript v5.5.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.2%22+is%3Aclosed+). - [fixed issues query for TypeScript v5.5.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.1%22+is%3Aclosed+). - [fixed issues query for TypeScript v5.5.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.0%22+is%3Aclosed+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) ### [`v5.4.5`](https://github.com/microsoft/TypeScript/releases/tag/v5.4.5): TypeScript 5.4.5 [Compare Source](https://github.com/microsoft/TypeScript/compare/v5.4.4...v5.4.5) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-4/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript 5.4.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.0%22+is%3Aclosed+). - [fixed issues query for Typescript 5.4.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.1%22+is%3Aclosed+). - [fixed issues query for Typescript 5.4.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.2%22+is%3Aclosed+). - [fixed issues query for Typescript 5.4.3 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.3%22+is%3Aclosed+). - [fixed issues query for Typescript 5.4.4 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.4%22+is%3Aclosed+). - [fixed issues query for Typescript 5.4.5 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.5%22+is%3Aclosed+). Downloads are available on: - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild) ### [`v5.4.4`](https://github.com/microsoft/TypeScript/releases/tag/v5.4.4): TypeScript 5.4.4 [Compare Source](https://github.com/microsoft/TypeScript/compare/v5.4.3...v5.4.4) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-4/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript 5.4.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.0%22+is%3Aclosed+). - [fixed issues query for Typescript 5.4.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.1%22+is%3Aclosed+). - [fixed issues query for Typescript 5.4.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.2%22+is%3Aclosed+). - [fixed issues query for Typescript 5.4.3 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.3%22+is%3Aclosed+). - [fixed issues query for Typescript 5.4.4 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.4%22+is%3Aclosed+). Downloads are available on: - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild) ### [`v5.4.3`](https://github.com/microsoft/TypeScript/releases/tag/v5.4.3): TypeScript 5.4.3 [Compare Source](https://github.com/microsoft/TypeScript/compare/v5.4.2...v5.4.3) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-4/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript 5.4.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.0%22+is%3Aclosed+). - [fixed issues query for Typescript 5.4.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.1%22+is%3Aclosed+). - [fixed issues query for Typescript 5.4.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.2%22+is%3Aclosed+). - [fixed issues query for Typescript 5.4.3 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.3%22+is%3Aclosed+). Downloads are available on: - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild) ### [`v5.4.2`](https://github.com/microsoft/TypeScript/releases/tag/v5.4.2): TypeScript 5.4 [Compare Source](https://github.com/microsoft/TypeScript/compare/v5.3.3...v5.4.2) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-4/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript 5.4.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.0%22+is%3Aclosed+). - [fixed issues query for Typescript 5.4.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.1%22+is%3Aclosed+). - [fixed issues query for Typescript 5.4.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.2%22+is%3Aclosed+). Downloads are available on: - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild) ### [`v5.3.3`](https://github.com/microsoft/TypeScript/releases/tag/v5.3.3): TypeScript 5.3.3 [Compare Source](https://github.com/microsoft/TypeScript/compare/v5.3.2...v5.3.3) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-3/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript 5.3.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.3.0%22+is%3Aclosed+). - [fixed issues query for Typescript 5.3.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.3.1%22+is%3Aclosed+). - [fixed issues query for Typescript 5.3.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.3.2%22+is%3Aclosed+). - [fixed issues query for Typescript 5.3.3 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.3.3%22+is%3Aclosed+). Downloads are available on: - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild) ### [`v5.3.2`](https://github.com/microsoft/TypeScript/releases/tag/v5.3.2): TypeScript 5.3 [Compare Source](https://github.com/microsoft/TypeScript/compare/v5.2.2...v5.3.2) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-3/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript 5.3.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.3.0%22+is%3Aclosed+). - [fixed issues query for Typescript 5.3.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.3.1%22+is%3Aclosed+). - [fixed issues query for Typescript 5.3.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.3.2%22+is%3Aclosed+). Downloads are available on: - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild) ### [`v5.2.2`](https://github.com/microsoft/TypeScript/releases/tag/v5.2.2): TypeScript 5.2 [Compare Source](https://github.com/microsoft/TypeScript/compare/v5.1.6...v5.2.2) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-2/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript 5.2.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.2.0%22+is%3Aclosed+). - [fixed issues query for Typescript 5.2.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.2.1%22+is%3Aclosed+). - [fixed issues query for Typescript 5.2.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.2.2%22+is%3Aclosed+). Downloads are available on: - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild) ### [`v5.1.6`](https://github.com/microsoft/TypeScript/releases/tag/v5.1.6): TypeScript 5.1.6 [Compare Source](https://github.com/microsoft/TypeScript/compare/v5.1.5...v5.1.6) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-1/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript v5.1.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.0%22+is%3Aclosed+). - [fixed issues query for Typescript v5.1.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.1%22+is%3Aclosed+). - [fixed issues query for Typescript v5.1.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.2%22+is%3Aclosed+). - [fixed issues query for Typescript v5.1.3 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.3%22+is%3Aclosed+). - (5.1.4 [intentionally skipped](https://github.com/microsoft/TypeScript/issues/53031#issuecomment-1610038922)) - [fixed issues query for Typescript v5.1.5 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.5%22+is%3Aclosed+). - [fixed issues query for Typescript v5.1.6 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.6%22+is%3Aclosed+). Downloads are available on [npm](https://www.npmjs.com/package/typescript) ### [`v5.1.5`](https://github.com/microsoft/TypeScript/releases/tag/v5.1.5): TypeScript 5.1.5 [Compare Source](https://github.com/microsoft/TypeScript/compare/v5.1.3...v5.1.5) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-1/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript v5.1.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.0%22+is%3Aclosed+). - [fixed issues query for Typescript v5.1.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.1%22+is%3Aclosed+). - [fixed issues query for Typescript v5.1.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.2%22+is%3Aclosed+). - [fixed issues query for Typescript v5.1.3 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.3%22+is%3Aclosed+). - (5.1.4 [intentionally skipped](https://github.com/microsoft/TypeScript/issues/53031#issuecomment-1610038922)) - [fixed issues query for Typescript v5.1.5 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.5%22+is%3Aclosed+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild) ### [`v5.1.3`](https://github.com/microsoft/TypeScript/releases/tag/v5.1.3): TypeScript 5.1.3 [Compare Source](https://github.com/microsoft/TypeScript/compare/v5.0.4...v5.1.3) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-1/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript 5.1.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.0%22+is%3Aclosed+). - [fixed issues query for Typescript 5.1.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.1%22+is%3Aclosed+). - [fixed issues query for Typescript 5.1.3 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.3%22+is%3Aclosed+). Downloads are available on: - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild) ### [`v5.0.4`](https://github.com/microsoft/TypeScript/releases/tag/v5.0.4): TypeScript 5.0.4 [Compare Source](https://github.com/microsoft/TypeScript/compare/v5.0.3...v5.0.4) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-0/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript v5.0.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.0.0%22+is%3Aclosed+). - [fixed issues query for Typescript v5.0.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.0.1%22+is%3Aclosed+). - [fixed issues query for Typescript v5.0.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.0.2%22+is%3Aclosed+). - [fixed issues query for Typescript v5.0.3 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.0.3%22+is%3Aclosed+). - [fixed issues query for Typescript v5.0.4 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.0.4%22+is%3Aclosed+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild) ### [`v5.0.3`](https://github.com/microsoft/TypeScript/releases/tag/v5.0.3): TypeScript 5.0.3 [Compare Source](https://github.com/microsoft/TypeScript/compare/v5.0.2...v5.0.3) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-0/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript v5.0.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.0.0%22+is%3Aclosed+). - [fixed issues query for Typescript v5.0.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.0.1%22+is%3Aclosed+). - [fixed issues query for Typescript v5.0.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.0.2%22+is%3Aclosed+). - [fixed issues query for Typescript v5.0.3 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.0.3%22+is%3Aclosed+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild) ### [`v5.0.2`](https://github.com/microsoft/TypeScript/releases/tag/v5.0.2): TypeScript 5.0 [Compare Source](https://github.com/microsoft/TypeScript/compare/v4.9.5...v5.0.2) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-0/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript v5.0.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.0.0%22+is%3Aclosed+). - [fixed issues query for Typescript v5.0.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.0.1%22+is%3Aclosed+). - [fixed issues query for Typescript v5.0.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.0.2%22+is%3Aclosed+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild) ### [`v4.9.5`](https://github.com/microsoft/TypeScript/releases/tag/v4.9.5): TypeScript 4.9.5 [Compare Source](https://github.com/microsoft/TypeScript/compare/v4.9.4...v4.9.5) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-4-9/). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild) #### Changes: - [`69e88ef`](https://github.com/microsoft/TypeScript/commit/69e88ef5513a81acf69ec78f4af1f927da0d0584) Port ignore deprecations to 4.9 ([#&#8203;52419](https://github.com/microsoft/TypeScript/issues/52419)) - [`daf4e81`](https://github.com/microsoft/TypeScript/commit/daf4e817a18def96b70ac34703b158ff0e6d58df) Port timestamp fix to 4.9 ([#&#8203;52426](https://github.com/microsoft/TypeScript/issues/52426)) ### [`v4.9.4`](https://github.com/microsoft/TypeScript/releases/tag/v4.9.4): TypeScript 4.9.4 [Compare Source](https://github.com/microsoft/TypeScript/compare/v4.9.3...v4.9.4) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-4-9). For the complete list of fixed issues, check out the - [fixed issues query for Typescript v4.9.4](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+4.9.4%22+is%3Aclosed+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild) #### Changes: - [`e286821`](https://github.com/microsoft/TypeScript/commit/e2868216f637e875a74c675845625eb15dcfe9a2) Bump version to 4.9.4 and LKG. - [`eb5419f`](https://github.com/microsoft/TypeScript/commit/eb5419fc8d980859b98553586dfb5f40d811a745) Cherry-pick [#&#8203;51704](https://github.com/microsoft/TypeScript/issues/51704) to release 4.9 ([#&#8203;51712](https://github.com/microsoft/TypeScript/issues/51712)) - [`b4d382b`](https://github.com/microsoft/TypeScript/commit/b4d382b9b12460adf2da4cc0d1429cf19f8dc8be) Cherry-pick changes for narrowing to tagged literal types. - [`e7a02f4`](https://github.com/microsoft/TypeScript/commit/e7a02f43fce47e1a39259ada5460bcc33c8e98b5) Port of [#&#8203;51626](https://github.com/microsoft/TypeScript/issues/51626) and [#&#8203;51689](https://github.com/microsoft/TypeScript/issues/51689) to release-4.9 ([#&#8203;51627](https://github.com/microsoft/TypeScript/issues/51627)) - [`1727912`](https://github.com/microsoft/TypeScript/commit/1727912f0437a7f367d90040fc4b0b4f3efd017a) Cherry-pick fix around `visitEachChild` to release-4.9. ([#&#8203;51544](https://github.com/microsoft/TypeScript/issues/51544)) This list of changes was [auto generated](https://typescript.visualstudio.com/cf7ac146-d525-443c-b23c-0d58337efebc/\_release?releaseId=117&\_a=release-summary). ### [`v4.9.3`](https://github.com/microsoft/TypeScript/releases/tag/v4.9.3): TypeScript 4.9 [Compare Source](https://github.com/microsoft/TypeScript/compare/v4.8.4...v4.9.3) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-4-9/). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild) #### Changes: - [`93bd577`](https://github.com/microsoft/TypeScript/commit/93bd577458d55cd720b2677705feab5c91eb12ce) Bump version to 4.9.3 and LKG. - [`107f832`](https://github.com/microsoft/TypeScript/commit/107f832b80df2dc97748021cb00af2b6813db75b) Update LKG. - [`31bee56`](https://github.com/microsoft/TypeScript/commit/31bee5682df130a14ffdd5742f994dbe7313dd0e) Cherry-pick PR [#&#8203;50977](https://github.com/microsoft/TypeScript/issues/50977) into release-4.9 ([#&#8203;51363](https://github.com/microsoft/TypeScript/issues/51363)) \[ [#&#8203;50872](https://github.com/microsoft/TypeScript/issues/50872) ] - [`1e2fa7a`](https://github.com/microsoft/TypeScript/commit/1e2fa7ae15f8530910fef8b916ec8a4ed0b59c45) Update version to 4.9.2-rc and LKG. - [`7ab89e5`](https://github.com/microsoft/TypeScript/commit/7ab89e5c6e401d161f31f28a6c555a3ba530910e) Merge remote-tracking branch 'origin/main' into release-4.9 - [`e5cd686`](https://github.com/microsoft/TypeScript/commit/e5cd686defb1a4cbdb36bd012357ba5bed28f371) Update package-lock.json - [`8d40dc1`](https://github.com/microsoft/TypeScript/commit/8d40dc15d1b9945837e7860320fdccfe27c40cad) Update package-lock.json - [`5cfb3a2`](https://github.com/microsoft/TypeScript/commit/5cfb3a2fe344a5350734305193e6cc99516285ca) Only call return() for an abrupt completion in user code ([#&#8203;51297](https://github.com/microsoft/TypeScript/issues/51297)) - [`a7a9d15`](https://github.com/microsoft/TypeScript/commit/a7a9d158e817fcb0e94dc1c24e0a401b21be0cc9) Fix for broken baseline in yieldInForInInDownlevelGenerator ([#&#8203;51345](https://github.com/microsoft/TypeScript/issues/51345)) - [`7f8426f`](https://github.com/microsoft/TypeScript/commit/7f8426f4df0d0a7dd8b72079dafc3e60164a23b1) fix for-in enumeration containing yield in generator ([#&#8203;51295](https://github.com/microsoft/TypeScript/issues/51295)) <details><summary><b>See More</b></summary> - [`3d2b401`](https://github.com/microsoft/TypeScript/commit/3d2b4017eb6b9a2b94bc673291e56ae95e8beddd) Fix assertion functions accessed via wildcard imports ([#&#8203;51324](https://github.com/microsoft/TypeScript/issues/51324)) - [`64d0d5a`](https://github.com/microsoft/TypeScript/commit/64d0d5ae140b7b26a09e75114517b418d6bcaa9f) fix(51301): Fixing an unused import at the end of a line removes the newline ([#&#8203;51320](https://github.com/microsoft/TypeScript/issues/51320)) - [`754eeb2`](https://github.com/microsoft/TypeScript/commit/754eeb2986bde30d5926e0fa99c87dda9266d01b) Update CodeQL workflow and configuration, fix found bugs ([#&#8203;51263](https://github.com/microsoft/TypeScript/issues/51263)) - [`d8aad26`](https://github.com/microsoft/TypeScript/commit/d8aad262006ad2d2c91aa7a0e4449b4b83c57f7b) Update package-lock.json - [`d4f26c8`](https://github.com/microsoft/TypeScript/commit/d4f26c840b1db76c0b25a405c8e73830a2b45cbc) fix(51245): Class with parameter decorator in arrow function causes "convert to default export" refactoring failure ([#&#8203;51256](https://github.com/microsoft/TypeScript/issues/51256)) - [`16faf45`](https://github.com/microsoft/TypeScript/commit/16faf45682173ea437a50330feb4785578923d7f) Update package-lock.json - [`8b1ecdb`](https://github.com/microsoft/TypeScript/commit/8b1ecdb701e2a2e19e9f8bcdd6b2beac087eabee) fix(50654): "Move to a new file" breaks the declaration of referenced variable ([#&#8203;50681](https://github.com/microsoft/TypeScript/issues/50681)) - [`170a17f`](https://github.com/microsoft/TypeScript/commit/170a17fad57eae619c5ef2b7bdb3ac00d6c32c47) Dom update 2022-10-25 ([#&#8203;51300](https://github.com/microsoft/TypeScript/issues/51300)) - [`9c4e14d`](https://github.com/microsoft/TypeScript/commit/9c4e14d75174432f6a4dc5967a09712a6784ab88) Remove "No type information for this code" from baseline ([#&#8203;51311](https://github.com/microsoft/TypeScript/issues/51311)) - [`88d25b4`](https://github.com/microsoft/TypeScript/commit/88d25b4f232929df59729156dfda6b65277affec) fix(50068): Refactors trigger debug failure when JSX text has a ' and a tag on the same line. ([#&#8203;51299](https://github.com/microsoft/TypeScript/issues/51299)) - [`8bee69a`](https://github.com/microsoft/TypeScript/commit/8bee69acf410d4986cb0cc102b949e2d133d5380) Update package-lock.json - [`702de1e`](https://github.com/microsoft/TypeScript/commit/702de1eeaaef88a189e4d06e5a2aae287853790a) Fix early call to return/throw on generator ([#&#8203;51294](https://github.com/microsoft/TypeScript/issues/51294)) - [`2c12b14`](https://github.com/microsoft/TypeScript/commit/2c12b1499908ad7718e65d20e264561207c22375) Add a GH Action to file a new issue if we go a week without seeing a typescript-error-deltas issue ([#&#8203;51271](https://github.com/microsoft/TypeScript/issues/51271)) - [`6af270d`](https://github.com/microsoft/TypeScript/commit/6af270dee09d62516f6dc02ec102a745ffebc037) Update package-lock.json - [`2cc4c16`](https://github.com/microsoft/TypeScript/commit/2cc4c16a26672a7ba6c97ba16309fcf334db7cae) Update package-lock.json - [`6093491`](https://github.com/microsoft/TypeScript/commit/60934915d9ccc4ca9c0fb2cd060d7ec81601942b) Fix apparent typo in getStringMappingType ([#&#8203;51248](https://github.com/microsoft/TypeScript/issues/51248)) - [`61c2609`](https://github.com/microsoft/TypeScript/commit/61c26096e3373719ece686b84c698423890e9a5f) Update package-lock.json - [`ef69116`](https://github.com/microsoft/TypeScript/commit/ef69116c41cb6805f89e6592eacb0ccb7f02207d) Generate shortest `rootDirs` module specifier instead of first possible ([#&#8203;51244](https://github.com/microsoft/TypeScript/issues/51244)) - [`bbb42f4`](https://github.com/microsoft/TypeScript/commit/bbb42f453dc684e03d977c5b70391124d57543a9) Fix typo in canWatchDirectoryOrFile found by CodeQL ([#&#8203;51262](https://github.com/microsoft/TypeScript/issues/51262)) - [`a56b254`](https://github.com/microsoft/TypeScript/commit/a56b254ad3c52b598bc5d44f83f3d0a1cf806068) Include 'this' type parameter in isRelatedTo fast path ([#&#8203;51230](https://github.com/microsoft/TypeScript/issues/51230)) - [`3abd351`](https://github.com/microsoft/TypeScript/commit/3abd351c0eea55758f27ee5558a4a1525b77f45b) Fix super property transform in async arrow in method ([#&#8203;51240](https://github.com/microsoft/TypeScript/issues/51240)) - [`eed0511`](https://github.com/microsoft/TypeScript/commit/eed05112180e0d94f78aa02d676d49468f15dc31) Update package-lock.json - [`2625c1f`](https://github.com/microsoft/TypeScript/commit/2625c1feae25aede35465ca835440fc57bf13d52) Make the init config category order predictable ([#&#8203;51247](https://github.com/microsoft/TypeScript/issues/51247)) - [`1ca99b3`](https://github.com/microsoft/TypeScript/commit/1ca99b34029dafad2c18af7bdc0711f4abf7e522) fix(50551): Destructuring assignment with var bypasses "variable is used before being assigned" check (2454) ([#&#8203;50560](https://github.com/microsoft/TypeScript/issues/50560)) - [`3f28fa1`](https://github.com/microsoft/TypeScript/commit/3f28fa12dfecb8dfd66ce4684bf26f64e1f092f1) Update package-lock.json - [`906ebe4`](https://github.com/microsoft/TypeScript/commit/906ebe49334a3a9c2dbd73cd3c902898bc712b66) Revert structuredTypeRelatedTo change and fix isUnitLikeType ([#&#8203;51076](https://github.com/microsoft/TypeScript/issues/51076)) - [`8ac4652`](https://github.com/microsoft/TypeScript/commit/8ac465239f52de1da3ada8cdc4c3f107f4d62e45) change type ([#&#8203;51231](https://github.com/microsoft/TypeScript/issues/51231)) - [`245a02c`](https://github.com/microsoft/TypeScript/commit/245a02cbed7ad50a21289730159abc8d19a66f40) fix(51222): Go-to-definition on return statements should jump to the containing function declaration ([#&#8203;51227](https://github.com/microsoft/TypeScript/issues/51227)) - [`2dff34e`](https://github.com/microsoft/TypeScript/commit/2dff34e8c4a91c0005ca9ccfb7e045e225b6f2e4) markAliasReferenced should include ExportValue as well ([#&#8203;51219](https://github.com/microsoft/TypeScript/issues/51219)) - [`5ef2634`](https://github.com/microsoft/TypeScript/commit/5ef2634f3df138323383c7f2e5a05163a924ee86) Update package-lock.json - [`d0f0e35`](https://github.com/microsoft/TypeScript/commit/d0f0e35c88ae017fc4c1213eb2f83303ee22ebde) Remove old tslint comments ([#&#8203;51220](https://github.com/microsoft/TypeScript/issues/51220)) - [`85d405a`](https://github.com/microsoft/TypeScript/commit/85d405a1d74c0730a9d8d6307b26e8d6f3f75421) Fixed a false positive "await has no effect on the type" diagnostic with mixed generic union ([#&#8203;50833](https://github.com/microsoft/TypeScript/issues/50833)) - [`1f8959f`](https://github.com/microsoft/TypeScript/commit/1f8959f5dc04b2b2c2fc8a7dc53b6ac761e1f754) fix: avoid downleveled dynamic import closing over specifier expression ([#&#8203;49663](https://github.com/microsoft/TypeScript/issues/49663)) - [`11066b2`](https://github.com/microsoft/TypeScript/commit/11066b264f5d30fb5ac1f6c2f3a155c0190e75d2) Rename internal functions to `narrowTypeBySwitchOnTypeOf` and `narrowTypeByInKeyword` ([#&#8203;51215](https://github.com/microsoft/TypeScript/issues/51215)) - [`4c9afe8`](https://github.com/microsoft/TypeScript/commit/4c9afe8812fcdb4658472ccbced4a5cd4bae70ea) Update package-lock.json - [`f25bcb7`](https://github.com/microsoft/TypeScript/commit/f25bcb7c27d78ce89e9c9356d27058cf86dbfb5c) fix(49196): add jsdoc snippet for interface member functions ([#&#8203;51135](https://github.com/microsoft/TypeScript/issues/51135)) - [`7406ee9`](https://github.com/microsoft/TypeScript/commit/7406ee9c145cd7d6117391818d5a1eca2d66ca8f) fix(51170): Completing an unimplemented property overwrites rest of line ([#&#8203;51175](https://github.com/microsoft/TypeScript/issues/51175)) - [`a1d82fc`](https://github.com/microsoft/TypeScript/commit/a1d82fc9dcced6ca6bde6e21c385d152d083679f) Remove some unnecessary code discovered by rollup ([#&#8203;51204](https://github.com/microsoft/TypeScript/issues/51204)) - [`0481773`](https://github.com/microsoft/TypeScript/commit/0481773a27fc6a0132c34502fd2a3b0c73cf63a3) LEGO: Merge pull request 51200 - [`98c19cb`](https://github.com/microsoft/TypeScript/commit/98c19cbbbe83c2ae3c89a4e08317a4b9ccbcb206) LEGO: Merge pull request 51190 - [`13c9b05`](https://github.com/microsoft/TypeScript/commit/13c9b05384544262363f3fd8b942b36aeb84fc61) Update package-lock.json - [`673475e`](https://github.com/microsoft/TypeScript/commit/673475e1c5e582f2fd0bf8d89e33c7708607c8d8) Update package-lock.json - [`f6cf510`](https://github.com/microsoft/TypeScript/commit/f6cf51053e024714dd6b8463fe6f8e7e33461e6b) Add more tracing to node16/nodenext resolution ([#&#8203;51168](https://github.com/microsoft/TypeScript/issues/51168)) - [`83c5581`](https://github.com/microsoft/TypeScript/commit/83c5581588f660247bd9648bafe67b49de060a55) Update package-lock.json - [`be5f0fe`](https://github.com/microsoft/TypeScript/commit/be5f0fe5acfed5146514ebe7c1b65529def8e490) Add an extra regression test for awaited unresolvable recursive union ([#&#8203;51167](https://github.com/microsoft/TypeScript/issues/51167)) - [`2cb7e77`](https://github.com/microsoft/TypeScript/commit/2cb7e779d70d57ef0d46dd3f768e646b8bbe783a) fix(50416): correctly names disabled export refactors ([#&#8203;50663](https://github.com/microsoft/TypeScript/issues/50663)) \[ [#&#8203;50416](https://github.com/microsoft/TypeScript/issues/50416) ] - [`2bcfed0`](https://github.com/microsoft/TypeScript/commit/2bcfed01f3458996e71ce37af43e3495cb7e4950) feat(37440): Provide a quick-fix for non-exported types ([#&#8203;51038](https://github.com/microsoft/TypeScript/issues/51038)) - [`a24201c`](https://github.com/microsoft/TypeScript/commit/a24201c8ef6f82b5729ab677b7a1a1d6d745fcb8) Remove VSDevMode.ps1 and createPlaygroundBuild ([#&#8203;51166](https://github.com/microsoft/TypeScript/issues/51166)) - [`2da62a7`](https://github.com/microsoft/TypeScript/commit/2da62a784bbba237b8239e84c8629cfafb0f595e) fix(51112): omit parameter names that precede the type ([#&#8203;51142](https://github.com/microsoft/TypeScript/issues/51142)) - [`cf1b6b7`](https://github.com/microsoft/TypeScript/commit/cf1b6b73330eab2dd484d71cbdb662a83b3c726f) feat(51163): show QF to fill in the missing properties for the mapped type. ([#&#8203;51165](https://github.com/microsoft/TypeScript/issues/51165)) - [`bdcc240`](https://github.com/microsoft/TypeScript/commit/bdcc240d68245e4be865b385bd6a8fd8fa546f56) Remove bug-causing carve-out in conditional type instantiation that hopefully is no longer required ([#&#8203;51151](https://github.com/microsoft/TypeScript/issues/51151)) - [`37317a2`](https://github.com/microsoft/TypeScript/commit/37317a208f34c141b64e26d0e92b3aed346e531f) Check nested weak types in intersections on target side of relation ([#&#8203;51140](https://github.com/microsoft/TypeScript/issues/51140)) - [`9f49f9c`](https://github.com/microsoft/TypeScript/commit/9f49f9ccb05a7bb56b8ca84b8036a3ad4e0e7c2b) Update package-lock.json - [`4f54e7e`](https://github.com/microsoft/TypeScript/commit/4f54e7e947298162d29f3104265e74dcfbc90d82) Fix isExhaustiveSwitchStatement to better handle circularities ([#&#8203;51095](https://github.com/microsoft/TypeScript/issues/51095)) - [`503604c`](https://github.com/microsoft/TypeScript/commit/503604c884bd0557c851b11b699ef98cdb65b93b) Overloads shouldn't gain [@&#8203;deprecated](https://github.com/deprecated) tags of other overloads in quick info ([#&#8203;50904](https://github.com/microsoft/TypeScript/issues/50904)) - [`e14a229`](https://github.com/microsoft/TypeScript/commit/e14a2298c5add93816c6f487bcfc5ac72e3a4c59) Update package-lock.json - [`67256e5`](https://github.com/microsoft/TypeScript/commit/67256e50c41aa9178a60c52de8416477f070b190) Remove unused declarations array in extractSymbol's TargetRange ([#&#8203;51091](https://github.com/microsoft/TypeScript/issues/51091)) - [`9c87ded`](https://github.com/microsoft/TypeScript/commit/9c87ded2b3fc4ba4a9a7656e9be39d5e404e6ab6) fix(51100): ensure tsserver shuts down when parent process is killed ([#&#8203;51107](https://github.com/microsoft/TypeScript/issues/51107)) - [`c01ae01`](https://github.com/microsoft/TypeScript/commit/c01ae01fac37268bac3362fb6e6d26db730f7ed5) Fix nightly publish oops in Gulpfile ([#&#8203;51131](https://github.com/microsoft/TypeScript/issues/51131)) - [`a7d10f1`](https://github.com/microsoft/TypeScript/commit/a7d10f15bbd28166b869ae00482214e360891613) Update package-lock.json - [`d0bfd8c`](https://github.com/microsoft/TypeScript/commit/d0bfd8caed521bfd24fc44960d9936a891744bb7) fix(51072): ts.preProcessFile finds import in template string after conditional expression with template strings ([#&#8203;51082](https://github.com/microsoft/TypeScript/issues/51082)) - [`ad56b5c`](https://github.com/microsoft/TypeScript/commit/ad56b5ca56b763ab377e07121ecfebb457a2e810) Convert scripts/Gulpfile to checked mjs/cjs so they can run without compilation ([#&#8203;50988](https://github.com/microsoft/TypeScript/issues/50988)) - [`dbeae5d`](https://github.com/microsoft/TypeScript/commit/dbeae5d943c784661862c52b8e215a2907c31a33) fix(51017): Make lineText in the references response opt-out ([#&#8203;51081](https://github.com/microsoft/TypeScript/issues/51081)) - [`d06a592`](https://github.com/microsoft/TypeScript/commit/d06a592d02955822a7407b70969fb7a82bc17d59) Properly defer resolution of mapped types with generic `as` clauses ([#&#8203;51050](https://github.com/microsoft/TypeScript/issues/51050)) - [`42b1049`](https://github.com/microsoft/TypeScript/commit/42b1049aee8c655631cb4f0065de86ec1023d20a) Update package-lock.json - [`5f3e6cc`](https://github.com/microsoft/TypeScript/commit/5f3e6cc4980d26af5d8a8f463e59b2c3338165c6) Plugin probe location is higher priority than peer node_modules ([#&#8203;51079](https://github.com/microsoft/TypeScript/issues/51079)) \[ [#&#8203;34616](https://github.com/microsoft/TypeScript/issues/34616) ] - [`2648f6a`](https://github.com/microsoft/TypeScript/commit/2648f6ab09e3176c7da2c07c54066d3a3433a298) Plugins in project were adding up after every config file reload ([#&#8203;51087](https://github.com/microsoft/TypeScript/issues/51087)) - [`c18791c`](https://github.com/microsoft/TypeScript/commit/c18791ccf165672df3b55f5bdd4a8655f33be26c) Fix incorrect options type to WatchOptions ([#&#8203;51064](https://github.com/microsoft/TypeScript/issues/51064)) - [`b0795e9`](https://github.com/microsoft/TypeScript/commit/b0795e9c94757a8ee78077d160cde8819a9801ea) Update package-lock.json - [`43c6fd4`](https://github.com/microsoft/TypeScript/commit/43c6fd4c09464204bc6a6e1c6c1d32fa12270414) Covert some of the config testing to baselines for easy validation ([#&#8203;51063](https://github.com/microsoft/TypeScript/issues/51063)) - [`fc5e72b`](https://github.com/microsoft/TypeScript/commit/fc5e72b92cb8ea13c5e0f2cfc35d8b2cbfd1fe36) Remove unused defaultWatchFileKind method since useFsEvents is default for tsserver and tsc ([#&#8203;51044](https://github.com/microsoft/TypeScript/issues/51044)) - [`8af9a93`](https://github.com/microsoft/TypeScript/commit/8af9a936b5240398370887c22cacaff65fee707b) Use typescript.d.ts in APISample tests ([#&#8203;51061](https://github.com/microsoft/TypeScript/issues/51061)) - [`4953316`](https://github.com/microsoft/TypeScript/commit/49533168dbb4e19f243b9dbdfd6a3aac69f5b3dd) Remove configureLanguageServiceBuild, instrumenter ([#&#8203;51048](https://github.com/microsoft/TypeScript/issues/51048)) - [`9dfffd0`](https://github.com/microsoft/TypeScript/commit/9dfffd0fbb406d7f2e5e2ca85768624ca388a7bf) Update GitHub Actions ([#&#8203;51045](https://github.com/microsoft/TypeScript/issues/51045)) - [`4635a5c`](https://github.com/microsoft/TypeScript/commit/4635a5cef9aefa9aa847ef7ce2e6767ddf4f54c2) Update package-lock.json - [`33a34e5`](https://github.com/microsoft/TypeScript/commit/33a34e5b96bfe086266f4765ab9789a2a02507f9) Adding a JSDoc comment to the es5 type declarations to describe the functionality of Date.now() ([#&#8203;50630](https://github.com/microsoft/TypeScript/issues/50630)) - [`299745c`](https://github.com/microsoft/TypeScript/commit/299745cb217c2fc061f75b3735f8420d78b8360a) Fix crash in goto-def on `@override` ([#&#8203;51016](https://github.com/microsoft/TypeScript/issues/51016)) - [`7dcf11f`](https://github.com/microsoft/TypeScript/commit/7dcf11f13985be927886ebea353d282a9b3418e0) fix(50750): Object type literal with string literal property in contextual typing position causes language service error on all literal type references ([#&#8203;50757](https://github.com/microsoft/TypeScript/issues/50757)) - [`5cd49f6`](https://github.com/microsoft/TypeScript/commit/5cd49f6cbcd2effe9d425dee3a39cb49209bb656) Update package-lock.json - [`8a1b858`](https://github.com/microsoft/TypeScript/commit/8a1b85880f89c9cff606c5844e8883e5f483c7db) Update package-lock.json - [`96894db`](https://github.com/microsoft/TypeScript/commit/96894db6cb5b7af6857b4d0c7f70f7d8ac782d51) Include type parameter defaults in contextual typing ([#&#8203;50994](https://github.com/microsoft/TypeScript/issues/50994)) \[ [#&#8203;51002](https://github.com/microsoft/TypeScript/issues/51002) ] - [`0d0a793`](https://github.com/microsoft/TypeScript/commit/0d0a79371471d627ae298a145f8009b05cbccb72) Allow Unicode extended escapes in ES5 and earlier ([#&#8203;50918](https://github.com/microsoft/TypeScript/issues/50918)) - [`58bae8d`](https://github.com/microsoft/TypeScript/commit/58bae8db69b275a3efa57b14b486778c55185552) Update package-lock.json - [`0ce72ef`](https://github.com/microsoft/TypeScript/commit/0ce72ef6c8b39cd2d07e5b0eb3a0c144a7783ad2) Add option to OrganizeImports for removal only ([#&#8203;50931](https://github.com/microsoft/TypeScript/issues/50931)) - [`42f9143`](https://github.com/microsoft/TypeScript/commit/42f9143e114c5c07f40df83ed07ffeb3cbaf2101) feat: codefix for `for await of` ([#&#8203;50623](https://github.com/microsoft/TypeScript/issues/50623)) - [`ecf50e8`](https://github.com/microsoft/TypeScript/commit/ecf50e81a7a9cccd9bf5ea7598764082981faab0) Properly compute `SymbolFlags.Optional` for intersected properties ([#&#8203;50958](https://github.com/microsoft/TypeScript/issues/50958)) - [`d1586de`](https://github.com/microsoft/TypeScript/commit/d1586de0434567b998876929eb8229235b85b350) Fully resolve aliases when checking symbol flags ([#&#8203;50853](https://github.com/microsoft/TypeScript/issues/50853)) - [`45148dd`](https://github.com/microsoft/TypeScript/commit/45148dd715a7c3776840778b4df41e7e0bd0bf12) Update LKG to 4.8.4 ([#&#8203;50987](https://github.com/microsoft/TypeScript/issues/50987)) - [`9a83f25`](https://github.com/microsoft/TypeScript/commit/9a83f2551ded0d88a0ba0ec9af260f83eb3568cd) Update package-lock.json - [`865848f`](https://github.com/microsoft/TypeScript/commit/865848fcfb9e6ce7dd64be563fc09f83d4bc9df5) Fix `<=` and `>` comparisons when compared against prerelease versions ([#&#8203;50915](https://github.com/microsoft/TypeScript/issues/50915)) - [`fbfe934`](https://github.com/microsoft/TypeScript/commit/fbfe9340a90777dee03b30f736fab44056123be0) Fix comparability between type parameters related by a union constraint ([#&#8203;50978](https://github.com/microsoft/TypeScript/issues/50978)) - [`b09e93d`](https://github.com/microsoft/TypeScript/commit/b09e93d3f6d3e999df001b53984954974c25b81f) Merge pull request [#&#8203;50041](https://github.com/microsoft/TypeScript/issues/50041) from microsoft/fix/47969 - [`0ac12bb`](https://github.com/microsoft/TypeScript/commit/0ac12bbe7a410238ca992a42f41816a97f6906f4) Update package-lock.json - [`8192d55`](https://github.com/microsoft/TypeScript/commit/8192d550496d884263e292488e325ae96893dc78) Pick correct compilerOptions when checking if we can share emitSignatures ([#&#8203;50910](https://github.com/microsoft/TypeScript/issues/50910)) \[ [#&#8203;50902](https://github.com/microsoft/TypeScript/issues/50902) ] - [`16faef1`](https://github.com/microsoft/TypeScript/commit/16faef1d8d522b66b6c672bdd15b4026e2018a62) During uptodate ness check with buildInfo, check if there are errors explicitly with noEmit ([#&#8203;50974](https://github.com/microsoft/TypeScript/issues/50974)) \[ [#&#8203;50959](https://github.com/microsoft/TypeScript/issues/50959) ] - [`63791f5`](https://github.com/microsoft/TypeScript/commit/63791f52d4e7a3bf461b974e94abd8cbb6b546c5) Update package-lock.json - [`09368bc`](https://github.com/microsoft/TypeScript/commit/09368bcbaebd157d1e66859ab6f5b30c2fd6eaff) Handle if project for open file will get recollected because of pending cleanup from closed script info ([#&#8203;50908](https://github.com/microsoft/TypeScript/issues/50908)) \[ [#&#8203;50868](https://github.com/microsoft/TypeScript/issues/50868) ] - [`c81bf4d`](https://github.com/microsoft/TypeScript/commit/c81bf4d8b0c12410a082d6598fcc24cc721b6e9e) fix(49594): Typescript 4.7.3 bracketed class property compilation error strictPropertyInitialization:true ([#&#8203;49619](https://github.com/microsoft/TypeScript/issues/49619)) - [`bc9cbbe`](https://github.com/microsoft/TypeScript/commit/bc9cbbef421ae907f7dfd5a84ca69c4f68a8935b) Merge pull request [#&#8203;49912](https://github.com/microsoft/TypeScript/issues/49912) from microsoft/fix/47508 - [`5a10f46`](https://github.com/microsoft/TypeScript/commit/5a10f46c0028790120cb85c826efa4248707a964) Update package-lock.json - [`8e71f42`](https://github.com/microsoft/TypeScript/commit/8e71f429c811ac7811533d7b0e02c32bad5a1b47) Fixing pr comments - [`c100c64`](https://github.com/microsoft/TypeScript/commit/c100c6488db0482dcc1455290f456dece91cac0a) Update package-lock.json - [`2a91107`](https://github.com/microsoft/TypeScript/commit/2a91107f7548eeb5e32673e76277d27264ea88e2) Update package-lock.json - [`4ab9e76`](https://github.com/microsoft/TypeScript/commit/4ab9e76fb748b08712f9d0017dd8f0ba74d1859f) Use paths in package.json 'files' array that work with npm 6 and later. ([#&#8203;50930](https://github.com/microsoft/TypeScript/issues/50930)) - [`549b542`](https://github.com/microsoft/TypeScript/commit/549b5429d4837344e8c99657109bb6538fd2dbb5) Use paths in package.json 'files' array that work with npm 6 and later. - [`7f37d25`](https://github.com/microsoft/TypeScript/commit/7f37d251fc69da34659e4c60792177e1e9a8e7a6) Update version to 4.9.1-beta and LKG. - [`f16ca7d`](https://github.com/microsoft/TypeScript/commit/f16ca7dd364e57ee7ce337f987b20dbc1e34941f) Remove 'async' dependency, used only in errorCheck.ts, modernize file ([#&#8203;50667](https://github.com/microsoft/TypeScript/issues/50667)) - [`c6bef3f`](https://github.com/microsoft/TypeScript/commit/c6bef3f02874bddf6df120aa4f0d130c58478468) LEGO: Merge pull request 50921 - [`6753027`](https://github.com/microsoft/TypeScript/commit/675302730b8ca525d47c910bf2d3174bd3b66a1b) Update package-lock.json - [`9740bcc`](https://github.com/microsoft/TypeScript/commit/9740bcc53418e8792a4dbb978059ff5a02b55c91) Pluralized `hasInvalidatedResolution` -> `hasInvalidatedResolutions` ([#&#8203;50912](https://github.com/microsoft/TypeScript/issues/50912)) - [`84c29cd`](https://github.com/microsoft/TypeScript/commit/84c29cd576fd1facb9b3a353d5342df04acdb184) 🤖 Pick PR [#&#8203;50912](https://github.com/microsoft/TypeScript/issues/50912) (Pluralized \`hasInvalidatedResolutio...) into release-4.9 ([#&#8203;50913](https://github.com/microsoft/TypeScript/issues/50913)) - [`a26f634`](https://github.com/microsoft/TypeScript/commit/a26f63424de249bb106804dfc9a024bb525de93e) Merge remote-tracking branch 'origin/main' into release-4.9 - [`a455955`](https://github.com/microsoft/TypeScript/commit/a455955aac85ecc5b2182fe50b83670188955feb) Make hasInvalidatedResolution non internal for program and add it watchApi ([#&#8203;50776](https://github.com/microsoft/TypeScript/issues/50776)) \[ [#&#8203;48057](https://github.com/microsoft/TypeScript/issues/48057) ] - [`645d1cd`](https://github.com/microsoft/TypeScript/commit/645d1cd7c1ee1d65a87b2183b173611467256a09) Fix assert in addIndirectUser in FAR ([#&#8203;50905](https://github.com/microsoft/TypeScript/issues/50905)) - [`bbec17d`](https://github.com/microsoft/TypeScript/commit/bbec17d9003246fa00d6bf676bb4ce7c54ff2be4) LEGO: Merge pull request 50900 - [`a9ecc67`](https://github.com/microsoft/TypeScript/commit/a9ecc675d636c3bbca697bc4881b019e8645a7a6) Update package-lock.json - [`221cf55`](https://github.com/microsoft/TypeScript/commit/221cf55a21e448bd3fe2cf26a754c9c0dda3dca3) package.json `exports` should have priority over `typesVersions` ([#&#8203;50890](https://github.com/microsoft/TypeScript/issues/50890)) - [`acb8977`](https://github.com/microsoft/TypeScript/commit/acb89771901f8c81c6046fa7c16361a83388ddab) Remove .github/tsc.json ([#&#8203;50664](https://github.com/microsoft/TypeScript/issues/50664)) - [`7a3de81`](https://github.com/microsoft/TypeScript/commit/7a3de819bfb93fb27ef7ea8305d2df069866c380) fix(49993): skip the quick fix for an expression with an enum type ([#&#8203;50625](https://github.com/microsoft/TypeScript/issues/50625)) - [`2644f28`](https://github.com/microsoft/TypeScript/commit/2644f2867734d77a3a3939c55d5cc0a5004df0ed) fix(49200): skip duplicated method declarations ([#&#8203;50609](https://github.com/microsoft/TypeScript/issues/50609)) - [`98652a3`](https://github.com/microsoft/TypeScript/commit/98652a349a67be718e8e8b5fcf590972eb62a104) Bump version to 4.9.0-beta and LKG. - [`4d91204`](https://github.com/microsoft/TypeScript/commit/4d91204c9d9f27756785f62fade44d93824d47f4) fix(37030): Expand Selection in function and arrow function skips body block ([#&#8203;50711](https://github.com/microsoft/TypeScript/issues/50711)) - [`e2dd508`](https://github.com/microsoft/TypeScript/commit/e2dd5084f75ac37a78102d212b67d36595596137) DOM update 2022/09/21 ([#&#8203;50884](https://github.com/microsoft/TypeScript/issues/50884)) - [`1d9ab83`](https://github.com/microsoft/TypeScript/commit/1d9ab83914a551936ce5ef80340ee65cfd1422ba) fix(50866): emit modifiers from export declarations ([#&#8203;50874](https://github.com/microsoft/TypeScript/issues/50874)) - [`92a1b12`](https://github.com/microsoft/TypeScript/commit/92a1b124c178e1ff4871b29cb9abc00307e21742) LEGO: Merge pull request 50877 - [`e383db6`](https://github.com/microsoft/TypeScript/commit/e383db692eb44561333c1bbe353788b337aebc99) Fix debug.ts \__debugKind check ([#&#8203;50871](https://github.com/microsoft/TypeScript/issues/50871)) - [`01054e0`](https://github.com/microsoft/TypeScript/commit/01054e05ab7638e96515619c4ce62200fdf4e0fd) Consistently add undefined/missing to optional tuple element types ([#&#8203;50831](https://github.com/microsoft/TypeScript/issues/50831)) - [`d90795e`](https://github.com/microsoft/TypeScript/commit/d90795e799ca8e41aabd6d0852abb585138200ef) Improve escape sequence handling in private names ([#&#8203;50856](https://github.com/microsoft/TypeScript/issues/50856)) - [`938a69a`](https://github.com/microsoft/TypeScript/commit/938a69a526166ca4e7880fa140fba432936f0fe3) Fix import statement completions followed by interface declaration ([#&#8203;50350](https://github.com/microsoft/TypeScript/issues/50350)) - [`e002159`](https://github.com/microsoft/TypeScript/commit/e002159ad133a024bae48a2e190e54ad93f6b52d) feat(49962): Disallow comparison against NaN ([#&#8203;50626](https://github.com/microsoft/TypeScript/issues/50626)) - [`80ae43d`](https://github.com/microsoft/TypeScript/commit/80ae43d2399503a04651e3705823137d36148b00) Fixing spaces - [`abc58bd`](https://github.com/microsoft/TypeScript/commit/abc58bdabcf536bd5204fbc84fb7f45d75f1a9ad) Fixing baseline errors - [`305f4bd`](https://github.com/microsoft/TypeScript/commit/305f4bd420bf9edc0239fd3a740aa83fbdeb9ba2) Merge branch 'main' into fix/47969 - [`23746af`](https://github.com/microsoft/TypeScript/commit/23746af766b53fcc3afecfa16478809a5a36628a) fix(50591): RangeError: Maximum call stack size exceeded ([#&#8203;50594](https://github.com/microsoft/TypeScript/issues/50594)) - [`168186f`](https://github.com/microsoft/TypeScript/commit/168186f93d23ae59dbea3fea2adba453527343fd) Allow a union property of a private/protected member and an intersection property including that same member ([#&#8203;50328](https://github.com/microsoft/TypeScript/issues/50328)) - [`812ebcf`](https://github.com/microsoft/TypeScript/commit/812ebcf6e3aebfa72b976a6ae4d65929759a2867) Update package-lock.json - [`16156b1`](https://github.com/microsoft/TypeScript/commit/16156b1baf26a39ce428423f7106f3ef2b4e98bb) Add rules from eslint's recommended set that triggered good lints ([#&#8203;50422](https://github.com/microsoft/TypeScript/issues/50422)) - [`a11c416`](https://github.com/microsoft/TypeScript/commit/a11c41621bbbab100a391dd348651c6661549663) Improve checking of `in` operator ([#&#8203;50666](https://github.com/microsoft/TypeScript/issues/50666)) - [`67f2b62`](https://github.com/microsoft/TypeScript/commit/67f2b62ed2bd1de0299781ba659fa638346bcecf) Gabritto/jsemitfixsilly ([#&#8203;50849](https://github.com/microsoft/TypeScript/issues/50849)) - [`3014dec`](https://github.com/microsoft/TypeScript/commit/3014dec8878a9ff8d86186a6ac3fd9fad4f3b739) Don't elide imports when transforming JS files ([#&#8203;50404](https://github.com/microsoft/TypeScript/issues/50404)) - [`57c7aa7`](https://github.com/microsoft/TypeScript/commit/57c7aa755ca3028ff13eb6a37d91775a6fac71e3) LEGO: Merge pull request 50842 - [`48a8e89`](https://github.com/microsoft/TypeScript/commit/48a8e8953a1e609970dc85e08f99ac499bfe8356) Improve check of whether type query node possibly contains reference to type parameter ([#&#8203;50070](https://github.com/microsoft/TypeScript/issues/50070)) - [`af9ced1`](https://github.com/microsoft/TypeScript/commit/af9ced11f50c8ac15079d2f88f8961f1e5b62f7f) LEGO: Merge pull request 50825 - [`a8e13f7`](https://github.com/microsoft/TypeScript/commit/a8e13f7340c5229426072d443fa511bba82a0054) Fixed an issue with destructured bindings from a generic union constraint not being narrowed correctly ([#&#8203;50221](https://github.com/microsoft/TypeScript/issues/50221)) - [`08af0b6`](https://github.com/microsoft/TypeScript/commit/08af0b6bf0041fef52ca8c1b69d6d4a3db439196) Update package-lock.json - [`0df46e8`](https://github.com/microsoft/TypeScript/commit/0df46e873322b8eeb271a442eaf034d91ae68770) Fix test around RegExp match vs. exec results ([#&#8203;50813](https://github.com/microsoft/TypeScript/issues/50813)) - [`906510e`](https://github.com/microsoft/TypeScript/commit/906510e0f30590a4c8fdc892905ccb8dbe512e3d) Fixes for pr - [`2970c5d`](https://github.com/microsoft/TypeScript/commit/2970c5d1671b2376711cd55594c4597d6da7d8c3) make `RegExpExecArray` always include index 0 ([#&#8203;50713](https://github.com/microsoft/TypeScript/issues/50713)) - [`0507192`](https://github.com/microsoft/TypeScript/commit/05071920a03f8ea530fe01f79f2537c999ec8b02) Accepting baselines - [`29e50b3`](https://github.com/microsoft/TypeScript/commit/29e50b314900d22b08f6472918f59ae2b40aba08) Rewording documentation - [`01cae69`](https://github.com/microsoft/TypeScript/commit/01cae69e3403a831bc5c752b95c8b7547dd95821) fix(50796): omit questionToken in object literal method completions ([#&#8203;50802](https://github.com/microsoft/TypeScript/issues/50802)) - [`3b84f76`](https://github.com/microsoft/TypeScript/commit/3b84f76fb23bd39d14c7243e5cd495fd207916c0) Fix crash caused by incorrect bounds check (regression in 4.8) ([#&#8203;50797](https://github.com/microsoft/TypeScript/issues/50797)) - [`7e51306`](https://github.com/microsoft/TypeScript/commit/7e51306d30b72ce474054c3f3047f57d90dca41a) Update package-lock.json - [`8b35c13`](https://github.com/microsoft/TypeScript/commit/8b35c1300e14ebc026b4f1621db8f6f1bba30833) The error "Object is possibly null or undefined" is ambiguous. ([#&#8203;49797](https://github.com/microsoft/TypeScript/issues/49797)) - [`a3f51b3`](https://github.com/microsoft/TypeScript/commit/a3f51b3b8278b7dc5f59d83f35458338f57c81c7) Update user baselines +cc [@&#8203;sandersn](https://github.com/sandersn) ([#&#8203;43554](https://github.com/microsoft/TypeScript/issues/43554)) - [`ba10a0d`](https://github.com/microsoft/TypeScript/commit/ba10a0d7c06df259e620645a8d6fd9a5262d8b5d) Removing duplicated code - [`ec6ae1c`](https://github.com/microsoft/TypeScript/commit/ec6ae1c4d0f48f15cd01b1502d0b2e5ac387dcf5) Partially revert [#&#8203;41044](https://github.com/microsoft/TypeScript/issues/41044), restoring parameter destructurings in d.ts files ([#&#8203;50779](https://github.com/microsoft/TypeScript/issues/50779)) - [`28232ca`](https://github.com/microsoft/TypeScript/commit/28232ca4b8833957cdf8d592f085fb80d97ef604) LEGO: Merge pull request 50783 - [`49cfa1d`](https://github.com/microsoft/TypeScript/commit/49cfa1db17b593191601736a11cbf165d42510a0) Update package-lock.json - [`4110b80`](https://github.com/microsoft/TypeScript/commit/4110b80fbb24f2ac6dd284ef3511ca69ac6db517) Fix equality narrowing and comparable relation for intersections with {} ([#&#8203;50735](https://github.com/microsoft/TypeScript/issues/50735)) - [`b23f1d6`](https://github.com/microsoft/TypeScript/commit/b23f1d6b59beabde1072d14b7fb65781ce209c15) LEGO: Merge pull request 50771 - [`618fb2d`](https://github.com/microsoft/TypeScript/commit/618fb2d8b92357d564ddb8596296ecaba5468002) Update package-lock.json - [`08b91f6`](https://github.com/microsoft/TypeScript/commit/08b91f6b827e9ee98407c0eb969579ab77fa9f0c) fix(50717): tsc crashes when it sees a JSDoc tag inside an [@&#8203;override](https://github.com/override) annotation ([#&#8203;50724](https://github.com/microsoft/TypeScript/issues/50724)) - [`60963d7`](https://github.com/microsoft/TypeScript/commit/60963d7216266bca6ef3236f43913de703fe5c7a) Discriminant of type `never` should never be matched ([#&#8203;50755](https://github.com/microsoft/TypeScript/issues/50755)) - [`e37ea53`](https://github.com/microsoft/TypeScript/commit/e37ea53715a725dd13699dc1be5190c6ebd0d8f8) Update package-lock.json - [`a88c366`](https://github.com/microsoft/TypeScript/commit/a88c36655b575d3039f187e64016b971efc0f173) Fix test baselining for tsserver host timeouts ([#&#8203;50748](https://github.com/microsoft/TypeScript/issues/50748)) - [`6d38487`](https://github.com/microsoft/TypeScript/commit/6d384876e5adeffd6e04cf4e6dd7ea5fc0dd0584) Fix workflow typo ([#&#8203;50746](https://github.com/microsoft/TypeScript/issues/50746)) - [`6b890f9`](https://github.com/microsoft/TypeScript/commit/6b890f93c491d3496dfd7909592c1df8a771fcd0) Handle more places where package direcroy is converted to canonical file path ([#&#8203;50740](https://github.com/microsoft/TypeScript/issues/50740)) - [`f5f2923`](https://github.com/microsoft/TypeScript/commit/f5f2923c7d0f0963a78b9c5f233b635d4e78ae91) Revert removal of nonInferrableAnyType ([#&#8203;50691](https://github.com/microsoft/TypeScript/issues/50691)) - [`7120b52`](https://github.com/microsoft/TypeScript/commit/7120b520cfe7b92d2b4bbfd679f1f5bd0c559c2c) Update twoslash workflow ([#&#8203;50738](https://github.com/microsoft/TypeScript/issues/50738)) - [`68d526c`](https://github.com/microsoft/TypeScript/commit/68d526c200a0a5c51024586890b2473c9819c6ea) Don't run linter after tests runs ([#&#8203;50597](https://github.com/microsoft/TypeScript/issues/50597)) - [`8e5e2e0`](https://github.com/microsoft/TypeScript/commit/8e5e2e08ead119910d6eb177eab9beb84e3ab311) Fix backticks in our JSDoc comments ([#&#8203;50737](https://github.com/microsoft/TypeScript/issues/50737)) - [`a4cabe7`](https://github.com/microsoft/TypeScript/commit/a4cabe725b413f154f738b48c1fe2f053cff7d26) Support for auto-accessor fields from the Stage 3 Decorators proposal ([#&#8203;49705](https://github.com/microsoft/TypeScript/issues/49705)) - [`7737473`](https://github.com/microsoft/TypeScript/commit/77374732df82c9d5c1319677dc595868bbc648b5) Update package-lock.json - [`12ab0fe`](https://github.com/microsoft/TypeScript/commit/12ab0fea9f45c48ea644c8273bedde235c8bcc61) Update package-lock.json - [`eb40134`](https://github.com/microsoft/TypeScript/commit/eb40134373cc524bd15432e15490d4e369754c50) Don't leave space for property access on non-integer literals ([#&#8203;50703](https://github.com/microsoft/TypeScript/issues/50703)) - [`a70bb9d`](https://github.com/microsoft/TypeScript/commit/a70bb9d3ff102e044e83d2db43e585105e9a1761) Preserve special intersections in mapped types ([#&#8203;50704](https://github.com/microsoft/TypeScript/issues/50704)) - [`1a1c271`](https://github.com/microsoft/TypeScript/commit/1a1c27167536e005a4d241ef84c43c0c0ca0aaf9) Don't remove space before dot if in property access on numeric literal ([#&#8203;50695](https://github.com/microsoft/TypeScript/issues/50695)) - [`7c918fb`](https://github.com/microsoft/TypeScript/commit/7c918fb76682e79e8fd460cf1c2da9f2f22c91a3) Baseline host state when baselining tsserver tests ([#&#8203;50678](https://github.com/microsoft/TypeScript/issues/50678)) - [`2f1ba45`](https://github.com/microsoft/TypeScript/commit/2f1ba45cbaca5e95959f9fd43c42edd64bc5638c) Update LKG and devDep of typescript to v4.8.3 ([#&#8203;50689](https://github.com/microsoft/TypeScript/issues/50689)) - [`be4e9ba`](https://github.com/microsoft/TypeScript/commit/be4e9bac8ff66174d4e856dae06f69aa4ef7e479) Update package-lock.json - [`f46a680`](https://github.com/microsoft/TypeScript/commit/f46a680863d7ecf7b7aa46b5e056acfe702b78bb) Remove error message in node16 ([#&#8203;50673](https://github.com/microsoft/TypeScript/issues/50673)) - [`ab831d0`](https://github.com/microsoft/TypeScript/commit/ab831d018030304b886590fc4253f9dab593ddb0) Ignore `--help` and `-?` in `tsc init` generated `compilerOptions` ([#&#8203;50628](https://github.com/microsoft/TypeScript/issues/50628)) - [`bb6f36f`](https://github.com/microsoft/TypeScript/commit/bb6f36f7c80c290b98759823445dae73ebfd3eb2) Forward intersection state flag to conditional type target check ([#&#8203;50620](https://github.com/microsoft/TypeScript/issues/50620)) - [`b58721f`](https://github.com/microsoft/TypeScript/commit/b58721fe15a9d58aa9c2b53b6e6fdb7966f56d2c) Update package-lock.json - [`3c3820b`](https://github.com/microsoft/TypeScript/commit/3c3820b1a4033de90a6f9369b3e714ba58231e99) Simplify CI detection ([#&#8203;50661](https://github.com/microsoft/TypeScript/issues/50661)) - [`9ac1fce`](https://github.com/microsoft/TypeScript/commit/9ac1fce1175964f71117f6574d96eda127282bf4) Fix eslint not looking at certain scripts, fix lints ([#&#8203;50660](https://github.com/microsoft/TypeScript/issues/50660)) - [`fd05c0c`](https://github.com/microsoft/TypeScript/commit/fd05c0cc6da676c5b9183ad2a7ced7ce363b855a) Make useFsEvents as default strategy for the watching ([#&#8203;50366](https://github.com/microsoft/TypeScript/issues/50366)) - [`5c2f770`](https://github.com/microsoft/TypeScript/commit/5c2f770d9714276567e6ef9ec805368756539725) Remove unused cancellation from build ([#&#8203;50658](https://github.com/microsoft/TypeScript/issues/50658)) - [`66fbf05`](https://github.com/microsoft/TypeScript/commit/66fbf058ece7882f2a964aeeda81bc352e4a6329) Update package-lock.json - [`7910c50`](https://github.com/microsoft/TypeScript/commit/7910c509c4545517489d6264571bb6c05248fb4a) Update package-lock.json - [`fd3a84c`](https://github.com/microsoft/TypeScript/commit/fd3a84c3f0c80cb201c47399a055625f919a9b91) Report every instance of TS1208 ([#&#8203;50101](https://github.com/microsoft/TypeScript/issues/50101)) - [`62f980a`](https://github.com/microsoft/TypeScript/commit/62f980aff82ac8b5939bc9b65cf6e55d122b42d9) Check if its same buildinfo only for directly referenced projects and not recursively ([#&#8203;50617](https://github.com/microsoft/TypeScript/issues/50617)) \[ [#&#8203;50545](https://github.com/microsoft/TypeScript/issues/50545) ] - [`856c7c5`](https://github.com/microsoft/TypeScript/commit/856c7c5fdd25833dbb0e1e67071200cd706eae4f) Allow `{}` to narrow in same special cases as `unknown` ([#&#8203;50601](https://github.com/microsoft/TypeScript/issues/50601)) - [`854d448`](https://github.com/microsoft/TypeScript/commit/854d448e5ccf542a05d0b5dcb97e1b925905e258) `in` operator shouldn't narrow `{}` originating in `unknown` ([#&#8203;50610](https://github.com/microsoft/TypeScript/issues/50610)) - [`549e61d`](https://github.com/microsoft/TypeScript/commit/549e61d0af1ba885be29d69f341e7d3a00686071) Update package-lock.json - [`bcf9949`](https://github.com/microsoft/TypeScript/commit/bcf994996ea0ddd8ca7daadd6b5fbc712eb5ce6b) fix(50079): show deprecated on JSX attributes ([#&#8203;50084](https://github.com/microsoft/TypeScript/issues/50084)) - [`5df09a5`](https://github.com/microsoft/TypeScript/commit/5df09a514c99010d3126d8a9f11aa00ecbd0bd21) Use bidirectional comparability in narrowing ([#&#8203;50592](https://github.com/microsoft/TypeScript/issues/50592)) - [`891cdc5`](https://github.com/microsoft/TypeScript/commit/891cdc58aa4005d7197e76ec0a48afcbc3b44ac3) Remove unused baselines ([#&#8203;50593](https://github.com/microsoft/TypeScript/issues/50593)) - [`6db2c88`](https://github.com/microsoft/TypeScript/commit/6db2c882f389c95c526df0e890354205b5696a7d) {} & null and {} & undefined should always be never ([#&#8203;50553](https://github.com/microsoft/TypeScript/issues/50553)) - [`238c341`](https://github.com/microsoft/TypeScript/commit/238c341701439a95d5eb71a4cf421c0574d0ee47) Defer distributing index over generic object types ([#&#8203;50540](https://github.com/microsoft/TypeScript/issues/50540)) - [`2983092`](https://github.com/microsoft/TypeScript/commit/298309271bc526b9753c10c1c916bfe9d5c89a8b) Do not canonicalize the file names when getting absolute paths during nodenext resolution ([#&#8203;50557](https://github.com/microsoft/TypeScript/issues/50557)) \[ [#&#8203;50544](https://github.com/microsoft/TypeScript/issues/50544) ] - [`dcade77`](https://github.com/microsoft/TypeScript/commit/dcade7732c142abba88eecae78c115fa37b95e01) Update package-lock.json - [`a9797d2`](https://github.com/microsoft/TypeScript/commit/a9797d218d34fefc61b823d0e1dd24f6eb5363c8) fix(50340): typeof ... === "undefined" check on discriminated union of undefined and object type doesn't narrow correctly ([#&#8203;50344](https://github.com/microsoft/TypeScript/issues/50344)) - [`43f8ae6`](https://github.com/microsoft/TypeScript/commit/43f8ae6df4ffefb7e4795808b94bcfbf74628682) Only normalize intersections that include {} ([#&#8203;50535](https://github.com/microsoft/TypeScript/issues/50535)) - [`d293e72`](https://github.com/microsoft/TypeScript/commit/d293e723a20cdba258238397097e9a4e409bc41f) Rename API to importPlugin ([#&#8203;50554](https://github.com/microsoft/TypeScript/issues/50554)) - [`cd312d3`](https://github.com/microsoft/TypeScript/commit/cd312d3076c054cdf9ed6f33c2d3e3995bca92eb) Managing control flow - [`19defbf`](https://github.com/microsoft/TypeScript/commit/19defbfe576f3f2da32b5372274e4664b66ec00d) Update package-lock.json - [`f071d30`](https://github.com/microsoft/TypeScript/commit/f071d303c182c2a776da1471a3ec9ef05297a9d8) Move contributing related info out of README to CONTRIBUTING ([#&#8203;50543](https://github.com/microsoft/TypeScript/issues/50543)) - [`488d0ee`](https://github.com/microsoft/TypeScript/commit/488d0eebd0556fcc6e5f4cfc69c2ef7e5c2708ed) Retain name and propertyName in declaration emit copies of binding patterns if property name is a keyword ([#&#8203;50537](https://github.com/microsoft/TypeScript/issues/50537)) - [`8b482b5`](https://github.com/microsoft/TypeScript/commit/8b482b513d87c6fcda8ece18b99f8a01cff5c605) Update package-lock.json - [`c89f355`](https://github.com/microsoft/TypeScript/commit/c89f355a41b18c96eccb67dade04fce8c330068b) Remove redundant pretest script ([#&#8203;50518](https://github.com/microsoft/TypeScript/issues/50518)) - [`6d170b4`](https://github.com/microsoft/TypeScript/commit/6d170b490d5ff5f881f6cbf8cd749e0103ee5d1f) Handle intersections in isGenericTypeWithoutNullableConstraint ([#&#8203;50497](https://github.com/microsoft/TypeScript/issues/50497)) - [`ed6889c`](https://github.com/microsoft/TypeScript/commit/ed6889cd5b61b9fa5156018362d867def18e281d) LEGO: Merge pull request 50506 - [`29cbfe9`](https://github.com/microsoft/TypeScript/commit/29cbfe9a2504cfae30bae938bdb2be6081ccc5c8) LEGO: Merge pull request 50493 - [`6faa291`](https://github.com/microsoft/TypeScript/commit/6faa291b453987192d996517b4376b14980b25c4) LEGO: Merge pull request 50484 - [`71b2ba6`](https://github.com/microsoft/TypeScript/commit/71b2ba6111e934f2b4ee112bc4d8d2f47ced22f5) Reuse computed type of condition expressions ([#&#8203;49881](https://github.com/microsoft/TypeScript/issues/49881)) - [`8778c1d`](https://github.com/microsoft/TypeScript/commit/8778c1ded3a1955dce1063d72caf4523bec37c90) Update package-lock.json - [`4579245`](https://github.com/microsoft/TypeScript/commit/4579245f36d9c3deccb097da9d5545f9c5c1ab26) fix(50427): allow convert function expressions ([#&#8203;50430](https://github.com/microsoft/TypeScript/issues/50430)) - [`cbc0b17`](https://github.com/microsoft/TypeScript/commit/cbc0b17eac1fcb011a66f0544c813968cdf065c4) Push package-lock.json updates via typescript-bot token ([#&#8203;50476](https://github.com/microsoft/TypeScript/issues/50476)) - [`bb3a7ae`](https://github.com/microsoft/TypeScript/commit/bb3a7aec11a20afb30c5098a75e001d1a4eb08f9) fix(50415): Language server debug failure - Did not expect GetAccessor to have an Identifier in its trivia ([#&#8203;50470](https://github.com/microsoft/TypeScript/issues/50470)) - [`3557092`](https://github.com/microsoft/TypeScript/commit/3557092b1474bc3405a29da93bd15c108ab2f8b3) Rephrase error message to be 100% technically correct ([#&#8203;50471](https://github.com/microsoft/TypeScript/issues/50471)) - [`71d1911`](https://github.com/microsoft/TypeScript/commit/71d19115031ae1c48fa34a24636dfae5e87e1b08) add unknown to DateTimeFormatTypes ([#&#8203;50402](https://github.com/microsoft/TypeScript/issues/50402)) - [`8f89599`](https://github.com/microsoft/TypeScript/commit/8f895997d2cb79deb937d50fa1bed1c470528025) Don't include .gitattributes in package ([#&#8203;50475](https://github.com/microsoft/TypeScript/issues/50475)) - [`6e8337e`](https://github.com/microsoft/TypeScript/commit/6e8337ef70e4a36a4df76a3362a41cbcac0dcb84) Optimize substitution types ([#&#8203;50397](https://github.com/microsoft/TypeScript/issues/50397)) - [`226dd0b`](https://github.com/microsoft/TypeScript/commit/226dd0b7bf5cb5e5bb4dc34ab0e8e14f408f3e20) Fix typechecking related lints that changed post 4.8, update LKG to 4.8.2 ([#&#8203;50472](https://github.com/microsoft/TypeScript/issues/50472)) - [`164dddc`](https://github.com/microsoft/TypeScript/commit/164dddc48e1eaa83780b8e72bc7afeebe768437b) feat(7481): Operator to ensure an expression is contextually typed by, and satisfies, some type ([#&#8203;46827](https://github.com/microsoft/TypeScript/issues/46827)) - [`0715791`](https://github.com/microsoft/TypeScript/commit/07157914eb26a6e9abdcda7255c4094c9efff4cd) Update package-lock.json - [`e675ea8`](https://github.com/microsoft/TypeScript/commit/e675ea8dd83aaed018a67534323305c36d373b40) Remove AUTHORS.md, .mailmap, authors.ts script ([#&#8203;50410](https://github.com/microsoft/TypeScript/issues/50410)) - [`38076df`](https://github.com/microsoft/TypeScript/commit/38076df3465af555051db06006bbf30323af0e2d) Fix auto import crash due to difference in `paths` handling ([#&#8203;50419](https://github.com/microsoft/TypeScript/issues/50419)) - [`12eb519`](https://github.com/microsoft/TypeScript/commit/12eb519b3f81d0999bbc4ce9a845744f4dfc215e) fix(50435): Duplicate seeming Code Actions for convert const to let ([#&#8203;50442](https://github.com/microsoft/TypeScript/issues/50442)) - [`a08b045`](https://github.com/microsoft/TypeScript/commit/a08b045d2b22c87a6341a0c1d1318271d14acc86) Jsdoc property description ([#&#8203;50269](https://github.com/microsoft/TypeScript/issues/50269)) \[ [#&#8203;47933](https://github.com/microsoft/TypeScript/issues/47933) ] - [`5ba22e0`](https://github.com/microsoft/TypeScript/commit/5ba22e05a96538498a78ab206e1b9892f420e7a1) Remove top level loc folder ([#&#8203;50421](https://github.com/microsoft/TypeScript/issues/50421)) - [`c4eb37c`](https://github.com/microsoft/TypeScript/commit/c4eb37c8a0d5915d64e3992a91a34724aab19fe6) Update package-lock.json - [`8d7ad8c`](https://github.com/microsoft/TypeScript/commit/8d7ad8c3aee4130e2b8cc6438e03e12a39cd398a) fix(50375): Errors for missing enum-named properties should attempt to preserve names ([#&#8203;50382](https://github.com/microsoft/TypeScript/issues/50382)) - [`fb717df`](https://github.com/microsoft/TypeScript/commit/fb717df6bf85318c3d1e833a1dde6789d394cdb2) Discard union types before considering weak type checks on unit-like types ([#&#8203;50423](https://github.com/microsoft/TypeScript/issues/50423)) - [`b9a5bbc`](https://github.com/microsoft/TypeScript/commit/b9a5bbc9afe9fa231aba5162c258bf1e2fa1e82e) Syntax operations also need to ensure project is present for the open script infos since update could be pending to make sure open script info has project ([#&#8203;50418](https://github.com/microsoft/TypeScript/issues/50418)) \[ [#&#8203;50131](https://github.com/microsoft/TypeScript/issues/50131) ] - [`1d4fbbb`](https://github.com/microsoft/TypeScript/commit/1d4fbbb529d183b1e6988447e6744cfa7750b9f6) Update package-lock.json - [`44ce3cf`](https://github.com/microsoft/TypeScript/commit/44ce3cff70cb79d1a45b48def04413db5303a151) fix(50224): Intellisense for strings within a type's Union doesn't work properly for JSX ([#&#8203;50231](https://github.com/microsoft/TypeScript/issues/50231)) - [`6ee5db9`](https://github.com/microsoft/TypeScript/commit/6ee5db95c2ad4fee74ad02368afa1d2cc693407e) Use package.json files array instead of .npmignore ([#&#8203;50408](https://github.com/microsoft/TypeScript/issues/50408)) This list of changes was [auto generated](https://typescript.visualstudio.com/cf7ac146-d525-443c-b23c-0d58337efebc/\_release?releaseId=116&\_a=release-summary).</details> ### [`v4.8.4`](https://github.com/microsoft/TypeScript/releases/tag/v4.8.4): TypeScript 4.8.4 [Compare Source](https://github.com/microsoft/TypeScript/compare/v4.8.3...v4.8.4) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-4-8/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript 4.8.0 (Beta)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.8.0%22+). - [fixed issues query for Typescript 4.8.1 (RC)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.8.1%22+). - [fixed issues query for Typescript 4.8.2 (Stable)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.8.2%22+). - [fixed issues query for Typescript 4.8.3 (Stable)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.8.3%22+). - [fixed issues query for Typescript 4.8.4 (Stable)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.8.4%22+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [Visual Studio 2022/2019](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-484) ([Select new version in project options](https://github.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017)) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild) ### [`v4.8.3`](https://github.com/microsoft/TypeScript/releases/tag/v4.8.3): TypeScript 4.8.3 [Compare Source](https://github.com/microsoft/TypeScript/compare/v4.8.2...v4.8.3) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-4-8/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript 4.8.0 (Beta)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.8.0%22+). - [fixed issues query for Typescript 4.8.1 (RC)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.8.1%22+). - [fixed issues query for Typescript 4.8.2 (Stable)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.8.2%22+). - [fixed issues query for Typescript 4.8.3 (Stable)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.8.3%22+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [Visual Studio 2022/2019](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-483) ([Select new version in project options](https://github.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017)) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild) ### [`v4.8.2`](https://github.com/microsoft/TypeScript/releases/tag/v4.8.2): TypeScript 4.8 [Compare Source](https://github.com/microsoft/TypeScript/compare/v4.7.4...v4.8.2) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-4-8/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript 4.8.0 (Beta)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.8.0%22+). - [fixed issues query for Typescript 4.8.1 (RC)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.8.1%22+). - [fixed issues query for Typescript 4.8.1 (Stable)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.8.2%22+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [Visual Studio 2022/2019](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-48) ([Select new version in project options](https://github.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017)) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild) ### [`v4.7.4`](https://github.com/microsoft/TypeScript/releases/tag/v4.7.4): TypeScript 4.7.4 [Compare Source](https://github.com/microsoft/TypeScript/compare/v4.7.3...v4.7.4) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript 4.7.0 (Beta)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.7.0%22+). - [fixed issues query for Typescript 4.7.1 (RC)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.7.1%22+). - [fixed issues query for Typescript 4.7.2 (Stable)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.7.2%22+). - [fixed issues query for Typescript 4.7.3 (Stable)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.7.3%22+). - [fixed issues query for Typescript 4.7.4 (Stable)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.7.4%22+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [Visual Studio 2022/2019](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-474) ([Select new version in project options](https://github.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017)) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild) ### [`v4.7.3`](https://github.com/microsoft/TypeScript/releases/tag/v4.7.3): TypeScript 4.7.3 [Compare Source](https://github.com/microsoft/TypeScript/compare/v4.7.2...v4.7.3) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript 4.7.0 (Beta)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.7.0%22+). - [fixed issues query for Typescript 4.7.1 (RC)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.7.1%22+). - [fixed issues query for Typescript 4.7.2 (Stable)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.7.2%22+). - [fixed issues query for Typescript 4.7.3 (Stable)](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.7.3%22+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [Visual Studio 2022/2019](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-473) ([Select new version in project options](https://github.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017)) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzMi4yNDEuMTEiLCJ1cGRhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
kjuulh force-pushed renovate/all from 43ec537e2c to a140bb7b6b 2022-10-26 19:36:54 +02:00 Compare
kjuulh force-pushed renovate/all from a140bb7b6b to 8e99ce1851 2022-10-27 07:59:25 +02:00 Compare
kjuulh force-pushed renovate/all from 8e99ce1851 to 114e1d2e84 2022-10-27 13:50:52 +02:00 Compare
kjuulh force-pushed renovate/all from 114e1d2e84 to 5370077d77 2022-10-27 18:06:54 +02:00 Compare
kjuulh force-pushed renovate/all from 5370077d77 to b768ed61fe 2022-10-27 22:50:15 +02:00 Compare
kjuulh force-pushed renovate/all from b768ed61fe to b32cf9f494 2022-10-31 18:58:56 +01:00 Compare
kjuulh force-pushed renovate/all from b32cf9f494 to d6ed2b6515 2022-11-01 19:22:01 +01:00 Compare
kjuulh force-pushed renovate/all from d6ed2b6515 to 4a3b618edf 2022-11-02 21:06:59 +01:00 Compare
kjuulh force-pushed renovate/all from 4a3b618edf to 13e97640af 2022-11-04 20:24:13 +01:00 Compare
kjuulh force-pushed renovate/all from 13e97640af to a513d3a4e5 2022-11-04 22:04:35 +01:00 Compare
kjuulh force-pushed renovate/all from a513d3a4e5 to 4295915a49 2022-11-10 09:39:32 +01:00 Compare
kjuulh force-pushed renovate/all from 4295915a49 to 5d8746b6ed 2022-11-11 09:32:58 +01:00 Compare
kjuulh force-pushed renovate/all from 5d8746b6ed to 030a928b8c 2022-11-12 13:03:42 +01:00 Compare
kjuulh changed title from chore(deps): pin dependencies to chore(deps): update all dependencies 2022-11-13 01:28:00 +01:00
kjuulh force-pushed renovate/all from 030a928b8c to f25c46962d 2022-11-14 20:27:22 +01:00 Compare
kjuulh force-pushed renovate/all from f25c46962d to 95134e7eb9 2022-11-15 20:10:14 +01:00 Compare
kjuulh force-pushed renovate/all from 95134e7eb9 to 1eccd1ff63 2022-12-01 20:14:38 +01:00 Compare
kjuulh force-pushed renovate/all from 1eccd1ff63 to d5d42c1615 2022-12-02 15:45:57 +01:00 Compare
kjuulh force-pushed renovate/all from d5d42c1615 to 22f6c2a3da 2022-12-05 21:19:25 +01:00 Compare
kjuulh force-pushed renovate/all from 22f6c2a3da to 5aea61db07 2022-12-08 23:40:21 +01:00 Compare
kjuulh force-pushed renovate/all from 5aea61db07 to b2e22eb683 2022-12-10 20:25:58 +01:00 Compare
kjuulh force-pushed renovate/all from b2e22eb683 to f4be3326f3 2022-12-13 15:44:56 +01:00 Compare
kjuulh force-pushed renovate/all from f4be3326f3 to 9402150432 2022-12-13 22:35:21 +01:00 Compare
kjuulh force-pushed renovate/all from 9402150432 to 5c195524d2 2022-12-18 12:03:44 +01:00 Compare
kjuulh force-pushed renovate/all from 5c195524d2 to c186f511d5 2022-12-23 16:56:12 +01:00 Compare
kjuulh force-pushed renovate/all from c186f511d5 to 34ca1e1ac3 2022-12-26 18:47:39 +01:00 Compare
kjuulh force-pushed renovate/all from 34ca1e1ac3 to a547d561dc 2023-01-18 20:16:24 +01:00 Compare
kjuulh force-pushed renovate/all from a547d561dc to ecfecab597 2023-01-31 08:40:38 +01:00 Compare
kjuulh force-pushed renovate/all from ecfecab597 to efb5e5d00c 2023-02-05 00:07:24 +01:00 Compare
kjuulh force-pushed renovate/all from efb5e5d00c to 757c71d4ca 2023-02-05 12:07:52 +01:00 Compare
kjuulh force-pushed renovate/all from 757c71d4ca to 7107502cef 2023-02-07 10:00:43 +01:00 Compare
kjuulh force-pushed renovate/all from 7107502cef to ae3d5aaf56 2023-02-11 12:57:04 +01:00 Compare
kjuulh force-pushed renovate/all from ae3d5aaf56 to 1ab02f61a0 2023-02-15 01:41:47 +01:00 Compare
kjuulh force-pushed renovate/all from 1ab02f61a0 to 432ea93955 2023-02-17 21:52:51 +01:00 Compare
kjuulh force-pushed renovate/all from 432ea93955 to 6e8c346f34 2023-02-21 22:20:09 +01:00 Compare
kjuulh force-pushed renovate/all from 6e8c346f34 to 7de67b4c77 2023-02-23 20:34:14 +01:00 Compare
kjuulh force-pushed renovate/all from 7de67b4c77 to d028df1ab2 2023-02-26 21:00:02 +01:00 Compare
kjuulh force-pushed renovate/all from d028df1ab2 to 943086785c 2023-03-02 08:06:48 +01:00 Compare
kjuulh force-pushed renovate/all from 943086785c to b759e35a8b 2023-03-02 09:40:45 +01:00 Compare
kjuulh force-pushed renovate/all from b759e35a8b to eb473f5be3 2023-03-03 14:13:15 +01:00 Compare
kjuulh force-pushed renovate/all from eb473f5be3 to a4f91486a5 2023-03-03 22:21:22 +01:00 Compare
kjuulh force-pushed renovate/all from a4f91486a5 to 9896508c97 2023-03-09 21:13:52 +01:00 Compare
kjuulh force-pushed renovate/all from 9896508c97 to 812275a91a 2023-03-13 18:05:36 +01:00 Compare
kjuulh force-pushed renovate/all from 812275a91a to 1bc1d7a87a 2023-03-13 19:17:10 +01:00 Compare
kjuulh force-pushed renovate/all from 1bc1d7a87a to 1b5cd3b9b4 2023-03-14 18:14:47 +01:00 Compare
kjuulh force-pushed renovate/all from 1b5cd3b9b4 to 641b967323 2023-03-16 21:46:59 +01:00 Compare
kjuulh force-pushed renovate/all from 641b967323 to a287493ccf 2023-03-20 22:13:25 +01:00 Compare
kjuulh force-pushed renovate/all from a287493ccf to 3341a617ca 2023-03-20 22:40:35 +01:00 Compare
kjuulh force-pushed renovate/all from 3341a617ca to bd43f60de1 2023-03-23 22:40:55 +01:00 Compare
kjuulh force-pushed renovate/all from bd43f60de1 to 2326d3cabf 2023-03-24 23:03:42 +01:00 Compare
kjuulh force-pushed renovate/all from 2326d3cabf to b3991fc4eb 2023-03-25 00:39:35 +01:00 Compare
kjuulh force-pushed renovate/all from b3991fc4eb to 8d6e3b53cf 2023-03-25 11:20:28 +01:00 Compare
kjuulh force-pushed renovate/all from 8d6e3b53cf to 7434484491 2023-03-25 23:55:19 +01:00 Compare
kjuulh force-pushed renovate/all from 7434484491 to 3221147373 2023-03-28 23:59:52 +02:00 Compare
kjuulh force-pushed renovate/all from 3221147373 to 8302ad40c0 2023-03-30 23:03:07 +02:00 Compare
kjuulh force-pushed renovate/all from 8302ad40c0 to 6deddaa82e 2023-04-07 20:18:21 +02:00 Compare
kjuulh force-pushed renovate/all from 6deddaa82e to bc7eed0e6d 2023-04-20 01:13:59 +02:00 Compare
kjuulh force-pushed renovate/all from bc7eed0e6d to fd6d9242a1 2023-04-20 23:24:17 +02:00 Compare
kjuulh force-pushed renovate/all from fd6d9242a1 to 5cf3302faf 2023-04-21 07:47:53 +02:00 Compare
kjuulh force-pushed renovate/all from 5cf3302faf to f8fe4d0e7c 2023-04-23 11:22:09 +02:00 Compare
kjuulh force-pushed renovate/all from f8fe4d0e7c to 05820105a8 2023-04-26 21:51:15 +02:00 Compare
kjuulh force-pushed renovate/all from 05820105a8 to ca16e66346 2023-04-27 23:49:26 +02:00 Compare
kjuulh force-pushed renovate/all from ca16e66346 to 1bf0994069 2023-04-29 12:13:32 +02:00 Compare
kjuulh force-pushed renovate/all from 1bf0994069 to 3d30de01a8 2023-04-29 20:53:15 +02:00 Compare
kjuulh force-pushed renovate/all from 3d30de01a8 to 0e318b7995 2023-05-05 09:57:06 +02:00 Compare
kjuulh force-pushed renovate/all from 0e318b7995 to c8a5582eca 2023-05-05 23:58:58 +02:00 Compare
kjuulh force-pushed renovate/all from c8a5582eca to 302dcd2970 2023-05-08 22:54:46 +02:00 Compare
kjuulh force-pushed renovate/all from 302dcd2970 to 22a6ddc3c8 2023-05-08 23:41:20 +02:00 Compare
kjuulh force-pushed renovate/all from 22a6ddc3c8 to 0655955335 2023-05-10 12:10:27 +02:00 Compare
kjuulh force-pushed renovate/all from 0655955335 to d9e05d869e 2023-05-11 22:41:32 +02:00 Compare
kjuulh force-pushed renovate/all from d9e05d869e to c7ae2c62a2 2023-05-13 16:56:09 +02:00 Compare
kjuulh force-pushed renovate/all from c7ae2c62a2 to e224e9791e 2023-05-16 03:09:39 +02:00 Compare
kjuulh force-pushed renovate/all from e224e9791e to 72ff93fe73 2023-05-16 21:20:48 +02:00 Compare
kjuulh force-pushed renovate/all from 72ff93fe73 to e16492a2c2 2023-05-16 22:28:08 +02:00 Compare
kjuulh force-pushed renovate/all from e16492a2c2 to 7a20fc3cca 2023-05-18 15:49:25 +02:00 Compare
kjuulh force-pushed renovate/all from 7a20fc3cca to b7200d0fb4 2023-05-21 23:27:42 +02:00 Compare
kjuulh force-pushed renovate/all from b7200d0fb4 to 460906b006 2023-05-25 23:11:51 +02:00 Compare
kjuulh force-pushed renovate/all from 460906b006 to 42a91da88c 2023-05-26 22:56:44 +02:00 Compare
kjuulh force-pushed renovate/all from 42a91da88c to c7c8e342f6 2023-06-07 23:49:06 +02:00 Compare
kjuulh force-pushed renovate/all from c7c8e342f6 to f795e78c4e 2023-06-10 04:28:02 +02:00 Compare
kjuulh force-pushed renovate/all from f795e78c4e to cea777a391 2023-06-13 04:52:39 +02:00 Compare
kjuulh force-pushed renovate/all from cea777a391 to bddcd09442 2023-06-18 23:03:48 +02:00 Compare
kjuulh force-pushed renovate/all from bddcd09442 to 4155ad0fe5 2023-06-28 00:58:04 +02:00 Compare
kjuulh force-pushed renovate/all from 4155ad0fe5 to 266f754d32 2023-06-29 01:40:33 +02:00 Compare
kjuulh force-pushed renovate/all from 266f754d32 to b1cfa47066 2023-07-01 01:23:38 +02:00 Compare
kjuulh force-pushed renovate/all from b1cfa47066 to 23244255a8 2023-07-23 12:35:53 +02:00 Compare
kjuulh force-pushed renovate/all from 23244255a8 to db4169fa97 2023-07-25 21:19:44 +02:00 Compare
kjuulh force-pushed renovate/all from db4169fa97 to 7406e84cb6 2023-08-04 02:48:55 +02:00 Compare
kjuulh force-pushed renovate/all from 7406e84cb6 to f61d153faa 2023-08-05 13:10:36 +02:00 Compare
kjuulh force-pushed renovate/all from f61d153faa to 6b5f4f4a29 2023-08-08 22:49:15 +02:00 Compare
kjuulh force-pushed renovate/all from 6b5f4f4a29 to 6aa61b793a 2023-08-11 21:50:29 +02:00 Compare
kjuulh force-pushed renovate/all from 6aa61b793a to 1d1c007a68 2023-08-18 19:45:13 +02:00 Compare
kjuulh force-pushed renovate/all from 1d1c007a68 to 336a3aab2d 2023-08-22 11:16:55 +02:00 Compare
kjuulh force-pushed renovate/all from 336a3aab2d to 7c5ca8910d 2023-08-22 20:55:35 +02:00 Compare
kjuulh force-pushed renovate/all from 7c5ca8910d to 894d76c75d 2023-08-23 23:30:28 +02:00 Compare
kjuulh force-pushed renovate/all from 894d76c75d to 5b3a0f6c8e 2023-08-24 19:06:09 +02:00 Compare
kjuulh force-pushed renovate/all from 5b3a0f6c8e to 30c0b8c6a4 2023-08-24 23:53:45 +02:00 Compare
kjuulh force-pushed renovate/all from 30c0b8c6a4 to b1e9094301 2023-08-25 00:23:41 +02:00 Compare
kjuulh force-pushed renovate/all from b1e9094301 to 6c7bcecb15 2023-08-28 03:14:20 +02:00 Compare
kjuulh force-pushed renovate/all from 6c7bcecb15 to 85b17dbe81 2023-09-01 22:48:54 +02:00 Compare
kjuulh force-pushed renovate/all from 85b17dbe81 to e872249e46 2023-09-02 22:36:02 +02:00 Compare
kjuulh force-pushed renovate/all from e872249e46 to 90ca50b0a8 2023-09-08 23:52:40 +02:00 Compare
kjuulh force-pushed renovate/all from 90ca50b0a8 to 973f39331e 2023-09-15 10:35:27 +02:00 Compare
kjuulh force-pushed renovate/all from 973f39331e to 68d4fc4ea1 2023-09-16 08:57:13 +02:00 Compare
kjuulh force-pushed renovate/all from 68d4fc4ea1 to 6165de7b40 2023-09-20 05:25:59 +02:00 Compare
kjuulh force-pushed renovate/all from 6165de7b40 to d207420b93 2023-09-23 23:25:13 +02:00 Compare
kjuulh force-pushed renovate/all from d207420b93 to 59fc040512 2023-09-25 22:37:15 +02:00 Compare
kjuulh force-pushed renovate/all from 59fc040512 to d365cdac40 2023-09-29 17:53:54 +02:00 Compare
kjuulh force-pushed renovate/all from d365cdac40 to 6084d8d861 2023-10-02 22:37:51 +02:00 Compare
kjuulh force-pushed renovate/all from 6084d8d861 to 6ab0cb60a0 2023-10-02 23:32:51 +02:00 Compare
kjuulh force-pushed renovate/all from 6ab0cb60a0 to e0ab11aa3a 2023-10-07 01:32:35 +02:00 Compare
kjuulh force-pushed renovate/all from e0ab11aa3a to ce43274643 2023-10-12 22:58:45 +02:00 Compare
kjuulh force-pushed renovate/all from ce43274643 to 7b115b42e0 2023-10-18 11:54:24 +02:00 Compare
kjuulh force-pushed renovate/all from 7b115b42e0 to f454639b3d 2023-10-20 02:05:48 +02:00 Compare
kjuulh force-pushed renovate/all from f454639b3d to 6f3531eb3e 2023-10-24 02:06:44 +02:00 Compare
kjuulh force-pushed renovate/all from 6f3531eb3e to 61849ea493 2023-10-24 03:48:41 +02:00 Compare
kjuulh force-pushed renovate/all from 61849ea493 to da7c5d5e94 2023-10-25 20:19:09 +02:00 Compare
kjuulh force-pushed renovate/all from da7c5d5e94 to 5136efcc78 2023-10-31 10:21:50 +01:00 Compare
kjuulh force-pushed renovate/all from 5136efcc78 to 42c866d36a 2023-11-07 21:34:57 +01:00 Compare
kjuulh force-pushed renovate/all from 42c866d36a to 91352e99ff 2023-11-16 22:24:20 +01:00 Compare
kjuulh force-pushed renovate/all from 91352e99ff to dd771bf976 2023-11-18 21:36:43 +01:00 Compare
kjuulh force-pushed renovate/all from dd771bf976 to fef6fd2448 2023-11-20 19:09:27 +01:00 Compare
kjuulh force-pushed renovate/all from fef6fd2448 to c80b1d1399 2023-11-21 02:48:47 +01:00 Compare
kjuulh force-pushed renovate/all from c80b1d1399 to 4ec10cd930 2023-11-22 02:28:22 +01:00 Compare
kjuulh force-pushed renovate/all from 4ec10cd930 to 71bd46cc85 2023-11-23 23:14:07 +01:00 Compare
kjuulh force-pushed renovate/all from 71bd46cc85 to ef1f5d9409 2023-11-24 10:29:20 +01:00 Compare
kjuulh force-pushed renovate/all from ef1f5d9409 to 3b0ec0baf1 2023-11-29 21:05:42 +01:00 Compare
kjuulh force-pushed renovate/all from 3b0ec0baf1 to e9f659919b 2023-12-01 21:41:48 +01:00 Compare
kjuulh force-pushed renovate/all from e9f659919b to 0d2b7608bf 2023-12-03 19:31:56 +01:00 Compare
kjuulh force-pushed renovate/all from 0d2b7608bf to e24f6b5e00 2023-12-06 20:26:02 +01:00 Compare
kjuulh force-pushed renovate/all from e24f6b5e00 to 80f78e2971 2023-12-07 08:36:16 +01:00 Compare
kjuulh force-pushed renovate/all from 80f78e2971 to 3025686c4f 2023-12-17 23:10:05 +01:00 Compare
kjuulh force-pushed renovate/all from 3025686c4f to 7c3f38f073 2023-12-30 01:35:43 +01:00 Compare
kjuulh force-pushed renovate/all from 7c3f38f073 to a882ba280a 2024-01-07 16:50:26 +01:00 Compare
kjuulh force-pushed renovate/all from a882ba280a to f03a64ece0 2024-01-09 17:16:59 +01:00 Compare
kjuulh force-pushed renovate/all from f03a64ece0 to 49f029f0d5 2024-01-11 06:54:03 +01:00 Compare
kjuulh force-pushed renovate/all from 49f029f0d5 to 5d869efdd8 2024-01-15 05:37:21 +01:00 Compare
kjuulh force-pushed renovate/all from 5d869efdd8 to ad512ce041 2024-01-15 13:01:25 +01:00 Compare
kjuulh force-pushed renovate/all from ad512ce041 to b7ba621666 2024-01-15 22:58:08 +01:00 Compare
kjuulh force-pushed renovate/all from b7ba621666 to 3cf27063c9 2024-01-16 10:33:15 +01:00 Compare
kjuulh force-pushed renovate/all from 3cf27063c9 to 052413dde9 2024-01-17 07:55:30 +01:00 Compare
kjuulh force-pushed renovate/all from 052413dde9 to 049ecc1d68 2024-01-24 07:24:23 +01:00 Compare
kjuulh force-pushed renovate/all from 049ecc1d68 to 045907edb0 2024-01-26 06:05:08 +01:00 Compare
kjuulh force-pushed renovate/all from 045907edb0 to 01b06cb40d 2024-01-27 17:28:18 +01:00 Compare
kjuulh force-pushed renovate/all from 01b06cb40d to 3641e63edc 2024-01-28 11:39:41 +01:00 Compare
kjuulh force-pushed renovate/all from 3641e63edc to c676fbd466 2024-01-28 21:05:55 +01:00 Compare
kjuulh force-pushed renovate/all from c676fbd466 to a5f763e466 2024-01-30 20:29:07 +01:00 Compare
kjuulh force-pushed renovate/all from a5f763e466 to ba38cecb63 2024-01-30 23:28:09 +01:00 Compare
kjuulh force-pushed renovate/all from ba38cecb63 to 6c509ad74a 2024-01-31 00:31:41 +01:00 Compare
kjuulh force-pushed renovate/all from 6c509ad74a to 2f1a6153ac 2024-01-31 20:39:04 +01:00 Compare
kjuulh force-pushed renovate/all from 2f1a6153ac to 7679264b95 2024-02-01 10:38:11 +01:00 Compare
kjuulh force-pushed renovate/all from 7679264b95 to 7b38f72e0d 2024-02-01 18:54:21 +01:00 Compare
kjuulh force-pushed renovate/all from 7b38f72e0d to 727d1f870c 2024-02-08 22:29:45 +01:00 Compare
kjuulh force-pushed renovate/all from 727d1f870c to 2042fd24ec 2024-02-10 11:44:51 +01:00 Compare
kjuulh force-pushed renovate/all from 2042fd24ec to 491a2c3cf4 2024-02-15 11:45:15 +01:00 Compare
kjuulh force-pushed renovate/all from 491a2c3cf4 to 2bd180d602 2024-02-15 17:52:15 +01:00 Compare
kjuulh force-pushed renovate/all from 2bd180d602 to 7bfd4cd5a7 2024-02-16 20:22:05 +01:00 Compare
kjuulh force-pushed renovate/all from 7bfd4cd5a7 to 2e3b9de359 2024-02-22 19:44:41 +01:00 Compare
kjuulh force-pushed renovate/all from 2e3b9de359 to 691962a86e 2024-02-28 00:51:40 +01:00 Compare
kjuulh force-pushed renovate/all from 691962a86e to f3e72d0f02 2024-02-28 18:48:33 +01:00 Compare
kjuulh force-pushed renovate/all from f3e72d0f02 to f1b85f6959 2024-02-29 13:46:42 +01:00 Compare
kjuulh force-pushed renovate/all from f1b85f6959 to 653c80f6bf 2024-02-29 17:54:22 +01:00 Compare
kjuulh force-pushed renovate/all from 653c80f6bf to 039ed43bbf 2024-03-06 19:01:37 +01:00 Compare
kjuulh force-pushed renovate/all from 039ed43bbf to f6d3de0817 2024-03-06 20:00:02 +01:00 Compare
kjuulh force-pushed renovate/all from f6d3de0817 to c6c78ba6d5 2024-03-11 23:19:29 +01:00 Compare
kjuulh force-pushed renovate/all from c6c78ba6d5 to cde4571cfd 2024-03-13 14:54:15 +01:00 Compare
kjuulh force-pushed renovate/all from cde4571cfd to cb330e7f56 2024-03-15 09:28:33 +01:00 Compare
kjuulh force-pushed renovate/all from cb330e7f56 to a0d31694b7 2024-03-15 12:42:20 +01:00 Compare
kjuulh force-pushed renovate/all from a0d31694b7 to 4d0e5ee22b 2024-03-18 20:47:16 +01:00 Compare
kjuulh force-pushed renovate/all from 4d0e5ee22b to 29cb1e4e78 2024-03-19 14:01:47 +01:00 Compare
kjuulh force-pushed renovate/all from 29cb1e4e78 to 9f2fff9130 2024-03-20 21:06:15 +01:00 Compare
kjuulh force-pushed renovate/all from 9f2fff9130 to 5c44341a2a 2024-03-30 06:05:51 +01:00 Compare
kjuulh force-pushed renovate/all from 5c44341a2a to 3902dcab6d 2024-03-30 06:54:08 +01:00 Compare
kjuulh force-pushed renovate/all from 3902dcab6d to 402c2acaf4 2024-04-02 22:52:40 +02:00 Compare
kjuulh force-pushed renovate/all from 402c2acaf4 to 376b4f3244 2024-04-04 00:22:19 +02:00 Compare
kjuulh force-pushed renovate/all from 376b4f3244 to 87154dc4b9 2024-04-04 18:46:51 +02:00 Compare
kjuulh force-pushed renovate/all from 87154dc4b9 to a2b9d26d86 2024-04-04 20:24:37 +02:00 Compare
kjuulh force-pushed renovate/all from a2b9d26d86 to 6ba45eb647 2024-04-06 01:07:05 +02:00 Compare
kjuulh force-pushed renovate/all from 6ba45eb647 to 999379c4c3 2024-04-09 06:34:20 +02:00 Compare
kjuulh force-pushed renovate/all from 999379c4c3 to b7feb3b9fc 2024-04-09 23:16:11 +02:00 Compare
kjuulh force-pushed renovate/all from b7feb3b9fc to b4c64c30fe 2024-04-10 17:15:08 +02:00 Compare
kjuulh force-pushed renovate/all from b4c64c30fe to 3e0be2b325 2024-04-28 14:40:48 +02:00 Compare
kjuulh force-pushed renovate/all from 3e0be2b325 to 71195a507d 2024-05-01 20:54:47 +02:00 Compare
kjuulh force-pushed renovate/all from 71195a507d to 9c49715b42 2024-05-06 16:39:09 +02:00 Compare
kjuulh force-pushed renovate/all from 9c49715b42 to 6bc3334638 2024-05-06 19:15:24 +02:00 Compare
kjuulh force-pushed renovate/all from 6bc3334638 to becf00d230 2024-05-08 02:41:52 +02:00 Compare
kjuulh force-pushed renovate/all from becf00d230 to f52ead2226 2024-05-08 15:02:04 +02:00 Compare
kjuulh force-pushed renovate/all from f52ead2226 to 7df5c12189 2024-05-14 08:49:11 +02:00 Compare
kjuulh force-pushed renovate/all from 7df5c12189 to 6b8043a544 2024-05-23 21:50:53 +02:00 Compare
kjuulh force-pushed renovate/all from 6b8043a544 to 1a39987354 2024-05-23 22:51:49 +02:00 Compare
kjuulh force-pushed renovate/all from 1a39987354 to 9c9bca77a1 2024-05-23 23:26:04 +02:00 Compare
kjuulh force-pushed renovate/all from 9c9bca77a1 to e8388ae547 2024-05-23 23:57:43 +02:00 Compare
kjuulh force-pushed renovate/all from e8388ae547 to 045ae1a342 2024-05-24 00:09:20 +02:00 Compare
kjuulh force-pushed renovate/all from 045ae1a342 to 6aa4378b80 2024-05-24 01:01:55 +02:00 Compare
kjuulh force-pushed renovate/all from 6aa4378b80 to 10bbfd1299 2024-05-24 01:32:23 +02:00 Compare
kjuulh force-pushed renovate/all from 10bbfd1299 to a265f78e76 2024-05-24 02:03:31 +02:00 Compare
kjuulh force-pushed renovate/all from a265f78e76 to 4aa494c1a0 2024-05-24 02:34:30 +02:00 Compare
kjuulh force-pushed renovate/all from 4aa494c1a0 to ff492f924c 2024-05-24 03:05:46 +02:00 Compare
kjuulh force-pushed renovate/all from ff492f924c to bec6a50092 2024-05-24 03:39:26 +02:00 Compare
kjuulh force-pushed renovate/all from bec6a50092 to 9aff647743 2024-05-24 04:10:11 +02:00 Compare
kjuulh force-pushed renovate/all from 9aff647743 to 8d3291d4f6 2024-05-24 04:40:08 +02:00 Compare
kjuulh force-pushed renovate/all from 8d3291d4f6 to 458fa852dc 2024-05-24 05:11:10 +02:00 Compare
kjuulh force-pushed renovate/all from 458fa852dc to 6cb57398ba 2024-05-24 05:41:37 +02:00 Compare
kjuulh force-pushed renovate/all from 6cb57398ba to 5c37a3a4e5 2024-05-24 06:08:42 +02:00 Compare
kjuulh force-pushed renovate/all from 5c37a3a4e5 to 28181e00ae 2024-05-24 06:58:35 +02:00 Compare
kjuulh force-pushed renovate/all from 28181e00ae to 564b69e296 2024-05-24 07:28:41 +02:00 Compare
kjuulh force-pushed renovate/all from 564b69e296 to e02439a80b 2024-05-24 07:58:55 +02:00 Compare
kjuulh force-pushed renovate/all from e02439a80b to ce36aade90 2024-05-24 08:28:12 +02:00 Compare
kjuulh force-pushed renovate/all from ce36aade90 to 50524bd536 2024-05-24 08:57:46 +02:00 Compare
kjuulh force-pushed renovate/all from 50524bd536 to eed6f021ff 2024-05-24 09:26:48 +02:00 Compare
kjuulh force-pushed renovate/all from eed6f021ff to 5b30f84cac 2024-05-24 09:56:36 +02:00 Compare
kjuulh force-pushed renovate/all from 5b30f84cac to f762a12a69 2024-05-24 10:26:23 +02:00 Compare
kjuulh force-pushed renovate/all from f762a12a69 to 49a25785fd 2024-05-24 10:56:11 +02:00 Compare
kjuulh force-pushed renovate/all from 49a25785fd to ed85786b83 2024-05-24 11:26:56 +02:00 Compare
kjuulh force-pushed renovate/all from ed85786b83 to acc999256b 2024-05-24 11:57:22 +02:00 Compare
kjuulh force-pushed renovate/all from acc999256b to 82e4447c03 2024-05-24 12:08:48 +02:00 Compare
kjuulh force-pushed renovate/all from 82e4447c03 to e7f1d47abc 2024-05-24 12:57:48 +02:00 Compare
kjuulh force-pushed renovate/all from e7f1d47abc to 5d96412165 2024-05-24 13:27:49 +02:00 Compare
kjuulh force-pushed renovate/all from 5d96412165 to c3db6af41a 2024-05-24 13:58:23 +02:00 Compare
kjuulh force-pushed renovate/all from c3db6af41a to b7c6ac4dfa 2024-05-24 14:28:20 +02:00 Compare
kjuulh force-pushed renovate/all from b7c6ac4dfa to b3292fa85a 2024-05-24 14:58:59 +02:00 Compare
kjuulh force-pushed renovate/all from b3292fa85a to 4b910196ef 2024-05-24 15:29:20 +02:00 Compare
kjuulh force-pushed renovate/all from 4b910196ef to ce91f4b587 2024-05-24 16:00:52 +02:00 Compare
kjuulh force-pushed renovate/all from ce91f4b587 to 41a54abbc9 2024-05-24 16:31:30 +02:00 Compare
kjuulh force-pushed renovate/all from 41a54abbc9 to 2d97d682bd 2024-05-24 17:02:36 +02:00 Compare
kjuulh force-pushed renovate/all from 2d97d682bd to 62f7b423d2 2024-05-24 17:33:25 +02:00 Compare
kjuulh force-pushed renovate/all from 62f7b423d2 to e04e4b6507 2024-05-24 18:08:58 +02:00 Compare
kjuulh force-pushed renovate/all from e04e4b6507 to 58e81e4086 2024-05-24 19:00:42 +02:00 Compare
kjuulh force-pushed renovate/all from 58e81e4086 to 8b0c427db8 2024-05-24 19:31:43 +02:00 Compare
kjuulh force-pushed renovate/all from 8b0c427db8 to 7a0b63a286 2024-05-24 20:03:31 +02:00 Compare
kjuulh force-pushed renovate/all from 7a0b63a286 to 6459c5825b 2024-05-24 20:35:42 +02:00 Compare
kjuulh force-pushed renovate/all from 6459c5825b to f88b89f037 2024-05-24 21:07:51 +02:00 Compare
kjuulh force-pushed renovate/all from f88b89f037 to acc65c6d4a 2024-05-24 21:38:44 +02:00 Compare
kjuulh force-pushed renovate/all from acc65c6d4a to 8f93f7b13d 2024-05-24 22:10:59 +02:00 Compare
kjuulh force-pushed renovate/all from 8f93f7b13d to c50d388c7e 2024-05-24 22:41:50 +02:00 Compare
kjuulh force-pushed renovate/all from c50d388c7e to a5040bbe3a 2024-05-24 23:14:14 +02:00 Compare
kjuulh force-pushed renovate/all from a5040bbe3a to 4a8b6e4f49 2024-05-24 23:44:57 +02:00 Compare
kjuulh force-pushed renovate/all from 4a8b6e4f49 to e6f51ad593 2024-05-25 00:08:57 +02:00 Compare
kjuulh force-pushed renovate/all from e6f51ad593 to 55fbeba815 2024-05-25 01:00:19 +02:00 Compare
kjuulh force-pushed renovate/all from 55fbeba815 to f7c9ac9a10 2024-05-25 01:31:24 +02:00 Compare
kjuulh force-pushed renovate/all from f7c9ac9a10 to 0a1ff9cbc9 2024-05-25 02:03:05 +02:00 Compare
kjuulh force-pushed renovate/all from 0a1ff9cbc9 to 703a331e9e 2024-05-25 02:34:17 +02:00 Compare
kjuulh force-pushed renovate/all from 703a331e9e to 07fad5ac08 2024-05-25 03:05:49 +02:00 Compare
kjuulh force-pushed renovate/all from 07fad5ac08 to 9db1c90926 2024-05-25 03:37:08 +02:00 Compare
kjuulh force-pushed renovate/all from 9db1c90926 to e45a1e3713 2024-05-25 04:08:52 +02:00 Compare
kjuulh force-pushed renovate/all from e45a1e3713 to 72aec54baf 2024-05-25 04:39:55 +02:00 Compare
kjuulh force-pushed renovate/all from 72aec54baf to 52f23b5230 2024-05-25 05:11:46 +02:00 Compare
kjuulh force-pushed renovate/all from 52f23b5230 to 9868920f67 2024-05-25 05:43:03 +02:00 Compare
kjuulh force-pushed renovate/all from 9868920f67 to 24a13eab6a 2024-05-25 06:09:04 +02:00 Compare
kjuulh force-pushed renovate/all from 24a13eab6a to ca304409c7 2024-05-25 07:00:35 +02:00 Compare
kjuulh force-pushed renovate/all from ca304409c7 to 5f7e6181db 2024-05-25 07:31:26 +02:00 Compare
kjuulh force-pushed renovate/all from 5f7e6181db to c395c50f56 2024-05-25 08:03:08 +02:00 Compare
kjuulh force-pushed renovate/all from c395c50f56 to 3d70feeac9 2024-05-25 08:34:20 +02:00 Compare
kjuulh force-pushed renovate/all from 3d70feeac9 to d9a790d3af 2024-05-25 09:05:50 +02:00 Compare
kjuulh force-pushed renovate/all from d9a790d3af to e060139f99 2024-05-25 09:37:20 +02:00 Compare
kjuulh force-pushed renovate/all from e060139f99 to b2145ac54c 2024-05-25 10:09:16 +02:00 Compare
kjuulh force-pushed renovate/all from b2145ac54c to 531188de81 2024-05-25 10:40:13 +02:00 Compare
kjuulh force-pushed renovate/all from 531188de81 to 91ab614ae1 2024-05-25 11:12:47 +02:00 Compare
kjuulh force-pushed renovate/all from 91ab614ae1 to aba69b6320 2024-05-25 11:43:25 +02:00 Compare
kjuulh force-pushed renovate/all from aba69b6320 to 08a6aaa7e8 2024-05-25 12:08:50 +02:00 Compare
kjuulh force-pushed renovate/all from 08a6aaa7e8 to 729beea152 2024-05-25 13:00:37 +02:00 Compare
kjuulh force-pushed renovate/all from 729beea152 to 964187e3da 2024-05-25 13:33:01 +02:00 Compare
kjuulh force-pushed renovate/all from 964187e3da to ce9b1c9b66 2024-05-25 14:05:11 +02:00 Compare
kjuulh force-pushed renovate/all from ce9b1c9b66 to fca901d112 2024-05-25 14:38:16 +02:00 Compare
kjuulh force-pushed renovate/all from fca901d112 to 2d25349b98 2024-05-25 15:09:31 +02:00 Compare
kjuulh force-pushed renovate/all from 2d25349b98 to 97fb04a0f7 2024-05-25 15:40:23 +02:00 Compare
kjuulh force-pushed renovate/all from 97fb04a0f7 to d9f6da9883 2024-05-25 16:11:32 +02:00 Compare
kjuulh force-pushed renovate/all from d9f6da9883 to 339a0db9b3 2024-05-25 16:42:31 +02:00 Compare
kjuulh force-pushed renovate/all from 339a0db9b3 to e09df02b7f 2024-05-25 17:14:21 +02:00 Compare
kjuulh force-pushed renovate/all from e09df02b7f to 6647562412 2024-05-25 17:44:48 +02:00 Compare
kjuulh force-pushed renovate/all from 6647562412 to 7254789ed7 2024-05-25 18:09:00 +02:00 Compare
kjuulh force-pushed renovate/all from 7254789ed7 to 5457f854a7 2024-05-25 18:56:02 +02:00 Compare
kjuulh force-pushed renovate/all from 5457f854a7 to 1f029ed1ef 2024-05-25 19:26:02 +02:00 Compare
kjuulh force-pushed renovate/all from 1f029ed1ef to 86f3a08d29 2024-05-25 19:57:14 +02:00 Compare
kjuulh force-pushed renovate/all from 86f3a08d29 to b7d2d9d737 2024-05-25 20:30:02 +02:00 Compare
kjuulh force-pushed renovate/all from b7d2d9d737 to eae318121c 2024-05-25 21:04:06 +02:00 Compare
kjuulh force-pushed renovate/all from eae318121c to 9e5ba1d091 2024-05-25 21:37:01 +02:00 Compare
kjuulh force-pushed renovate/all from 9e5ba1d091 to 0ba3130b24 2024-05-25 22:09:13 +02:00 Compare
kjuulh force-pushed renovate/all from 0ba3130b24 to 96a3d49203 2024-05-25 22:39:28 +02:00 Compare
kjuulh force-pushed renovate/all from 96a3d49203 to 12289171cf 2024-05-25 23:11:04 +02:00 Compare
kjuulh force-pushed renovate/all from 12289171cf to 1c98b6c17e 2024-05-25 23:42:03 +02:00 Compare
kjuulh force-pushed renovate/all from 1c98b6c17e to 2325869a46 2024-05-26 00:09:06 +02:00 Compare
kjuulh force-pushed renovate/all from 2325869a46 to ee58904c25 2024-05-26 00:57:01 +02:00 Compare
kjuulh force-pushed renovate/all from ee58904c25 to 3bcca92879 2024-05-26 01:27:43 +02:00 Compare
kjuulh force-pushed renovate/all from 3bcca92879 to 2f9094f057 2024-05-26 01:58:28 +02:00 Compare
kjuulh force-pushed renovate/all from 2f9094f057 to 1dbb9f8ce5 2024-05-26 02:29:20 +02:00 Compare
kjuulh force-pushed renovate/all from 1dbb9f8ce5 to bbd5aa4a2a 2024-05-26 03:00:23 +02:00 Compare
kjuulh force-pushed renovate/all from bbd5aa4a2a to fdf4ebff23 2024-05-26 03:57:58 +02:00 Compare
kjuulh force-pushed renovate/all from fdf4ebff23 to d57044ff3a 2024-05-26 04:28:56 +02:00 Compare
kjuulh force-pushed renovate/all from d57044ff3a to 8701f03c44 2024-05-26 04:59:46 +02:00 Compare
kjuulh force-pushed renovate/all from 8701f03c44 to bf166bd431 2024-05-26 05:30:36 +02:00 Compare
kjuulh force-pushed renovate/all from bf166bd431 to a694648dc0 2024-05-26 06:09:23 +02:00 Compare
kjuulh force-pushed renovate/all from a694648dc0 to 7843454e56 2024-05-26 06:56:38 +02:00 Compare
kjuulh force-pushed renovate/all from 7843454e56 to 805663cfe0 2024-05-26 07:26:25 +02:00 Compare
kjuulh force-pushed renovate/all from 805663cfe0 to 7f232733e6 2024-05-26 07:58:13 +02:00 Compare
kjuulh force-pushed renovate/all from 7f232733e6 to 7f3cd613e5 2024-05-26 08:28:46 +02:00 Compare
kjuulh force-pushed renovate/all from 7f3cd613e5 to 631db27c6a 2024-05-26 08:59:44 +02:00 Compare
kjuulh force-pushed renovate/all from 631db27c6a to a1abe02d2a 2024-05-26 09:30:57 +02:00 Compare
kjuulh force-pushed renovate/all from a1abe02d2a to 995ce3f3d4 2024-05-26 10:02:10 +02:00 Compare
kjuulh force-pushed renovate/all from 995ce3f3d4 to 42b5f8e8a8 2024-05-26 10:32:55 +02:00 Compare
kjuulh force-pushed renovate/all from 42b5f8e8a8 to 3185bde552 2024-05-26 11:03:55 +02:00 Compare
kjuulh force-pushed renovate/all from 3185bde552 to 91dba4e417 2024-05-26 11:49:44 +02:00 Compare
kjuulh force-pushed renovate/all from 91dba4e417 to fb13643b34 2024-05-26 12:08:08 +02:00 Compare
kjuulh force-pushed renovate/all from fb13643b34 to 18304d152f 2024-05-26 12:54:54 +02:00 Compare
kjuulh force-pushed renovate/all from 18304d152f to 26988e2f38 2024-05-26 13:22:49 +02:00 Compare
kjuulh force-pushed renovate/all from 26988e2f38 to 4fc4f48137 2024-07-06 15:18:06 +02:00 Compare
kjuulh force-pushed renovate/all from 4fc4f48137 to 1fda24dcbb 2024-08-21 22:34:19 +02:00 Compare
kjuulh force-pushed renovate/all from 1fda24dcbb to b5df5ca774 2024-08-21 23:57:32 +02:00 Compare
kjuulh force-pushed renovate/all from b5df5ca774 to 07d0d08b88 2024-08-22 00:10:31 +02:00 Compare
kjuulh force-pushed renovate/all from 07d0d08b88 to ad787ddeac 2024-08-22 01:16:40 +02:00 Compare
kjuulh force-pushed renovate/all from ad787ddeac to ec8c5ec6da 2024-08-22 01:56:06 +02:00 Compare
kjuulh force-pushed renovate/all from ec8c5ec6da to ba992c1594 2024-08-22 02:34:53 +02:00 Compare
kjuulh force-pushed renovate/all from ba992c1594 to 4b392b037e 2024-08-22 03:10:50 +02:00 Compare
kjuulh force-pushed renovate/all from 4b392b037e to 84abc9459b 2024-08-22 03:41:57 +02:00 Compare
kjuulh force-pushed renovate/all from 84abc9459b to c6e0adfa2f 2024-08-22 04:11:19 +02:00 Compare
kjuulh force-pushed renovate/all from c6e0adfa2f to e9168432d7 2024-08-22 04:41:24 +02:00 Compare
kjuulh force-pushed renovate/all from e9168432d7 to 3a15faae5c 2024-08-22 05:13:06 +02:00 Compare
kjuulh force-pushed renovate/all from 3a15faae5c to 84ba4f2d36 2024-08-22 05:43:58 +02:00 Compare
kjuulh force-pushed renovate/all from 84ba4f2d36 to 56d136514f 2024-08-22 06:08:49 +02:00 Compare
kjuulh force-pushed renovate/all from 56d136514f to a88ff12906 2024-08-22 06:53:08 +02:00 Compare
kjuulh force-pushed renovate/all from a88ff12906 to 72ea1a2bfe 2024-08-22 07:22:58 +02:00 Compare
kjuulh force-pushed renovate/all from 72ea1a2bfe to b71f59d7b8 2024-08-22 07:54:09 +02:00 Compare
kjuulh force-pushed renovate/all from b71f59d7b8 to d93c1afdc8 2024-08-22 08:24:30 +02:00 Compare
kjuulh force-pushed renovate/all from d93c1afdc8 to f96f2b0c89 2024-08-22 09:04:21 +02:00 Compare
kjuulh force-pushed renovate/all from f96f2b0c89 to a7d5066a90 2024-08-22 09:44:31 +02:00 Compare
kjuulh force-pushed renovate/all from a7d5066a90 to d1461105ed 2024-08-22 10:29:02 +02:00 Compare
kjuulh force-pushed renovate/all from d1461105ed to c9bb1a265b 2024-08-22 11:14:02 +02:00 Compare
kjuulh force-pushed renovate/all from c9bb1a265b to f1aec32ac1 2024-08-22 11:57:53 +02:00 Compare
kjuulh force-pushed renovate/all from f1aec32ac1 to 16af585e52 2024-08-22 12:08:26 +02:00 Compare
kjuulh force-pushed renovate/all from 16af585e52 to 23f8d03122 2024-08-22 13:07:39 +02:00 Compare
kjuulh force-pushed renovate/all from 23f8d03122 to bf1f98750a 2024-08-22 13:38:24 +02:00 Compare
kjuulh force-pushed renovate/all from bf1f98750a to dbe54969ed 2024-08-22 14:16:08 +02:00 Compare
kjuulh force-pushed renovate/all from dbe54969ed to 54a3962d1a 2024-08-22 14:56:52 +02:00 Compare
kjuulh force-pushed renovate/all from 54a3962d1a to 252636fb2d 2024-08-22 15:40:09 +02:00 Compare
kjuulh force-pushed renovate/all from 252636fb2d to e0d127253f 2024-08-22 16:21:25 +02:00 Compare
kjuulh force-pushed renovate/all from e0d127253f to 874ac8ab0d 2024-08-22 17:07:32 +02:00 Compare
kjuulh force-pushed renovate/all from 874ac8ab0d to dd06a39b25 2024-08-22 17:43:45 +02:00 Compare
kjuulh force-pushed renovate/all from dd06a39b25 to 629be169a1 2024-08-22 18:07:35 +02:00 Compare
kjuulh force-pushed renovate/all from 629be169a1 to b905fa0015 2024-08-22 18:56:28 +02:00 Compare
kjuulh force-pushed renovate/all from b905fa0015 to bd987f6bb0 2024-08-22 19:35:06 +02:00 Compare
kjuulh force-pushed renovate/all from bd987f6bb0 to c881524af4 2024-08-22 20:12:22 +02:00 Compare
kjuulh force-pushed renovate/all from c881524af4 to d3b04cbaa3 2024-08-22 20:46:24 +02:00 Compare
kjuulh force-pushed renovate/all from d3b04cbaa3 to f131d1951c 2024-08-22 21:21:08 +02:00 Compare
kjuulh force-pushed renovate/all from f131d1951c to c61c80582d 2024-08-22 21:56:48 +02:00 Compare
kjuulh force-pushed renovate/all from c61c80582d to 40e6265598 2024-08-22 22:31:49 +02:00 Compare
kjuulh force-pushed renovate/all from 40e6265598 to 9893aaebf6 2024-08-22 23:06:35 +02:00 Compare
kjuulh force-pushed renovate/all from 9893aaebf6 to 8d3686d7a1 2024-08-22 23:41:12 +02:00 Compare
kjuulh force-pushed renovate/all from 8d3686d7a1 to b610814716 2024-08-23 00:08:21 +02:00 Compare
kjuulh force-pushed renovate/all from b610814716 to f6545db1a7 2024-08-23 01:01:30 +02:00 Compare
kjuulh force-pushed renovate/all from f6545db1a7 to 052648f61c 2024-08-23 01:36:02 +02:00 Compare
kjuulh force-pushed renovate/all from 052648f61c to 10bb436e71 2024-08-23 02:11:07 +02:00 Compare
kjuulh force-pushed renovate/all from 10bb436e71 to e8e0b5f332 2024-08-23 02:45:07 +02:00 Compare
kjuulh force-pushed renovate/all from e8e0b5f332 to aacee1227d 2024-08-23 03:20:34 +02:00 Compare
kjuulh force-pushed renovate/all from aacee1227d to c2182c9562 2024-08-23 03:53:17 +02:00 Compare
kjuulh force-pushed renovate/all from c2182c9562 to f66c8b62b6 2024-08-23 04:27:21 +02:00 Compare
kjuulh force-pushed renovate/all from f66c8b62b6 to 9158c8a236 2024-08-23 05:01:50 +02:00 Compare
kjuulh force-pushed renovate/all from 9158c8a236 to 3058781d38 2024-08-23 05:36:34 +02:00 Compare
kjuulh force-pushed renovate/all from 3058781d38 to 9d62186f10 2024-08-23 06:07:53 +02:00 Compare
kjuulh force-pushed renovate/all from 9d62186f10 to bda91b7307 2024-08-23 06:55:55 +02:00 Compare
kjuulh force-pushed renovate/all from bda91b7307 to 12bff963fc 2024-08-23 07:30:42 +02:00 Compare
kjuulh force-pushed renovate/all from 12bff963fc to 42248c4b84 2024-08-23 08:05:35 +02:00 Compare
kjuulh force-pushed renovate/all from 42248c4b84 to a032fb8c8a 2024-08-23 08:39:56 +02:00 Compare
kjuulh force-pushed renovate/all from a032fb8c8a to 103a9fe941 2024-08-23 09:15:16 +02:00 Compare
kjuulh force-pushed renovate/all from 103a9fe941 to 6ffcca5966 2024-08-23 09:49:28 +02:00 Compare
kjuulh force-pushed renovate/all from 6ffcca5966 to 57041b55d7 2024-08-23 10:23:28 +02:00 Compare
kjuulh force-pushed renovate/all from 57041b55d7 to 9b8523cd18 2024-08-23 10:57:05 +02:00 Compare
kjuulh force-pushed renovate/all from 9b8523cd18 to 6723ff14a4 2024-08-23 11:31:08 +02:00 Compare
kjuulh force-pushed renovate/all from 6723ff14a4 to 93303fc2a3 2024-08-23 12:07:09 +02:00 Compare
kjuulh force-pushed renovate/all from 93303fc2a3 to da49621686 2024-08-23 12:53:03 +02:00 Compare
kjuulh force-pushed renovate/all from da49621686 to fabd56281d 2024-08-23 13:26:38 +02:00 Compare
kjuulh force-pushed renovate/all from fabd56281d to 6884d16d05 2024-08-23 14:01:26 +02:00 Compare
kjuulh force-pushed renovate/all from 6884d16d05 to cec0986a74 2024-08-23 14:35:00 +02:00 Compare
kjuulh force-pushed renovate/all from cec0986a74 to 5517c6dad6 2024-08-23 15:09:04 +02:00 Compare
kjuulh force-pushed renovate/all from 5517c6dad6 to c28ad6ebad 2024-08-23 15:42:59 +02:00 Compare
kjuulh force-pushed renovate/all from c28ad6ebad to 10d6d5e5db 2024-08-23 16:17:50 +02:00 Compare
kjuulh force-pushed renovate/all from 10d6d5e5db to b637003fb3 2024-08-23 16:52:07 +02:00 Compare
kjuulh force-pushed renovate/all from b637003fb3 to 9b2b434290 2024-08-23 17:27:33 +02:00 Compare
kjuulh force-pushed renovate/all from 9b2b434290 to b061f5659b 2024-08-23 18:07:17 +02:00 Compare
kjuulh force-pushed renovate/all from b061f5659b to 3a4f431df8 2024-08-23 18:54:46 +02:00 Compare
kjuulh force-pushed renovate/all from 3a4f431df8 to ce80ff55d0 2024-08-23 19:29:44 +02:00 Compare
kjuulh force-pushed renovate/all from ce80ff55d0 to 7742b78ede 2024-08-23 20:04:25 +02:00 Compare
kjuulh force-pushed renovate/all from 7742b78ede to 3ac0d8abaa 2024-08-23 20:39:09 +02:00 Compare
kjuulh force-pushed renovate/all from 3ac0d8abaa to 7454199b99 2024-08-23 21:14:17 +02:00 Compare
kjuulh force-pushed renovate/all from 7454199b99 to e4c35ef3de 2024-08-23 21:49:13 +02:00 Compare
kjuulh force-pushed renovate/all from e4c35ef3de to 4cfdaca297 2024-08-23 22:26:21 +02:00 Compare
kjuulh force-pushed renovate/all from 4cfdaca297 to 724eb2ea1a 2024-08-23 23:05:55 +02:00 Compare
kjuulh force-pushed renovate/all from 724eb2ea1a to 86f338b56e 2024-08-23 23:44:02 +02:00 Compare
kjuulh force-pushed renovate/all from 86f338b56e to 418d366baf 2024-08-24 00:07:56 +02:00 Compare
kjuulh force-pushed renovate/all from 418d366baf to 4760613200 2024-08-24 00:56:42 +02:00 Compare
kjuulh force-pushed renovate/all from 4760613200 to 7c5b96005f 2024-08-24 01:32:00 +02:00 Compare
kjuulh force-pushed renovate/all from 7c5b96005f to e8c62eea32 2024-08-24 02:07:46 +02:00 Compare
kjuulh force-pushed renovate/all from e8c62eea32 to 2d9771bb21 2024-08-24 02:42:33 +02:00 Compare
kjuulh force-pushed renovate/all from 2d9771bb21 to ae8e3d98c1 2024-08-24 03:18:36 +02:00 Compare
kjuulh force-pushed renovate/all from ae8e3d98c1 to dd15aff2dc 2024-08-24 03:51:24 +02:00 Compare
kjuulh force-pushed renovate/all from dd15aff2dc to fde2b179e5 2024-08-24 04:27:49 +02:00 Compare
kjuulh force-pushed renovate/all from fde2b179e5 to dffe3c4c56 2024-08-24 05:03:39 +02:00 Compare
kjuulh force-pushed renovate/all from dffe3c4c56 to 535bdb5f5e 2024-08-24 05:40:07 +02:00 Compare
kjuulh force-pushed renovate/all from 535bdb5f5e to 85e1e03867 2024-08-24 06:07:42 +02:00 Compare
kjuulh force-pushed renovate/all from 85e1e03867 to 63ed207be0 2024-08-24 06:59:44 +02:00 Compare
kjuulh force-pushed renovate/all from 63ed207be0 to 4463e07bad 2024-08-24 07:35:13 +02:00 Compare
kjuulh force-pushed renovate/all from 4463e07bad to f4d5bf5dad 2024-08-24 08:10:41 +02:00 Compare
kjuulh force-pushed renovate/all from f4d5bf5dad to 7549a93e77 2024-08-24 08:45:45 +02:00 Compare
kjuulh force-pushed renovate/all from 7549a93e77 to fc64140604 2024-08-24 09:21:04 +02:00 Compare
kjuulh force-pushed renovate/all from fc64140604 to 1b58b64bcc 2024-08-24 09:55:45 +02:00 Compare
kjuulh force-pushed renovate/all from 1b58b64bcc to e23feb640b 2024-08-24 10:32:18 +02:00 Compare
kjuulh force-pushed renovate/all from e23feb640b to 38ac55ea26 2024-08-24 11:07:41 +02:00 Compare
kjuulh force-pushed renovate/all from 38ac55ea26 to d801d4e447 2024-08-24 11:42:48 +02:00 Compare
kjuulh force-pushed renovate/all from d801d4e447 to efe8eb3104 2024-08-24 12:07:22 +02:00 Compare
kjuulh force-pushed renovate/all from efe8eb3104 to 2eececcf1b 2024-08-24 12:55:24 +02:00 Compare
kjuulh force-pushed renovate/all from 2eececcf1b to 6916093489 2024-08-24 13:30:50 +02:00 Compare
kjuulh force-pushed renovate/all from 6916093489 to ca787a764d 2024-08-24 14:06:58 +02:00 Compare
kjuulh force-pushed renovate/all from ca787a764d to ad46f7c187 2024-08-24 14:42:05 +02:00 Compare
kjuulh force-pushed renovate/all from ad46f7c187 to 1a9e70f20a 2024-08-24 15:18:02 +02:00 Compare
kjuulh force-pushed renovate/all from 1a9e70f20a to 3c42533a67 2024-08-24 15:52:57 +02:00 Compare
kjuulh force-pushed renovate/all from 3c42533a67 to 891b522fe7 2024-08-24 16:28:50 +02:00 Compare
kjuulh force-pushed renovate/all from 891b522fe7 to b16c0c8de6 2024-08-24 17:04:12 +02:00 Compare
kjuulh force-pushed renovate/all from b16c0c8de6 to ffb54e8153 2024-08-24 17:39:48 +02:00 Compare
kjuulh force-pushed renovate/all from ffb54e8153 to f4a65f315e 2024-08-24 18:07:37 +02:00 Compare
kjuulh force-pushed renovate/all from f4a65f315e to 393e96a44b 2024-08-24 18:55:44 +02:00 Compare
kjuulh force-pushed renovate/all from 393e96a44b to 5f5f69618c 2024-08-24 19:31:13 +02:00 Compare
kjuulh force-pushed renovate/all from 5f5f69618c to 2387862ceb 2024-08-24 20:07:15 +02:00 Compare
kjuulh force-pushed renovate/all from 2387862ceb to 0509d0a154 2024-08-24 20:42:35 +02:00 Compare
kjuulh force-pushed renovate/all from 0509d0a154 to f6e3decf98 2024-08-24 21:18:28 +02:00 Compare
kjuulh force-pushed renovate/all from f6e3decf98 to a5661f15fe 2024-08-24 21:55:22 +02:00 Compare
kjuulh force-pushed renovate/all from a5661f15fe to 949ed42392 2024-08-24 22:31:12 +02:00 Compare
kjuulh force-pushed renovate/all from 949ed42392 to bd8450bb84 2024-08-24 23:07:02 +02:00 Compare
kjuulh force-pushed renovate/all from bd8450bb84 to b7ba4aed92 2024-08-24 23:42:21 +02:00 Compare
kjuulh force-pushed renovate/all from b7ba4aed92 to 0517680062 2024-08-25 00:08:00 +02:00 Compare
kjuulh force-pushed renovate/all from 0517680062 to 3f0e7021b4 2024-08-25 00:58:02 +02:00 Compare
kjuulh force-pushed renovate/all from 3f0e7021b4 to 260213b48d 2024-08-25 01:33:35 +02:00 Compare
kjuulh force-pushed renovate/all from 260213b48d to 5d7b582063 2024-08-25 02:10:11 +02:00 Compare
kjuulh force-pushed renovate/all from 5d7b582063 to 32816cd497 2024-08-25 02:45:17 +02:00 Compare
kjuulh force-pushed renovate/all from 32816cd497 to f1ef528706 2024-08-25 03:21:35 +02:00 Compare
kjuulh force-pushed renovate/all from f1ef528706 to 9913168b59 2024-08-25 03:55:14 +02:00 Compare
kjuulh force-pushed renovate/all from 9913168b59 to bf766a73a5 2024-08-25 04:30:02 +02:00 Compare
kjuulh force-pushed renovate/all from bf766a73a5 to 0989898c8e 2024-08-25 05:05:33 +02:00 Compare
kjuulh force-pushed renovate/all from 0989898c8e to bf7b206ec3 2024-08-25 05:41:46 +02:00 Compare
kjuulh force-pushed renovate/all from bf7b206ec3 to e001e2bc15 2024-08-25 06:07:16 +02:00 Compare
kjuulh force-pushed renovate/all from e001e2bc15 to 2fdf01f068 2024-08-25 06:56:26 +02:00 Compare
kjuulh force-pushed renovate/all from 2fdf01f068 to 323c49098a 2024-08-25 07:32:01 +02:00 Compare
kjuulh force-pushed renovate/all from 323c49098a to d82c3c1717 2024-08-25 08:07:23 +02:00 Compare
kjuulh force-pushed renovate/all from d82c3c1717 to a0d5353c46 2024-08-25 08:42:40 +02:00 Compare
kjuulh force-pushed renovate/all from a0d5353c46 to 66e7d982be 2024-08-25 09:18:45 +02:00 Compare
kjuulh force-pushed renovate/all from 66e7d982be to fec1df11a3 2024-08-25 09:54:11 +02:00 Compare
kjuulh force-pushed renovate/all from fec1df11a3 to 1c186c392e 2024-08-25 10:29:28 +02:00 Compare
kjuulh force-pushed renovate/all from 1c186c392e to 8f16eecf7e 2024-08-25 11:04:39 +02:00 Compare
kjuulh force-pushed renovate/all from 8f16eecf7e to 7ea45c661c 2024-08-25 11:39:53 +02:00 Compare
kjuulh force-pushed renovate/all from 7ea45c661c to d2c853830c 2024-08-25 12:07:12 +02:00 Compare
kjuulh force-pushed renovate/all from d2c853830c to 963dcebf1a 2024-08-25 12:55:51 +02:00 Compare
kjuulh force-pushed renovate/all from 963dcebf1a to bd8a53bc97 2024-08-25 13:30:52 +02:00 Compare
kjuulh force-pushed renovate/all from bd8a53bc97 to 8a3a32a597 2024-08-25 14:06:40 +02:00 Compare
kjuulh force-pushed renovate/all from 8a3a32a597 to d014fb34cf 2024-08-25 14:41:58 +02:00 Compare
kjuulh force-pushed renovate/all from d014fb34cf to 726689f0b6 2024-08-25 15:18:22 +02:00 Compare
kjuulh force-pushed renovate/all from 726689f0b6 to 0cdccbda98 2024-08-25 15:53:47 +02:00 Compare
kjuulh force-pushed renovate/all from 0cdccbda98 to 7cd617f51c 2024-08-25 16:30:31 +02:00 Compare
kjuulh force-pushed renovate/all from 7cd617f51c to cb072b728d 2024-08-25 17:05:55 +02:00 Compare
kjuulh force-pushed renovate/all from cb072b728d to 287bcfb101 2024-08-25 17:41:16 +02:00 Compare
kjuulh force-pushed renovate/all from 287bcfb101 to 8bc43a5570 2024-08-25 18:07:19 +02:00 Compare
kjuulh force-pushed renovate/all from 8bc43a5570 to 21ad43a529 2024-08-25 18:55:41 +02:00 Compare
kjuulh force-pushed renovate/all from 21ad43a529 to 286f693663 2024-08-25 19:31:18 +02:00 Compare
kjuulh force-pushed renovate/all from 286f693663 to 6a2b3c402c 2024-08-25 20:07:18 +02:00 Compare
kjuulh force-pushed renovate/all from 6a2b3c402c to 99551e9442 2024-08-25 20:41:49 +02:00 Compare
kjuulh force-pushed renovate/all from 99551e9442 to 640c65c7c9 2024-08-25 21:17:34 +02:00 Compare
kjuulh force-pushed renovate/all from 640c65c7c9 to 18b756c941 2024-08-25 21:52:44 +02:00 Compare
kjuulh force-pushed renovate/all from 18b756c941 to 648ffb962a 2024-08-25 22:28:47 +02:00 Compare
kjuulh force-pushed renovate/all from 648ffb962a to 374b86c918 2024-08-25 23:03:51 +02:00 Compare
kjuulh force-pushed renovate/all from 374b86c918 to 2b473626c6 2024-08-25 23:39:21 +02:00 Compare
kjuulh force-pushed renovate/all from 2b473626c6 to af46d558a0 2024-08-26 00:08:10 +02:00 Compare
kjuulh force-pushed renovate/all from af46d558a0 to 465b385d0f 2024-08-26 00:57:05 +02:00 Compare
kjuulh force-pushed renovate/all from 465b385d0f to 7c3ed675ad 2024-08-26 01:33:14 +02:00 Compare
kjuulh force-pushed renovate/all from 7c3ed675ad to 260ec99bc5 2024-08-26 02:10:03 +02:00 Compare
kjuulh force-pushed renovate/all from 260ec99bc5 to 094351bbb0 2024-08-26 02:45:37 +02:00 Compare
kjuulh force-pushed renovate/all from 094351bbb0 to f40aa0b1a9 2024-08-26 03:21:59 +02:00 Compare
kjuulh force-pushed renovate/all from f40aa0b1a9 to 83ff30186f 2024-08-26 03:57:34 +02:00 Compare
kjuulh force-pushed renovate/all from 83ff30186f to 715c90386e 2024-08-26 04:33:31 +02:00 Compare
kjuulh force-pushed renovate/all from 715c90386e to a49b6933d0 2024-08-26 05:10:18 +02:00 Compare
kjuulh force-pushed renovate/all from a49b6933d0 to a5b24441af 2024-08-26 05:46:52 +02:00 Compare
kjuulh force-pushed renovate/all from a5b24441af to 2e80523fa8 2024-08-26 06:07:39 +02:00 Compare
kjuulh force-pushed renovate/all from 2e80523fa8 to e1994a6f03 2024-08-26 06:57:47 +02:00 Compare
kjuulh force-pushed renovate/all from e1994a6f03 to 7325f24fbc 2024-08-26 07:32:52 +02:00 Compare
kjuulh force-pushed renovate/all from 7325f24fbc to d35ef47d16 2024-08-26 08:09:52 +02:00 Compare
kjuulh force-pushed renovate/all from d35ef47d16 to d8b11a797c 2024-08-26 08:46:27 +02:00 Compare
kjuulh force-pushed renovate/all from d8b11a797c to d95253f461 2024-08-26 09:23:38 +02:00 Compare
kjuulh force-pushed renovate/all from d95253f461 to 79924b1cfb 2024-08-26 09:59:27 +02:00 Compare
kjuulh force-pushed renovate/all from 79924b1cfb to 269d8e746b 2024-08-26 10:36:01 +02:00 Compare
kjuulh force-pushed renovate/all from 269d8e746b to fc017f1f41 2024-08-26 11:12:16 +02:00 Compare
kjuulh force-pushed renovate/all from fc017f1f41 to c86474922c 2024-08-26 11:48:58 +02:00 Compare
kjuulh force-pushed renovate/all from c86474922c to 46599c5824 2024-08-26 12:07:23 +02:00 Compare
kjuulh force-pushed renovate/all from 46599c5824 to f3dedcec37 2024-08-26 12:57:21 +02:00 Compare
kjuulh force-pushed renovate/all from f3dedcec37 to 92edf9cbcd 2024-08-26 13:32:56 +02:00 Compare
kjuulh force-pushed renovate/all from 92edf9cbcd to d007db2bbc 2024-08-26 14:11:06 +02:00 Compare
kjuulh force-pushed renovate/all from d007db2bbc to f725d90e5e 2024-08-26 14:48:08 +02:00 Compare
kjuulh force-pushed renovate/all from f725d90e5e to 30b0158613 2024-08-26 15:25:37 +02:00 Compare
kjuulh force-pushed renovate/all from 30b0158613 to abc09235e7 2024-08-26 16:03:08 +02:00 Compare
kjuulh force-pushed renovate/all from abc09235e7 to ce7a5a9448 2024-08-26 16:40:19 +02:00 Compare
kjuulh force-pushed renovate/all from ce7a5a9448 to f01925ca27 2024-08-26 17:17:43 +02:00 Compare
kjuulh force-pushed renovate/all from f01925ca27 to 802c7ba48d 2024-08-26 17:54:53 +02:00 Compare
kjuulh force-pushed renovate/all from 802c7ba48d to 5e4e3c6ca2 2024-08-26 18:07:27 +02:00 Compare
kjuulh force-pushed renovate/all from 5e4e3c6ca2 to 74b44b640e 2024-08-26 18:55:40 +02:00 Compare
kjuulh force-pushed renovate/all from 74b44b640e to e24637b6a5 2024-08-26 19:31:01 +02:00 Compare
kjuulh force-pushed renovate/all from e24637b6a5 to 08f2f213ab 2024-08-26 20:07:27 +02:00 Compare
kjuulh force-pushed renovate/all from 08f2f213ab to 5e0a1cce14 2024-08-26 20:42:40 +02:00 Compare
kjuulh force-pushed renovate/all from 5e0a1cce14 to 97cf30e842 2024-08-26 21:18:35 +02:00 Compare
kjuulh force-pushed renovate/all from 97cf30e842 to b585808c41 2024-08-26 21:54:12 +02:00 Compare
kjuulh force-pushed renovate/all from b585808c41 to bd0c57bed0 2024-08-26 22:29:56 +02:00 Compare
kjuulh force-pushed renovate/all from bd0c57bed0 to 1dd6568ecf 2024-08-26 23:07:36 +02:00 Compare
kjuulh force-pushed renovate/all from 1dd6568ecf to a49517f843 2024-08-26 23:44:37 +02:00 Compare
kjuulh force-pushed renovate/all from a49517f843 to 5a441cc0bb 2024-08-27 00:08:10 +02:00 Compare
kjuulh force-pushed renovate/all from 5a441cc0bb to 419b25434b 2024-08-27 00:59:54 +02:00 Compare
kjuulh force-pushed renovate/all from 419b25434b to 5ec42ebd46 2024-08-27 01:35:36 +02:00 Compare
kjuulh force-pushed renovate/all from 5ec42ebd46 to e134a51587 2024-08-27 02:12:43 +02:00 Compare
kjuulh force-pushed renovate/all from e134a51587 to ee155dddcb 2024-08-27 02:48:20 +02:00 Compare
kjuulh force-pushed renovate/all from ee155dddcb to 4759825ab7 2024-08-27 03:25:02 +02:00 Compare
kjuulh force-pushed renovate/all from 4759825ab7 to bfe3a5c082 2024-08-27 04:00:16 +02:00 Compare
kjuulh force-pushed renovate/all from bfe3a5c082 to 576823f8f7 2024-08-27 04:35:33 +02:00 Compare
kjuulh force-pushed renovate/all from 576823f8f7 to e2c367434c 2024-08-27 05:11:13 +02:00 Compare
kjuulh force-pushed renovate/all from e2c367434c to 01c839b890 2024-08-27 05:47:33 +02:00 Compare
kjuulh force-pushed renovate/all from 01c839b890 to 04fd9ab331 2024-08-27 06:07:37 +02:00 Compare
kjuulh force-pushed renovate/all from 04fd9ab331 to 7acae38d72 2024-08-27 06:56:47 +02:00 Compare
kjuulh force-pushed renovate/all from 7acae38d72 to 3b18bdd939 2024-08-27 07:32:30 +02:00 Compare
kjuulh force-pushed renovate/all from 3b18bdd939 to 12731d70a6 2024-08-27 08:08:52 +02:00 Compare
kjuulh force-pushed renovate/all from 12731d70a6 to 07096ae094 2024-08-27 08:44:16 +02:00 Compare
kjuulh force-pushed renovate/all from 07096ae094 to db06f98609 2024-08-27 09:20:10 +02:00 Compare
kjuulh force-pushed renovate/all from db06f98609 to a1c30f5fe7 2024-08-27 09:55:14 +02:00 Compare
kjuulh force-pushed renovate/all from a1c30f5fe7 to dc36457447 2024-08-27 10:30:42 +02:00 Compare
kjuulh force-pushed renovate/all from dc36457447 to 0b923e78c4 2024-08-27 11:05:57 +02:00 Compare
kjuulh force-pushed renovate/all from 0b923e78c4 to 5b60dc3a3d 2024-08-27 11:42:41 +02:00 Compare
kjuulh force-pushed renovate/all from 5b60dc3a3d to 0780d8052e 2024-08-27 12:07:51 +02:00 Compare
kjuulh force-pushed renovate/all from 0780d8052e to 5d8081c7a2 2024-08-27 12:57:48 +02:00 Compare
kjuulh force-pushed renovate/all from 5d8081c7a2 to c193051cb7 2024-08-27 13:33:20 +02:00 Compare
kjuulh force-pushed renovate/all from c193051cb7 to 68ee70b1c5 2024-08-27 14:10:24 +02:00 Compare
kjuulh force-pushed renovate/all from 68ee70b1c5 to 76bef252e3 2024-08-27 14:46:16 +02:00 Compare
kjuulh force-pushed renovate/all from 76bef252e3 to 9e15c6f4fa 2024-08-27 15:22:26 +02:00 Compare
kjuulh force-pushed renovate/all from 9e15c6f4fa to 3bb1fb7178 2024-08-27 15:57:47 +02:00 Compare
kjuulh force-pushed renovate/all from 3bb1fb7178 to 55637d9241 2024-08-27 16:33:55 +02:00 Compare
kjuulh force-pushed renovate/all from 55637d9241 to e3dd44c179 2024-08-27 17:09:34 +02:00 Compare
kjuulh force-pushed renovate/all from e3dd44c179 to 1518693316 2024-08-27 17:46:50 +02:00 Compare
kjuulh force-pushed renovate/all from 1518693316 to 9a39102905 2024-08-27 18:07:47 +02:00 Compare
kjuulh force-pushed renovate/all from 9a39102905 to ef7c2f6bf4 2024-08-27 18:58:38 +02:00 Compare
kjuulh force-pushed renovate/all from ef7c2f6bf4 to 4acb9e37bd 2024-08-27 19:35:19 +02:00 Compare
kjuulh force-pushed renovate/all from 4acb9e37bd to 2693ce2e12 2024-08-27 20:12:37 +02:00 Compare
kjuulh force-pushed renovate/all from 2693ce2e12 to a9576cd59c 2024-08-27 20:48:35 +02:00 Compare
kjuulh force-pushed renovate/all from a9576cd59c to 6c4bd98660 2024-08-27 21:25:16 +02:00 Compare
kjuulh force-pushed renovate/all from 6c4bd98660 to 3d9974bd1a 2024-08-27 22:01:12 +02:00 Compare
kjuulh force-pushed renovate/all from 3d9974bd1a to e87b2ffef2 2024-08-27 22:37:35 +02:00 Compare
kjuulh force-pushed renovate/all from e87b2ffef2 to 18294398ef 2024-08-27 23:14:19 +02:00 Compare
kjuulh force-pushed renovate/all from 18294398ef to 33b3615fe8 2024-08-27 23:50:50 +02:00 Compare
kjuulh force-pushed renovate/all from 33b3615fe8 to fcc88cd860 2024-08-28 00:08:13 +02:00 Compare
kjuulh force-pushed renovate/all from fcc88cd860 to 30c05529a1 2024-08-28 01:00:18 +02:00 Compare
kjuulh force-pushed renovate/all from 30c05529a1 to b5ccda0782 2024-08-28 01:36:51 +02:00 Compare
kjuulh force-pushed renovate/all from b5ccda0782 to 8db5061ee1 2024-08-28 02:13:57 +02:00 Compare
kjuulh force-pushed renovate/all from 8db5061ee1 to 2e4e6000f7 2024-08-28 02:53:00 +02:00 Compare
kjuulh force-pushed renovate/all from 2e4e6000f7 to 8460c16f06 2024-08-28 03:31:59 +02:00 Compare
kjuulh force-pushed renovate/all from 8460c16f06 to f1fcdc2f0b 2024-08-28 04:06:51 +02:00 Compare
kjuulh force-pushed renovate/all from f1fcdc2f0b to d275c675e9 2024-08-28 04:42:48 +02:00 Compare
kjuulh force-pushed renovate/all from d275c675e9 to 348b3c85a7 2024-08-28 05:19:24 +02:00 Compare
kjuulh force-pushed renovate/all from 348b3c85a7 to 7718e38e7a 2024-08-28 05:56:39 +02:00 Compare
kjuulh force-pushed renovate/all from 7718e38e7a to 0f5d8a18ba 2024-08-28 06:07:36 +02:00 Compare
kjuulh force-pushed renovate/all from 0f5d8a18ba to 0f8f22fcf3 2024-08-28 06:57:45 +02:00 Compare
kjuulh force-pushed renovate/all from 0f8f22fcf3 to ba7c88868f 2024-08-28 07:34:06 +02:00 Compare
kjuulh force-pushed renovate/all from ba7c88868f to 7f24ba6b79 2024-08-28 08:11:10 +02:00 Compare
kjuulh force-pushed renovate/all from 7f24ba6b79 to c15ccf30c5 2024-08-28 08:47:49 +02:00 Compare
kjuulh force-pushed renovate/all from c15ccf30c5 to 1a1fb5430f 2024-08-28 09:25:27 +02:00 Compare
kjuulh force-pushed renovate/all from 1a1fb5430f to 5f693bb5b1 2024-08-28 10:02:08 +02:00 Compare
kjuulh force-pushed renovate/all from 5f693bb5b1 to 252092b8f5 2024-08-28 10:38:29 +02:00 Compare
kjuulh force-pushed renovate/all from 252092b8f5 to 0b38001a20 2024-08-28 11:14:38 +02:00 Compare
kjuulh force-pushed renovate/all from 0b38001a20 to b100fd89f7 2024-08-28 11:51:22 +02:00 Compare
kjuulh force-pushed renovate/all from b100fd89f7 to 6390e51b31 2024-08-28 12:07:37 +02:00 Compare
kjuulh force-pushed renovate/all from 6390e51b31 to f7b3be577d 2024-08-28 12:58:16 +02:00 Compare
kjuulh force-pushed renovate/all from f7b3be577d to 41207ef2e9 2024-08-28 13:34:43 +02:00 Compare
kjuulh force-pushed renovate/all from 41207ef2e9 to ff1dbb1746 2024-08-28 14:11:39 +02:00 Compare
kjuulh force-pushed renovate/all from ff1dbb1746 to a07bdb5808 2024-08-28 14:47:17 +02:00 Compare
kjuulh force-pushed renovate/all from a07bdb5808 to 56927b593e 2024-08-28 15:23:22 +02:00 Compare
kjuulh force-pushed renovate/all from 56927b593e to 3f833bdb00 2024-08-28 15:59:21 +02:00 Compare
kjuulh force-pushed renovate/all from 3f833bdb00 to 1a66b3ab3c 2024-08-28 16:36:37 +02:00 Compare
kjuulh force-pushed renovate/all from 1a66b3ab3c to f78f8003a8 2024-08-28 17:13:42 +02:00 Compare
kjuulh force-pushed renovate/all from f78f8003a8 to 9528a34c7a 2024-08-28 17:50:33 +02:00 Compare
kjuulh force-pushed renovate/all from 9528a34c7a to 27c378ede2 2024-08-28 18:07:35 +02:00 Compare
kjuulh force-pushed renovate/all from 27c378ede2 to 44617cb6c2 2024-08-28 18:58:35 +02:00 Compare
kjuulh force-pushed renovate/all from 44617cb6c2 to 26d984f984 2024-08-28 19:36:55 +02:00 Compare
kjuulh force-pushed renovate/all from 26d984f984 to bea0b27e56 2024-08-28 20:17:46 +02:00 Compare
kjuulh force-pushed renovate/all from bea0b27e56 to 1087b52079 2024-08-28 20:57:26 +02:00 Compare
kjuulh force-pushed renovate/all from 1087b52079 to 65c43a7845 2024-08-28 21:37:23 +02:00 Compare
kjuulh force-pushed renovate/all from 65c43a7845 to b143a89af3 2024-08-28 22:18:21 +02:00 Compare
kjuulh force-pushed renovate/all from b143a89af3 to 7c63c9445e 2024-08-28 22:59:04 +02:00 Compare
kjuulh force-pushed renovate/all from 7c63c9445e to ed8b93bb7d 2024-08-28 23:40:57 +02:00 Compare
kjuulh force-pushed renovate/all from ed8b93bb7d to 09e4a2631b 2024-08-29 00:09:12 +02:00 Compare
kjuulh force-pushed renovate/all from 09e4a2631b to 7cc68a02ae 2024-08-29 01:05:25 +02:00 Compare
kjuulh force-pushed renovate/all from 7cc68a02ae to 21a9c8a904 2024-08-29 01:44:52 +02:00 Compare
kjuulh force-pushed renovate/all from 21a9c8a904 to 75f6400b2c 2024-08-29 02:22:50 +02:00 Compare
kjuulh force-pushed renovate/all from 75f6400b2c to 7baa775b25 2024-08-29 02:59:47 +02:00 Compare
kjuulh force-pushed renovate/all from 7baa775b25 to 3bba6ffa7b 2024-08-29 03:36:51 +02:00 Compare
kjuulh force-pushed renovate/all from 3bba6ffa7b to 956e5cf387 2024-08-29 04:12:44 +02:00 Compare
kjuulh force-pushed renovate/all from 956e5cf387 to 345bc2d33c 2024-08-29 04:49:00 +02:00 Compare
kjuulh force-pushed renovate/all from 345bc2d33c to c483c59e86 2024-08-29 05:26:25 +02:00 Compare
kjuulh force-pushed renovate/all from c483c59e86 to ce77a697c0 2024-08-29 06:08:08 +02:00 Compare
kjuulh force-pushed renovate/all from ce77a697c0 to d515711bd4 2024-08-29 06:59:15 +02:00 Compare
kjuulh force-pushed renovate/all from d515711bd4 to 76b3038a51 2024-08-29 07:37:24 +02:00 Compare
kjuulh force-pushed renovate/all from 76b3038a51 to 8ed2eee3ce 2024-08-29 08:15:34 +02:00 Compare
kjuulh force-pushed renovate/all from 8ed2eee3ce to 5b8eff21c2 2024-08-29 08:52:13 +02:00 Compare
kjuulh force-pushed renovate/all from 5b8eff21c2 to 47a6997275 2024-08-29 09:29:51 +02:00 Compare
kjuulh force-pushed renovate/all from 47a6997275 to cb5ad8c9c8 2024-08-29 10:05:56 +02:00 Compare
kjuulh force-pushed renovate/all from cb5ad8c9c8 to b416482e1e 2024-08-29 10:42:52 +02:00 Compare
kjuulh force-pushed renovate/all from b416482e1e to f7ee979365 2024-08-29 11:19:44 +02:00 Compare
kjuulh force-pushed renovate/all from f7ee979365 to b507fd0a3f 2024-08-29 11:57:08 +02:00 Compare
kjuulh force-pushed renovate/all from b507fd0a3f to ab347491d7 2024-08-29 12:07:45 +02:00 Compare
kjuulh force-pushed renovate/all from ab347491d7 to 671db86df0 2024-08-29 12:58:53 +02:00 Compare
kjuulh force-pushed renovate/all from 671db86df0 to 1d67bdd98c 2024-08-29 13:35:31 +02:00 Compare
kjuulh force-pushed renovate/all from 1d67bdd98c to 87567a807d 2024-08-29 14:12:48 +02:00 Compare
kjuulh force-pushed renovate/all from 87567a807d to cb35c83acf 2024-08-29 14:48:30 +02:00 Compare
kjuulh force-pushed renovate/all from cb35c83acf to f922857843 2024-08-29 15:25:35 +02:00 Compare
kjuulh force-pushed renovate/all from f922857843 to dcbe265f92 2024-08-29 16:03:28 +02:00 Compare
kjuulh force-pushed renovate/all from dcbe265f92 to 1f402d38c5 2024-08-29 16:40:50 +02:00 Compare
kjuulh force-pushed renovate/all from 1f402d38c5 to 0db56ee819 2024-08-29 17:18:59 +02:00 Compare
kjuulh force-pushed renovate/all from 0db56ee819 to 8f09218b5e 2024-08-29 17:56:37 +02:00 Compare
kjuulh force-pushed renovate/all from 8f09218b5e to 508230a4e0 2024-08-29 18:08:04 +02:00 Compare
kjuulh force-pushed renovate/all from 508230a4e0 to 9815159755 2024-08-29 18:58:34 +02:00 Compare
kjuulh force-pushed renovate/all from 9815159755 to aac88beba3 2024-08-29 19:35:40 +02:00 Compare
kjuulh force-pushed renovate/all from aac88beba3 to a8258a435c 2024-08-29 20:13:21 +02:00 Compare
kjuulh force-pushed renovate/all from a8258a435c to 6cdab37bc6 2024-08-29 20:49:34 +02:00 Compare
kjuulh force-pushed renovate/all from 6cdab37bc6 to 39008c1a86 2024-08-29 21:27:36 +02:00 Compare
kjuulh force-pushed renovate/all from 39008c1a86 to be15c07a14 2024-08-29 22:04:37 +02:00 Compare
kjuulh force-pushed renovate/all from be15c07a14 to 2555d7d5da 2024-08-29 22:41:33 +02:00 Compare
kjuulh force-pushed renovate/all from 2555d7d5da to afe6de7f42 2024-08-29 23:20:51 +02:00 Compare
kjuulh force-pushed renovate/all from afe6de7f42 to 534072ea84 2024-08-29 23:57:43 +02:00 Compare
kjuulh force-pushed renovate/all from 534072ea84 to 8c8e966291 2024-08-30 00:09:19 +02:00 Compare
kjuulh force-pushed renovate/all from 8c8e966291 to c23eb9b88a 2024-08-30 01:02:54 +02:00 Compare
kjuulh force-pushed renovate/all from c23eb9b88a to b8c0b83f47 2024-08-30 01:41:01 +02:00 Compare
kjuulh force-pushed renovate/all from b8c0b83f47 to 54bdcd9c77 2024-08-30 02:19:46 +02:00 Compare
kjuulh force-pushed renovate/all from 54bdcd9c77 to e4deaf56e5 2024-08-30 02:57:51 +02:00 Compare
kjuulh force-pushed renovate/all from e4deaf56e5 to 3e9707925f 2024-08-30 03:36:41 +02:00 Compare
kjuulh force-pushed renovate/all from 3e9707925f to 2730b495b2 2024-08-30 04:14:07 +02:00 Compare
kjuulh force-pushed renovate/all from 2730b495b2 to c2b2c769ee 2024-08-30 04:52:51 +02:00 Compare
kjuulh force-pushed renovate/all from c2b2c769ee to 70f65aa271 2024-08-30 05:31:33 +02:00 Compare
kjuulh force-pushed renovate/all from 70f65aa271 to f33dda68c7 2024-08-30 06:08:51 +02:00 Compare
kjuulh force-pushed renovate/all from f33dda68c7 to 730753d574 2024-08-30 07:02:14 +02:00 Compare
kjuulh force-pushed renovate/all from 730753d574 to 8f94ab91c9 2024-08-30 07:40:20 +02:00 Compare
kjuulh force-pushed renovate/all from 8f94ab91c9 to 720426ca8f 2024-08-30 08:18:26 +02:00 Compare
kjuulh force-pushed renovate/all from 720426ca8f to 8a15132a83 2024-08-30 08:55:23 +02:00 Compare
kjuulh force-pushed renovate/all from 8a15132a83 to b20a71a536 2024-08-30 09:34:05 +02:00 Compare
kjuulh force-pushed renovate/all from b20a71a536 to d343830a0a 2024-08-30 10:11:15 +02:00 Compare
kjuulh force-pushed renovate/all from d343830a0a to f9df3c067a 2024-08-30 10:55:39 +02:00 Compare
kjuulh force-pushed renovate/all from f9df3c067a to 65cbfca0fd 2024-08-30 11:37:12 +02:00 Compare
kjuulh force-pushed renovate/all from 65cbfca0fd to 9a73656a6b 2024-08-30 12:08:04 +02:00 Compare
kjuulh force-pushed renovate/all from 9a73656a6b to 8510609977 2024-08-30 13:05:33 +02:00 Compare
kjuulh force-pushed renovate/all from 8510609977 to 14273c5f79 2024-08-30 13:44:02 +02:00 Compare
kjuulh force-pushed renovate/all from 14273c5f79 to 4e439318a8 2024-08-30 14:21:31 +02:00 Compare
kjuulh force-pushed renovate/all from 4e439318a8 to 48f665b1c3 2024-08-30 14:57:53 +02:00 Compare
kjuulh force-pushed renovate/all from 48f665b1c3 to f5b81aa694 2024-08-30 15:34:54 +02:00 Compare
kjuulh force-pushed renovate/all from f5b81aa694 to d53883bf35 2024-08-30 16:11:27 +02:00 Compare
kjuulh force-pushed renovate/all from d53883bf35 to 53bdd15864 2024-08-30 16:48:01 +02:00 Compare
kjuulh force-pushed renovate/all from 53bdd15864 to 3a575ca923 2024-08-30 17:23:42 +02:00 Compare
kjuulh force-pushed renovate/all from 3a575ca923 to 69e56f3141 2024-08-30 18:07:27 +02:00 Compare
kjuulh force-pushed renovate/all from 69e56f3141 to 378c6ea3d1 2024-08-30 18:57:26 +02:00 Compare
kjuulh force-pushed renovate/all from 378c6ea3d1 to 839597f7af 2024-08-30 19:34:12 +02:00 Compare
kjuulh force-pushed renovate/all from 839597f7af to 6d95bc4ec2 2024-08-30 20:10:56 +02:00 Compare
kjuulh force-pushed renovate/all from 6d95bc4ec2 to 83469b0c8c 2024-08-31 02:07:34 +02:00 Compare
kjuulh force-pushed renovate/all from 83469b0c8c to 297e665a63 2024-08-31 06:07:31 +02:00 Compare
kjuulh force-pushed renovate/all from 297e665a63 to f19d9f9a92 2024-09-01 02:07:34 +02:00 Compare
kjuulh force-pushed renovate/all from f19d9f9a92 to 7d6a1216b6 2024-09-01 06:07:44 +02:00 Compare
kjuulh force-pushed renovate/all from 7d6a1216b6 to 7e83bb6bcf 2024-09-02 02:07:29 +02:00 Compare
kjuulh force-pushed renovate/all from 7e83bb6bcf to f42809ea93 2024-09-02 06:07:40 +02:00 Compare
kjuulh force-pushed renovate/all from f42809ea93 to 7872ef7ac6 2024-09-03 02:07:46 +02:00 Compare
kjuulh force-pushed renovate/all from 7872ef7ac6 to 019830d4f5 2024-09-03 06:07:07 +02:00 Compare
kjuulh force-pushed renovate/all from 019830d4f5 to 2cb5bd6be2 2024-09-04 02:07:59 +02:00 Compare
kjuulh force-pushed renovate/all from 2cb5bd6be2 to 0a9746d809 2024-09-04 06:07:52 +02:00 Compare
kjuulh force-pushed renovate/all from 0a9746d809 to da53ae2cb0 2024-09-05 02:08:04 +02:00 Compare
kjuulh force-pushed renovate/all from da53ae2cb0 to 36de4aaac2 2024-09-05 06:07:58 +02:00 Compare
kjuulh force-pushed renovate/all from 36de4aaac2 to 9ac2965cc9 2024-09-06 02:09:15 +02:00 Compare
kjuulh force-pushed renovate/all from 9ac2965cc9 to 2946d3f2f1 2024-09-06 06:07:53 +02:00 Compare
kjuulh force-pushed renovate/all from 2946d3f2f1 to e660bee55a 2024-09-07 02:08:16 +02:00 Compare
kjuulh force-pushed renovate/all from e660bee55a to b7d2547f91 2024-09-07 06:07:59 +02:00 Compare
kjuulh force-pushed renovate/all from b7d2547f91 to cf06dad4bb 2024-09-08 02:09:28 +02:00 Compare
kjuulh force-pushed renovate/all from cf06dad4bb to 95dd8547c8 2024-09-08 06:09:06 +02:00 Compare
kjuulh force-pushed renovate/all from 95dd8547c8 to cd08a14d07 2024-09-08 14:49:28 +02:00 Compare
kjuulh force-pushed renovate/all from cd08a14d07 to b5299ab1e1 2024-09-09 02:09:14 +02:00 Compare
kjuulh force-pushed renovate/all from b5299ab1e1 to 7b63b2373f 2024-09-09 06:09:20 +02:00 Compare
kjuulh force-pushed renovate/all from 7b63b2373f to e4f100d6bf 2024-09-10 02:10:25 +02:00 Compare
kjuulh force-pushed renovate/all from e4f100d6bf to 4020b38d07 2024-09-10 06:09:14 +02:00 Compare
kjuulh force-pushed renovate/all from 4020b38d07 to 512e9716a5 2024-09-11 02:09:35 +02:00 Compare
kjuulh force-pushed renovate/all from 512e9716a5 to 3e04077c8f 2024-09-11 06:08:57 +02:00 Compare
kjuulh force-pushed renovate/all from 3e04077c8f to 2998bf4dc9 2024-09-12 02:09:41 +02:00 Compare
kjuulh force-pushed renovate/all from 2998bf4dc9 to 1833f7de88 2024-09-12 06:10:00 +02:00 Compare
kjuulh force-pushed renovate/all from 1833f7de88 to f151dd2054 2024-09-13 02:09:18 +02:00 Compare
kjuulh force-pushed renovate/all from f151dd2054 to 4a202272fb 2024-09-13 06:08:40 +02:00 Compare
kjuulh force-pushed renovate/all from 4a202272fb to 05f83d88b1 2024-09-14 02:08:32 +02:00 Compare
kjuulh force-pushed renovate/all from 05f83d88b1 to c2f80af83c 2024-09-14 06:08:49 +02:00 Compare
kjuulh force-pushed renovate/all from c2f80af83c to 195807d4ea 2024-09-15 02:08:42 +02:00 Compare
kjuulh force-pushed renovate/all from 195807d4ea to 8f30b8a4cf 2024-09-15 06:08:41 +02:00 Compare
kjuulh force-pushed renovate/all from 8f30b8a4cf to c218917585 2024-09-16 02:08:34 +02:00 Compare
kjuulh force-pushed renovate/all from c218917585 to 4fe5a27f29 2024-09-16 06:10:30 +02:00 Compare
kjuulh force-pushed renovate/all from 4fe5a27f29 to 9eda56f41a 2024-09-17 02:09:14 +02:00 Compare
kjuulh force-pushed renovate/all from 9eda56f41a to 21950fabea 2024-09-17 06:09:01 +02:00 Compare
kjuulh force-pushed renovate/all from 21950fabea to 5c600ade0f 2024-09-18 02:11:09 +02:00 Compare
kjuulh force-pushed renovate/all from 5c600ade0f to 2b8085161f 2024-09-18 06:10:00 +02:00 Compare
kjuulh force-pushed renovate/all from 2b8085161f to 6462fa400d 2024-09-19 02:10:44 +02:00 Compare
kjuulh force-pushed renovate/all from 6462fa400d to f38b620c17 2024-09-19 06:10:04 +02:00 Compare
kjuulh force-pushed renovate/all from f38b620c17 to 4c8659148f 2024-09-20 02:15:25 +02:00 Compare
kjuulh force-pushed renovate/all from 4c8659148f to b0370a6293 2024-09-20 06:19:21 +02:00 Compare
kjuulh force-pushed renovate/all from b0370a6293 to a8ab9dd261 2024-09-21 02:18:40 +02:00 Compare
kjuulh force-pushed renovate/all from a8ab9dd261 to 252624d1b8 2024-09-21 06:09:31 +02:00 Compare
kjuulh force-pushed renovate/all from 252624d1b8 to 440fd781dc 2024-09-22 02:08:30 +02:00 Compare
kjuulh force-pushed renovate/all from 440fd781dc to ac4fc7db4e 2024-09-22 06:08:54 +02:00 Compare
kjuulh force-pushed renovate/all from ac4fc7db4e to 98b23675c6 2024-09-23 02:08:56 +02:00 Compare
kjuulh force-pushed renovate/all from 98b23675c6 to e33d9769d6 2024-09-23 06:09:11 +02:00 Compare
kjuulh force-pushed renovate/all from e33d9769d6 to b2013f22ac 2024-09-24 02:08:54 +02:00 Compare
kjuulh force-pushed renovate/all from b2013f22ac to 43fe000707 2024-09-24 06:09:09 +02:00 Compare
kjuulh force-pushed renovate/all from 43fe000707 to 57f3a54509 2024-09-25 02:10:06 +02:00 Compare
kjuulh force-pushed renovate/all from 57f3a54509 to 8fc9f1b0ec 2024-09-25 06:09:22 +02:00 Compare
kjuulh force-pushed renovate/all from 8fc9f1b0ec to dc38ee6d6b 2024-09-26 02:08:43 +02:00 Compare
kjuulh force-pushed renovate/all from dc38ee6d6b to d907f492fb 2024-09-26 06:08:39 +02:00 Compare
kjuulh force-pushed renovate/all from d907f492fb to 9d655eed77 2024-09-27 02:09:51 +02:00 Compare
kjuulh force-pushed renovate/all from 9d655eed77 to 36fb1cdd87 2024-09-27 06:09:34 +02:00 Compare
kjuulh force-pushed renovate/all from 36fb1cdd87 to fe7afb46c4 2024-09-28 02:11:32 +02:00 Compare
kjuulh force-pushed renovate/all from fe7afb46c4 to 5773d715e2 2024-09-28 06:09:25 +02:00 Compare
kjuulh force-pushed renovate/all from 5773d715e2 to 1adc8f9414 2024-09-29 02:10:48 +02:00 Compare
kjuulh force-pushed renovate/all from 1adc8f9414 to 48f1dbffb3 2024-09-29 06:08:55 +02:00 Compare
kjuulh force-pushed renovate/all from 48f1dbffb3 to 2b0585b953 2024-09-30 02:09:31 +02:00 Compare
kjuulh force-pushed renovate/all from 2b0585b953 to 22a44b8b5c 2024-09-30 06:09:49 +02:00 Compare
kjuulh force-pushed renovate/all from 22a44b8b5c to 5a9176ae02 2024-10-01 02:10:21 +02:00 Compare
kjuulh force-pushed renovate/all from 5a9176ae02 to 20d7392c7e 2024-10-01 06:10:05 +02:00 Compare
kjuulh force-pushed renovate/all from 20d7392c7e to f12ccf7e86 2024-10-02 02:10:05 +02:00 Compare
kjuulh force-pushed renovate/all from f12ccf7e86 to 910b28927d 2024-10-02 06:09:22 +02:00 Compare
kjuulh force-pushed renovate/all from 910b28927d to b63cb5d9ea 2024-10-03 02:10:02 +02:00 Compare
kjuulh force-pushed renovate/all from b63cb5d9ea to d330601cf9 2024-10-03 06:09:33 +02:00 Compare
kjuulh force-pushed renovate/all from d330601cf9 to bd88b0f6aa 2024-10-04 02:09:35 +02:00 Compare
kjuulh force-pushed renovate/all from bd88b0f6aa to 2c0eda0e9e 2024-10-04 06:08:29 +02:00 Compare
kjuulh force-pushed renovate/all from 2c0eda0e9e to 18830ebe55 2024-10-05 02:08:27 +02:00 Compare
kjuulh force-pushed renovate/all from 18830ebe55 to b415d6e3cb 2024-10-05 06:08:24 +02:00 Compare
kjuulh force-pushed renovate/all from b415d6e3cb to 6625d2b008 2024-10-06 02:10:44 +02:00 Compare
kjuulh force-pushed renovate/all from 6625d2b008 to d84bda1569 2024-10-06 06:09:58 +02:00 Compare
kjuulh force-pushed renovate/all from d84bda1569 to 8ae3b50a78 2024-10-07 02:08:33 +02:00 Compare
kjuulh force-pushed renovate/all from 8ae3b50a78 to 1e7c78ab67 2024-10-07 06:08:28 +02:00 Compare
kjuulh force-pushed renovate/all from 1e7c78ab67 to f72bbed10c 2024-10-08 02:09:19 +02:00 Compare
kjuulh force-pushed renovate/all from f72bbed10c to 8c0342646e 2024-10-08 06:08:27 +02:00 Compare
kjuulh force-pushed renovate/all from 8c0342646e to 7cbacb72d0 2024-10-09 02:09:00 +02:00 Compare
kjuulh force-pushed renovate/all from 7cbacb72d0 to 632029deb7 2024-10-09 06:09:17 +02:00 Compare
kjuulh force-pushed renovate/all from 632029deb7 to cbed16f47c 2024-10-10 02:10:57 +02:00 Compare
kjuulh force-pushed renovate/all from cbed16f47c to 57025b172c 2024-10-10 06:09:59 +02:00 Compare
kjuulh force-pushed renovate/all from 57025b172c to 7eb071026f 2024-10-11 02:09:33 +02:00 Compare
kjuulh force-pushed renovate/all from 7eb071026f to a13da55030 2024-10-11 06:09:24 +02:00 Compare
kjuulh force-pushed renovate/all from a13da55030 to 624b4c27d9 2024-10-12 02:09:43 +02:00 Compare
kjuulh force-pushed renovate/all from 624b4c27d9 to d572deb0b1 2024-10-12 06:09:29 +02:00 Compare
kjuulh force-pushed renovate/all from d572deb0b1 to 6bfeb6e8da 2024-10-13 02:08:58 +02:00 Compare
kjuulh force-pushed renovate/all from 6bfeb6e8da to ea350775d0 2024-10-13 06:09:03 +02:00 Compare
kjuulh force-pushed renovate/all from ea350775d0 to 553e038efa 2024-10-14 02:09:30 +02:00 Compare
kjuulh force-pushed renovate/all from 553e038efa to e9222e06c4 2024-10-14 06:09:24 +02:00 Compare
kjuulh force-pushed renovate/all from e9222e06c4 to 0a7144c8e2 2024-10-15 02:09:24 +02:00 Compare
kjuulh force-pushed renovate/all from 0a7144c8e2 to 5ea0d2d15f 2024-10-15 06:09:19 +02:00 Compare
kjuulh force-pushed renovate/all from 5ea0d2d15f to 8cc4a084ce 2024-10-16 02:10:19 +02:00 Compare
kjuulh force-pushed renovate/all from 8cc4a084ce to b1c8d6ee2c 2024-10-16 06:10:19 +02:00 Compare
kjuulh force-pushed renovate/all from b1c8d6ee2c to 9952cd8e0a 2024-10-17 02:11:16 +02:00 Compare
kjuulh force-pushed renovate/all from 9952cd8e0a to 1bd4ee12a8 2024-10-17 06:10:16 +02:00 Compare
kjuulh force-pushed renovate/all from 1bd4ee12a8 to 013d93840d 2024-10-18 02:11:52 +02:00 Compare
kjuulh force-pushed renovate/all from 013d93840d to 92addce85d 2024-10-18 06:10:14 +02:00 Compare
kjuulh force-pushed renovate/all from 92addce85d to e040df5e4d 2024-10-19 02:10:28 +02:00 Compare
kjuulh force-pushed renovate/all from e040df5e4d to a92aa39b44 2024-10-19 06:11:09 +02:00 Compare
kjuulh force-pushed renovate/all from a92aa39b44 to 32c205a4ea 2024-10-20 02:11:51 +02:00 Compare
kjuulh force-pushed renovate/all from 32c205a4ea to ad940617ac 2024-10-20 06:10:58 +02:00 Compare
kjuulh force-pushed renovate/all from ad940617ac to 34f77126f7 2024-10-21 02:09:27 +02:00 Compare
kjuulh force-pushed renovate/all from 34f77126f7 to 5b47ba2d20 2024-10-21 06:09:29 +02:00 Compare
kjuulh force-pushed renovate/all from 5b47ba2d20 to 5c016a6fa1 2024-10-22 02:10:33 +02:00 Compare
kjuulh force-pushed renovate/all from 5c016a6fa1 to 0072df2046 2024-10-22 06:09:31 +02:00 Compare
kjuulh force-pushed renovate/all from 0072df2046 to 4ee3470343 2024-10-23 02:12:05 +02:00 Compare
kjuulh force-pushed renovate/all from 4ee3470343 to e9dc75f797 2024-10-23 06:11:35 +02:00 Compare
kjuulh force-pushed renovate/all from e9dc75f797 to b2620cfee6 2024-10-24 02:10:24 +02:00 Compare
kjuulh force-pushed renovate/all from b2620cfee6 to ae50b18f30 2024-10-24 06:10:44 +02:00 Compare
kjuulh force-pushed renovate/all from ae50b18f30 to 929ccb9171 2024-10-25 02:10:18 +02:00 Compare
kjuulh force-pushed renovate/all from 929ccb9171 to 237ffdde6b 2024-10-25 06:10:03 +02:00 Compare
kjuulh force-pushed renovate/all from 237ffdde6b to ab452ce467 2024-10-26 02:10:21 +02:00 Compare
kjuulh force-pushed renovate/all from ab452ce467 to aac546c55c 2024-10-26 06:09:40 +02:00 Compare
kjuulh force-pushed renovate/all from aac546c55c to 4ade41b162 2024-10-27 02:15:30 +02:00 Compare
kjuulh force-pushed renovate/all from 4ade41b162 to 98e4e75dac 2024-10-27 06:09:54 +01:00 Compare
kjuulh force-pushed renovate/all from 98e4e75dac to f7cba94d45 2024-10-28 02:09:30 +01:00 Compare
kjuulh force-pushed renovate/all from f7cba94d45 to decd2c9d4d 2024-10-28 06:10:02 +01:00 Compare
kjuulh force-pushed renovate/all from decd2c9d4d to 5667a702d5 2024-10-29 02:12:14 +01:00 Compare
kjuulh force-pushed renovate/all from 5667a702d5 to cc1e180ac7 2024-10-29 06:10:27 +01:00 Compare
kjuulh force-pushed renovate/all from cc1e180ac7 to 9f7702739f 2024-10-30 02:11:14 +01:00 Compare
kjuulh force-pushed renovate/all from 9f7702739f to 20bb1b452f 2024-10-30 06:10:45 +01:00 Compare
kjuulh force-pushed renovate/all from 20bb1b452f to 5fa925aefd 2024-10-31 02:10:56 +01:00 Compare
kjuulh force-pushed renovate/all from 5fa925aefd to f88dcb3d7d 2024-10-31 06:10:45 +01:00 Compare
kjuulh force-pushed renovate/all from f88dcb3d7d to a946f77a32 2024-11-01 02:12:20 +01:00 Compare
kjuulh force-pushed renovate/all from a946f77a32 to d9c66d2a4e 2024-11-01 06:11:16 +01:00 Compare
kjuulh force-pushed renovate/all from d9c66d2a4e to 56cba01757 2024-11-02 02:10:48 +01:00 Compare
kjuulh force-pushed renovate/all from 56cba01757 to 82faedc6e2 2024-11-02 06:10:36 +01:00 Compare
kjuulh force-pushed renovate/all from 82faedc6e2 to ae4a063700 2024-11-04 02:08:35 +01:00 Compare
kjuulh force-pushed renovate/all from ae4a063700 to dd04fb0745 2024-11-04 06:07:59 +01:00 Compare
kjuulh force-pushed renovate/all from dd04fb0745 to 070e43595b 2024-11-05 02:09:08 +01:00 Compare
kjuulh force-pushed renovate/all from 070e43595b to 3877fa82a0 2024-11-05 06:09:02 +01:00 Compare
kjuulh force-pushed renovate/all from 3877fa82a0 to 7f8aa37cfa 2024-11-06 02:08:22 +01:00 Compare
kjuulh force-pushed renovate/all from 7f8aa37cfa to a2983e3696 2024-11-06 06:08:04 +01:00 Compare
kjuulh force-pushed renovate/all from a2983e3696 to c217d737fd 2024-11-07 02:09:39 +01:00 Compare
kjuulh force-pushed renovate/all from c217d737fd to c5b0f064f4 2024-11-07 06:08:52 +01:00 Compare
kjuulh force-pushed renovate/all from c5b0f064f4 to badf60faa1 2024-11-08 02:09:44 +01:00 Compare
kjuulh force-pushed renovate/all from badf60faa1 to 37fbec4e5c 2024-11-08 06:09:25 +01:00 Compare
kjuulh force-pushed renovate/all from 37fbec4e5c to f35d5dce0e 2024-11-09 02:09:31 +01:00 Compare
kjuulh force-pushed renovate/all from f35d5dce0e to c1f9821334 2024-11-09 06:09:05 +01:00 Compare
kjuulh force-pushed renovate/all from c1f9821334 to 1df069fbd3 2024-11-10 02:09:19 +01:00 Compare
kjuulh force-pushed renovate/all from 1df069fbd3 to 7a2054bab6 2024-11-10 06:11:32 +01:00 Compare
kjuulh force-pushed renovate/all from 7a2054bab6 to 4c14e8c15e 2024-11-11 02:09:07 +01:00 Compare
kjuulh force-pushed renovate/all from 4c14e8c15e to a178f14633 2024-11-11 06:08:39 +01:00 Compare
kjuulh force-pushed renovate/all from a178f14633 to cda55a58cb 2024-11-12 02:08:48 +01:00 Compare
kjuulh force-pushed renovate/all from cda55a58cb to a0449ddf68 2024-11-12 06:09:20 +01:00 Compare
kjuulh force-pushed renovate/all from a0449ddf68 to 533e2a7d72 2024-11-13 02:14:04 +01:00 Compare
kjuulh force-pushed renovate/all from 533e2a7d72 to 3fad235a23 2024-11-13 06:11:40 +01:00 Compare
kjuulh force-pushed renovate/all from 3fad235a23 to 91ac58b76c 2024-11-14 02:10:45 +01:00 Compare
kjuulh force-pushed renovate/all from 91ac58b76c to 9346c2bd4e 2024-11-14 06:12:29 +01:00 Compare
kjuulh force-pushed renovate/all from 9346c2bd4e to c8665e8957 2024-11-15 02:09:26 +01:00 Compare
kjuulh force-pushed renovate/all from c8665e8957 to a84295be02 2024-11-15 06:11:35 +01:00 Compare
kjuulh force-pushed renovate/all from a84295be02 to 6b55427b76 2024-11-16 02:11:04 +01:00 Compare
kjuulh force-pushed renovate/all from 6b55427b76 to 0bfe5bd8ae 2024-11-16 06:11:54 +01:00 Compare
kjuulh force-pushed renovate/all from 0bfe5bd8ae to 83d98a7571 2024-11-17 02:09:49 +01:00 Compare
kjuulh force-pushed renovate/all from 83d98a7571 to 1373d7fb3c 2024-11-17 06:09:54 +01:00 Compare
kjuulh force-pushed renovate/all from 1373d7fb3c to 9a1aff4fe1 2024-11-18 02:08:50 +01:00 Compare
kjuulh force-pushed renovate/all from 9a1aff4fe1 to 14aea8768b 2024-11-18 06:09:25 +01:00 Compare
kjuulh force-pushed renovate/all from 14aea8768b to 599bff191c 2024-11-19 02:09:24 +01:00 Compare
kjuulh force-pushed renovate/all from 599bff191c to 92238c57ba 2024-11-19 06:09:42 +01:00 Compare
kjuulh force-pushed renovate/all from 92238c57ba to fd1c035107 2024-11-20 02:10:39 +01:00 Compare
kjuulh force-pushed renovate/all from fd1c035107 to 6ccbc7a912 2024-11-20 06:10:09 +01:00 Compare
kjuulh force-pushed renovate/all from 6ccbc7a912 to 4272c6aa07 2024-11-21 02:11:00 +01:00 Compare
kjuulh force-pushed renovate/all from 4272c6aa07 to b0c94006c4 2024-11-21 06:09:55 +01:00 Compare
kjuulh force-pushed renovate/all from b0c94006c4 to 8426b76622 2024-11-22 02:12:10 +01:00 Compare
kjuulh force-pushed renovate/all from 8426b76622 to 8af521a38c 2024-11-22 06:12:14 +01:00 Compare
kjuulh force-pushed renovate/all from 8af521a38c to 7a1067d045 2024-11-23 02:15:08 +01:00 Compare
kjuulh force-pushed renovate/all from 7a1067d045 to a66d65a4b8 2024-11-23 06:17:23 +01:00 Compare
kjuulh force-pushed renovate/all from a66d65a4b8 to 7d021daada 2024-11-24 02:16:49 +01:00 Compare
kjuulh force-pushed renovate/all from 7d021daada to 07c2376432 2024-11-24 06:15:22 +01:00 Compare
kjuulh force-pushed renovate/all from 07c2376432 to 91b8e50a1f 2024-11-25 02:12:05 +01:00 Compare
kjuulh force-pushed renovate/all from 91b8e50a1f to 21417b683e 2024-11-25 06:13:31 +01:00 Compare
kjuulh force-pushed renovate/all from 21417b683e to 3a07dd7eba 2024-11-26 02:26:33 +01:00 Compare
kjuulh force-pushed renovate/all from 3a07dd7eba to b3dc08bb4c 2024-11-26 06:12:55 +01:00 Compare
kjuulh force-pushed renovate/all from b3dc08bb4c to 40fbad8a6c 2024-11-27 02:28:00 +01:00 Compare
kjuulh force-pushed renovate/all from 40fbad8a6c to 85d069efbc 2024-11-27 06:12:19 +01:00 Compare
kjuulh force-pushed renovate/all from 85d069efbc to 84e8ce4292 2024-11-28 02:12:24 +01:00 Compare
kjuulh force-pushed renovate/all from 84e8ce4292 to fa11db3b3b 2024-11-28 06:11:59 +01:00 Compare
kjuulh force-pushed renovate/all from fa11db3b3b to 665d80f632 2024-11-29 02:11:22 +01:00 Compare
kjuulh force-pushed renovate/all from 665d80f632 to 34f46bb292 2024-11-29 06:11:18 +01:00 Compare
kjuulh force-pushed renovate/all from 34f46bb292 to 5b96b32139 2024-11-30 02:21:19 +01:00 Compare
kjuulh force-pushed renovate/all from 5b96b32139 to c9b33f4e15 2024-11-30 06:24:53 +01:00 Compare
kjuulh force-pushed renovate/all from c9b33f4e15 to 78f716ef50 2024-12-01 02:11:28 +01:00 Compare
kjuulh force-pushed renovate/all from 78f716ef50 to 1f33f6dc24 2024-12-01 06:11:36 +01:00 Compare
kjuulh force-pushed renovate/all from 1f33f6dc24 to fd0b376082 2024-12-02 02:25:50 +01:00 Compare
kjuulh force-pushed renovate/all from fd0b376082 to efc71e2903 2024-12-02 06:19:00 +01:00 Compare
kjuulh force-pushed renovate/all from efc71e2903 to 7cd4bf00d2 2024-12-03 02:10:13 +01:00 Compare
kjuulh force-pushed renovate/all from 7cd4bf00d2 to 01c0d09f37 2024-12-03 06:11:35 +01:00 Compare
kjuulh force-pushed renovate/all from 01c0d09f37 to be2c3e4fa7 2024-12-04 02:14:32 +01:00 Compare
kjuulh force-pushed renovate/all from be2c3e4fa7 to 4463bae31b 2024-12-04 06:11:15 +01:00 Compare
kjuulh force-pushed renovate/all from 4463bae31b to bbcee47d55 2024-12-05 02:12:42 +01:00 Compare
kjuulh force-pushed renovate/all from bbcee47d55 to 8e7a7504e2 2024-12-05 06:11:29 +01:00 Compare
kjuulh force-pushed renovate/all from 8e7a7504e2 to ccf014cc76 2024-12-06 02:15:16 +01:00 Compare
kjuulh force-pushed renovate/all from ccf014cc76 to c1948ab938 2024-12-06 06:11:58 +01:00 Compare
kjuulh force-pushed renovate/all from c1948ab938 to aba7c7d30a 2024-12-07 02:14:33 +01:00 Compare
kjuulh force-pushed renovate/all from aba7c7d30a to 11e3872a54 2024-12-07 06:11:47 +01:00 Compare
kjuulh force-pushed renovate/all from 11e3872a54 to 5a54d54365 2024-12-08 02:10:42 +01:00 Compare
kjuulh force-pushed renovate/all from 5a54d54365 to a840e7488d 2024-12-08 06:13:12 +01:00 Compare
kjuulh force-pushed renovate/all from a840e7488d to a0b3ad75e2 2024-12-09 02:12:33 +01:00 Compare
kjuulh force-pushed renovate/all from a0b3ad75e2 to 6795e6354e 2024-12-09 06:24:04 +01:00 Compare
kjuulh force-pushed renovate/all from 6795e6354e to 3fda3a8559 2024-12-10 02:11:58 +01:00 Compare
kjuulh force-pushed renovate/all from 3fda3a8559 to ec2f6cb63b 2024-12-10 06:12:11 +01:00 Compare
kjuulh force-pushed renovate/all from ec2f6cb63b to afda730155 2024-12-11 02:18:12 +01:00 Compare
kjuulh force-pushed renovate/all from afda730155 to 21c9605977 2024-12-11 06:10:42 +01:00 Compare
kjuulh force-pushed renovate/all from 21c9605977 to d5504fa66b 2024-12-12 02:11:54 +01:00 Compare
kjuulh force-pushed renovate/all from d5504fa66b to f383f229d4 2024-12-12 06:10:52 +01:00 Compare
kjuulh force-pushed renovate/all from f383f229d4 to fe4882655e 2024-12-13 02:11:23 +01:00 Compare
kjuulh force-pushed renovate/all from fe4882655e to 7d440197d9 2024-12-13 06:10:44 +01:00 Compare
kjuulh force-pushed renovate/all from 7d440197d9 to b382b50948 2024-12-14 02:10:21 +01:00 Compare
kjuulh force-pushed renovate/all from b382b50948 to 40bf5a53f3 2024-12-14 06:10:37 +01:00 Compare
kjuulh force-pushed renovate/all from 40bf5a53f3 to 422b264716 2024-12-15 02:09:48 +01:00 Compare
kjuulh force-pushed renovate/all from 422b264716 to 0f445670ed 2024-12-15 06:10:02 +01:00 Compare
kjuulh force-pushed renovate/all from 0f445670ed to d5d1270ed0 2024-12-16 02:12:05 +01:00 Compare
kjuulh force-pushed renovate/all from d5d1270ed0 to 7bba9fc097 2024-12-16 06:12:30 +01:00 Compare
kjuulh force-pushed renovate/all from 7bba9fc097 to d12f09706d 2024-12-17 02:11:14 +01:00 Compare
kjuulh force-pushed renovate/all from d12f09706d to c562c3ea99 2024-12-17 06:12:35 +01:00 Compare
kjuulh force-pushed renovate/all from c562c3ea99 to 7a50bd826e 2024-12-18 02:12:28 +01:00 Compare
kjuulh force-pushed renovate/all from 7a50bd826e to f23d91351a 2024-12-18 06:10:08 +01:00 Compare
kjuulh force-pushed renovate/all from f23d91351a to 4c3195f28a 2024-12-19 02:11:11 +01:00 Compare
kjuulh force-pushed renovate/all from 4c3195f28a to ee89f59e77 2024-12-19 06:10:02 +01:00 Compare
kjuulh force-pushed renovate/all from ee89f59e77 to fec7d37434 2024-12-20 02:10:50 +01:00 Compare
kjuulh force-pushed renovate/all from fec7d37434 to ec72e09f65 2024-12-20 06:11:11 +01:00 Compare
kjuulh force-pushed renovate/all from ec72e09f65 to dfd15bab09 2024-12-21 02:13:02 +01:00 Compare
kjuulh force-pushed renovate/all from dfd15bab09 to 221ff8a934 2024-12-21 06:10:07 +01:00 Compare
kjuulh force-pushed renovate/all from 221ff8a934 to 85d9e3be0a 2024-12-22 02:10:48 +01:00 Compare
kjuulh force-pushed renovate/all from 85d9e3be0a to f97129bbb5 2024-12-22 06:10:21 +01:00 Compare
kjuulh force-pushed renovate/all from f97129bbb5 to 5d15115a0a 2024-12-23 02:12:34 +01:00 Compare
kjuulh force-pushed renovate/all from 5d15115a0a to dcf79de9cd 2024-12-23 06:15:07 +01:00 Compare
kjuulh force-pushed renovate/all from dcf79de9cd to 9279b79c8f 2024-12-24 02:16:01 +01:00 Compare
kjuulh force-pushed renovate/all from 9279b79c8f to de33d87d86 2024-12-24 06:10:13 +01:00 Compare
kjuulh force-pushed renovate/all from de33d87d86 to c649c159cf 2024-12-25 02:13:30 +01:00 Compare
kjuulh force-pushed renovate/all from c649c159cf to 7205f89ff3 2024-12-25 06:11:25 +01:00 Compare
kjuulh force-pushed renovate/all from 7205f89ff3 to 737255841b 2024-12-26 02:12:47 +01:00 Compare
kjuulh force-pushed renovate/all from 737255841b to 778b22a2e5 2024-12-26 06:11:19 +01:00 Compare
kjuulh force-pushed renovate/all from 778b22a2e5 to 446c1181de 2024-12-27 02:11:04 +01:00 Compare
kjuulh force-pushed renovate/all from 446c1181de to 74f9feb314 2024-12-27 06:09:47 +01:00 Compare
kjuulh force-pushed renovate/all from 74f9feb314 to 09987e63d9 2024-12-28 02:14:23 +01:00 Compare
kjuulh force-pushed renovate/all from 09987e63d9 to f2df8db957 2024-12-28 06:10:49 +01:00 Compare
kjuulh force-pushed renovate/all from f2df8db957 to c3cfed6235 2024-12-29 02:15:27 +01:00 Compare
kjuulh force-pushed renovate/all from c3cfed6235 to dad6da45ef 2024-12-29 06:10:11 +01:00 Compare
kjuulh force-pushed renovate/all from dad6da45ef to 4269bd79c0 2024-12-30 02:10:51 +01:00 Compare
kjuulh force-pushed renovate/all from 4269bd79c0 to 3794d40a81 2024-12-30 06:10:45 +01:00 Compare
kjuulh force-pushed renovate/all from 3794d40a81 to e2e4e4b864 2024-12-31 02:12:19 +01:00 Compare
kjuulh force-pushed renovate/all from e2e4e4b864 to 7c250fe197 2024-12-31 06:12:12 +01:00 Compare
kjuulh force-pushed renovate/all from 7c250fe197 to 93508b8643 2025-01-01 02:12:46 +01:00 Compare
kjuulh force-pushed renovate/all from 93508b8643 to 87abf61e8d 2025-01-01 06:11:41 +01:00 Compare
kjuulh force-pushed renovate/all from 87abf61e8d to 7a244a820a 2025-01-02 02:11:09 +01:00 Compare
kjuulh force-pushed renovate/all from 7a244a820a to 6f8eb300ea 2025-01-02 06:10:27 +01:00 Compare
kjuulh force-pushed renovate/all from 6f8eb300ea to dcaac7517d 2025-01-03 02:09:20 +01:00 Compare
kjuulh force-pushed renovate/all from dcaac7517d to 3962979ddb 2025-01-03 06:10:06 +01:00 Compare
kjuulh force-pushed renovate/all from 3962979ddb to 40031cbe82 2025-01-04 02:11:07 +01:00 Compare
kjuulh force-pushed renovate/all from 40031cbe82 to a49fa7bdb2 2025-01-04 06:09:48 +01:00 Compare
kjuulh force-pushed renovate/all from a49fa7bdb2 to 015e1941d4 2025-01-05 02:11:12 +01:00 Compare
kjuulh force-pushed renovate/all from 015e1941d4 to 1fadfdd852 2025-01-05 06:09:41 +01:00 Compare
kjuulh force-pushed renovate/all from 1fadfdd852 to fa428ffb6b 2025-01-06 02:09:00 +01:00 Compare
kjuulh force-pushed renovate/all from fa428ffb6b to fb9fd248c8 2025-01-06 06:09:25 +01:00 Compare
kjuulh force-pushed renovate/all from fb9fd248c8 to f0d7d207dd 2025-01-07 02:10:33 +01:00 Compare
kjuulh force-pushed renovate/all from f0d7d207dd to 8bf569878e 2025-01-07 06:09:27 +01:00 Compare
kjuulh force-pushed renovate/all from 8bf569878e to a133797f53 2025-01-08 02:09:43 +01:00 Compare
kjuulh force-pushed renovate/all from a133797f53 to a9416da0d3 2025-01-08 06:10:28 +01:00 Compare
kjuulh force-pushed renovate/all from a9416da0d3 to ffff6b2113 2025-01-09 02:10:10 +01:00 Compare
kjuulh force-pushed renovate/all from ffff6b2113 to 595e48e0c6 2025-01-09 06:09:47 +01:00 Compare
kjuulh force-pushed renovate/all from 595e48e0c6 to 95b5e142f4 2025-01-10 02:10:47 +01:00 Compare
kjuulh force-pushed renovate/all from 95b5e142f4 to 6e088785b9 2025-01-10 06:10:25 +01:00 Compare
kjuulh force-pushed renovate/all from 6e088785b9 to 5673613bc2 2025-01-11 02:09:58 +01:00 Compare
kjuulh force-pushed renovate/all from 5673613bc2 to a55593d89a 2025-01-11 06:10:55 +01:00 Compare
kjuulh force-pushed renovate/all from a55593d89a to e794325bda 2025-01-12 02:12:05 +01:00 Compare
kjuulh force-pushed renovate/all from e794325bda to 9f63e22ece 2025-01-12 06:10:35 +01:00 Compare
kjuulh force-pushed renovate/all from 9f63e22ece to 6af89cb2cc 2025-01-13 02:10:49 +01:00 Compare
kjuulh force-pushed renovate/all from 6af89cb2cc to 5680013c2f 2025-01-13 06:10:57 +01:00 Compare
kjuulh force-pushed renovate/all from 5680013c2f to f7c449e585 2025-01-14 02:11:33 +01:00 Compare
kjuulh force-pushed renovate/all from f7c449e585 to 75f7146626 2025-01-14 06:11:09 +01:00 Compare
kjuulh force-pushed renovate/all from 75f7146626 to 5eb382ec30 2025-01-15 02:15:03 +01:00 Compare
kjuulh force-pushed renovate/all from 5eb382ec30 to 0fcd0d8709 2025-01-15 06:13:40 +01:00 Compare
kjuulh force-pushed renovate/all from 0fcd0d8709 to 3a5affd708 2025-01-16 02:13:07 +01:00 Compare
kjuulh force-pushed renovate/all from 3a5affd708 to 1116c5b62c 2025-01-16 06:12:01 +01:00 Compare
kjuulh force-pushed renovate/all from 1116c5b62c to a82e4d06df 2025-01-17 02:13:02 +01:00 Compare
kjuulh force-pushed renovate/all from a82e4d06df to 26542c1b3e 2025-01-17 06:12:03 +01:00 Compare
kjuulh force-pushed renovate/all from 26542c1b3e to 4b2841049c 2025-01-18 02:13:44 +01:00 Compare
kjuulh force-pushed renovate/all from 4b2841049c to 709b31f9a8 2025-01-18 06:12:21 +01:00 Compare
kjuulh force-pushed renovate/all from 709b31f9a8 to 164315568b 2025-01-19 02:13:00 +01:00 Compare
kjuulh force-pushed renovate/all from 164315568b to b8d34c9abd 2025-01-19 06:11:56 +01:00 Compare
kjuulh force-pushed renovate/all from b8d34c9abd to 531efc1054 2025-01-20 02:12:06 +01:00 Compare
kjuulh force-pushed renovate/all from 531efc1054 to 774c47c0cf 2025-01-20 06:12:05 +01:00 Compare
kjuulh force-pushed renovate/all from 774c47c0cf to 4d9e91f499 2025-01-21 02:12:19 +01:00 Compare
kjuulh force-pushed renovate/all from 4d9e91f499 to ad2e400ae0 2025-01-21 06:13:30 +01:00 Compare
kjuulh force-pushed renovate/all from ad2e400ae0 to 96db9e92c6 2025-01-22 02:12:40 +01:00 Compare
kjuulh force-pushed renovate/all from 96db9e92c6 to c10cbac94a 2025-01-22 06:12:40 +01:00 Compare
kjuulh force-pushed renovate/all from c10cbac94a to c4826e360b 2025-01-23 02:12:24 +01:00 Compare
kjuulh force-pushed renovate/all from c4826e360b to eaa86c087a 2025-01-23 06:12:06 +01:00 Compare
kjuulh force-pushed renovate/all from eaa86c087a to d735de66c0 2025-01-24 02:13:51 +01:00 Compare
kjuulh force-pushed renovate/all from d735de66c0 to 79743a63f7 2025-01-24 06:13:39 +01:00 Compare
kjuulh force-pushed renovate/all from 79743a63f7 to 2d00deee7e 2025-01-25 02:13:11 +01:00 Compare
kjuulh force-pushed renovate/all from 2d00deee7e to b628eebdba 2025-01-25 06:13:13 +01:00 Compare
kjuulh force-pushed renovate/all from b628eebdba to 8c193397b8 2025-01-26 02:13:22 +01:00 Compare
kjuulh force-pushed renovate/all from 8c193397b8 to dc5c76cff3 2025-01-26 06:12:56 +01:00 Compare
kjuulh force-pushed renovate/all from dc5c76cff3 to dd6dba0252 2025-01-27 02:14:03 +01:00 Compare
kjuulh force-pushed renovate/all from dd6dba0252 to dc8451a48b 2025-01-27 06:13:44 +01:00 Compare
kjuulh force-pushed renovate/all from dc8451a48b to 0bf2e19e33 2025-01-28 02:13:06 +01:00 Compare
kjuulh force-pushed renovate/all from 0bf2e19e33 to 527f06b759 2025-01-28 06:13:38 +01:00 Compare
kjuulh force-pushed renovate/all from 527f06b759 to 49449e6c70 2025-01-29 02:14:11 +01:00 Compare
kjuulh force-pushed renovate/all from 49449e6c70 to f1f19fb3c3 2025-01-29 06:14:14 +01:00 Compare
kjuulh force-pushed renovate/all from f1f19fb3c3 to a149697b77 2025-01-30 02:15:43 +01:00 Compare
kjuulh force-pushed renovate/all from a149697b77 to c9d54b2ce6 2025-01-30 06:15:22 +01:00 Compare
kjuulh force-pushed renovate/all from c9d54b2ce6 to 5a351e8bb0 2025-01-31 02:13:39 +01:00 Compare
kjuulh force-pushed renovate/all from 5a351e8bb0 to 48b4dd401e 2025-01-31 06:13:04 +01:00 Compare
kjuulh force-pushed renovate/all from 48b4dd401e to f1cd56f7d9 2025-02-01 02:13:07 +01:00 Compare
kjuulh force-pushed renovate/all from f1cd56f7d9 to 520ffe9d68 2025-02-01 06:13:29 +01:00 Compare
kjuulh force-pushed renovate/all from 520ffe9d68 to e1e1f5d9c2 2025-02-02 02:13:03 +01:00 Compare
kjuulh force-pushed renovate/all from e1e1f5d9c2 to e1f4b2fad9 2025-02-02 06:12:26 +01:00 Compare
kjuulh force-pushed renovate/all from e1f4b2fad9 to 848e812ecd 2025-02-03 02:12:49 +01:00 Compare
kjuulh force-pushed renovate/all from 848e812ecd to 1f8ee8297f 2025-02-03 06:12:44 +01:00 Compare
kjuulh force-pushed renovate/all from 1f8ee8297f to 15e515cb4e 2025-02-04 02:13:48 +01:00 Compare
kjuulh force-pushed renovate/all from 15e515cb4e to 334a2ba325 2025-02-04 06:12:49 +01:00 Compare
kjuulh force-pushed renovate/all from 334a2ba325 to 4a38e9006d 2025-02-05 02:14:06 +01:00 Compare
kjuulh force-pushed renovate/all from 4a38e9006d to 5a36c04255 2025-02-05 06:14:24 +01:00 Compare
kjuulh force-pushed renovate/all from 5a36c04255 to a03db481d0 2025-02-06 02:14:05 +01:00 Compare
kjuulh force-pushed renovate/all from a03db481d0 to 2f9b1dd25d 2025-02-06 06:13:09 +01:00 Compare
kjuulh force-pushed renovate/all from 2f9b1dd25d to d4bfddb3d5 2025-02-07 02:13:04 +01:00 Compare
kjuulh force-pushed renovate/all from d4bfddb3d5 to 1eddc7bc38 2025-02-07 06:12:39 +01:00 Compare
kjuulh force-pushed renovate/all from 1eddc7bc38 to 5b85ee502b 2025-02-08 02:13:49 +01:00 Compare
kjuulh force-pushed renovate/all from 5b85ee502b to ff398e2ea9 2025-02-08 06:13:01 +01:00 Compare
kjuulh force-pushed renovate/all from ff398e2ea9 to 391b8dcc1c 2025-02-09 02:13:40 +01:00 Compare
kjuulh force-pushed renovate/all from 391b8dcc1c to 8b1417d310 2025-02-09 06:12:56 +01:00 Compare
kjuulh force-pushed renovate/all from 8b1417d310 to a8e3840788 2025-02-10 02:13:31 +01:00 Compare
kjuulh force-pushed renovate/all from a8e3840788 to 1fd6a4dd45 2025-02-10 06:12:55 +01:00 Compare
kjuulh force-pushed renovate/all from 1fd6a4dd45 to ca2b184d5f 2025-02-11 02:13:43 +01:00 Compare
kjuulh force-pushed renovate/all from ca2b184d5f to e302c1ff4c 2025-02-11 06:13:03 +01:00 Compare
kjuulh force-pushed renovate/all from e302c1ff4c to b16acd0feb 2025-02-12 02:14:44 +01:00 Compare
kjuulh force-pushed renovate/all from b16acd0feb to f614efa28e 2025-02-12 06:13:13 +01:00 Compare
kjuulh force-pushed renovate/all from f614efa28e to 862b8b0ef1 2025-02-13 02:13:11 +01:00 Compare
kjuulh force-pushed renovate/all from 862b8b0ef1 to 995d32ec08 2025-02-13 06:12:53 +01:00 Compare
kjuulh force-pushed renovate/all from 995d32ec08 to 932116797c 2025-02-14 02:12:37 +01:00 Compare
kjuulh force-pushed renovate/all from 932116797c to e64f207f97 2025-02-14 06:12:01 +01:00 Compare
kjuulh force-pushed renovate/all from e64f207f97 to 11148c4a4f 2025-02-15 02:12:46 +01:00 Compare
kjuulh force-pushed renovate/all from 11148c4a4f to 0728c2852e 2025-02-15 06:11:59 +01:00 Compare
kjuulh force-pushed renovate/all from 0728c2852e to 434a5ffea4 2025-02-16 02:12:36 +01:00 Compare
kjuulh force-pushed renovate/all from 434a5ffea4 to 8cb4f2f386 2025-02-16 06:11:42 +01:00 Compare
kjuulh force-pushed renovate/all from 8cb4f2f386 to 941fd63734 2025-02-17 02:12:34 +01:00 Compare
kjuulh force-pushed renovate/all from 941fd63734 to 6f1a7e7654 2025-02-17 06:11:58 +01:00 Compare
kjuulh force-pushed renovate/all from 6f1a7e7654 to 8812c727b2 2025-02-18 02:12:56 +01:00 Compare
kjuulh force-pushed renovate/all from 8812c727b2 to 745e457a3b 2025-02-18 06:12:40 +01:00 Compare
kjuulh force-pushed renovate/all from 745e457a3b to 9f77810386 2025-02-19 02:13:55 +01:00 Compare
kjuulh force-pushed renovate/all from 9f77810386 to 78434e1956 2025-02-19 06:12:48 +01:00 Compare
kjuulh force-pushed renovate/all from 78434e1956 to 80526bd85e 2025-02-20 02:14:30 +01:00 Compare
kjuulh force-pushed renovate/all from 80526bd85e to 0776d42f08 2025-02-20 06:12:58 +01:00 Compare
kjuulh force-pushed renovate/all from 0776d42f08 to 12845760e0 2025-02-21 02:14:41 +01:00 Compare
kjuulh force-pushed renovate/all from 12845760e0 to e6ac9bd291 2025-02-21 06:12:06 +01:00 Compare
kjuulh force-pushed renovate/all from e6ac9bd291 to 95b56c366e 2025-02-22 02:12:22 +01:00 Compare
kjuulh force-pushed renovate/all from 95b56c366e to c4123f51e4 2025-02-22 06:13:54 +01:00 Compare
kjuulh force-pushed renovate/all from c4123f51e4 to 31f728ef62 2025-02-23 02:12:49 +01:00 Compare
kjuulh force-pushed renovate/all from 31f728ef62 to 66743bd366 2025-02-23 06:13:49 +01:00 Compare
kjuulh force-pushed renovate/all from 66743bd366 to b7925de3ac 2025-02-24 02:13:26 +01:00 Compare
kjuulh force-pushed renovate/all from b7925de3ac to edcbc1a0eb 2025-02-24 06:12:53 +01:00 Compare
kjuulh force-pushed renovate/all from edcbc1a0eb to af5c45c63d 2025-02-25 02:13:29 +01:00 Compare
kjuulh force-pushed renovate/all from af5c45c63d to 1de9bec568 2025-02-25 06:12:42 +01:00 Compare
kjuulh force-pushed renovate/all from 1de9bec568 to 62327cbbc5 2025-02-26 02:13:23 +01:00 Compare
kjuulh force-pushed renovate/all from 62327cbbc5 to 07636efc66 2025-02-26 06:14:13 +01:00 Compare
kjuulh force-pushed renovate/all from 07636efc66 to 9730f3a42d 2025-02-27 02:15:14 +01:00 Compare
kjuulh force-pushed renovate/all from 9730f3a42d to b2c964f15d 2025-02-27 06:13:34 +01:00 Compare
kjuulh force-pushed renovate/all from b2c964f15d to 1183eefc40 2025-02-28 02:14:37 +01:00 Compare
kjuulh force-pushed renovate/all from 1183eefc40 to fa875d8a36 2025-02-28 06:13:58 +01:00 Compare
kjuulh force-pushed renovate/all from fa875d8a36 to 82dc82b06a 2025-03-01 02:15:30 +01:00 Compare
kjuulh force-pushed renovate/all from 82dc82b06a to 233621f044 2025-03-01 06:13:29 +01:00 Compare
kjuulh force-pushed renovate/all from 233621f044 to a370fd46fe 2025-03-02 02:13:25 +01:00 Compare
kjuulh force-pushed renovate/all from a370fd46fe to 452a64d02f 2025-03-02 06:20:11 +01:00 Compare
kjuulh force-pushed renovate/all from 452a64d02f to 79cc3935e4 2025-03-03 02:12:55 +01:00 Compare
kjuulh force-pushed renovate/all from 79cc3935e4 to 26db6a79f8 2025-03-03 06:13:12 +01:00 Compare
kjuulh force-pushed renovate/all from 26db6a79f8 to c5cc204ba9 2025-03-04 02:14:45 +01:00 Compare
kjuulh force-pushed renovate/all from c5cc204ba9 to e359ff089f 2025-03-04 06:13:54 +01:00 Compare
kjuulh force-pushed renovate/all from e359ff089f to a8854f0fab 2025-03-05 02:14:19 +01:00 Compare
kjuulh force-pushed renovate/all from a8854f0fab to 9d71b7f153 2025-03-05 06:13:29 +01:00 Compare
kjuulh force-pushed renovate/all from 9d71b7f153 to 0d3f30f8b9 2025-03-06 02:14:31 +01:00 Compare
kjuulh force-pushed renovate/all from 0d3f30f8b9 to 03492b3a66 2025-03-06 06:13:56 +01:00 Compare
kjuulh force-pushed renovate/all from 03492b3a66 to 203d769cb4 2025-03-25 23:34:33 +01:00 Compare
kjuulh changed title from chore(deps): update all dependencies to fix(deps): update all dependencies 2025-03-25 23:34:35 +01:00
kjuulh force-pushed renovate/all from 203d769cb4 to 0bab9a2934 2025-03-26 00:34:25 +01:00 Compare
kjuulh force-pushed renovate/all from 0bab9a2934 to 6ec67567e1 2025-03-26 00:57:16 +01:00 Compare
kjuulh force-pushed renovate/all from 6ec67567e1 to 3f16020395 2025-03-26 01:37:46 +01:00 Compare
kjuulh force-pushed renovate/all from 3f16020395 to 346b9b90a9 2025-03-26 02:05:57 +01:00 Compare
kjuulh force-pushed renovate/all from 346b9b90a9 to d3715e2577 2025-03-26 02:36:42 +01:00 Compare
kjuulh force-pushed renovate/all from d3715e2577 to 075d5c028d 2025-03-26 03:06:00 +01:00 Compare
kjuulh force-pushed renovate/all from 075d5c028d to f6a2e6446b 2025-03-26 03:36:09 +01:00 Compare
kjuulh force-pushed renovate/all from f6a2e6446b to 9e9fc22068 2025-03-26 04:04:55 +01:00 Compare
kjuulh force-pushed renovate/all from 9e9fc22068 to 095e6e7103 2025-03-26 04:34:15 +01:00 Compare
kjuulh force-pushed renovate/all from 095e6e7103 to a4e6c0e2d5 2025-03-26 05:03:39 +01:00 Compare
kjuulh force-pushed renovate/all from a4e6c0e2d5 to d678d8cb8d 2025-03-26 05:33:45 +01:00 Compare
kjuulh force-pushed renovate/all from d678d8cb8d to 4c9cfef16c 2025-03-26 06:03:03 +01:00 Compare
kjuulh force-pushed renovate/all from 4c9cfef16c to a73c2d96fd 2025-03-26 06:33:38 +01:00 Compare
kjuulh force-pushed renovate/all from a73c2d96fd to ece26b1f0a 2025-03-26 07:02:26 +01:00 Compare
kjuulh force-pushed renovate/all from ece26b1f0a to 1470fd74f7 2025-03-26 07:32:36 +01:00 Compare
kjuulh force-pushed renovate/all from 1470fd74f7 to 4fd8c406cf 2025-03-26 07:59:50 +01:00 Compare
kjuulh force-pushed renovate/all from 4fd8c406cf to 307086422a 2025-03-26 08:29:05 +01:00 Compare
kjuulh force-pushed renovate/all from 307086422a to 23d4b2bbda 2025-03-26 08:57:11 +01:00 Compare
kjuulh force-pushed renovate/all from 23d4b2bbda to 684f3efbeb 2025-03-26 09:26:22 +01:00 Compare
kjuulh force-pushed renovate/all from 684f3efbeb to 76c95f4b2d 2025-03-26 09:54:02 +01:00 Compare
kjuulh force-pushed renovate/all from 76c95f4b2d to 8e5aa41e0d 2025-03-26 10:23:16 +01:00 Compare
kjuulh force-pushed renovate/all from 8e5aa41e0d to 1f0f28d767 2025-03-26 10:54:13 +01:00 Compare
kjuulh force-pushed renovate/all from 1f0f28d767 to 84e5255997 2025-03-26 11:33:35 +01:00 Compare
kjuulh force-pushed renovate/all from 84e5255997 to 94e746d8c8 2025-03-26 12:02:44 +01:00 Compare
kjuulh force-pushed renovate/all from 94e746d8c8 to ea8f5749ce 2025-03-26 12:32:56 +01:00 Compare
kjuulh force-pushed renovate/all from ea8f5749ce to 1cc8c10583 2025-03-26 12:59:44 +01:00 Compare
kjuulh force-pushed renovate/all from 1cc8c10583 to 5d8b0322e0 2025-03-26 13:29:44 +01:00 Compare
kjuulh force-pushed renovate/all from 5d8b0322e0 to b8ee8832de 2025-03-26 13:56:43 +01:00 Compare
kjuulh force-pushed renovate/all from b8ee8832de to 372f11aef8 2025-03-26 14:26:59 +01:00 Compare
kjuulh force-pushed renovate/all from 372f11aef8 to 23d855d88c 2025-03-26 14:54:36 +01:00 Compare
kjuulh force-pushed renovate/all from 23d855d88c to 9a4fe9adc8 2025-03-26 15:24:48 +01:00 Compare
kjuulh force-pushed renovate/all from 9a4fe9adc8 to 2d51e5ecc1 2025-03-26 15:53:56 +01:00 Compare
kjuulh force-pushed renovate/all from 2d51e5ecc1 to 27de988a62 2025-03-26 16:34:00 +01:00 Compare
kjuulh force-pushed renovate/all from 27de988a62 to c14863181c 2025-03-26 17:02:22 +01:00 Compare
kjuulh force-pushed renovate/all from c14863181c to 96bbd1bc34 2025-03-26 17:32:06 +01:00 Compare
kjuulh force-pushed renovate/all from 96bbd1bc34 to c61e6bcb2c 2025-03-26 18:01:07 +01:00 Compare
kjuulh force-pushed renovate/all from c61e6bcb2c to 6b4ede3c18 2025-03-26 18:31:11 +01:00 Compare
kjuulh force-pushed renovate/all from 6b4ede3c18 to a429353528 2025-03-26 18:58:14 +01:00 Compare
kjuulh force-pushed renovate/all from a429353528 to 7da17b37f4 2025-03-26 19:13:43 +01:00 Compare
kjuulh force-pushed renovate/all from 7da17b37f4 to 50f30392bc 2025-03-26 19:53:09 +01:00 Compare
kjuulh force-pushed renovate/all from 50f30392bc to e1c225f5a7 2025-03-26 20:23:01 +01:00 Compare
kjuulh force-pushed renovate/all from e1c225f5a7 to f2b3d7b686 2025-03-26 20:53:48 +01:00 Compare
kjuulh force-pushed renovate/all from f2b3d7b686 to 21aef5f6ae 2025-03-26 21:27:03 +01:00 Compare
kjuulh force-pushed renovate/all from 21aef5f6ae to d58d8721de 2025-03-26 21:59:02 +01:00 Compare
kjuulh force-pushed renovate/all from d58d8721de to ef075813bc 2025-03-26 22:28:20 +01:00 Compare
kjuulh force-pushed renovate/all from ef075813bc to 9ee365dd24 2025-03-26 22:58:11 +01:00 Compare
kjuulh force-pushed renovate/all from 9ee365dd24 to aa02e3884a 2025-03-26 23:28:54 +01:00 Compare
kjuulh force-pushed renovate/all from aa02e3884a to 8d577875ea 2025-03-27 00:00:05 +01:00 Compare
kjuulh force-pushed renovate/all from 8d577875ea to f767b1e7bc 2025-03-27 00:30:31 +01:00 Compare
kjuulh force-pushed renovate/all from f767b1e7bc to 5b1e8197c8 2025-03-27 01:00:22 +01:00 Compare
kjuulh force-pushed renovate/all from 5b1e8197c8 to 39064f92d5 2025-03-27 01:27:27 +01:00 Compare
kjuulh force-pushed renovate/all from 39064f92d5 to c53726a2e0 2025-03-27 01:56:27 +01:00 Compare
kjuulh force-pushed renovate/all from c53726a2e0 to f637324b53 2025-03-27 02:24:40 +01:00 Compare
kjuulh force-pushed renovate/all from f637324b53 to 2e34cc2702 2025-03-27 02:54:16 +01:00 Compare
kjuulh force-pushed renovate/all from 2e34cc2702 to 8be6c7f852 2025-03-27 03:27:01 +01:00 Compare
kjuulh force-pushed renovate/all from 8be6c7f852 to f711907cdf 2025-03-27 03:59:44 +01:00 Compare
kjuulh force-pushed renovate/all from f711907cdf to 6556de425d 2025-03-27 04:29:11 +01:00 Compare
kjuulh force-pushed renovate/all from 6556de425d to eb34fc8173 2025-03-27 05:02:02 +01:00 Compare
kjuulh force-pushed renovate/all from eb34fc8173 to 95c9b696df 2025-03-27 05:33:09 +01:00 Compare
kjuulh force-pushed renovate/all from 95c9b696df to df87dda342 2025-03-27 06:03:59 +01:00 Compare
kjuulh force-pushed renovate/all from df87dda342 to bce2bd6aa6 2025-03-27 06:32:04 +01:00 Compare
kjuulh force-pushed renovate/all from bce2bd6aa6 to 2ea0ccc520 2025-03-27 07:01:49 +01:00 Compare
kjuulh force-pushed renovate/all from 2ea0ccc520 to 5a6533c062 2025-03-27 07:30:26 +01:00 Compare
kjuulh force-pushed renovate/all from 5a6533c062 to 443c7ae076 2025-03-27 07:59:26 +01:00 Compare
kjuulh force-pushed renovate/all from 443c7ae076 to 12dfb2b44a 2025-03-27 08:28:14 +01:00 Compare
kjuulh force-pushed renovate/all from 12dfb2b44a to d9984ba708 2025-03-27 08:56:56 +01:00 Compare
kjuulh force-pushed renovate/all from d9984ba708 to ccc6d26ef9 2025-03-27 09:25:01 +01:00 Compare
kjuulh force-pushed renovate/all from ccc6d26ef9 to b96394520d 2025-03-27 09:54:39 +01:00 Compare
kjuulh force-pushed renovate/all from b96394520d to b9c423888b 2025-03-27 10:14:00 +01:00 Compare
kjuulh force-pushed renovate/all from b9c423888b to 5cb16b2f16 2025-03-27 10:54:11 +01:00 Compare
kjuulh force-pushed renovate/all from 5cb16b2f16 to 8b72cb1849 2025-03-27 11:22:55 +01:00 Compare
kjuulh force-pushed renovate/all from 8b72cb1849 to a4f88a5e0e 2025-03-27 11:52:08 +01:00 Compare
kjuulh force-pushed renovate/all from a4f88a5e0e to 903a4f4f68 2025-03-27 12:21:04 +01:00 Compare
kjuulh force-pushed renovate/all from 903a4f4f68 to f076623616 2025-03-27 12:50:47 +01:00 Compare
kjuulh force-pushed renovate/all from f076623616 to 70e1dd7418 2025-03-27 13:21:17 +01:00 Compare
kjuulh force-pushed renovate/all from 70e1dd7418 to d98c53e6f5 2025-03-27 13:34:07 +01:00 Compare
kjuulh force-pushed renovate/all from d98c53e6f5 to eeb72b5499 2025-03-27 14:16:00 +01:00 Compare
kjuulh force-pushed renovate/all from eeb72b5499 to 6cddd46d80 2025-03-27 14:45:35 +01:00 Compare
kjuulh force-pushed renovate/all from 6cddd46d80 to dc3c0b7145 2025-03-27 15:14:05 +01:00 Compare
kjuulh force-pushed renovate/all from dc3c0b7145 to 399dc1abe7 2025-03-27 15:55:16 +01:00 Compare
kjuulh force-pushed renovate/all from 399dc1abe7 to 6e62bca8b7 2025-03-27 16:23:38 +01:00 Compare
kjuulh force-pushed renovate/all from 6e62bca8b7 to dd95092dc5 2025-03-27 16:53:34 +01:00 Compare
kjuulh force-pushed renovate/all from dd95092dc5 to 38aa1442a5 2025-03-27 17:23:54 +01:00 Compare
kjuulh force-pushed renovate/all from 38aa1442a5 to 5ec9d996e3 2025-03-27 17:55:23 +01:00 Compare
kjuulh force-pushed renovate/all from 5ec9d996e3 to adb21b259a 2025-03-27 18:26:14 +01:00 Compare
kjuulh force-pushed renovate/all from adb21b259a to 7c808bf8c1 2025-03-27 18:56:44 +01:00 Compare
kjuulh force-pushed renovate/all from 7c808bf8c1 to 7d778ccbe3 2025-03-27 19:24:42 +01:00 Compare
kjuulh force-pushed renovate/all from 7d778ccbe3 to df830d2d34 2025-03-27 19:54:21 +01:00 Compare
kjuulh force-pushed renovate/all from df830d2d34 to e561fc3f85 2025-03-27 20:22:29 +01:00 Compare
kjuulh force-pushed renovate/all from e561fc3f85 to af49700f8d 2025-03-27 20:52:27 +01:00 Compare
kjuulh force-pushed renovate/all from af49700f8d to aaca8973c2 2025-03-27 21:20:45 +01:00 Compare
kjuulh force-pushed renovate/all from aaca8973c2 to 1a7cd67548 2025-03-27 21:51:23 +01:00 Compare
kjuulh force-pushed renovate/all from 1a7cd67548 to a25c68c729 2025-03-28 23:13:41 +01:00 Compare
kjuulh force-pushed renovate/all from a25c68c729 to 10f61e71a1 2025-03-29 02:09:10 +01:00 Compare
kjuulh force-pushed renovate/all from 10f61e71a1 to 2ce2a3e73f 2025-03-29 05:09:47 +01:00 Compare
kjuulh force-pushed renovate/all from 2ce2a3e73f to 3f26797d28 2025-03-30 05:10:10 +02:00 Compare
kjuulh force-pushed renovate/all from 3f26797d28 to 5fe18207d3 2025-03-31 02:08:55 +02:00 Compare
kjuulh force-pushed renovate/all from 5fe18207d3 to 170ffe9920 2025-03-31 05:09:16 +02:00 Compare
kjuulh force-pushed renovate/all from 170ffe9920 to ceb5913f3d 2025-04-01 02:09:20 +02:00 Compare
kjuulh force-pushed renovate/all from ceb5913f3d to bdf168d71c 2025-04-01 05:09:34 +02:00 Compare
kjuulh force-pushed renovate/all from bdf168d71c to 371a5e2706 2025-04-02 02:10:36 +02:00 Compare
kjuulh force-pushed renovate/all from 371a5e2706 to 9d8311b822 2025-04-02 05:09:42 +02:00 Compare
kjuulh force-pushed renovate/all from 9d8311b822 to e49876bfa3 2025-04-03 02:09:42 +02:00 Compare
kjuulh force-pushed renovate/all from e49876bfa3 to 87caa8937a 2025-04-03 05:09:21 +02:00 Compare
kjuulh force-pushed renovate/all from 87caa8937a to 6b322a086b 2025-04-04 02:09:35 +02:00 Compare
kjuulh force-pushed renovate/all from 6b322a086b to f0ab1ec6c4 2025-04-04 05:09:02 +02:00 Compare
kjuulh force-pushed renovate/all from f0ab1ec6c4 to 563893934c 2025-04-05 02:09:12 +02:00 Compare
kjuulh force-pushed renovate/all from 563893934c to 8a18a5f547 2025-04-05 05:09:53 +02:00 Compare
kjuulh force-pushed renovate/all from 8a18a5f547 to 5a3789995b 2025-04-06 02:09:22 +02:00 Compare
kjuulh force-pushed renovate/all from 5a3789995b to 9f5fcec4a9 2025-04-06 05:10:03 +02:00 Compare
kjuulh force-pushed renovate/all from 9f5fcec4a9 to 3e0b76aeb0 2025-04-07 02:10:02 +02:00 Compare
kjuulh force-pushed renovate/all from 3e0b76aeb0 to 4a5ca4eb43 2025-04-07 05:09:24 +02:00 Compare
kjuulh force-pushed renovate/all from 4a5ca4eb43 to f5dd173c4a 2025-04-08 02:09:44 +02:00 Compare
kjuulh force-pushed renovate/all from f5dd173c4a to 4ea9dd7962 2025-04-08 05:10:00 +02:00 Compare
kjuulh force-pushed renovate/all from 4ea9dd7962 to d4562d3635 2025-04-09 02:09:59 +02:00 Compare
kjuulh force-pushed renovate/all from d4562d3635 to b4f7110c52 2025-04-09 05:09:41 +02:00 Compare
kjuulh force-pushed renovate/all from b4f7110c52 to ad19243bf7 2025-04-10 02:09:52 +02:00 Compare
kjuulh force-pushed renovate/all from ad19243bf7 to bbea381911 2025-04-10 05:09:37 +02:00 Compare
kjuulh force-pushed renovate/all from bbea381911 to a9e6af8963 2025-04-11 02:09:59 +02:00 Compare
kjuulh force-pushed renovate/all from a9e6af8963 to ad9973c029 2025-04-11 05:09:58 +02:00 Compare
kjuulh force-pushed renovate/all from ad9973c029 to e5126e837d 2025-04-12 02:10:09 +02:00 Compare
kjuulh force-pushed renovate/all from e5126e837d to db706759f4 2025-04-12 05:10:16 +02:00 Compare
kjuulh force-pushed renovate/all from db706759f4 to ba8509e8ac 2025-04-13 02:11:14 +02:00 Compare
kjuulh force-pushed renovate/all from ba8509e8ac to 72c2c5bd48 2025-04-13 05:09:52 +02:00 Compare
kjuulh force-pushed renovate/all from 72c2c5bd48 to 5286afc1f3 2025-04-14 02:09:40 +02:00 Compare
kjuulh force-pushed renovate/all from 5286afc1f3 to d031d5226d 2025-04-14 05:09:52 +02:00 Compare
kjuulh force-pushed renovate/all from d031d5226d to 1d1c0284ef 2025-04-15 02:10:34 +02:00 Compare
kjuulh force-pushed renovate/all from 1d1c0284ef to ee51272641 2025-04-15 05:09:56 +02:00 Compare
kjuulh force-pushed renovate/all from ee51272641 to e8a1884f2c 2025-04-16 02:10:33 +02:00 Compare
kjuulh force-pushed renovate/all from e8a1884f2c to b0767807a1 2025-04-16 05:09:56 +02:00 Compare
kjuulh force-pushed renovate/all from b0767807a1 to 8e25bb472f 2025-04-17 02:09:08 +02:00 Compare
kjuulh force-pushed renovate/all from 8e25bb472f to 484231bcc8 2025-04-17 05:09:51 +02:00 Compare
kjuulh force-pushed renovate/all from 484231bcc8 to ae3f92da1f 2025-04-18 02:10:20 +02:00 Compare
kjuulh force-pushed renovate/all from ae3f92da1f to 293303392e 2025-04-18 05:09:29 +02:00 Compare
kjuulh force-pushed renovate/all from 293303392e to 86fa583c10 2025-04-19 02:10:03 +02:00 Compare
kjuulh force-pushed renovate/all from 86fa583c10 to cb6246943e 2025-04-19 05:10:15 +02:00 Compare
kjuulh force-pushed renovate/all from cb6246943e to 0f126b8f04 2025-04-20 02:09:43 +02:00 Compare
kjuulh force-pushed renovate/all from 0f126b8f04 to c1060a4ec4 2025-04-20 05:09:41 +02:00 Compare
kjuulh force-pushed renovate/all from c1060a4ec4 to 6acc6bbd74 2025-04-21 02:10:11 +02:00 Compare
kjuulh force-pushed renovate/all from 6acc6bbd74 to 6c408aa300 2025-04-21 05:09:21 +02:00 Compare
kjuulh force-pushed renovate/all from 6c408aa300 to ce83bd20ae 2025-04-22 02:11:41 +02:00 Compare
kjuulh force-pushed renovate/all from ce83bd20ae to fc3ee914d8 2025-04-22 05:09:55 +02:00 Compare
kjuulh force-pushed renovate/all from fc3ee914d8 to efbc75f389 2025-04-23 02:10:34 +02:00 Compare
kjuulh force-pushed renovate/all from efbc75f389 to 01db05646b 2025-04-23 05:10:19 +02:00 Compare
kjuulh force-pushed renovate/all from 01db05646b to 2a0978e8e6 2025-04-24 02:09:36 +02:00 Compare
kjuulh force-pushed renovate/all from 2a0978e8e6 to b13e8285af 2025-04-24 05:09:46 +02:00 Compare
kjuulh force-pushed renovate/all from b13e8285af to bd95e4586c 2025-04-25 02:10:18 +02:00 Compare
kjuulh force-pushed renovate/all from bd95e4586c to ff5e3bab6c 2025-04-25 05:09:48 +02:00 Compare
kjuulh force-pushed renovate/all from ff5e3bab6c to 4552c40edc 2025-04-26 02:11:09 +02:00 Compare
kjuulh force-pushed renovate/all from 4552c40edc to 4ca9b794c5 2025-04-26 05:10:11 +02:00 Compare
kjuulh force-pushed renovate/all from 4ca9b794c5 to f42e14027c 2025-04-27 02:09:22 +02:00 Compare
kjuulh force-pushed renovate/all from f42e14027c to 8f1d0b820b 2025-04-27 05:09:38 +02:00 Compare
kjuulh force-pushed renovate/all from 8f1d0b820b to 2f860a69ad 2025-04-28 02:10:16 +02:00 Compare
kjuulh force-pushed renovate/all from 2f860a69ad to 0d9589b650 2025-04-28 05:09:46 +02:00 Compare
kjuulh force-pushed renovate/all from 0d9589b650 to 310f02ed8d 2025-04-29 02:09:59 +02:00 Compare
kjuulh force-pushed renovate/all from 310f02ed8d to 1a1e97f447 2025-04-29 05:10:36 +02:00 Compare
kjuulh force-pushed renovate/all from 1a1e97f447 to 49b2b0de36 2025-04-30 02:10:40 +02:00 Compare
kjuulh force-pushed renovate/all from 49b2b0de36 to 65e2d74be7 2025-04-30 05:09:56 +02:00 Compare
kjuulh force-pushed renovate/all from 65e2d74be7 to 9d9a0c9951 2025-05-01 02:09:23 +02:00 Compare
kjuulh force-pushed renovate/all from 9d9a0c9951 to ffcdab2a71 2025-05-01 05:09:37 +02:00 Compare
kjuulh force-pushed renovate/all from ffcdab2a71 to 82562ea96c 2025-05-02 02:09:24 +02:00 Compare
kjuulh force-pushed renovate/all from 82562ea96c to 5b0b93f82a 2025-05-02 05:10:01 +02:00 Compare
kjuulh force-pushed renovate/all from 5b0b93f82a to ebfcb9c226 2025-05-03 02:10:41 +02:00 Compare
kjuulh force-pushed renovate/all from ebfcb9c226 to e6dec572e9 2025-05-03 05:09:56 +02:00 Compare
kjuulh force-pushed renovate/all from e6dec572e9 to fded29fa54 2025-05-04 02:09:54 +02:00 Compare
kjuulh force-pushed renovate/all from fded29fa54 to 7e4b56ec41 2025-05-04 05:09:32 +02:00 Compare
kjuulh force-pushed renovate/all from 7e4b56ec41 to 74a5587d44 2025-05-05 02:09:39 +02:00 Compare
kjuulh force-pushed renovate/all from 74a5587d44 to 1ccec3c452 2025-05-05 05:09:37 +02:00 Compare
kjuulh force-pushed renovate/all from 1ccec3c452 to 1b5293e575 2025-05-06 02:09:22 +02:00 Compare
kjuulh force-pushed renovate/all from 1b5293e575 to 98a8909b2a 2025-05-06 05:09:07 +02:00 Compare
kjuulh force-pushed renovate/all from 98a8909b2a to 5f05417a89 2025-05-07 02:10:19 +02:00 Compare
kjuulh force-pushed renovate/all from 5f05417a89 to a9acc10a6a 2025-05-07 05:10:18 +02:00 Compare
kjuulh force-pushed renovate/all from a9acc10a6a to e853ad3ad5 2025-05-08 02:09:47 +02:00 Compare
kjuulh force-pushed renovate/all from e853ad3ad5 to 3396a27499 2025-05-08 05:09:45 +02:00 Compare
kjuulh force-pushed renovate/all from 3396a27499 to d22c78e1b4 2025-05-09 02:09:59 +02:00 Compare
kjuulh force-pushed renovate/all from d22c78e1b4 to 89139e1fe6 2025-05-09 05:09:33 +02:00 Compare
kjuulh force-pushed renovate/all from 89139e1fe6 to 3d1a50d2c3 2025-05-10 02:09:48 +02:00 Compare
kjuulh force-pushed renovate/all from 3d1a50d2c3 to 70ef45a239 2025-05-10 05:09:34 +02:00 Compare
kjuulh force-pushed renovate/all from 70ef45a239 to 08f0065e88 2025-05-11 02:09:36 +02:00 Compare
kjuulh force-pushed renovate/all from 08f0065e88 to 525165cc44 2025-05-11 05:09:55 +02:00 Compare
kjuulh force-pushed renovate/all from 525165cc44 to 20616bd368 2025-05-12 02:10:10 +02:00 Compare
kjuulh force-pushed renovate/all from 20616bd368 to da0597cb23 2025-05-12 05:09:47 +02:00 Compare
kjuulh force-pushed renovate/all from da0597cb23 to 263c181d62 2025-05-13 02:09:32 +02:00 Compare
kjuulh force-pushed renovate/all from 263c181d62 to 59f6b09e25 2025-05-13 05:09:47 +02:00 Compare
kjuulh force-pushed renovate/all from 59f6b09e25 to acd02d9866 2025-05-14 02:09:27 +02:00 Compare
kjuulh force-pushed renovate/all from acd02d9866 to 7e902dd7a3 2025-05-14 05:10:06 +02:00 Compare
kjuulh force-pushed renovate/all from 7e902dd7a3 to 8242fd0b24 2025-05-15 02:09:18 +02:00 Compare
kjuulh force-pushed renovate/all from 8242fd0b24 to 864bb4cb0e 2025-05-15 05:09:02 +02:00 Compare
kjuulh force-pushed renovate/all from 864bb4cb0e to 2b963cf28c 2025-05-17 02:09:07 +02:00 Compare
kjuulh force-pushed renovate/all from 2b963cf28c to 4a4bfd104b 2025-05-17 05:09:39 +02:00 Compare
kjuulh force-pushed renovate/all from 4a4bfd104b to 58ee5e2c38 2025-05-18 02:09:02 +02:00 Compare
kjuulh force-pushed renovate/all from 58ee5e2c38 to a67c25dd62 2025-05-18 05:09:38 +02:00 Compare
kjuulh force-pushed renovate/all from a67c25dd62 to c6f6da1ef7 2025-05-19 02:09:56 +02:00 Compare
kjuulh force-pushed renovate/all from c6f6da1ef7 to cd574098e2 2025-05-19 05:11:02 +02:00 Compare
kjuulh force-pushed renovate/all from cd574098e2 to 22780d2590 2025-05-20 02:09:06 +02:00 Compare
kjuulh force-pushed renovate/all from 22780d2590 to d14889b34c 2025-05-20 05:09:38 +02:00 Compare
kjuulh force-pushed renovate/all from d14889b34c to bd3b533f2c 2025-05-21 02:09:50 +02:00 Compare
kjuulh force-pushed renovate/all from bd3b533f2c to 0383a420a5 2025-05-21 05:08:55 +02:00 Compare
kjuulh force-pushed renovate/all from 0383a420a5 to 901cdc532a 2025-05-22 02:09:28 +02:00 Compare
kjuulh force-pushed renovate/all from 901cdc532a to df053ee3ac 2025-05-22 05:09:32 +02:00 Compare
kjuulh force-pushed renovate/all from df053ee3ac to 47f69f8774 2025-05-23 02:09:26 +02:00 Compare
kjuulh force-pushed renovate/all from 47f69f8774 to 7999d6277f 2025-05-23 05:09:59 +02:00 Compare
kjuulh force-pushed renovate/all from 7999d6277f to cb61c2526a 2025-05-24 02:09:58 +02:00 Compare
kjuulh force-pushed renovate/all from cb61c2526a to 830be9d7b1 2025-05-24 05:09:58 +02:00 Compare
kjuulh force-pushed renovate/all from 830be9d7b1 to 1eab528a58 2025-05-25 02:09:30 +02:00 Compare
kjuulh force-pushed renovate/all from 1eab528a58 to a25618307c 2025-05-25 05:09:59 +02:00 Compare
kjuulh force-pushed renovate/all from a25618307c to 02c6ca5a9f 2025-05-26 02:09:39 +02:00 Compare
kjuulh force-pushed renovate/all from 02c6ca5a9f to d528171d45 2025-05-26 05:10:10 +02:00 Compare
kjuulh force-pushed renovate/all from d528171d45 to a1da2fbe31 2025-05-27 02:09:22 +02:00 Compare
kjuulh force-pushed renovate/all from a1da2fbe31 to 305c5a4a09 2025-05-27 05:09:29 +02:00 Compare
kjuulh force-pushed renovate/all from 305c5a4a09 to 83ae7cf065 2025-05-28 02:09:56 +02:00 Compare
kjuulh force-pushed renovate/all from 83ae7cf065 to c962e64beb 2025-05-28 05:09:07 +02:00 Compare
kjuulh force-pushed renovate/all from c962e64beb to 770adcd3fb 2025-05-29 02:09:36 +02:00 Compare
kjuulh force-pushed renovate/all from 770adcd3fb to f4b80de6f4 2025-05-29 05:09:09 +02:00 Compare
kjuulh force-pushed renovate/all from f4b80de6f4 to 2095d5e65e 2025-05-30 02:10:07 +02:00 Compare
kjuulh force-pushed renovate/all from 2095d5e65e to 8368d48a1a 2025-05-30 05:09:43 +02:00 Compare
kjuulh force-pushed renovate/all from 8368d48a1a to 26d4035c18 2025-05-31 02:09:37 +02:00 Compare
kjuulh force-pushed renovate/all from 26d4035c18 to da5f2b2a2c 2025-05-31 05:09:37 +02:00 Compare
kjuulh force-pushed renovate/all from da5f2b2a2c to c8f39b4235 2025-06-01 02:09:53 +02:00 Compare
kjuulh force-pushed renovate/all from c8f39b4235 to 44d485d090 2025-06-01 05:09:40 +02:00 Compare
kjuulh force-pushed renovate/all from 44d485d090 to fb2b7a0ace 2025-06-02 02:10:01 +02:00 Compare
kjuulh force-pushed renovate/all from fb2b7a0ace to c53f857fcd 2025-06-02 05:09:42 +02:00 Compare
kjuulh force-pushed renovate/all from c53f857fcd to 4011ff4063 2025-06-03 02:09:37 +02:00 Compare
kjuulh force-pushed renovate/all from 4011ff4063 to dd5be1f3af 2025-06-03 05:09:47 +02:00 Compare
kjuulh force-pushed renovate/all from dd5be1f3af to b234ecf2fe 2025-06-04 02:10:09 +02:00 Compare
kjuulh force-pushed renovate/all from b234ecf2fe to 1fabec18fb 2025-06-04 05:09:35 +02:00 Compare
kjuulh force-pushed renovate/all from 1fabec18fb to 16caa5313d 2025-06-05 02:09:39 +02:00 Compare
kjuulh force-pushed renovate/all from 16caa5313d to 7cad08505a 2025-06-05 05:09:40 +02:00 Compare
kjuulh force-pushed renovate/all from 7cad08505a to b72b67e9f6 2025-06-06 02:09:45 +02:00 Compare
kjuulh force-pushed renovate/all from b72b67e9f6 to 4bab9694e9 2025-06-06 05:09:48 +02:00 Compare
kjuulh force-pushed renovate/all from 4bab9694e9 to 83965af86f 2025-06-07 02:09:29 +02:00 Compare
kjuulh force-pushed renovate/all from 83965af86f to ab92d78b67 2025-06-07 05:09:05 +02:00 Compare
kjuulh force-pushed renovate/all from ab92d78b67 to 64da46f30d 2025-06-08 02:09:53 +02:00 Compare
kjuulh force-pushed renovate/all from 64da46f30d to 1ad9f3565e 2025-06-08 05:09:47 +02:00 Compare
kjuulh force-pushed renovate/all from 1ad9f3565e to 5cac7a1f4d 2025-06-09 02:10:05 +02:00 Compare
kjuulh force-pushed renovate/all from 5cac7a1f4d to e45d085a23 2025-06-09 05:09:43 +02:00 Compare
kjuulh force-pushed renovate/all from e45d085a23 to 04436ac458 2025-06-10 02:09:54 +02:00 Compare
kjuulh force-pushed renovate/all from 04436ac458 to 64b3b7fcc7 2025-06-10 05:09:46 +02:00 Compare
kjuulh force-pushed renovate/all from 64b3b7fcc7 to 3f1d13c6cc 2025-06-11 02:09:33 +02:00 Compare
kjuulh force-pushed renovate/all from 3f1d13c6cc to b2fc49dd88 2025-06-11 05:10:07 +02:00 Compare
kjuulh force-pushed renovate/all from b2fc49dd88 to 5b8c825c0c 2025-06-12 02:09:59 +02:00 Compare
kjuulh force-pushed renovate/all from 5b8c825c0c to 03f8913bf3 2025-06-12 05:09:27 +02:00 Compare
kjuulh force-pushed renovate/all from 03f8913bf3 to 09aac9b937 2025-06-13 02:10:09 +02:00 Compare
kjuulh force-pushed renovate/all from 09aac9b937 to bf78dc706d 2025-06-13 05:09:51 +02:00 Compare
kjuulh force-pushed renovate/all from bf78dc706d to 3c0b265b88 2025-06-18 02:09:38 +02:00 Compare
kjuulh force-pushed renovate/all from 3c0b265b88 to c882d7b464 2025-06-18 05:09:24 +02:00 Compare
kjuulh force-pushed renovate/all from c882d7b464 to acd20b383f 2025-06-19 02:09:41 +02:00 Compare
kjuulh force-pushed renovate/all from acd20b383f to 4d35132413 2025-06-19 05:09:49 +02:00 Compare
kjuulh force-pushed renovate/all from 4d35132413 to 6db02cb860 2025-06-20 02:09:48 +02:00 Compare
kjuulh force-pushed renovate/all from 6db02cb860 to 63c7e0d9e3 2025-06-20 05:09:29 +02:00 Compare
kjuulh force-pushed renovate/all from 63c7e0d9e3 to f38cb20bf9 2025-06-21 02:09:08 +02:00 Compare
kjuulh force-pushed renovate/all from f38cb20bf9 to 301ec73e65 2025-06-21 05:09:27 +02:00 Compare
kjuulh force-pushed renovate/all from 301ec73e65 to 5dcd7dc03d 2025-06-22 02:09:36 +02:00 Compare
kjuulh force-pushed renovate/all from 5dcd7dc03d to f11d964425 2025-06-22 05:09:32 +02:00 Compare
kjuulh force-pushed renovate/all from f11d964425 to d6d667b346 2025-06-23 02:09:43 +02:00 Compare
kjuulh force-pushed renovate/all from d6d667b346 to 123dbba4bf 2025-06-23 05:09:47 +02:00 Compare
kjuulh force-pushed renovate/all from 123dbba4bf to 49b1d12653 2025-06-24 02:09:56 +02:00 Compare
kjuulh force-pushed renovate/all from 49b1d12653 to 87a22db7e0 2025-06-24 05:09:47 +02:00 Compare
kjuulh force-pushed renovate/all from 87a22db7e0 to 3a93b69954 2025-06-25 02:10:16 +02:00 Compare
kjuulh force-pushed renovate/all from 3a93b69954 to d2ca449f41 2025-06-25 05:09:53 +02:00 Compare
kjuulh force-pushed renovate/all from d2ca449f41 to ffb25665bd 2025-06-26 02:10:04 +02:00 Compare
kjuulh force-pushed renovate/all from ffb25665bd to 199c04e333 2025-06-26 05:09:47 +02:00 Compare
kjuulh force-pushed renovate/all from 199c04e333 to c1d0cbda33 2025-06-27 02:09:19 +02:00 Compare
kjuulh force-pushed renovate/all from c1d0cbda33 to 711cb3bf04 2025-06-27 05:09:46 +02:00 Compare
kjuulh force-pushed renovate/all from 711cb3bf04 to 30bdbcc9a1 2025-06-28 02:09:53 +02:00 Compare
kjuulh force-pushed renovate/all from 30bdbcc9a1 to 90dfa76edb 2025-06-28 05:09:39 +02:00 Compare
kjuulh force-pushed renovate/all from 90dfa76edb to b4137368f8 2025-06-29 02:09:06 +02:00 Compare
kjuulh force-pushed renovate/all from b4137368f8 to 05f37b1b5d 2025-06-29 05:09:36 +02:00 Compare
kjuulh force-pushed renovate/all from 05f37b1b5d to 0a3795f17f 2025-06-30 02:09:53 +02:00 Compare
kjuulh force-pushed renovate/all from 0a3795f17f to 48ef895481 2025-06-30 05:09:52 +02:00 Compare
kjuulh force-pushed renovate/all from 48ef895481 to 5ce5fd968c 2025-07-01 02:09:43 +02:00 Compare
kjuulh force-pushed renovate/all from 5ce5fd968c to 6ad0ff89d4 2025-07-01 05:10:14 +02:00 Compare
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/all:renovate/all
git checkout renovate/all
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kjuulh/cibus-frontend#11
No description provided.