geoblocks / ol-maplibre-layer

Use a MapBox map as an OpenLayers layer
https://geoblocks.github.io/ol-maplibre-layer/demo.html
BSD 3-Clause "New" or "Revised" License
35 stars 5 forks source link

chore(deps): update all patch and minor versions #164

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@typescript-eslint/eslint-plugin (source) 7.1.0 -> 7.5.0 age adoption passing confidence
@typescript-eslint/parser (source) 7.1.0 -> 7.5.0 age adoption passing confidence
maplibre-gl (source) 4.0.2 -> 4.1.2 age adoption passing confidence
ol (source) 9.0.0 -> 9.1.0 age adoption passing confidence
typescript (source) 5.3.3 -> 5.4.4 age adoption passing confidence

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v7.5.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#750-2024-04-01) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.4.0...v7.5.0) ##### 🩹 Fixes - **eslint-plugin:** \[no-floating-promises] handle TaggedTemplateExpression - **eslint-plugin:** \[no-unnecessary-type-assertion] handle exactOptionalPropertyTypes compiler option ##### ❤️ Thank You - Brad Zacher - Kim Sang Du - Mark de Dios - Naru - YeonJuan You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v7.4.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#740-2024-03-25) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.3.1...v7.4.0) ##### 🚀 Features - **eslint-plugin:** \[consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata - **eslint-plugin:** \[no-unnecessary-type-arguments] handle tagged templates - **eslint-plugin:** deprecate no-throw-literal and add a renamed only-throw-error ##### 🩹 Fixes - **eslint-plugin:** \[prefer-optional-chain] address multipart nullish checks false positive - **eslint-plugin:** \[prefer-optional-chain] properly disambiguate between `boolean` and `false` - **eslint-plugin:** \[no-unnecessary-type-assertion] avoid remove const casting on template literals with expressions inside ##### ❤️ Thank You - Abraham Guo - Brad Zacher - Josh Goldberg ✨ - Kim Sang Du - Kirk Waiblinger - Marco Pasqualetti - YeonJuan You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v7.3.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#731-2024-03-18) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.3.0...v7.3.1) ##### 🩹 Fixes - **eslint-plugin:** \[no-floating-promises] revert disable of ignoreVoid in strict config ##### ❤️ Thank You - Josh Goldberg ✨ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v7.3.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#730-2024-03-18) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.2.0...v7.3.0) ##### 🚀 Features - **eslint-plugin:** \[restrict-template-expressions] add `allowArray` option - **eslint-plugin:** add meta.docs.recommended setting for strict config options - **eslint-plugin:** add rule `use-unknown-in-catch-callback-variables` - **eslint-plugin:** \[prefer-reduce-type-parameter] supports tuple, union, intersection ##### 🩹 Fixes - correct `engines.node` constraints in `package.json` - **eslint-plugin:** \[unbound-method] check method definition in object literal using longhand form - **eslint-plugin:** \[consistent-type-imports] handle imports without specifiers - **eslint-plugin:** \[no-redundant-type-constituents] incorrectly marks & string as redundant - **eslint-plugin:** \[no-unnecessary-qualifier] handle merge namespace with enum - **eslint-plugin:** \[no-unused-expressions] false negatives when using assertions - **eslint-plugin:** \[ban-ts-comment] more accurate handling of multiline comments - **eslint-plugin:** \[explicit-function-return-type, explicit-module-boundary-types] improved checking for allowHigherOrderFunctions option - **eslint-plugin:** \[class-literal-property-style] ignore property assigned in constructor - **eslint-plugin:** \[no-unnecessary-type-assertion] fix false negative for const variable declarations ##### ❤️ Thank You - Abraham Guo - Alexu - Arka Pratim Chaudhuri - auvred - Derrick Isaacson - fnx - Josh Goldberg ✨ - Kirk Waiblinger - Marta Cardoso - Michaël De Boey - Tristan Rasmussen - YeonJuan You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v7.2.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#720-2024-03-11) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.1.1...v7.2.0) ##### 🚀 Features - support TS 5.4 - **eslint-plugin:** \[prefer-string-starts-ends-with] add allowSingleElementEquality option ##### 🩹 Fixes - **eslint-plugin:** expose \*-type-checked-only configs for extension - **eslint-plugin:** \[member-ordering] report alphabetical sorting for all groups instead of just the first failing group - **eslint-plugin:** \[no-var-requires, no-require-imports] support template literal - **eslint-plugin:** \[no-useless-template-literals] detect TemplateLiteral - **eslint-plugin:** \[no-unnecessary-condition] handle union array and tuple type - **eslint-plugin:** \[prefer-find] support ternary branches in prefer-find ##### ❤️ Thank You - Arka Pratim Chaudhuri - auvred - Chris Plummer - Fotis Papadogeorgopoulos - Josh Goldberg ✨ - Kirk Waiblinger - Wayne Zhang - YeonJuan You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v7.1.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#711-2024-03-04) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.1.0...v7.1.1) This was a version bump only for eslint-plugin to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v7.5.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#750-2024-04-01) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.4.0...v7.5.0) ##### 🩹 Fixes - **parser:** disallow `errorOnTypeScriptSyntacticAndSemanticIssues` ##### ❤️ Thank You - Brad Zacher - Kim Sang Du - Mark de Dios - Naru - YeonJuan You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v7.4.0`](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.3.1...5d2469142262672e381db3b4a4e2bffa80984810) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.3.1...v7.4.0) ### [`v7.3.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#731-2024-03-18) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.3.0...v7.3.1) This was a version bump only for parser to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v7.3.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#730-2024-03-18) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.2.0...v7.3.0) ##### 🩹 Fixes - correct `engines.node` constraints in `package.json` ##### ❤️ Thank You - Abraham Guo - Alexu - Arka Pratim Chaudhuri - auvred - Derrick Isaacson - fnx - Josh Goldberg ✨ - Kirk Waiblinger - Marta Cardoso - Michaël De Boey - Tristan Rasmussen - YeonJuan You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v7.2.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#720-2024-03-11) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.1.1...v7.2.0) ##### 🚀 Features - support TS 5.4 ##### ❤️ Thank You - Arka Pratim Chaudhuri - auvred - Chris Plummer - Fotis Papadogeorgopoulos - Josh Goldberg ✨ - Kirk Waiblinger - Wayne Zhang - YeonJuan You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v7.1.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#711-2024-03-04) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.1.0...v7.1.1) This was a version bump only for parser to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
maplibre/maplibre-gl-js (maplibre-gl) ### [`v4.1.2`](https://togithub.com/maplibre/maplibre-gl-js/blob/HEAD/CHANGELOG.md#412) [Compare Source](https://togithub.com/maplibre/maplibre-gl-js/compare/v4.1.1...v4.1.2) ##### ✨ Features and improvements - Hide Popup when its parent Marker is behind terrain ([#​3865](https://togithub.com/maplibre/maplibre-gl-js/pull/3865)) ##### 🐞 Bug fixes - Fix type definition on `localIdeographFontFamily` ([#​3896](https://togithub.com/maplibre/maplibre-gl-js/pull/3896)) - Fix unwanted panning changes at the end of a panning motion ([#​3872](https://togithub.com/maplibre/maplibre-gl-js/issues/3872)) - Fix `close` events being fired for popups that aren't open ### [`v4.1.1`](https://togithub.com/maplibre/maplibre-gl-js/blob/HEAD/CHANGELOG.md#411) [Compare Source](https://togithub.com/maplibre/maplibre-gl-js/compare/v4.1.0...v4.1.1) ##### ✨ Features and improvements - Improve animation curve when easeTo and flyTo with constraints ([#​3793](https://togithub.com/maplibre/maplibre-gl-js/pull/3793)) ##### 🐞 Bug fixes - Fix unwanted zoom changes at the end of a panning motion ([#​2094](https://togithub.com/maplibre/maplibre-gl-js/issues/2094)) ### [`v4.1.0`](https://togithub.com/maplibre/maplibre-gl-js/blob/HEAD/CHANGELOG.md#410) [Compare Source](https://togithub.com/maplibre/maplibre-gl-js/compare/v4.0.2...v4.1.0) ##### ✨ Features and improvements - Add option to position popup at subpixel coordinates to allow for smooth animations ([#​3710](https://togithub.com/maplibre/maplibre-gl-js/pull/3710)) - Constrain horizontal panning when renderWorldCopies is set to false ([3738](https://togithub.com/maplibre/maplibre-gl-js/pull/3738)) ##### 🐞 Bug fixes - Fix popup appearing far from marker that was moved to a side globe ([3712](https://togithub.com/maplibre/maplibre-gl-js/pull/3712)) - Set text color to ensure contrast in the attribution pill ([3737](https://togithub.com/maplibre/maplibre-gl-js/pull/3737)) - Fix memory leak in Worker when map is removed ([3734](https://togithub.com/maplibre/maplibre-gl-js/pull/3734)) - Fix issue with `FullscreenControl` when MapLibre is within a [ShadowRoot](https://developer.mozilla.org/en-US/docs/Web/API/ShadowRoot) ([#​3573](https://togithub.com/maplibre/maplibre-gl-js/pull/3573)) - Fix performance regression with `setRTLTextPlugin` which can cause 1 or 2 extra frames to render. ([#​3728](https://togithub.com/maplibre/maplibre-gl-js/pull/3728))
openlayers/openlayers (ol) ### [`v9.1.0`](https://togithub.com/openlayers/openlayers/releases/tag/v9.1.0) [Compare Source](https://togithub.com/openlayers/openlayers/compare/v9.0.0...v9.1.0) The 9.1 release fixes a few rendering regressions introduced in v9.0. It introduces bulk feature removal in Vector sources, addresses attribution consistency, includes new style operators, and adds the Alidade Satellite style to the Stamen source. Moreover, it ensures compliance with Google's terms of use for attribution handling of the Google source. ##### What's Changed - Updates for the 9.0.0 release by [@​ahocevar](https://togithub.com/ahocevar) in [https://github.com/openlayers/openlayers/pull/15584](https://togithub.com/openlayers/openlayers/pull/15584) - Bump puppeteer from 22.2.0 to 22.3.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/openlayers/openlayers/pull/15585](https://togithub.com/openlayers/openlayers/pull/15585) - Bump karma from 6.4.2 to 6.4.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/openlayers/openlayers/pull/15588](https://togithub.com/openlayers/openlayers/pull/15588) - Bump eslint from 8.56.0 to 8.57.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/openlayers/openlayers/pull/15587](https://togithub.com/openlayers/openlayers/pull/15587) - Bump ol-mapbox-style from 12.2.0 to 12.2.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/openlayers/openlayers/pull/15586](https://togithub.com/openlayers/openlayers/pull/15586) - feat: add to-string operator by [@​fredj](https://togithub.com/fredj) in [https://github.com/openlayers/openlayers/pull/15591](https://togithub.com/openlayers/openlayers/pull/15591) - Add 'in' and 'between' operators by [@​fredj](https://togithub.com/fredj) in [https://github.com/openlayers/openlayers/pull/15594](https://togithub.com/openlayers/openlayers/pull/15594) - Add Alidade Satellite style by [@​ianthetechie](https://togithub.com/ianthetechie) in [https://github.com/openlayers/openlayers/pull/15597](https://togithub.com/openlayers/openlayers/pull/15597) - Retrieve Google attributions automatically via their API and provide an example showing how to add the Google logo by [@​fnicollet](https://togithub.com/fnicollet) in [https://github.com/openlayers/openlayers/pull/15598](https://togithub.com/openlayers/openlayers/pull/15598) - Do not use arrays for non-consecutive zIndex keys by [@​ahocevar](https://togithub.com/ahocevar) in [https://github.com/openlayers/openlayers/pull/15600](https://togithub.com/openlayers/openlayers/pull/15600) - Listen for `change:size` event in Attributions example by [@​mike-000](https://togithub.com/mike-000) in [https://github.com/openlayers/openlayers/pull/15603](https://togithub.com/openlayers/openlayers/pull/15603) - Bump express from 4.18.2 to 4.18.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/openlayers/openlayers/pull/15607](https://togithub.com/openlayers/openlayers/pull/15607) - Bump karma-firefox-launcher from 2.1.2 to 2.1.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/openlayers/openlayers/pull/15608](https://togithub.com/openlayers/openlayers/pull/15608) - Make UTF wrapX and empty string attribution handling consistent with TileJSON by [@​mike-000](https://togithub.com/mike-000) in [https://github.com/openlayers/openlayers/pull/15604](https://togithub.com/openlayers/openlayers/pull/15604) - Updates to the Google attribution by [@​tschaub](https://togithub.com/tschaub) in [https://github.com/openlayers/openlayers/pull/15602](https://togithub.com/openlayers/openlayers/pull/15602) - Mention `ZoomToExtent` in breaking changes of `v9.0.0` by [@​JakobMiksch](https://togithub.com/JakobMiksch) in [https://github.com/openlayers/openlayers/pull/15616](https://togithub.com/openlayers/openlayers/pull/15616) - Fix rendering nothing with declutter and postrender listener by [@​ahocevar](https://togithub.com/ahocevar) in [https://github.com/openlayers/openlayers/pull/15630](https://togithub.com/openlayers/openlayers/pull/15630) - Bump puppeteer from 22.3.0 to 22.4.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/openlayers/openlayers/pull/15623](https://togithub.com/openlayers/openlayers/pull/15623) - Bump metalsmith from 2.6.2 to 2.6.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/openlayers/openlayers/pull/15624](https://togithub.com/openlayers/openlayers/pull/15624) - Bump typescript from 5.3.3 to 5.4.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/openlayers/openlayers/pull/15626](https://togithub.com/openlayers/openlayers/pull/15626) - Bump ol-stac from 1.0.0-beta.8 to 1.0.0-beta.9 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/openlayers/openlayers/pull/15627](https://togithub.com/openlayers/openlayers/pull/15627) - Bump marked from 12.0.0 to 12.0.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/openlayers/openlayers/pull/15628](https://togithub.com/openlayers/openlayers/pull/15628) - Bump rollup from 4.12.0 to 4.13.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/openlayers/openlayers/pull/15633](https://togithub.com/openlayers/openlayers/pull/15633) - Fix decluttering opacity, zIndex and circles by [@​ahocevar](https://togithub.com/ahocevar) in [https://github.com/openlayers/openlayers/pull/15614](https://togithub.com/openlayers/openlayers/pull/15614) - Store previous transform in FrameState by [@​ahocevar](https://togithub.com/ahocevar) in [https://github.com/openlayers/openlayers/pull/15620](https://togithub.com/openlayers/openlayers/pull/15620) - Bump follow-redirects from 1.15.5 to 1.15.6 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/openlayers/openlayers/pull/15645](https://togithub.com/openlayers/openlayers/pull/15645) - Add an option to remove feature silently in ol.source.Vector. by [@​ger-benjamin](https://togithub.com/ger-benjamin) in [https://github.com/openlayers/openlayers/pull/15643](https://togithub.com/openlayers/openlayers/pull/15643) - Bump puppeteer from 22.4.1 to 22.5.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/openlayers/openlayers/pull/15648](https://togithub.com/openlayers/openlayers/pull/15648) - Bump webpack-dev-server from 5.0.2 to 5.0.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/openlayers/openlayers/pull/15647](https://togithub.com/openlayers/openlayers/pull/15647) - Calculate canvas width and height the same way for all renderers by [@​ahocevar](https://togithub.com/ahocevar) in [https://github.com/openlayers/openlayers/pull/15652](https://togithub.com/openlayers/openlayers/pull/15652) - Bump webpack-dev-middleware from 7.0.0 to 7.1.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/openlayers/openlayers/pull/15657](https://togithub.com/openlayers/openlayers/pull/15657) ##### New Contributors - [@​fnicollet](https://togithub.com/fnicollet) made their first contribution in [https://github.com/openlayers/openlayers/pull/15598](https://togithub.com/openlayers/openlayers/pull/15598) **Full Changelog**: https://github.com/openlayers/openlayers/compare/v9.0.0...v9.1.0
Microsoft/TypeScript (typescript) ### [`v5.4.4`](https://togithub.com/microsoft/TypeScript/releases/tag/v5.4.4): TypeScript 5.4.4 [Compare Source](https://togithub.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://togithub.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://togithub.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://togithub.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://togithub.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://togithub.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://togithub.com/microsoft/TypeScript/releases/tag/v5.4.3): TypeScript 5.4.3 [Compare Source](https://togithub.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://togithub.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://togithub.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://togithub.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://togithub.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://togithub.com/microsoft/TypeScript/releases/tag/v5.4.2): TypeScript 5.4 [Compare Source](https://togithub.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://togithub.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://togithub.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://togithub.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)

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

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



This PR has been generated by Mend Renovate. View repository job log here.