chore(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 -> 20.16.5
graphql dependencies minor 16.6.0 -> 16.9.0
postcss (source) devDependencies patch 8.4.16 -> 8.4.45
tailwindcss (source) devDependencies minor 3.1.8 -> 3.4.10
typescript (source) devDependencies major 4.7.2 -> 5.5.4

⚠️ Warning

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


Release Notes

graphql/graphql-js (graphql)

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.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).
tailwindlabs/tailwindcss (tailwindcss)

v3.4.10

Compare Source

Fixed
  • Bump versions of plugins in the Standalone CLI (#​14185)

v3.4.9

Compare Source

Fixed
  • No longer warns when broad glob patterns are detecting vendor folders

v3.4.8

Compare Source

Fixed
  • Fix minification when using nested CSS (#​14105)
  • Warn when broad glob patterns are used in the content configuration (#​14140)

v3.4.7

Compare Source

Fixed
  • Fix class detection in Slim templates with attached attributes and ID (#​14019)
  • Ensure attribute values in data-* and aria-* modifiers are always quoted in the generated CSS (#​14037)

v3.4.6

Compare Source

Fixed
  • Fix detection of some utilities in Slim/Pug templates (#​14006)
Changed
  • Loosen :is() wrapping rules when using an important selector (#​13900)

v3.4.5

Compare Source

Fixed
  • Disable automatic var() injection for anchor properties (#​13826)
  • Use no value instead of blur(0px) for backdrop-blur-none and blur-none utilities (#​13830)
  • Add .mts and .cts config file detection (#​13940)
  • Don't generate utilities like px-1 unnecessarily when using utilities like px-1.5 (#​13959)
  • Always generate -webkit-backdrop-filter for backdrop-* utilities (#​13997)

v3.4.4

Compare Source

Fixed
  • Make it possible to use multiple <alpha-value> placeholders in a single color definition (#​13740)
  • Don't prefix classes in arbitrary values of has-*, group-has-*, and peer-has-* variants (#​13770)
  • Support negative values for {col,row}-{start,end} utilities (#​13781)
  • Update embedded browserslist database (#​13792)

v3.4.3

Compare Source

Fixed
  • Revert changes to glob handling (#​13384)

v3.4.2

Compare Source

Fixed
  • Ensure max specificity of 0,0,1 for button and input Preflight rules (#​12735)
  • Improve glob handling for folders with (, ), [ or ] in the file path (#​12715)
  • Split :has rules when using experimental.optimizeUniversalDefaults (#​12736)
  • Sort arbitrary properties alphabetically across multiple class lists (#​12911)
  • Add mix-blend-plus-darker utility (#​12923)
  • Ensure dashes are allowed in variant modifiers (#​13303)
  • Fix crash showing completions in Intellisense when using a custom separator (#​13306)
  • Transpile import.meta.url in config files (#​13322)
  • Reset letter spacing for form elements (#​13150)
  • Fix missing xx-large and remove double x-large absolute size (#​13324)
  • Don't error when encountering nested CSS unless trying to @apply a class that uses nesting (#​13325)
  • Ensure that arbitrary properties respect important configuration (#​13353)
  • Change dark mode selector so @apply works correctly with pseudo elements (#​13379)

v3.4.1

Compare Source

Fixed
  • Don't remove keyframe stops when using important utilities (#​12639)
  • Don't add spaces to gradients and grid track names when followed by calc() (#​12704)
  • Restore old behavior for class dark mode strategy (#​12717)
Added
  • Add new selector and variant strategies for dark mode (#​12717)
Changed
  • Support rtl and ltr variants on same element as dir attribute (#​12717)

v3.4.0

Compare Source

Tailwind CSS

Tailwind CSS v3.4 has arrived! Check out the announcement post for a guided tour through all of the highlights.

Added
  • Add svh, lvh, and dvh values to default height/min-height/max-height theme (#​11317)
  • Add has-* variants for :has(...) pseudo-class (#​11318)
  • Add text-wrap utilities including text-balance and text-pretty (#​11320, #​12031)
  • Extend default opacity scale to include all steps of 5 (#​11832)
  • Update Preflight html styles to include shadow DOM :host pseudo-class (#​11200)
  • Increase default values for grid-rows-* utilities from 1–6 to 1–12 (#​12180)
  • Add size-* utilities (#​12287)
  • Add utilities for CSS subgrid (#​12298)
  • Add spacing scale to min-w-*, min-h-*, and max-w-* utilities (#​12300)
  • Add forced-color-adjust utilities (#​11931)
  • Add forced-colors variant (#​11694, #​12582)
  • Add appearance-auto utility (#​12404)
  • Add logical property values for float and clear utilities (#​12480)
  • Add * variant for targeting direct children (#​12551)
Changed
  • Simplify the sans font-family stack (#​11748)
  • Disable the tap highlight overlay on iOS (#​12299)
  • Improve relative precedence of rtl, ltr, forced-colors, and dark variants (#​12584)

v3.3.7

Compare Source

Fixed
  • Fix support for container query utilities with arbitrary values (#​12534)
  • Fix custom config loading in Standalone CLI (#​12616)

v3.3.6

Compare Source

Fixed
  • Don’t add spaces to negative numbers following a comma (#​12324)
  • Don't emit @config in CSS when watching via the CLI (#​12327)
  • Improve types for resolveConfig (#​12272)
  • Ensure configured font-feature-settings for mono are included in Preflight (#​12342)
  • Improve candidate detection in minified JS arrays (without spaces) (#​12396)
  • Don't crash when given applying a variant to a negated version of a simple utility (#​12514)
  • Fix support for slashes in arbitrary modifiers (#​12515)
  • Fix source maps of variant utilities that come from an @layer rule (#​12508)
  • Fix loading of built-in plugins when using an ESM or TypeScript config with the Standalone CLI (#​12506)

v3.3.5

Compare Source

Fixed
  • Fix incorrect spaces around - in calc() expression (#​12283)

v3.3.4

Compare Source

Fixed
  • Improve normalisation of calc()-like functions (#​11686)
  • Skip calc() normalisation in nested theme() calls (#​11705)
  • Fix incorrectly generated CSS when using square brackets inside arbitrary properties (#​11709)
  • Make content optional for presets in TypeScript types (#​11730)
  • Handle variable colors that have variable fallback values (#​12049)
  • Batch reading content files to prevent too many open files error (#​12079)
  • Skip over classes inside :not(…) when nested in an at-rule (#​12105)
  • Update types to work with Node16 module resolution (#​12097)
  • Don’t crash when important and parent selectors are equal in @apply (#​12112)
  • Eliminate irrelevant rules when applying variants (#​12113)
  • Improve RegEx parser, reduce possibilities as the key for arbitrary properties (#​12121)
  • Fix sorting of utilities that share multiple candidates (#​12173)
  • Ensure variants with arbitrary values and a modifier are correctly matched in the RegEx based parser (#​12179)
  • Fix crash when watching renamed files on FreeBSD (#​12193)
  • Allow plugins from a parent document to be used in an iframe (#​12208)
  • Add types for tailwindcss/nesting (#​12269)
  • Bump jiti, fast-glob, and browserlist dependencies (#​11550)
  • Improve automatic var injection for properties that accept a <dashed-ident> (#​12236)

v3.3.3

Compare Source

Fixed
  • Fix issue where some pseudo-element variants generated the wrong selector (#​10943, #​10962, #​11111)
  • Make font settings propagate into buttons, inputs, etc. (#​10940)
  • Fix parsing of theme() inside calc() when there are no spaces around operators (#​11157)
  • Ensure repeating-conic-gradient is detected as an image (#​11180)
  • Move unknown pseudo-elements outside of :is by default (#​11345)
  • Escape animation names when prefixes contain special characters (#​11470)
  • Don't prefix arbitrary classes in group and peer variants (#​11454)
  • Sort classes using position of first matching rule (#​11504)
  • Allow variant to be an at-rule without a prelude (#​11589)
  • Make PostCSS plugin async to improve performance (#​11548)
  • Don’t error when a config file is missing (f97759f)
Added
Changed
  • Reset padding for <dialog> elements in preflight (#​11069)

v3.3.2

Compare Source

Fixed
  • Don’t move unknown pseudo-elements to the end of selectors (#​10943, #​10962)
  • Inherit gradient stop positions when using variants (#​11002)
  • Honor default to position of gradient when using implicit transparent colors (#​11002)
  • Ensure @tailwindcss/oxide doesn't leak in the stable engine (#​10988)
  • Ensure multiple theme(spacing[5]) calls with bracket notation in arbitrary properties work (#​11039)
  • Normalize arbitrary modifiers (#​11057)
Changed

v3.3.1

Compare Source

Fixed
  • Fix edge case bug when loading a TypeScript config file with webpack (#​10898)
  • Fix variant, @apply, and important selectors when using :is() or :has() with pseudo-elements (#​10903)
  • Fix safelist config types (#​10901)
  • Fix build errors caused by @tailwindcss/line-clamp warning (#​10915, #​10919)
  • Fix "process is not defined" error (#​10919)

v3.3.0

Compare Source

Tailwind CSS

Tailwind CSS v3.3 is here! Check out the announcement post for a deep dive into all of the cool new stuff.

Added
  • Support ESM and TypeScript config files (#​10785)
  • Extend default color palette with new 950 shades (#​10879)
  • Add line-height modifier support to font-size utilities (#​9875)
  • Add support for using variables as arbitrary values without var(...) (#​9880, #​9962)
  • Add logical properties support for inline direction (#​10166)
  • Add hyphens utilities (#​10071)
  • Add from-{position}, via-{position} and to-{position} utilities (#​10886)
  • Add list-style-image utilities (#​10817)
  • Add caption-side utilities (#​10470)
  • Add line-clamp utilities from @tailwindcss/line-clamp to core (#​10768, #​10876, #​10862)
  • Add delay-0 and duration-0 utilities (#​10294)
  • Add justify-normal and justify-stretch utilities (#​10560)
  • Add content-normal and content-stretch utilities (#​10645)
  • Add whitespace-break-spaces utility (#​10729)
  • Add support for configuring default font-variation-settings for a font-family (#​10034, #​10515)
Fixed
  • Disallow using multiple selectors in arbitrary variants (#​10655)
  • Sort class lists deterministically for Prettier plugin (#​10672)
  • Ensure CLI builds have a non-zero exit code on failure (#​10703)
  • Ensure module dependencies for value null, is an empty Set (#​10877)
  • Fix format assumption when resolving module dependencies (#​10878)
Changed
  • Mark rtl and ltr variants as stable and remove warnings (#​10764)
  • Use inset instead of top, right, bottom, and left properties (#​10765)
  • Make dark and rtl/ltr variants insensitive to DOM order (#​10766)
  • Use :is to make important selector option insensitive to DOM order (#​10835)

v3.2.7

Compare Source

Fixed
  • Fix use of :where(.btn) when matching !btn (#​10601)
  • Revert including outline-color in transition and transition-colors by default (#​10604)

v3.2.6

Compare Source

Fixed
  • Fix installation failing with yarn and pnpm by dropping oxide-api-shim (add1636)

v3.2.5

Compare Source

Added
  • Add standalone CLI build for 64-bit Windows on ARM (node16-win-arm64) (#​10001)
Fixed
  • Cleanup unused variantOrder (#​9829)
  • Fix foo-[abc]/[def] not being handled correctly (#​9866)
  • Add container queries plugin to standalone CLI (#​9865)
  • Support renaming of output files by PostCSS plugins in CLI (#​9944)
  • Improve return value of resolveConfig, unwrap ResolvableTo (#​9972)
  • Clip unbalanced brackets in arbitrary values (#​9973)
  • Don’t reorder webkit scrollbar pseudo elements (#​9991)
  • Deterministic sorting of arbitrary variants (#​10016)
  • Add data key to theme types (#​10023)
  • Prevent invalid arbitrary variant selectors from failing the build (#​10059)
  • Properly handle subtraction followed by a variable (#​10074)
  • Fix missing string[] in the theme.dropShadow types (#​10072)
  • Update list of length units (#​10100)
  • Fix not matching arbitrary properties when closely followed by square brackets (#​10212)
  • Allow direct nesting in root or @layer nodes (#​10229)
  • Don't prefix classes in arbitrary variants (#​10214)
  • Fix perf regression when checking for changed content (#​10234)
  • Fix missing blocklist member in the Config type (#​10239)
  • Escape group names in selectors (#​10276)
  • Consider earlier variants before sorting functions (#​10288)
  • Allow variants with slashes (#​10336)
  • Ensure generated CSS is always sorted in the same order for a given set of templates (#​10382)
  • Handle variants when the same class appears multiple times in a selector (#​10397)
  • Handle group/peer variants with quoted strings (#​10400)
  • Parse alpha value from rgba/hsla colors when using variables (#​10429)
  • Sort by layer inside variants layer (#​10505)
  • Add --watch=always option to prevent exit when stdin closes (#​9966)
Changed
  • Alphabetize theme keys in default config (#​9953)
  • Update esbuild to v17 (#​10368)
  • Include outline-color in transition and transition-colors utilities (#​10385)

v3.2.4

Compare Source

Added
  • Add blocklist option to prevent generating unwanted CSS (#​9812)
Fixed
  • Fix watching of files on Linux when renames are involved (#​9796)
  • Make sure errors are always displayed when watching for changes (#​9810)

v3.2.3

Compare Source

Fixed
  • Fixed use of raw content in the CLI (#​9773)
  • Pick up changes from files that are both context and content deps (#​9787)
  • Sort pseudo-elements ONLY after classes when using variants and @apply (#​9765)
  • Support important utilities in the safelist (pattern must include a !) (#​9791)

v3.2.2

Compare Source

Fixed
  • Escape special characters in resolved content base paths (#​9650)
  • Don't reuse container for array returning variant functions (#​9644)
  • Exclude non-relevant selectors when generating rules with the important modifier (#​9677)
  • Fix merging of arrays during config resolution (#​9706)
  • Ensure configured font-feature-settings are included in Preflight (#​9707)
  • Fix fractional values not being parsed properly inside arbitrary properties (#​9705)
  • Fix incorrect selectors when using @apply in selectors with combinators and pseudos (#​9722)
  • Fix cannot read properties of undefined (reading 'modifier') (#​9656, aa979d6)

v3.2.1

Compare Source

Fixed
  • Fix missing supports in types (#​9616)
  • Fix missing PostCSS dependencies in the CLI (#​9617)
  • Ensure micromatch is a proper CLI dependency (#​9620)
  • Ensure modifier values exist when using a modifiers object for matchVariant (ba6551d)

v3.2.0

Compare Source

We just released Tailwind CSS v3.2! Read the announcement post for more details about the most exciting new features.


Added
  • Add new @config directive (#​9405)
  • Add new relative: true option to resolve content paths relative to the config file (#​9396)
  • Add new supports-* variant (#​9453)
  • Add new min-* and max-* variants (#​9558)
  • Add new aria-* variants (#​9557, #​9588)
  • Add new data-* variants (#​9559, #​9588)
  • Add new break-keep utility for word-break: keep-all (#​9393)
  • Add new collapse utility for visibility: collapse (#​9181)
  • Add new fill-none utility for fill: none (#​9403)
  • Add new stroke-none utility for stroke: none (#​9403)
  • Add new place-content-baseline utility for place-content: baseline (#​9498)
  • Add new place-items-baseline utility for place-items: baseline (#​9507)
  • Add new content-baseline utility for align-content: baseline (#​9507)
  • Add support for configuring default font-feature-settings for a font family (#​9039)
  • Add standalone CLI build for 32-bit Linux on ARM (node16-linux-armv7) (#​9084)
  • Add future flag to disable color opacity utility plugins (#​9088)
  • Add negative value support for outline-offset (#​9136)
  • Add support for modifiers to matchUtilities (#​9541)
  • Allow negating utilities using min/max/clamp (#​9237)
  • Implement fallback plugins when there is ambiguity between plugins when using arbitrary values (#​9376)
  • Support sort function in matchVariant (#​9423)
  • Upgrade to postcss-nested v6.0 (#​9546)
Fixed
  • Use absolute paths when resolving changed files for resilience against working directory changes (#​9032)
  • Fix ring color utility generation when using respectDefaultRingColorOpacity (#​9070)
  • Sort tags before classes when @apply-ing a selector with joined classes (#​9107)
  • Remove invalid outline-hidden utility (#​9147)
  • Honor the hidden attribute on elements in preflight (#​9174)
  • Don't stop watching atomically renamed files (#​9173, #​9215)
  • Fix duplicate utilities issue causing memory leaks (#​9208)
  • Fix fontFamily config TypeScript types (#​9214)
  • Handle variants on complex selector utilities (#​9262)
  • Fix shared config mutation issue (#​9294)
  • Fix ordering of parallel variants (#​9282)
  • Handle variants in utility selectors using :where() and :has() (#​9309)
  • Improve data type analysis for arbitrary values (#​9320)
  • Don't emit generated utilities with invalid uses of theme functions (#​9319)
  • Revert change that only listened for stdin close on TTYs (#​9331)
  • Ignore unset values (like null or undefined) when resolving the classList for intellisense (#​9385)
  • Improve type checking for formal syntax (#​9349, #​9448)
  • Fix incorrect required content key in custom plugin configs (#​9502, #​9545)
  • Fix content path detection on Windows (#​9569)
  • Ensure --content is used in the CLI when passed (#​9587)
Microsoft/TypeScript (typescript)

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 becomes conflicted, or you tick the rebase/retry checkbox.

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


  • 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` -> `20.16.5`](https://renovatebot.com/diffs/npm/@types%2fnode/17.0.35/20.16.5) | | [graphql](https://github.com/graphql/graphql-js) | dependencies | minor | [`16.6.0` -> `16.9.0`](https://renovatebot.com/diffs/npm/graphql/16.6.0/16.9.0) | | [postcss](https://postcss.org/) ([source](https://github.com/postcss/postcss)) | devDependencies | patch | [`8.4.16` -> `8.4.45`](https://renovatebot.com/diffs/npm/postcss/8.4.16/8.4.45) | | [tailwindcss](https://tailwindcss.com) ([source](https://github.com/tailwindlabs/tailwindcss)) | devDependencies | minor | [`3.1.8` -> `3.4.10`](https://renovatebot.com/diffs/npm/tailwindcss/3.1.8/3.4.10) | | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/Microsoft/TypeScript)) | devDependencies | major | [`4.7.2` -> `5.5.4`](https://renovatebot.com/diffs/npm/typescript/4.7.2/5.5.4) | --- > ⚠️ **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.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.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>tailwindlabs/tailwindcss (tailwindcss)</summary> ### [`v3.4.10`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.10) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.9...v3.4.10) ##### Fixed - Bump versions of plugins in the Standalone CLI ([#&#8203;14185](https://github.com/tailwindlabs/tailwindcss/pull/14185)) ### [`v3.4.9`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.9) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.8...v3.4.9) ##### Fixed - No longer warns when broad glob patterns are detecting `vendor` folders ### [`v3.4.8`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.8) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.7...v3.4.8) ##### Fixed - Fix minification when using nested CSS ([#&#8203;14105](https://github.com/tailwindlabs/tailwindcss/pull/14105)) - Warn when broad glob patterns are used in the content configuration ([#&#8203;14140](https://github.com/tailwindlabs/tailwindcss/pull/14140)) ### [`v3.4.7`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.7) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.6...v3.4.7) ##### Fixed - Fix class detection in Slim templates with attached attributes and ID ([#&#8203;14019](https://github.com/tailwindlabs/tailwindcss/pull/14019)) - Ensure attribute values in `data-*` and `aria-*` modifiers are always quoted in the generated CSS ([#&#8203;14037](https://github.com/tailwindlabs/tailwindcss/pull/14037)) ### [`v3.4.6`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.6) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.5...v3.4.6) ##### Fixed - Fix detection of some utilities in Slim/Pug templates ([#&#8203;14006](https://github.com/tailwindlabs/tailwindcss/pull/14006)) ##### Changed - Loosen `:is()` wrapping rules when using an important selector ([#&#8203;13900](https://github.com/tailwindlabs/tailwindcss/pull/13900)) ### [`v3.4.5`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.5) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.4...v3.4.5) ##### Fixed - Disable automatic `var()` injection for anchor properties ([#&#8203;13826](https://github.com/tailwindlabs/tailwindcss/pull/13826)) - Use no value instead of `blur(0px)` for `backdrop-blur-none` and `blur-none` utilities ([#&#8203;13830](https://github.com/tailwindlabs/tailwindcss/pull/13830)) - Add `.mts` and `.cts` config file detection ([#&#8203;13940](https://github.com/tailwindlabs/tailwindcss/pull/13940)) - Don't generate utilities like `px-1` unnecessarily when using utilities like `px-1.5` ([#&#8203;13959](https://github.com/tailwindlabs/tailwindcss/pull/13959)) - Always generate `-webkit-backdrop-filter` for `backdrop-*` utilities ([#&#8203;13997](https://github.com/tailwindlabs/tailwindcss/pull/13997)) ### [`v3.4.4`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.4) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.3...v3.4.4) ##### Fixed - Make it possible to use multiple `<alpha-value>` placeholders in a single color definition ([#&#8203;13740](https://github.com/tailwindlabs/tailwindcss/pull/13740)) - Don't prefix classes in arbitrary values of `has-*`, `group-has-*`, and `peer-has-*` variants ([#&#8203;13770](https://github.com/tailwindlabs/tailwindcss/pull/13770)) - Support negative values for `{col,row}-{start,end}` utilities ([#&#8203;13781](https://github.com/tailwindlabs/tailwindcss/pull/13781)) - Update embedded browserslist database ([#&#8203;13792](https://github.com/tailwindlabs/tailwindcss/pull/13792)) ### [`v3.4.3`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.3) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.2...v3.4.3) ##### Fixed - Revert changes to glob handling ([#&#8203;13384](https://github.com/tailwindlabs/tailwindcss/pull/13384)) ### [`v3.4.2`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.2) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.1...v3.4.2) ##### Fixed - Ensure max specificity of `0,0,1` for button and input Preflight rules ([#&#8203;12735](https://github.com/tailwindlabs/tailwindcss/pull/12735)) - Improve glob handling for folders with `(`, `)`, `[` or `]` in the file path ([#&#8203;12715](https://github.com/tailwindlabs/tailwindcss/pull/12715)) - Split `:has` rules when using `experimental.optimizeUniversalDefaults` ([#&#8203;12736](https://github.com/tailwindlabs/tailwindcss/pull/12736)) - Sort arbitrary properties alphabetically across multiple class lists ([#&#8203;12911](https://github.com/tailwindlabs/tailwindcss/pull/12911)) - Add `mix-blend-plus-darker` utility ([#&#8203;12923](https://github.com/tailwindlabs/tailwindcss/pull/12923)) - Ensure dashes are allowed in variant modifiers ([#&#8203;13303](https://github.com/tailwindlabs/tailwindcss/pull/13303)) - Fix crash showing completions in Intellisense when using a custom separator ([#&#8203;13306](https://github.com/tailwindlabs/tailwindcss/pull/13306)) - Transpile `import.meta.url` in config files ([#&#8203;13322](https://github.com/tailwindlabs/tailwindcss/pull/13322)) - Reset letter spacing for form elements ([#&#8203;13150](https://github.com/tailwindlabs/tailwindcss/pull/13150)) - Fix missing `xx-large` and remove double `x-large` absolute size ([#&#8203;13324](https://github.com/tailwindlabs/tailwindcss/pull/13324)) - Don't error when encountering nested CSS unless trying to `@apply` a class that uses nesting ([#&#8203;13325](https://github.com/tailwindlabs/tailwindcss/pull/13325)) - Ensure that arbitrary properties respect `important` configuration ([#&#8203;13353](https://github.com/tailwindlabs/tailwindcss/pull/13353)) - Change dark mode selector so `@apply` works correctly with pseudo elements ([#&#8203;13379](https://github.com/tailwindlabs/tailwindcss/pull/13379)) ### [`v3.4.1`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.1) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.0...v3.4.1) ##### Fixed - Don't remove keyframe stops when using important utilities ([#&#8203;12639](https://github.com/tailwindlabs/tailwindcss/pull/12639)) - Don't add spaces to gradients and grid track names when followed by `calc()` ([#&#8203;12704](https://github.com/tailwindlabs/tailwindcss/pull/12704)) - Restore old behavior for `class` dark mode strategy ([#&#8203;12717](https://github.com/tailwindlabs/tailwindcss/pull/12717)) ##### Added - Add new `selector` and `variant` strategies for dark mode ([#&#8203;12717](https://github.com/tailwindlabs/tailwindcss/pull/12717)) ##### Changed - Support `rtl` and `ltr` variants on same element as `dir` attribute ([#&#8203;12717](https://github.com/tailwindlabs/tailwindcss/pull/12717)) ### [`v3.4.0`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.0) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.3.7...v3.4.0) <a href="https://tailwindcss.com/blog/tailwindcss-v3-4"><img alt="Tailwind CSS" src="https://github.com/tailwindlabs/tailwindcss/assets/882133/cf6ee749-cce4-45e9-b15f-e081a6353833" width="768"></a> Tailwind CSS v3.4 has arrived! Check out the [announcement post](https://tailwindcss.com/blog/tailwindcss-v3-4) for a guided tour through all of the highlights. ##### Added - Add `svh`, `lvh`, and `dvh` values to default `height`/`min-height`/`max-height` theme ([#&#8203;11317](https://github.com/tailwindlabs/tailwindcss/pull/11317)) - Add `has-*` variants for `:has(...)` pseudo-class ([#&#8203;11318](https://github.com/tailwindlabs/tailwindcss/pull/11318)) - Add `text-wrap` utilities including `text-balance` and `text-pretty` ([#&#8203;11320](https://github.com/tailwindlabs/tailwindcss/pull/11320), [#&#8203;12031](https://github.com/tailwindlabs/tailwindcss/pull/12031)) - Extend default `opacity` scale to include all steps of 5 ([#&#8203;11832](https://github.com/tailwindlabs/tailwindcss/pull/11832)) - Update Preflight `html` styles to include shadow DOM `:host` pseudo-class ([#&#8203;11200](https://github.com/tailwindlabs/tailwindcss/pull/11200)) - Increase default values for `grid-rows-*` utilities from 1–6 to 1–12 ([#&#8203;12180](https://github.com/tailwindlabs/tailwindcss/pull/12180)) - Add `size-*` utilities ([#&#8203;12287](https://github.com/tailwindlabs/tailwindcss/pull/12287)) - Add utilities for CSS subgrid ([#&#8203;12298](https://github.com/tailwindlabs/tailwindcss/pull/12298)) - Add spacing scale to `min-w-*`, `min-h-*`, and `max-w-*` utilities ([#&#8203;12300](https://github.com/tailwindlabs/tailwindcss/pull/12300)) - Add `forced-color-adjust` utilities ([#&#8203;11931](https://github.com/tailwindlabs/tailwindcss/pull/11931)) - Add `forced-colors` variant ([#&#8203;11694](https://github.com/tailwindlabs/tailwindcss/pull/11694), [#&#8203;12582](https://github.com/tailwindlabs/tailwindcss/pull/12582)) - Add `appearance-auto` utility ([#&#8203;12404](https://github.com/tailwindlabs/tailwindcss/pull/12404)) - Add logical property values for `float` and `clear` utilities ([#&#8203;12480](https://github.com/tailwindlabs/tailwindcss/pull/12480)) - Add `*` variant for targeting direct children ([#&#8203;12551](https://github.com/tailwindlabs/tailwindcss/pull/12551)) ##### Changed - Simplify the `sans` font-family stack ([#&#8203;11748](https://github.com/tailwindlabs/tailwindcss/pull/11748)) - Disable the tap highlight overlay on iOS ([#&#8203;12299](https://github.com/tailwindlabs/tailwindcss/pull/12299)) - Improve relative precedence of `rtl`, `ltr`, `forced-colors`, and `dark` variants ([#&#8203;12584](https://github.com/tailwindlabs/tailwindcss/pull/12584)) ### [`v3.3.7`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.3.7) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.3.6...v3.3.7) ##### Fixed - Fix support for container query utilities with arbitrary values ([#&#8203;12534](https://github.com/tailwindlabs/tailwindcss/pull/12534)) - Fix custom config loading in Standalone CLI ([#&#8203;12616](https://github.com/tailwindlabs/tailwindcss/pull/12616)) ### [`v3.3.6`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.3.6) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.3.5...v3.3.6) ##### Fixed - Don’t add spaces to negative numbers following a comma ([#&#8203;12324](https://github.com/tailwindlabs/tailwindcss/pull/12324)) - Don't emit `@config` in CSS when watching via the CLI ([#&#8203;12327](https://github.com/tailwindlabs/tailwindcss/pull/12327)) - Improve types for `resolveConfig` ([#&#8203;12272](https://github.com/tailwindlabs/tailwindcss/pull/12272)) - Ensure configured `font-feature-settings` for `mono` are included in Preflight ([#&#8203;12342](https://github.com/tailwindlabs/tailwindcss/pull/12342)) - Improve candidate detection in minified JS arrays (without spaces) ([#&#8203;12396](https://github.com/tailwindlabs/tailwindcss/pull/12396)) - Don't crash when given applying a variant to a negated version of a simple utility ([#&#8203;12514](https://github.com/tailwindlabs/tailwindcss/pull/12514)) - Fix support for slashes in arbitrary modifiers ([#&#8203;12515](https://github.com/tailwindlabs/tailwindcss/pull/12515)) - Fix source maps of variant utilities that come from an `@layer` rule ([#&#8203;12508](https://github.com/tailwindlabs/tailwindcss/pull/12508)) - Fix loading of built-in plugins when using an ESM or TypeScript config with the Standalone CLI ([#&#8203;12506](https://github.com/tailwindlabs/tailwindcss/pull/12506)) ### [`v3.3.5`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.3.5) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.3.4...v3.3.5) ##### Fixed - Fix incorrect spaces around `-` in `calc()` expression ([#&#8203;12283](https://github.com/tailwindlabs/tailwindcss/pull/12283)) ### [`v3.3.4`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.3.4) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.3.3...v3.3.4) ##### Fixed - Improve normalisation of `calc()`-like functions ([#&#8203;11686](https://github.com/tailwindlabs/tailwindcss/pull/11686)) - Skip `calc()` normalisation in nested `theme()` calls ([#&#8203;11705](https://github.com/tailwindlabs/tailwindcss/pull/11705)) - Fix incorrectly generated CSS when using square brackets inside arbitrary properties ([#&#8203;11709](https://github.com/tailwindlabs/tailwindcss/pull/11709)) - Make `content` optional for presets in TypeScript types ([#&#8203;11730](https://github.com/tailwindlabs/tailwindcss/pull/11730)) - Handle variable colors that have variable fallback values ([#&#8203;12049](https://github.com/tailwindlabs/tailwindcss/pull/12049)) - Batch reading content files to prevent `too many open files` error ([#&#8203;12079](https://github.com/tailwindlabs/tailwindcss/pull/12079)) - Skip over classes inside `:not(…)` when nested in an at-rule ([#&#8203;12105](https://github.com/tailwindlabs/tailwindcss/pull/12105)) - Update types to work with `Node16` module resolution ([#&#8203;12097](https://github.com/tailwindlabs/tailwindcss/pull/12097)) - Don’t crash when important and parent selectors are equal in `@apply` ([#&#8203;12112](https://github.com/tailwindlabs/tailwindcss/pull/12112)) - Eliminate irrelevant rules when applying variants ([#&#8203;12113](https://github.com/tailwindlabs/tailwindcss/pull/12113)) - Improve RegEx parser, reduce possibilities as the key for arbitrary properties ([#&#8203;12121](https://github.com/tailwindlabs/tailwindcss/pull/12121)) - Fix sorting of utilities that share multiple candidates ([#&#8203;12173](https://github.com/tailwindlabs/tailwindcss/pull/12173)) - Ensure variants with arbitrary values and a modifier are correctly matched in the RegEx based parser ([#&#8203;12179](https://github.com/tailwindlabs/tailwindcss/pull/12179)) - Fix crash when watching renamed files on FreeBSD ([#&#8203;12193](https://github.com/tailwindlabs/tailwindcss/pull/12193)) - Allow plugins from a parent document to be used in an iframe ([#&#8203;12208](https://github.com/tailwindlabs/tailwindcss/pull/12208)) - Add types for `tailwindcss/nesting` ([#&#8203;12269](https://github.com/tailwindlabs/tailwindcss/pull/12269)) - Bump `jiti`, `fast-glob`, and `browserlist` dependencies ([#&#8203;11550](https://github.com/tailwindlabs/tailwindcss/pull/11550)) - Improve automatic `var` injection for properties that accept a `<dashed-ident>` ([#&#8203;12236](https://github.com/tailwindlabs/tailwindcss/pull/12236)) ### [`v3.3.3`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.3.3) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.3.2...v3.3.3) ##### Fixed - Fix issue where some pseudo-element variants generated the wrong selector ([#&#8203;10943](https://github.com/tailwindlabs/tailwindcss/pull/10943), [#&#8203;10962](https://github.com/tailwindlabs/tailwindcss/pull/10962), [#&#8203;11111](https://github.com/tailwindlabs/tailwindcss/pull/11111)) - Make font settings propagate into buttons, inputs, etc. ([#&#8203;10940](https://github.com/tailwindlabs/tailwindcss/pull/10940)) - Fix parsing of `theme()` inside `calc()` when there are no spaces around operators ([#&#8203;11157](https://github.com/tailwindlabs/tailwindcss/pull/11157)) - Ensure `repeating-conic-gradient` is detected as an image ([#&#8203;11180](https://github.com/tailwindlabs/tailwindcss/pull/11180)) - Move unknown pseudo-elements outside of `:is` by default ([#&#8203;11345](https://github.com/tailwindlabs/tailwindcss/pull/11345)) - Escape animation names when prefixes contain special characters ([#&#8203;11470](https://github.com/tailwindlabs/tailwindcss/pull/11470)) - Don't prefix arbitrary classes in `group` and `peer` variants ([#&#8203;11454](https://github.com/tailwindlabs/tailwindcss/pull/11454)) - Sort classes using position of first matching rule ([#&#8203;11504](https://github.com/tailwindlabs/tailwindcss/pull/11504)) - Allow variant to be an at-rule without a prelude ([#&#8203;11589](https://github.com/tailwindlabs/tailwindcss/pull/11589)) - Make PostCSS plugin async to improve performance ([#&#8203;11548](https://github.com/tailwindlabs/tailwindcss/pull/11548)) - Don’t error when a config file is missing ([f97759f](https://github.com/tailwindlabs/tailwindcss/commit/f97759f808d15ace66647b1405744fcf95a392e5)) ##### Added - Add `aria-busy` utility ([#&#8203;10966](https://github.com/tailwindlabs/tailwindcss/pull/10966)) ##### Changed - Reset padding for `<dialog>` elements in preflight ([#&#8203;11069](https://github.com/tailwindlabs/tailwindcss/pull/11069)) ### [`v3.3.2`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.3.2) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.3.1...v3.3.2) ##### Fixed - Don’t move unknown pseudo-elements to the end of selectors ([#&#8203;10943](https://github.com/tailwindlabs/tailwindcss/pull/10943), [#&#8203;10962](https://github.com/tailwindlabs/tailwindcss/pull/10962)) - Inherit gradient stop positions when using variants ([#&#8203;11002](https://github.com/tailwindlabs/tailwindcss/pull/11002)) - Honor default `to` position of gradient when using implicit transparent colors ([#&#8203;11002](https://github.com/tailwindlabs/tailwindcss/pull/11002)) - Ensure `@tailwindcss/oxide` doesn't leak in the stable engine ([#&#8203;10988](https://github.com/tailwindlabs/tailwindcss/pull/10988)) - Ensure multiple `theme(spacing[5])` calls with bracket notation in arbitrary properties work ([#&#8203;11039](https://github.com/tailwindlabs/tailwindcss/pull/11039)) - Normalize arbitrary modifiers ([#&#8203;11057](https://github.com/tailwindlabs/tailwindcss/pull/11057)) ##### Changed - Drop support for Node.js v12 ([#&#8203;11089](https://github.com/tailwindlabs/tailwindcss/pull/11089)) ### [`v3.3.1`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.3.1) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.3.0...v3.3.1) ##### Fixed - Fix edge case bug when loading a TypeScript config file with webpack ([#&#8203;10898](https://github.com/tailwindlabs/tailwindcss/pull/10898)) - Fix variant, `@apply`, and `important` selectors when using `:is()` or `:has()` with pseudo-elements ([#&#8203;10903](https://github.com/tailwindlabs/tailwindcss/pull/10903)) - Fix `safelist` config types ([#&#8203;10901](https://github.com/tailwindlabs/tailwindcss/pull/10901)) - Fix build errors caused by `@tailwindcss/line-clamp` warning ([#&#8203;10915](https://github.com/tailwindlabs/tailwindcss/pull/10915), [#&#8203;10919](https://github.com/tailwindlabs/tailwindcss/pull/10919)) - Fix "process is not defined" error ([#&#8203;10919](https://github.com/tailwindlabs/tailwindcss/pull/10919)) ### [`v3.3.0`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.3.0) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.2.7...v3.3.0) <img alt="Tailwind CSS" src="https://user-images.githubusercontent.com/4323180/228304008-d10fbe12-08eb-4270-bda2-7e8c1254f44c.png" width="768"> Tailwind CSS v3.3 is here! Check out the [announcement post](https://tailwindcss.com/blog/tailwindcss-v3-3) for a deep dive into all of the cool new stuff. ##### Added - Support ESM and TypeScript config files ([#&#8203;10785](https://github.com/tailwindlabs/tailwindcss/pull/10785)) - Extend default color palette with new 950 shades ([#&#8203;10879](https://github.com/tailwindlabs/tailwindcss/pull/10879)) - Add `line-height` modifier support to `font-size` utilities ([#&#8203;9875](https://github.com/tailwindlabs/tailwindcss/pull/9875)) - Add support for using variables as arbitrary values without `var(...)` ([#&#8203;9880](https://github.com/tailwindlabs/tailwindcss/pull/9880), [#&#8203;9962](https://github.com/tailwindlabs/tailwindcss/pull/9962)) - Add logical properties support for inline direction ([#&#8203;10166](https://github.com/tailwindlabs/tailwindcss/pull/10166)) - Add `hyphens` utilities ([#&#8203;10071](https://github.com/tailwindlabs/tailwindcss/pull/10071)) - Add `from-{position}`, `via-{position}` and `to-{position}` utilities ([#&#8203;10886](https://github.com/tailwindlabs/tailwindcss/pull/10886)) - Add `list-style-image` utilities ([#&#8203;10817](https://github.com/tailwindlabs/tailwindcss/pull/10817)) - Add `caption-side` utilities ([#&#8203;10470](https://github.com/tailwindlabs/tailwindcss/pull/10470)) - Add `line-clamp` utilities from `@tailwindcss/line-clamp` to core ([#&#8203;10768](https://github.com/tailwindlabs/tailwindcss/pull/10768), [#&#8203;10876](https://github.com/tailwindlabs/tailwindcss/pull/10876), [#&#8203;10862](https://github.com/tailwindlabs/tailwindcss/pull/10862)) - Add `delay-0` and `duration-0` utilities ([#&#8203;10294](https://github.com/tailwindlabs/tailwindcss/pull/10294)) - Add `justify-normal` and `justify-stretch` utilities ([#&#8203;10560](https://github.com/tailwindlabs/tailwindcss/pull/10560)) - Add `content-normal` and `content-stretch` utilities ([#&#8203;10645](https://github.com/tailwindlabs/tailwindcss/pull/10645)) - Add `whitespace-break-spaces` utility ([#&#8203;10729](https://github.com/tailwindlabs/tailwindcss/pull/10729)) - Add support for configuring default `font-variation-settings` for a `font-family` ([#&#8203;10034](https://github.com/tailwindlabs/tailwindcss/pull/10034), [#&#8203;10515](https://github.com/tailwindlabs/tailwindcss/pull/10515)) ##### Fixed - Disallow using multiple selectors in arbitrary variants ([#&#8203;10655](https://github.com/tailwindlabs/tailwindcss/pull/10655)) - Sort class lists deterministically for Prettier plugin ([#&#8203;10672](https://github.com/tailwindlabs/tailwindcss/pull/10672)) - Ensure CLI builds have a non-zero exit code on failure ([#&#8203;10703](https://github.com/tailwindlabs/tailwindcss/pull/10703)) - Ensure module dependencies for value `null`, is an empty `Set` ([#&#8203;10877](https://github.com/tailwindlabs/tailwindcss/pull/10877)) - Fix format assumption when resolving module dependencies ([#&#8203;10878](https://github.com/tailwindlabs/tailwindcss/pull/10878)) ##### Changed - Mark `rtl` and `ltr` variants as stable and remove warnings ([#&#8203;10764](https://github.com/tailwindlabs/tailwindcss/pull/10764)) - Use `inset` instead of `top`, `right`, `bottom`, and `left` properties ([#&#8203;10765](https://github.com/tailwindlabs/tailwindcss/pull/10765)) - Make `dark` and `rtl`/`ltr` variants insensitive to DOM order ([#&#8203;10766](https://github.com/tailwindlabs/tailwindcss/pull/10766)) - Use `:is` to make important selector option insensitive to DOM order ([#&#8203;10835](https://github.com/tailwindlabs/tailwindcss/pull/10835)) ### [`v3.2.7`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.2.7) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.2.6...v3.2.7) ##### Fixed - Fix use of `:where(.btn)` when matching `!btn` ([#&#8203;10601](https://github.com/tailwindlabs/tailwindcss/pull/10601)) - Revert including `outline-color` in `transition` and `transition-colors` by default ([#&#8203;10604](https://github.com/tailwindlabs/tailwindcss/pull/10604)) ### [`v3.2.6`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.2.6) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.2.5...v3.2.6) ##### Fixed - Fix installation failing with yarn and pnpm by dropping `oxide-api-shim` ([add1636](https://github.com/tailwindlabs/tailwindcss/commit/add16364b4b1100e1af23ad1ca6900a0b53cbba0)) ### [`v3.2.5`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.2.5) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.2.4...v3.2.5) ##### Added - Add standalone CLI build for 64-bit Windows on ARM (`node16-win-arm64`) ([#&#8203;10001](https://github.com/tailwindlabs/tailwindcss/pull/10001)) ##### Fixed - Cleanup unused `variantOrder` ([#&#8203;9829](https://github.com/tailwindlabs/tailwindcss/pull/9829)) - Fix `foo-[abc]/[def]` not being handled correctly ([#&#8203;9866](https://github.com/tailwindlabs/tailwindcss/pull/9866)) - Add container queries plugin to standalone CLI ([#&#8203;9865](https://github.com/tailwindlabs/tailwindcss/pull/9865)) - Support renaming of output files by PostCSS plugins in CLI ([#&#8203;9944](https://github.com/tailwindlabs/tailwindcss/pull/9944)) - Improve return value of `resolveConfig`, unwrap `ResolvableTo` ([#&#8203;9972](https://github.com/tailwindlabs/tailwindcss/pull/9972)) - Clip unbalanced brackets in arbitrary values ([#&#8203;9973](https://github.com/tailwindlabs/tailwindcss/pull/9973)) - Don’t reorder webkit scrollbar pseudo elements ([#&#8203;9991](https://github.com/tailwindlabs/tailwindcss/pull/9991)) - Deterministic sorting of arbitrary variants ([#&#8203;10016](https://github.com/tailwindlabs/tailwindcss/pull/10016)) - Add `data` key to theme types ([#&#8203;10023](https://github.com/tailwindlabs/tailwindcss/pull/10023)) - Prevent invalid arbitrary variant selectors from failing the build ([#&#8203;10059](https://github.com/tailwindlabs/tailwindcss/pull/10059)) - Properly handle subtraction followed by a variable ([#&#8203;10074](https://github.com/tailwindlabs/tailwindcss/pull/10074)) - Fix missing `string[]` in the `theme.dropShadow` types ([#&#8203;10072](https://github.com/tailwindlabs/tailwindcss/pull/10072)) - Update list of length units ([#&#8203;10100](https://github.com/tailwindlabs/tailwindcss/pull/10100)) - Fix not matching arbitrary properties when closely followed by square brackets ([#&#8203;10212](https://github.com/tailwindlabs/tailwindcss/pull/10212)) - Allow direct nesting in `root` or `@layer` nodes ([#&#8203;10229](https://github.com/tailwindlabs/tailwindcss/pull/10229)) - Don't prefix classes in arbitrary variants ([#&#8203;10214](https://github.com/tailwindlabs/tailwindcss/pull/10214)) - Fix perf regression when checking for changed content ([#&#8203;10234](https://github.com/tailwindlabs/tailwindcss/pull/10234)) - Fix missing `blocklist` member in the `Config` type ([#&#8203;10239](https://github.com/tailwindlabs/tailwindcss/pull/10239)) - Escape group names in selectors ([#&#8203;10276](https://github.com/tailwindlabs/tailwindcss/pull/10276)) - Consider earlier variants before sorting functions ([#&#8203;10288](https://github.com/tailwindlabs/tailwindcss/pull/10288)) - Allow variants with slashes ([#&#8203;10336](https://github.com/tailwindlabs/tailwindcss/pull/10336)) - Ensure generated CSS is always sorted in the same order for a given set of templates ([#&#8203;10382](https://github.com/tailwindlabs/tailwindcss/pull/10382)) - Handle variants when the same class appears multiple times in a selector ([#&#8203;10397](https://github.com/tailwindlabs/tailwindcss/pull/10397)) - Handle group/peer variants with quoted strings ([#&#8203;10400](https://github.com/tailwindlabs/tailwindcss/pull/10400)) - Parse alpha value from rgba/hsla colors when using variables ([#&#8203;10429](https://github.com/tailwindlabs/tailwindcss/pull/10429)) - Sort by `layer` inside `variants` layer ([#&#8203;10505](https://github.com/tailwindlabs/tailwindcss/pull/10505)) - Add `--watch=always` option to prevent exit when stdin closes ([#&#8203;9966](https://github.com/tailwindlabs/tailwindcss/pull/9966)) ##### Changed - Alphabetize `theme` keys in default config ([#&#8203;9953](https://github.com/tailwindlabs/tailwindcss/pull/9953)) - Update esbuild to v17 ([#&#8203;10368](https://github.com/tailwindlabs/tailwindcss/pull/10368)) - Include `outline-color` in `transition` and `transition-colors` utilities ([#&#8203;10385](https://github.com/tailwindlabs/tailwindcss/pull/10385)) ### [`v3.2.4`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.2.4) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.2.3...v3.2.4) ##### Added - Add `blocklist` option to prevent generating unwanted CSS ([#&#8203;9812](https://github.com/tailwindlabs/tailwindcss/pull/9812)) ##### Fixed - Fix watching of files on Linux when renames are involved ([#&#8203;9796](https://github.com/tailwindlabs/tailwindcss/pull/9796)) - Make sure errors are always displayed when watching for changes ([#&#8203;9810](https://github.com/tailwindlabs/tailwindcss/pull/9810)) ### [`v3.2.3`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.2.3) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.2.2...v3.2.3) ##### Fixed - Fixed use of `raw` content in the CLI ([#&#8203;9773](https://github.com/tailwindlabs/tailwindcss/pull/9773)) - Pick up changes from files that are both context and content deps ([#&#8203;9787](https://github.com/tailwindlabs/tailwindcss/pull/9787)) - Sort pseudo-elements ONLY after classes when using variants and `@apply` ([#&#8203;9765](https://github.com/tailwindlabs/tailwindcss/pull/9765)) - Support important utilities in the safelist (pattern must include a `!`) ([#&#8203;9791](https://github.com/tailwindlabs/tailwindcss/pull/9791)) ### [`v3.2.2`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.2.2) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.2.1...v3.2.2) ##### Fixed - Escape special characters in resolved content base paths ([#&#8203;9650](https://github.com/tailwindlabs/tailwindcss/pull/9650)) - Don't reuse container for array returning variant functions ([#&#8203;9644](https://github.com/tailwindlabs/tailwindcss/pull/9644)) - Exclude non-relevant selectors when generating rules with the important modifier ([#&#8203;9677](https://github.com/tailwindlabs/tailwindcss/issues/9677)) - Fix merging of arrays during config resolution ([#&#8203;9706](https://github.com/tailwindlabs/tailwindcss/issues/9706)) - Ensure configured `font-feature-settings` are included in Preflight ([#&#8203;9707](https://github.com/tailwindlabs/tailwindcss/pull/9707)) - Fix fractional values not being parsed properly inside arbitrary properties ([#&#8203;9705](https://github.com/tailwindlabs/tailwindcss/pull/9705)) - Fix incorrect selectors when using `@apply` in selectors with combinators and pseudos ([#&#8203;9722](https://github.com/tailwindlabs/tailwindcss/pull/9722)) - Fix cannot read properties of undefined (reading 'modifier') ([#&#8203;9656](https://github.com/tailwindlabs/tailwindcss/pull/9656), [aa979d6](https://github.com/tailwindlabs/tailwindcss/commit/aa979d645f8bf4108c5fc938d7c0ba085b654c31)) ### [`v3.2.1`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.2.1) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.2.0...v3.2.1) ##### Fixed - Fix missing `supports` in types ([#&#8203;9616](https://github.com/tailwindlabs/tailwindcss/pull/9616)) - Fix missing PostCSS dependencies in the CLI ([#&#8203;9617](https://github.com/tailwindlabs/tailwindcss/pull/9617)) - Ensure `micromatch` is a proper CLI dependency ([#&#8203;9620](https://github.com/tailwindlabs/tailwindcss/pull/9620)) - Ensure modifier values exist when using a `modifiers` object for `matchVariant` ([ba6551d](https://github.com/tailwindlabs/tailwindcss/commit/ba6551db0f2726461371b4f3c6cd4c7090888504)) ### [`v3.2.0`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.2.0) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.1.8...v3.2.0) We just released Tailwind CSS v3.2! Read the [announcement post](https://tailwindcss.com/blog/tailwindcss-v3-2) for more details about the most exciting new features. *** ##### Added - Add new `@config` directive ([#&#8203;9405](https://github.com/tailwindlabs/tailwindcss/pull/9405)) - Add new `relative: true` option to resolve content paths relative to the config file ([#&#8203;9396](https://github.com/tailwindlabs/tailwindcss/pull/9396)) - Add new `supports-*` variant ([#&#8203;9453](https://github.com/tailwindlabs/tailwindcss/pull/9453)) - Add new `min-*` and `max-*` variants ([#&#8203;9558](https://github.com/tailwindlabs/tailwindcss/pull/9558)) - Add new `aria-*` variants ([#&#8203;9557](https://github.com/tailwindlabs/tailwindcss/pull/9557), [#&#8203;9588](https://github.com/tailwindlabs/tailwindcss/pull/9588)) - Add new `data-*` variants ([#&#8203;9559](https://github.com/tailwindlabs/tailwindcss/pull/9559), [#&#8203;9588](https://github.com/tailwindlabs/tailwindcss/pull/9588)) - Add new `break-keep` utility for `word-break: keep-all` ([#&#8203;9393](https://github.com/tailwindlabs/tailwindcss/pull/9393)) - Add new `collapse` utility for `visibility: collapse` ([#&#8203;9181](https://github.com/tailwindlabs/tailwindcss/pull/9181)) - Add new `fill-none` utility for `fill: none` ([#&#8203;9403](https://github.com/tailwindlabs/tailwindcss/pull/9403)) - Add new `stroke-none` utility for `stroke: none` ([#&#8203;9403](https://github.com/tailwindlabs/tailwindcss/pull/9403)) - Add new `place-content-baseline` utility for `place-content: baseline` ([#&#8203;9498](https://github.com/tailwindlabs/tailwindcss/pull/9498)) - Add new `place-items-baseline` utility for `place-items: baseline` ([#&#8203;9507](https://github.com/tailwindlabs/tailwindcss/pull/9507)) - Add new `content-baseline` utility for `align-content: baseline` ([#&#8203;9507](https://github.com/tailwindlabs/tailwindcss/pull/9507)) - Add support for configuring default `font-feature-settings` for a font family ([#&#8203;9039](https://github.com/tailwindlabs/tailwindcss/pull/9039)) - Add standalone CLI build for 32-bit Linux on ARM (`node16-linux-armv7`) ([#&#8203;9084](https://github.com/tailwindlabs/tailwindcss/pull/9084)) - Add future flag to disable color opacity utility plugins ([#&#8203;9088](https://github.com/tailwindlabs/tailwindcss/pull/9088)) - Add negative value support for `outline-offset` ([#&#8203;9136](https://github.com/tailwindlabs/tailwindcss/pull/9136)) - Add support for modifiers to `matchUtilities` ([#&#8203;9541](https://github.com/tailwindlabs/tailwindcss/pull/9541)) - Allow negating utilities using `min`/`max`/`clamp` ([#&#8203;9237](https://github.com/tailwindlabs/tailwindcss/pull/9237)) - Implement fallback plugins when there is ambiguity between plugins when using arbitrary values ([#&#8203;9376](https://github.com/tailwindlabs/tailwindcss/pull/9376)) - Support `sort` function in `matchVariant` ([#&#8203;9423](https://github.com/tailwindlabs/tailwindcss/pull/9423)) - Upgrade to `postcss-nested` v6.0 ([#&#8203;9546](https://github.com/tailwindlabs/tailwindcss/pull/9546)) ##### Fixed - Use absolute paths when resolving changed files for resilience against working directory changes ([#&#8203;9032](https://github.com/tailwindlabs/tailwindcss/pull/9032)) - Fix ring color utility generation when using `respectDefaultRingColorOpacity` ([#&#8203;9070](https://github.com/tailwindlabs/tailwindcss/pull/9070)) - Sort tags before classes when `@apply`-ing a selector with joined classes ([#&#8203;9107](https://github.com/tailwindlabs/tailwindcss/pull/9107)) - Remove invalid `outline-hidden` utility ([#&#8203;9147](https://github.com/tailwindlabs/tailwindcss/pull/9147)) - Honor the `hidden` attribute on elements in preflight ([#&#8203;9174](https://github.com/tailwindlabs/tailwindcss/pull/9174)) - Don't stop watching atomically renamed files ([#&#8203;9173](https://github.com/tailwindlabs/tailwindcss/pull/9173), [#&#8203;9215](https://github.com/tailwindlabs/tailwindcss/pull/9215)) - Fix duplicate utilities issue causing memory leaks ([#&#8203;9208](https://github.com/tailwindlabs/tailwindcss/pull/9208)) - Fix `fontFamily` config TypeScript types ([#&#8203;9214](https://github.com/tailwindlabs/tailwindcss/pull/9214)) - Handle variants on complex selector utilities ([#&#8203;9262](https://github.com/tailwindlabs/tailwindcss/pull/9262)) - Fix shared config mutation issue ([#&#8203;9294](https://github.com/tailwindlabs/tailwindcss/pull/9294)) - Fix ordering of parallel variants ([#&#8203;9282](https://github.com/tailwindlabs/tailwindcss/pull/9282)) - Handle variants in utility selectors using `:where()` and `:has()` ([#&#8203;9309](https://github.com/tailwindlabs/tailwindcss/pull/9309)) - Improve data type analysis for arbitrary values ([#&#8203;9320](https://github.com/tailwindlabs/tailwindcss/pull/9320)) - Don't emit generated utilities with invalid uses of theme functions ([#&#8203;9319](https://github.com/tailwindlabs/tailwindcss/pull/9319)) - Revert change that only listened for stdin close on TTYs ([#&#8203;9331](https://github.com/tailwindlabs/tailwindcss/pull/9331)) - Ignore unset values (like `null` or `undefined`) when resolving the classList for intellisense ([#&#8203;9385](https://github.com/tailwindlabs/tailwindcss/pull/9385)) - Improve type checking for formal syntax ([#&#8203;9349](https://github.com/tailwindlabs/tailwindcss/pull/9349), [#&#8203;9448](https://github.com/tailwindlabs/tailwindcss/pull/9448)) - Fix incorrect required `content` key in custom plugin configs ([#&#8203;9502](https://github.com/tailwindlabs/tailwindcss/pull/9502), [#&#8203;9545](https://github.com/tailwindlabs/tailwindcss/pull/9545)) - Fix content path detection on Windows ([#&#8203;9569](https://github.com/tailwindlabs/tailwindcss/pull/9569)) - Ensure `--content` is used in the CLI when passed ([#&#8203;9587](https://github.com/tailwindlabs/tailwindcss/pull/9587)) </details> <details> <summary>Microsoft/TypeScript (typescript)</summary> ### [`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 becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiIzMi4yNDEuMTEiLCJ1cGRhdGVkSW5WZXIiOiIzNy40MjQuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
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
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing
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
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

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