wkillerud / some-sass

Improved support for SCSS, Sass indented and SassDoc. Workspace awareness and full support for Sass modules.
https://wkillerud.github.io/some-sass/
60 stars 6 forks source link

chore(deps): update devdependencies (non-major) #168

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nx/js (source) 19.1.1 -> 19.2.2 age adoption passing confidence
@nx/web (source) 19.1.1 -> 19.2.2 age adoption passing confidence
@nx/webpack (source) 19.1.1 -> 19.2.2 age adoption passing confidence
@swc-node/register 1.9.1 -> 1.9.2 age adoption passing confidence
@swc/core (source) 1.4.17 -> 1.5.25 age adoption passing confidence
@types/node (source) 20.12.8 -> 20.14.2 age adoption passing confidence
@types/webpack-env (source) 1.18.4 -> 1.18.5 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 7.8.0 -> 7.12.0 age adoption passing confidence
@typescript-eslint/parser (source) 7.8.0 -> 7.12.0 age adoption passing confidence
@vitest/coverage-v8 (source) 1.5.3 -> 1.6.0 age adoption passing confidence
@vscode/test-electron 2.3.9 -> 2.4.0 age adoption passing confidence
@vscode/vsce (source) 2.26.0 -> 2.27.0 age adoption passing confidence
lint-staged 15.2.2 -> 15.2.5 age adoption passing confidence
nx (source) 19.1.1 -> 19.2.2 age adoption passing confidence
prettier (source) 3.2.5 -> 3.3.1 age adoption passing confidence
rimraf 5.0.5 -> 5.0.7 age adoption passing confidence
vitest (source) 1.5.3 -> 1.6.0 age adoption passing confidence

Release Notes

nrwl/nx (@​nx/js) ### [`v19.2.2`](https://togithub.com/nrwl/nx/releases/tag/19.2.2) [Compare Source](https://togithub.com/nrwl/nx/compare/19.2.1...19.2.2) ##### 19.2.2 (2024-06-07) ##### 🩹 Fixes - **core:** handle `projects` inside `dependsOn` correctly ([#​26392](https://togithub.com/nrwl/nx/pull/26392)) - **core:** correctly handle negative patterns in workspaces/packages config ([#​26453](https://togithub.com/nrwl/nx/pull/26453)) - **core:** don't throw when hashing undefined object ([#​26455](https://togithub.com/nrwl/nx/pull/26455)) - **core:** clean versions read from package.json when resolving depen… ([#​26457](https://togithub.com/nrwl/nx/pull/26457)) - **core:** ensure tuple passed to aggregate create nodes error ([#​26456](https://togithub.com/nrwl/nx/pull/26456)) - **core:** fix duplicate nx entry in gitignore ([#​26461](https://togithub.com/nrwl/nx/pull/26461)) - **misc:** nx wrapper should work better on windows ([#​26460](https://togithub.com/nrwl/nx/pull/26460)) - **nextjs:** Generating an app using tailwind should not add module css ([#​26454](https://togithub.com/nrwl/nx/pull/26454)) - **react:** prevent generating empty props since setting strict in tsconfig is not compatible with it ([#​26428](https://togithub.com/nrwl/nx/pull/26428)) - **web:** add shell true ([#​26411](https://togithub.com/nrwl/nx/pull/26411)) ##### ❤️ Thank You - Bastien [@​bastienmoulia](https://togithub.com/bastienmoulia) - Craigory Coppola [@​AgentEnder](https://togithub.com/AgentEnder) - Emily Xiong [@​xiongemi](https://togithub.com/xiongemi) - Jack Hsu [@​jaysoo](https://togithub.com/jaysoo) - James Henry [@​JamesHenry](https://togithub.com/JamesHenry) - Jason Jean [@​FrozenPandaz](https://togithub.com/FrozenPandaz) - Nicholas Cunningham [@​ndcunningham](https://togithub.com/ndcunningham) ### [`v19.2.1`](https://togithub.com/nrwl/nx/releases/tag/19.2.1) [Compare Source](https://togithub.com/nrwl/nx/compare/19.2.0...19.2.1) ##### 19.2.1 (2024-06-06) ##### 🚀 Features - **graph:** add source info for command and script ([#​26162](https://togithub.com/nrwl/nx/pull/26162)) - **node:** Add output path to setup docker ([#​26365](https://togithub.com/nrwl/nx/pull/26365)) - **nx-dev:** update text on enterprise & contact screens ([#​26416](https://togithub.com/nrwl/nx/pull/26416)) - **web:** allow additional http-server options to be passed from [@​nx/web](https://togithub.com/nx/web):file-server ([#​26391](https://togithub.com/nrwl/nx/pull/26391)) ##### 🩹 Fixes - **angular:** install [@​typescript-eslint/utils](https://togithub.com/typescript-eslint/utils) when using relevant angular eslint v18 packages ([#​26418](https://togithub.com/nrwl/nx/pull/26418)) - **bundling:** load rollup config using the rollup version installed in the workspace ([#​26298](https://togithub.com/nrwl/nx/pull/26298)) - **core:** make plugin pool cleanup to be synchronous ([#​26389](https://togithub.com/nrwl/nx/pull/26389)) - **core:** handle paths deleted by the ide ([#​26363](https://togithub.com/nrwl/nx/pull/26363)) - **core:** add quotes around string to command ([#​23056](https://togithub.com/nrwl/nx/pull/23056)) - **core:** don't load env vars when insantiating daemon client ([#​26421](https://togithub.com/nrwl/nx/pull/26421)) - **core:** should not pass --no-color --no-parallel ([#​22763](https://togithub.com/nrwl/nx/pull/22763)) - **core:** fix postinstall when nx is not resolveable ([#​26433](https://togithub.com/nrwl/nx/pull/26433)) - **graph:** make cacheable and nx release pill sticky to the right ([#​26157](https://togithub.com/nrwl/nx/pull/26157)) - **js:** add default baseUrl when extracting tsconfig.base.json or building libs will fail ([#​26432](https://togithub.com/nrwl/nx/pull/26432)) - **linter:** do not glob for invalid eslint config filenames in plugin ([#​26409](https://togithub.com/nrwl/nx/pull/26409)) - **linter:** improve error message for misconfigured parserOptions.project in [@​nx/eslint](https://togithub.com/nx/eslint):lint executor ([#​26383](https://togithub.com/nrwl/nx/pull/26383)) - **misc:** gitignore workspace-data when init run ([#​26429](https://togithub.com/nrwl/nx/pull/26429)) - **nextjs:** enable failing storybook tests ([#​22675](https://togithub.com/nrwl/nx/pull/22675)) - **nuxt:** generate tsconfig files correctly ([#​26385](https://togithub.com/nrwl/nx/pull/26385)) - **nuxt:** app generation should respect as-provided for app names ([#​26412](https://togithub.com/nrwl/nx/pull/26412)) - **nuxt:** ensure .output directory is marked as an output ([#​26414](https://togithub.com/nrwl/nx/pull/26414)) - **nx-dev:** update section layout in 'how-can-we-help' component ([#​26394](https://togithub.com/nrwl/nx/pull/26394)) ##### ❤️ Thank You - Benjamin Cabanes [@​bcabanes](https://togithub.com/bcabanes) - Colum Ferry [@​Coly010](https://togithub.com/Coly010) - Craigory Coppola [@​AgentEnder](https://togithub.com/AgentEnder) - Emily Xiong [@​xiongemi](https://togithub.com/xiongemi) - Jack Hsu [@​jaysoo](https://togithub.com/jaysoo) - Jason Jean [@​FrozenPandaz](https://togithub.com/FrozenPandaz) - Leosvel Pérez Espinosa [@​leosvelperez](https://togithub.com/leosvelperez) - Nicholas Cunningham [@​ndcunningham](https://togithub.com/ndcunningham) ### [`v19.2.0`](https://togithub.com/nrwl/nx/releases/tag/19.2.0) [Compare Source](https://togithub.com/nrwl/nx/compare/19.1.2...19.2.0) ##### 19.2.0 (2024-06-05) ##### 🚀 Features - **bundling:** extract rollup plugins into withNx function for use with run-commands ([#​26168](https://togithub.com/nrwl/nx/pull/26168)) - **core:** clean up show project --json false ([#​23486](https://togithub.com/nrwl/nx/pull/23486)) - **core:** add support for pnpm lockfile v9 ([#​22906](https://togithub.com/nrwl/nx/pull/22906)) - **core:** add create nodes v2 for batch processing config files ([#​26250](https://togithub.com/nrwl/nx/pull/26250)) - **core:** additional .local patterns for .env files ([#​19163](https://togithub.com/nrwl/nx/pull/19163)) - **core:** allow skipping lockfile for affected ([#​23509](https://togithub.com/nrwl/nx/pull/23509)) - **core:** allow partially resetting workspace ([#​23381](https://togithub.com/nrwl/nx/pull/23381)) - **devkit:** allow to customize overwrite mode in generateFiles ([#​26354](https://togithub.com/nrwl/nx/pull/26354)) - **expo:** update expo sync-deps executor ([#​26086](https://togithub.com/nrwl/nx/pull/26086)) - **graph:** add target group for scripts ([#​26035](https://togithub.com/nrwl/nx/pull/26035)) - **linter:** migrate to create-nodes-v2 ([#​26302](https://togithub.com/nrwl/nx/pull/26302)) - **nx-cloud:** add new Webinars link in menu-items ([#​26368](https://togithub.com/nrwl/nx/pull/26368)) - **nx-cloud:** new cloud onboarding flow ([#​26262](https://togithub.com/nrwl/nx/pull/26262)) - **nx-dev:** Add canary index ([#​25982](https://togithub.com/nrwl/nx/pull/25982)) - **nx-dev:** improve the enteprise page ([bdd337525](https://togithub.com/nrwl/nx/commit/bdd337525)) - **nx-dev:** add engineering team contact page ([#​26293](https://togithub.com/nrwl/nx/pull/26293)) - **nx-dev:** Add No_NEXT_PUBLIC_NO_INDEX environment variable ([#​26330](https://togithub.com/nrwl/nx/pull/26330)) - **nx-dev:** Add community and discord to resources header ([17a4c5a75](https://togithub.com/nrwl/nx/commit/17a4c5a75)) - **nx-plugin:** update executor generator to have context ([#​16982](https://togithub.com/nrwl/nx/pull/16982)) - **react-native:** upgrade react native to 0.74 ([#​26143](https://togithub.com/nrwl/nx/pull/26143)) - **release:** add support for version plans ([#​23190](https://togithub.com/nrwl/nx/pull/23190)) - **testing:** use createNodesV2 for jest ([#​26292](https://togithub.com/nrwl/nx/pull/26292)) - **testing:** use createNodesV2 for cypress and playwright ([#​26301](https://togithub.com/nrwl/nx/pull/26301)) - **testing:** cypress autoCancelAfterFailures ([#​26281](https://togithub.com/nrwl/nx/pull/26281)) - **vite:** set watch:false in test config by default ([#​26267](https://togithub.com/nrwl/nx/pull/26267)) - **web:** update postcss to a version without security advisory ([#​23478](https://togithub.com/nrwl/nx/pull/23478)) - **webpack:** Support incremental builds via buildLibsFromSource ([#​25060](https://togithub.com/nrwl/nx/pull/25060)) ##### 🩹 Fixes - **angular:** update angular-eslint to v18 ([#​26165](https://togithub.com/nrwl/nx/pull/26165)) - **angular:** update broken imports in ng-packagr executors ([#​26319](https://togithub.com/nrwl/nx/pull/26319)) - **angular:** normalize and handle dev remotes correctly ([#​26320](https://togithub.com/nrwl/nx/pull/26320)) - **bundling:** rollup watch mode yields result from async iterable ([#​26160](https://togithub.com/nrwl/nx/pull/26160)) - **bundling:** use watch mode for rollup plugin ([#​26139](https://togithub.com/nrwl/nx/pull/26139)) - **core:** include dependencies when hashing nx executors ([#​26024](https://togithub.com/nrwl/nx/pull/26024)) - **core:** do not re-read from nx.json for dependsOn ([#​26033](https://togithub.com/nrwl/nx/pull/26033)) - **core:** add missing bun PM support ([#​26084](https://togithub.com/nrwl/nx/pull/26084)) - **core:** prevent max buffer issues with bunlock files ([#​25985](https://togithub.com/nrwl/nx/pull/25985)) - **core:** keep version for third party preset ([#​23284](https://togithub.com/nrwl/nx/pull/23284)) - **core:** limit the amount of choices shown so that the prompt fits … ([#​26132](https://togithub.com/nrwl/nx/pull/26132)) - **core:** fix preset empty ([#​26142](https://togithub.com/nrwl/nx/pull/26142)) - **core:** ensure correct hoisted packages detection with pnpm parser ([#​26153](https://togithub.com/nrwl/nx/pull/26153)) - **core:** handle relative paths after {projectRoot} in outputs ([#​26244](https://togithub.com/nrwl/nx/pull/26244)) - **core:** prefer project specific external deps ([#​23307](https://togithub.com/nrwl/nx/pull/23307)) - **core:** multi module handling and fall back matching for external nodes ([#​26277](https://togithub.com/nrwl/nx/pull/26277)) - **core:** prevent graph output from being truncated ([#​23446](https://togithub.com/nrwl/nx/pull/23446)) - **core:** fix daemon plugins caching ([#​26321](https://togithub.com/nrwl/nx/pull/26321)) - **core:** exit the process after postinstall ([#​26336](https://togithub.com/nrwl/nx/pull/26336)) - **core:** resolve dependent task output files path ([#​22253](https://togithub.com/nrwl/nx/pull/22253), [#​23179](https://togithub.com/nrwl/nx/pull/23179)) - **core:** fall back to pacakgeManager if yarn --version failed ([#​26356](https://togithub.com/nrwl/nx/pull/26356)) - **core:** handleErrors returns an exit code ([#​26343](https://togithub.com/nrwl/nx/pull/26343)) - **core:** catch nonexistent user error when requiring native code ([#​26381](https://togithub.com/nrwl/nx/pull/26381)) - **expo:** remove deprecated webpack. ([#​26137](https://togithub.com/nrwl/nx/pull/26137)) - **gradle:** use os specific line separator for dependency parsing ([#​26119](https://togithub.com/nrwl/nx/pull/26119)) - **gradle:** expose create nodes v2 ([#​26282](https://togithub.com/nrwl/nx/pull/26282)) - **gradle:** use shell to exec gradle for windows ([#​26361](https://togithub.com/nrwl/nx/pull/26361)) - **graph:** show script in header ([#​26034](https://togithub.com/nrwl/nx/pull/26034)) - **js:** show lifecycle script contents in publish executor, scrub version in dry-run ([#​23850](https://togithub.com/nrwl/nx/pull/23850)) - **js:** fix swc version warning ([#​24034](https://togithub.com/nrwl/nx/pull/24034)) - **js:** swc exclude config may not a array ([#​21904](https://togithub.com/nrwl/nx/pull/21904)) - **js:** wrong compiler helper config file path for swc ([#​23193](https://togithub.com/nrwl/nx/pull/23193)) - **linter:** support lib as standalone src path ([#​26263](https://togithub.com/nrwl/nx/pull/26263)) - **linter:** handle configuration without "rules" in migration ([#​26317](https://togithub.com/nrwl/nx/pull/26317)) - **linter:** return callback to install deps when running eslint migration to flat config generator ([#​26323](https://togithub.com/nrwl/nx/pull/26323)) - **linter:** generate flat config for new projects correctly ([#​26328](https://togithub.com/nrwl/nx/pull/26328)) - **linter:** export createNodesV2 ([#​26360](https://togithub.com/nrwl/nx/pull/26360)) - **linter:** check for flat config correctly in [@​nx/eslint](https://togithub.com/nx/eslint):lint executor ([#​26350](https://togithub.com/nrwl/nx/pull/26350)) - **linter:** handle paths correctly in enforce-module-boundaries eslint rule ([#​26373](https://togithub.com/nrwl/nx/pull/26373)) - **misc:** add externalDependencies input to some plugins missing them ([#​26291](https://togithub.com/nrwl/nx/pull/26291)) - **misc:** ensure plugins are not creating workspace context while creating nodes ([#​26253](https://togithub.com/nrwl/nx/pull/26253)) - **misc:** support ts-node options in tsconfig files ([#​21723](https://togithub.com/nrwl/nx/pull/21723)) - **misc:** ignore .nx/workspace-data when generating new workspaces ([#​26378](https://togithub.com/nrwl/nx/pull/26378)) - **nextjs:** support canary versions of next ([#​22672](https://togithub.com/nrwl/nx/pull/22672)) - **nx-dev:** Remove ToC from CI releases page ([#​26040](https://togithub.com/nrwl/nx/pull/26040)) - **nx-dev:** case study link should open in new tab ([87760eec0](https://togithub.com/nrwl/nx/commit/87760eec0)) - **nx-dev:** correct typo in link ([#​26367](https://togithub.com/nrwl/nx/pull/26367)) - **react:** full support custom secure host for module federation ([#​25288](https://togithub.com/nrwl/nx/pull/25288)) - **react:** disable react refresh overlay ([#​22013](https://togithub.com/nrwl/nx/pull/22013)) - **react-native:** not cache pod-install ([#​26279](https://togithub.com/nrwl/nx/pull/26279)) - **react-native:** should not include ts in build ([#​26352](https://togithub.com/nrwl/nx/pull/26352)) - **release:** improve error handling for npm publish ([#​26159](https://togithub.com/nrwl/nx/pull/26159)) - **vite:** ensure installed version matches defined peer in package.json ([#​26324](https://togithub.com/nrwl/nx/pull/26324)) - **vue:** handle eslint flat config correctly in vue generators ([#​26377](https://togithub.com/nrwl/nx/pull/26377)) ##### ❤️ Thank You - Attila Tóth - Austin Fahsl [@​fahslaj](https://togithub.com/fahslaj) - Benjamin Cabanes [@​bcabanes](https://togithub.com/bcabanes) - Colum Ferry [@​Coly010](https://togithub.com/Coly010) - Craigory Coppola [@​AgentEnder](https://togithub.com/AgentEnder) - Emily Marigold Klassen [@​forivall](https://togithub.com/forivall) - Emily Xiong [@​xiongemi](https://togithub.com/xiongemi) - Every [@​hongxuWei](https://togithub.com/hongxuWei) - Greg Westneat - Ivens Diego Müller [@​vensller](https://togithub.com/vensller) - Jack Hsu [@​jaysoo](https://togithub.com/jaysoo) - James Henry [@​JamesHenry](https://togithub.com/JamesHenry) - Jason Jean [@​FrozenPandaz](https://togithub.com/FrozenPandaz) - Jordan Hall [@​Jordan-Hall](https://togithub.com/Jordan-Hall) - Katerina Skroumpelou [@​mandarini](https://togithub.com/mandarini) - Leosvel Pérez Espinosa [@​leosvelperez](https://togithub.com/leosvelperez) - MaxKless [@​MaxKless](https://togithub.com/MaxKless) - Michal Jez [@​MJez29](https://togithub.com/MJez29) - Miroslav Jonas [@​meeroslav](https://togithub.com/meeroslav) - Miroslav Jonaš [@​meeroslav](https://togithub.com/meeroslav) - Nathanael [@​nsmith7989](https://togithub.com/nsmith7989) - Nicholas Cunningham [@​ndcunningham](https://togithub.com/ndcunningham) - Román Benjámin [@​Svetch](https://togithub.com/Svetch) - Sean Parmelee [@​seanparmelee](https://togithub.com/seanparmelee) - Simon Lipp - Stefan Schweiger - Vadim Goy - Zoran Kokeza [@​zoran995](https://togithub.com/zoran995) ### [`v19.1.2`](https://togithub.com/nrwl/nx/releases/tag/19.1.2) [Compare Source](https://togithub.com/nrwl/nx/compare/19.1.1...19.1.2) ##### 19.1.2 (2024-06-03) ##### 🚀 Features - **nx-dev:** add engineering team contact page ([#​26293](https://togithub.com/nrwl/nx/pull/26293)) - **react-native:** upgrade react native to 0.74 ([#​26143](https://togithub.com/nrwl/nx/pull/26143)) - **vite:** set watch:false in test config by default ([#​26267](https://togithub.com/nrwl/nx/pull/26267)) ##### 🩹 Fixes - **angular:** update angular-eslint to v18 ([#​26165](https://togithub.com/nrwl/nx/pull/26165)) - **angular:** update broken imports in ng-packagr executors ([#​26319](https://togithub.com/nrwl/nx/pull/26319)) - **angular:** normalize and handle dev remotes correctly ([#​26320](https://togithub.com/nrwl/nx/pull/26320)) - **core:** handle relative paths after {projectRoot} in outputs ([#​26244](https://togithub.com/nrwl/nx/pull/26244)) - **core:** prefer project specific external deps ([#​23307](https://togithub.com/nrwl/nx/pull/23307)) - **core:** multi module handling and fall back matching for external nodes ([#​26277](https://togithub.com/nrwl/nx/pull/26277)) - **core:** prevent graph output from being truncated ([#​23446](https://togithub.com/nrwl/nx/pull/23446)) - **core:** fix daemon plugins caching ([#​26321](https://togithub.com/nrwl/nx/pull/26321)) - **expo:** remove deprecated webpack. ([#​26137](https://togithub.com/nrwl/nx/pull/26137)) - **gradle:** use os specific line separator for dependency parsing ([#​26119](https://togithub.com/nrwl/nx/pull/26119)) - **linter:** support lib as standalone src path ([#​26263](https://togithub.com/nrwl/nx/pull/26263)) - **linter:** handle configuration without "rules" in migration ([#​26317](https://togithub.com/nrwl/nx/pull/26317)) - **linter:** return callback to install deps when running eslint migration to flat config generator ([#​26323](https://togithub.com/nrwl/nx/pull/26323)) - **misc:** add externalDependencies input to some plugins missing them ([#​26291](https://togithub.com/nrwl/nx/pull/26291)) - **react:** disable react refresh overlay ([#​22013](https://togithub.com/nrwl/nx/pull/22013)) - **react-native:** not cache pod-install ([#​26279](https://togithub.com/nrwl/nx/pull/26279)) - **vite:** ensure installed version matches defined peer in package.json ([#​26324](https://togithub.com/nrwl/nx/pull/26324)) ##### ❤️ Thank You - Benjamin Cabanes [@​bcabanes](https://togithub.com/bcabanes) - Colum Ferry [@​Coly010](https://togithub.com/Coly010) - Craigory Coppola [@​AgentEnder](https://togithub.com/AgentEnder) - Emily Xiong [@​xiongemi](https://togithub.com/xiongemi) - James Henry [@​JamesHenry](https://togithub.com/JamesHenry) - Jason Jean [@​FrozenPandaz](https://togithub.com/FrozenPandaz) - Leosvel Pérez Espinosa [@​leosvelperez](https://togithub.com/leosvelperez) - Miroslav Jonaš [@​meeroslav](https://togithub.com/meeroslav) - Román Benjámin [@​Svetch](https://togithub.com/Svetch) - Zoran Kokeza [@​zoran995](https://togithub.com/zoran995)
swc-project/swc-node (@​swc-node/register) ### [`v1.9.2`](https://togithub.com/swc-project/swc-node/compare/@swc-node/register@1.9.1...@swc-node/register@1.9.2) [Compare Source](https://togithub.com/swc-project/swc-node/compare/@swc-node/register@1.9.1...@swc-node/register@1.9.2)
swc-project/swc (@​swc/core) ### [`v1.5.25`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1525---2024-06-05) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.5.24...v1.5.25) ##### Bug Fixes - **(es/es2015)** Fix injection location of `this` for getter/setter properties ([#​8993](https://togithub.com/swc-project/swc/issues/8993)) ([09121a6](https://togithub.com/swc-project/swc/commit/09121a61cc5bf390b627e548c471bfc39ccb1c0f)) - **(es/minifier)** Preserve unused special properties ([#​9005](https://togithub.com/swc-project/swc/issues/9005)) ([e764ff6](https://togithub.com/swc-project/swc/commit/e764ff6f64d4e528a2af3e3ad7859ab3f8a2fe48)) - **(es/minifier)** Fix comparison of `-0.0` ([#​9012](https://togithub.com/swc-project/swc/issues/9012)) ([8a29577](https://togithub.com/swc-project/swc/commit/8a29577cc5bd3842d3bccfdbbffa45e4c9944d7f)) - **(es/minifier)** Do not index a string with a surrogate pair ([#​9013](https://togithub.com/swc-project/swc/issues/9013)) ([2879a4d](https://togithub.com/swc-project/swc/commit/2879a4d42b18e7e9d6bc12119a799c6a8c95e108)) - **(es/minifier)** Fix evaluation of `-0` as a string ([#​9011](https://togithub.com/swc-project/swc/issues/9011)) ([9f8e24a](https://togithub.com/swc-project/swc/commit/9f8e24a76c00b8f4470aadf22f071a60f409a13d)) - **(es/resolver)** Fix hoisting of `const` and `let` ([#​8987](https://togithub.com/swc-project/swc/issues/8987)) ([0d9ecf3](https://togithub.com/swc-project/swc/commit/0d9ecf39c1f452be1f2e583f72cebc6986a8088b)) ##### Features - **(es/minifier)** Detect TypeScript enum initialization pattern ([#​8986](https://togithub.com/swc-project/swc/issues/8986)) ([cc8c155](https://togithub.com/swc-project/swc/commit/cc8c1550ddd8f45712039663487fe07b8dfa2599)) - **(x)** Initialize project ([#​8999](https://togithub.com/swc-project/swc/issues/8999)) ([da70ebe](https://togithub.com/swc-project/swc/commit/da70ebed692d734ac4c042cd6a67fee9da793731)) ##### Performance - **(es/parser)** Add feature named `tracing-spans` ([#​9019](https://togithub.com/swc-project/swc/issues/9019)) ([3bf3114](https://togithub.com/swc-project/swc/commit/3bf31148ba5058323ee89bb2ca74b641c52c0669)) ### [`v1.5.24`](https://togithub.com/swc-project/swc/compare/v1.5.23...a1084695ae075079c8a0b967f45b6f4cc4c07bcd) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.5.23...v1.5.24) ### [`v1.5.23`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1523---2024-05-30) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.5.22...v1.5.23) ##### Bug Fixes - **(bindings/node)** Fix regression of JS APIs ([#​8998](https://togithub.com/swc-project/swc/issues/8998)) ([125ddd2](https://togithub.com/swc-project/swc/commit/125ddd2dd98e882f9e10b7d94f766eae85143d71)) - **(es/jest)** Handle `@jest/globals` ([#​8994](https://togithub.com/swc-project/swc/issues/8994)) ([a81a01f](https://togithub.com/swc-project/swc/commit/a81a01f629613a624798693e60f9796904a8dce1)) ### [`v1.5.22`](https://togithub.com/swc-project/swc/compare/v1.5.20...v1.5.22) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.5.20...v1.5.22) ### [`v1.5.20`](https://togithub.com/swc-project/swc/compare/v1.5.19...v1.5.20) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.5.19...v1.5.20) ### [`v1.5.19`](https://togithub.com/swc-project/swc/compare/v1.5.11...v1.5.19) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.5.11...v1.5.19) ### [`v1.5.11`](https://togithub.com/swc-project/swc/compare/v1.5.7...v1.5.11) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.5.7...v1.5.11) ### [`v1.5.7`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#157---2024-05-14) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.5.6...v1.5.7) ##### Documentation - **(es/typescript)** Fix example ([#​8952](https://togithub.com/swc-project/swc/issues/8952)) ([ff60960](https://togithub.com/swc-project/swc/commit/ff60960afe3f2866e5c98f0414884fa93b5ab3f6)) ### [`v1.5.6`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#156---2024-05-14) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.5.5...v1.5.6) ##### Bug Fixes - **(es)** Allow input source map file to be omitted ([#​8951](https://togithub.com/swc-project/swc/issues/8951)) ([606cb67](https://togithub.com/swc-project/swc/commit/606cb677c42dd43c24ba49ad0912998e33159560)) - **(es/ast)** Pin version of unicodes ([#​8941](https://togithub.com/swc-project/swc/issues/8941)) ([6362ff4](https://togithub.com/swc-project/swc/commit/6362ff4ba80afc9c887a8817582ae976a05c1d90)) - **(es/compat)** Avoid reserved name for private method ([#​8949](https://togithub.com/swc-project/swc/issues/8949)) ([7053bb1](https://togithub.com/swc-project/swc/commit/7053bb16ce19ba476760b7fe0b1627d1210d6e18)) - **(es/minifier)** Abort inliner on mutation via property ([#​8938](https://togithub.com/swc-project/swc/issues/8938)) ([257afc9](https://togithub.com/swc-project/swc/commit/257afc92c9b2a751935f8fdee1b84bc9222359b6)) - **(es/minifier)** Don't invoke IIFE containing reserved words ([#​8939](https://togithub.com/swc-project/swc/issues/8939)) ([5a3456c](https://togithub.com/swc-project/swc/commit/5a3456c254a686ceef343ce5f9ec67b3e4644138)) - **(es/minifier)** Fix evaluation of `String.charCodeAt` ([#​8946](https://togithub.com/swc-project/swc/issues/8946)) ([772c50f](https://togithub.com/swc-project/swc/commit/772c50fd7610768c43cf795b03dcae1d00f715d2)) - **(es/minifier)** Abort seq inliner on `**` ([#​8947](https://togithub.com/swc-project/swc/issues/8947)) ([3046d71](https://togithub.com/swc-project/swc/commit/3046d71daa77327e7b211cfdb641e3e6148bea5f)) ### [`v1.5.5`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#155---2024-05-08) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.5.3...v1.5.5) ##### Bug Fixes - **(css/modules)** Allow any order of composes ([#​8930](https://togithub.com/swc-project/swc/issues/8930)) ([7014c63](https://togithub.com/swc-project/swc/commit/7014c63625c7c9f83322931600a52c82ba8b107a)) - **(css/modules)** Fix `:global` selectors without preceding whitespace ([#​8926](https://togithub.com/swc-project/swc/issues/8926)) ([2405dc6](https://togithub.com/swc-project/swc/commit/2405dc6ba0aa227df81fda3db303fc6f523972db)) - **(es/fixer)** Wrap class expressions in callee ([#​8928](https://togithub.com/swc-project/swc/issues/8928)) ([6b60bdb](https://togithub.com/swc-project/swc/commit/6b60bdb69713f7ccf603db04696621985d200d28)) - **(es/minifier)** Respect `module: false` ([#​8925](https://togithub.com/swc-project/swc/issues/8925)) ([aca6a77](https://togithub.com/swc-project/swc/commit/aca6a77903e31099f473587eb9285ae1c4dee309)) - **(es/minifier)** Consider side effects of operands of binary expressions ([#​8929](https://togithub.com/swc-project/swc/issues/8929)) ([4d4a7a9](https://togithub.com/swc-project/swc/commit/4d4a7a9bcb39228973c0da2991310b5107feb319)) - **(es/minifier)** Fix operand handling of `**` ([#​8933](https://togithub.com/swc-project/swc/issues/8933)) ([c9d72cd](https://togithub.com/swc-project/swc/commit/c9d72cdc6aa847ba2d81eb2a99c0d0c74bc669b6)) - **(es/minifier)** Fix a bug about `Tpl` => `Str` ([#​8934](https://togithub.com/swc-project/swc/issues/8934)) ([d4be383](https://togithub.com/swc-project/swc/commit/d4be3833183b829bf39c0b53407b8892517256d9)) - **(es/module)** Resolve `.jsx` imports fully ([#​8936](https://togithub.com/swc-project/swc/issues/8936)) ([c536d2a](https://togithub.com/swc-project/swc/commit/c536d2ad6f731e3284df48902637e6446e91a721)) ##### Refactor - **(es/minifier)** Remove unnecessary check ([#​8927](https://togithub.com/swc-project/swc/issues/8927)) ([8932a1b](https://togithub.com/swc-project/swc/commit/8932a1b527a685917e7c24f5fd434a71468abcd8)) ### [`v1.5.3`](https://togithub.com/swc-project/swc/compare/v1.5.2...v1.5.3) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.5.2...v1.5.3) ### [`v1.5.2`](https://togithub.com/swc-project/swc/compare/v1.5.1...v1.5.2) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.5.1...v1.5.2) ### [`v1.5.1`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#151---2024-04-27) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.5.0...v1.5.1) ##### Bug Fixes - **(es/decorator)** Support for legacy decorators in class expressions ([#​8892](https://togithub.com/swc-project/swc/issues/8892)) ([8fe57ad](https://togithub.com/swc-project/swc/commit/8fe57adc02f1a67ece9b73769d90320ae4e72808)) - **(es/helpers)** Remove unused export from `_using_ctx.js` ([#​8891](https://togithub.com/swc-project/swc/issues/8891)) ([438d0b3](https://togithub.com/swc-project/swc/commit/438d0b32b680a1a64861e97cb4a1e14213335e48)) - **(es/minifier)** Do not add vars if `eval` exists ([#​8888](https://togithub.com/swc-project/swc/issues/8888)) ([be359fa](https://togithub.com/swc-project/swc/commit/be359fa75318d645f954feb90353b884dfa51e6e)) ### [`v1.5.0`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#150---2024-04-24) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.4.17...v1.5.0) ##### Bug Fixes - **(es/minifier)** Abort seq inline on recursive usage ([#​8887](https://togithub.com/swc-project/swc/issues/8887)) ([cd4548f](https://togithub.com/swc-project/swc/commit/cd4548fd8c32f67d0e8373f7a2c3cb625f43e6c4)) ##### Features - **(es/ast)** Support abstract auto-accessors ([#​8736](https://togithub.com/swc-project/swc/issues/8736)) ([1155ac7](https://togithub.com/swc-project/swc/commit/1155ac79720512625568c45bfd3542ec340c0ebd))
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v7.12.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#7120-2024-06-03) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.11.0...v7.12.0) ##### 🚀 Features - **eslint-plugin:** \[no-useless-template-literals] rename to `no-useless-template-expression` (deprecate `no-useless-template-literals`) - **rule-tester:** check for parsing errors in suggestion fixes - **rule-tester:** port `checkDuplicateTestCases` from ESLint - **eslint-plugin:** \[no-floating-promises] add option 'allowForKnownSafePromises' ##### 🩹 Fixes - no-useless-template-expression -> no-unnecessary-template-expression - **eslint-plugin:** \[no-unnecessary-type-assertion] combine template literal check with `const` variable check - **eslint-plugin:** \[dot-notation] fix false positive when accessing private/protected property with optional chaining - **eslint-plugin:** \[explicit-member-accessibility] refine report locations - **eslint-plugin:** \[no-unnecessary-type-assertion] declares are always defined, so always check `declare`s - **eslint-plugin:** \[prefer-literal-enum-member] allow using member it self on allowBitwiseExpressions - **eslint-plugin:** \[return-await] clean up in-try-catch detection and make autofixes safe - **eslint-plugin:** \[member-ordering] also TSMethodSignature can be get/set ##### ❤️ Thank You - Abraham Guo - Han Yeong-woo - Joshua Chen - Kim Sang Du - Kirk Waiblinger - 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.11.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#7110-2024-05-27) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.10.0...v7.11.0) ##### 🚀 Features - **eslint-plugin:** deprecate prefer-ts-expect-error in favor of ban-ts-comment ##### 🩹 Fixes - **eslint-plugin:** \[consistent-type-assertions] prevent syntax errors on arrow functions ##### ❤️ Thank You - Abraham Guo - auvred - Dom Armstrong - Kirk Waiblinger 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.10.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#7100-2024-05-20) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.9.0...v7.10.0) ##### 🚀 Features - **eslint-plugin:** \[sort-type-constituents] support case sensitive sorting ##### 🩹 Fixes - **eslint-plugin:** \[prefer-regexp-exec] fix heuristic to check whether regex may contain global flag ##### ❤️ Thank You - auvred - Emanuel Hoogeveen - jsfm01 - Kirk Waiblinger 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.9.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#790-2024-05-13) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.8.0...v7.9.0) ##### 🩹 Fixes - **eslint-plugin:** \[explicit-function-return-types] fix false positive on default parameters ##### ❤️ Thank You - Kirk Waiblinger - Sheetal Nandi - Vinccool96 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.12.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#7120-2024-06-03) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.11.0...v7.12.0) ##### 🩹 Fixes - **types:** correct typing ParserOptions ##### ❤️ Thank You - Abraham Guo - Han Yeong-woo - Joshua Chen - Kim Sang Du - Kirk Waiblinger - 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.11.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#7110-2024-05-27) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.10.0...v7.11.0) 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.10.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#7100-2024-05-20) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.9.0...v7.10.0) 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.9.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#790-2024-05-13) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.8.0...v7.9.0) 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.
vitest-dev/vitest (@​vitest/coverage-v8) ### [`v1.6.0`](https://togithub.com/vitest-dev/vitest/releases/tag/v1.6.0) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v1.5.3...v1.6.0) #####    🚀 Features - Support standalone mode  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/5565](https://togithub.com/vitest-dev/vitest/issues/5565) [(bdce0)](https://togithub.com/vitest-dev/vitest/commit/bdce0a29) - Custom "snapshotEnvironment" option  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/5449](https://togithub.com/vitest-dev/vitest/issues/5449) [(30f72)](https://togithub.com/vitest-dev/vitest/commit/30f728bc) - **benchmark**: Support comparing benchmark result  -  by [@​hi-ogawa](https://togithub.com/hi-ogawa) and [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/5398](https://togithub.com/vitest-dev/vitest/issues/5398) [(f8d3d)](https://togithub.com/vitest-dev/vitest/commit/f8d3d22e) - **browser**: Allow injecting scripts  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/5656](https://togithub.com/vitest-dev/vitest/issues/5656) [(21e58)](https://togithub.com/vitest-dev/vitest/commit/21e58bd8) - **reporter**: Support `includeConsoleOutput` and `addFileAttribute` in junit  -  by [@​hi-ogawa](https://togithub.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/5659](https://togithub.com/vitest-dev/vitest/issues/5659) [(2f913)](https://togithub.com/vitest-dev/vitest/commit/2f913222) - **ui**: Sort items by file name  -  by [@​btea](https://togithub.com/btea) in [https://github.com/vitest-dev/vitest/issues/5652](https://togithub.com/vitest-dev/vitest/issues/5652) [(1f726)](https://togithub.com/vitest-dev/vitest/commit/1f7268fa) #####    🐞 Bug Fixes - Keep order of arguments for .each in custom task collectors  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/5640](https://togithub.com/vitest-dev/vitest/issues/5640) [(7d57c)](https://togithub.com/vitest-dev/vitest/commit/7d57c116) - Call `resolveId('vitest')` after `buildStart`  -  by [@​hi-ogawa](https://togithub.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/5646](https://togithub.com/vitest-dev/vitest/issues/5646) [(f5faf)](https://togithub.com/vitest-dev/vitest/commit/f5faf423) - Hash the name of the file when caching  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/5654](https://togithub.com/vitest-dev/vitest/issues/5654) [(c9e68)](https://togithub.com/vitest-dev/vitest/commit/c9e68ced) - Don't panic on empty files in node_modules  -  by [@​sheremet-va](https://togithub.com/sheremet-va) [(40c29)](https://togithub.com/vitest-dev/vitest/commit/40c299fe) - Use `toJSON` for error serialization  -  by [@​hi-ogawa](https://togithub.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/5526](https://togithub.com/vitest-dev/vitest/issues/5526) [(19a21)](https://togithub.com/vitest-dev/vitest/commit/19a21e49) - **coverage**: - Exclude `*.test-d.*` by default  -  by [@​MindfulPol](https://togithub.com/MindfulPol) in [https://github.com/vitest-dev/vitest/issues/5634](https://togithub.com/vitest-dev/vitest/issues/5634) [(bfe8a)](https://togithub.com/vitest-dev/vitest/commit/bfe8ad9d) - Apply `vite-node`'s wrapper only to executed files  -  by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/5642](https://togithub.com/vitest-dev/vitest/issues/5642) [(c9883)](https://togithub.com/vitest-dev/vitest/commit/c9883f3e) - **vm**: - Support network imports  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/5610](https://togithub.com/vitest-dev/vitest/issues/5610) [(103a6)](https://togithub.com/vitest-dev/vitest/commit/103a6002) #####    🏎 Performance - Improve performance of forks pool  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/5592](https://togithub.com/vitest-dev/vitest/issues/5592) [(d8304)](https://togithub.com/vitest-dev/vitest/commit/d8304bb4) - Unnecessary rpc call when coverage is disabled  -  by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/5658](https://togithub.com/vitest-dev/vitest/issues/5658) [(c5712)](https://togithub.com/vitest-dev/vitest/commit/c571276a) #####     [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v1.5.3...v1.6.0)
Microsoft/vscode-test (@​vscode/test-electron) ### [`v2.4.0`](https://togithub.com/Microsoft/vscode-test/blob/HEAD/CHANGELOG.md#240--2024-05-24) [Compare Source](https://togithub.com/Microsoft/vscode-test/compare/v2.3.10...v2.4.0) - Allow installing unreleased builds using an `-unreleased` suffix, such as `insiders-unreleased`. - Allow passing different data directories in `runVSCodeCommand`, using it for extension development. - Improve the appearance progress reporting. ### [`v2.3.10`](https://togithub.com/Microsoft/vscode-test/blob/HEAD/CHANGELOG.md#2310--2024-01-19) [Compare Source](https://togithub.com/Microsoft/vscode-test/compare/v2.3.9...v2.3.10) - Add `runVSCodeCommand` method and workaround for Node CVE-2024-27980
Microsoft/vsce (@​vscode/vsce) ### [`v2.27.0`](https://togithub.com/microsoft/vscode-vsce/releases/tag/v2.27.0) [Compare Source](https://togithub.com/Microsoft/vsce/compare/v2.26.1...v2.27.0) #### Changes: ##### Bugs: - [#​981](https://togithub.com/Microsoft/vsce/issues/981): ERROR No translation found for %abc% ##### Others: - [#​991](https://togithub.com/Microsoft/vsce/issues/991): set pipeline name - [#​990](https://togithub.com/Microsoft/vsce/issues/990): fix: paths with spaces - [#​988](https://togithub.com/Microsoft/vsce/issues/988): fix executing sign tool - [#​987](https://togithub.com/Microsoft/vsce/issues/987): fix sign tool arg - [#​986](https://togithub.com/Microsoft/vsce/issues/986): enable signing in vsce using script - [#​983](https://togithub.com/Microsoft/vsce/issues/983): Fix "No translation found" error when executing `vsce package` This list of changes was [auto generated](https://dev.azure.com/monacotools/Monaco/\_build/results?buildId=276769\&view=logs). ### [`v2.26.1`](https://togithub.com/microsoft/vscode-vsce/releases/tag/v2.26.1) [Compare Source](https://togithub.com/Microsoft/vsce/compare/v2.26.0...v2.26.1) #### Changes: ##### Feature Requests: - [#​971](https://togithub.com/Microsoft/vsce/issues/971): Validate nls strings on publish ##### Others: - [#​974](https://togithub.com/Microsoft/vsce/issues/974): Validate NLS strings - [#​973](https://togithub.com/Microsoft/vsce/issues/973): Fix nodejs breaking change CVE-2024-27980 This list of changes was [auto generated](https://dev.azure.com/monacotools/Monaco/\_build/results?buildId=271623\&view=logs).
okonet/lint-staged (lint-staged) ### [`v15.2.5`](https://togithub.com/okonet/lint-staged/blob/HEAD/CHANGELOG.md#1525) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v15.2.4...v15.2.5) ##### Patch Changes - [#​1424](https://togithub.com/lint-staged/lint-staged/pull/1424) [`31a1f95`](https://togithub.com/lint-staged/lint-staged/commit/31a1f9548ea8202bc5bd71

Configuration

📅 Schedule: Branch creation - "on the first day of the month" (UTC), 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.



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