openfun / cunningham

🎨 The Open FUN Design System
https://openfun.github.io/cunningham/
MIT License
23 stars 2 forks source link

⬆️(dependencies) update js dependencies #329

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.24.6 -> 7.24.7 age adoption passing confidence
@babel/plugin-proposal-decorators (source) 7.24.6 -> 7.24.7 age adoption passing confidence
@babel/plugin-proposal-export-default-from (source) 7.24.6 -> 7.24.7 age adoption passing confidence
@babel/preset-typescript (source) 7.24.6 -> 7.24.7 age adoption passing confidence
@hookform/resolvers (source) 3.4.2 -> 3.6.0 age adoption passing confidence
@storybook/addon-a11y (source) 8.1.5 -> 8.1.6 age adoption passing confidence
@storybook/addon-actions (source) 8.1.5 -> 8.1.6 age adoption passing confidence
@storybook/addon-essentials (source) 8.1.5 -> 8.1.6 age adoption passing confidence
@storybook/addon-interactions (source) 8.1.5 -> 8.1.6 age adoption passing confidence
@storybook/addon-links (source) 8.1.5 -> 8.1.6 age adoption passing confidence
@storybook/react (source) 8.1.5 -> 8.1.6 age adoption passing confidence
@storybook/react-vite (source) 8.1.5 -> 8.1.6 age adoption passing confidence
@testing-library/react 15.0.7 -> 16.0.0 age adoption passing confidence
@types/node (source) 20.14.0 -> 20.14.2 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 7.11.0 -> 7.12.0 age adoption passing confidence
@typescript-eslint/parser (source) 7.11.0 -> 7.12.0 age adoption passing confidence
@vitejs/plugin-react (source) 4.3.0 -> 4.3.1 age adoption passing confidence
chromatic (source) 11.5.0 -> 11.5.3 age adoption passing confidence
eslint-plugin-compat 4.2.0 -> 5.0.0 age adoption passing confidence
nodemon (source) 3.1.2 -> 3.1.3 age adoption passing confidence
prettier (source) 3.3.0 -> 3.3.1 age adoption passing confidence
storybook (source) 8.1.5 -> 8.1.6 age adoption passing confidence
turbo (source) 1.13.3 -> 2.0.3 age adoption passing confidence
vite (source) 5.2.12 -> 5.2.13 age adoption passing confidence

Release Notes

babel/babel (@​babel/core) ### [`v7.24.7`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7247-2024-06-05) [Compare Source](https://togithub.com/babel/babel/compare/v7.24.6...v7.24.7) ##### :bug: Bug Fix - `babel-node` - [#​16554](https://togithub.com/babel/babel/pull/16554) Allow extra flags in babel-node ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-traverse` - [#​16522](https://togithub.com/babel/babel/pull/16522) fix: incorrect `constantViolations` with destructuring ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helper-transform-fixture-test-runner`, `babel-plugin-proposal-explicit-resource-management` - [#​16524](https://togithub.com/babel/babel/pull/16524) fix: Transform `using` in `switch` correctly ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :house: Internal - `babel-helpers`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​16525](https://togithub.com/babel/babel/pull/16525) Delete unused array helpers ([@​blakewilson](https://togithub.com/blakewilson))
react-hook-form/resolvers (@​hookform/resolvers) ### [`v3.6.0`](https://togithub.com/react-hook-form/resolvers/releases/tag/v3.6.0) [Compare Source](https://togithub.com/react-hook-form/resolvers/compare/v3.5.0...v3.6.0) ##### Features - upgrade and migrate Valibot to v0.31.0 ([#​688](https://togithub.com/react-hook-form/resolvers/issues/688)) ([bdd5ef5](https://togithub.com/react-hook-form/resolvers/commit/bdd5ef59fe68d05ed76339a30b3981db8a7c7ed9)) ### [`v3.5.0`](https://togithub.com/react-hook-form/resolvers/releases/tag/v3.5.0) [Compare Source](https://togithub.com/react-hook-form/resolvers/compare/v3.4.2...v3.5.0) ##### Features - migrate arktype resolver to v2 ([#​686](https://togithub.com/react-hook-form/resolvers/issues/686)) ([c53864f](https://togithub.com/react-hook-form/resolvers/commit/c53864fdf87b0b88cac4018f74f365f8f4013bf9))
storybookjs/storybook (@​storybook/addon-a11y) ### [`v8.1.6`](https://togithub.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#816) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v8.1.5...v8.1.6) - CLI: Only log the UpgradeStorybookToSameVersionError but continue the upgrade as normal - [#​27217](https://togithub.com/storybookjs/storybook/pull/27217), thanks [@​kasperpeulen](https://togithub.com/kasperpeulen)! - Core: Replace ip function with a small helper function to address security concerns - [#​27529](https://togithub.com/storybookjs/storybook/pull/27529), thanks [@​tony19](https://togithub.com/tony19)! - Tags: Fix unsafe project-level tags lookup - [#​27511](https://togithub.com/storybookjs/storybook/pull/27511), thanks [@​shilman](https://togithub.com/shilman)! - Vite: Fix stats-plugin to normalize file names with posix paths - [#​27218](https://togithub.com/storybookjs/storybook/pull/27218), thanks [@​AlexAtVista](https://togithub.com/AlexAtVista)!
testing-library/react-testing-library (@​testing-library/react) ### [`v16.0.0`](https://togithub.com/testing-library/react-testing-library/releases/tag/v16.0.0) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v15.0.7...v16.0.0) ##### Features - Move `@testing-library/dom` and `@types/react-dom` to peer dependencies ([#​1305](https://togithub.com/testing-library/react-testing-library/issues/1305)) ([a4744fa](https://togithub.com/testing-library/react-testing-library/commit/a4744fa904bf11812c92093226c3805450472636)) ##### BREAKING CHANGES - `@testing-library/dom` was moved to a peer dependency and needs to be explicitly installed. This reduces the chance of having conflicting versions of `@testing-library/dom` installed that frequently caused bugs when used with `@testing-library/user-event`. We will also be able to allow new versions of `@testing-library/dom` being used without a SemVer major release of `@testing-library/react` by just widening the peer dependency. `@types/react-dom` needs to be installed if you're typechecking files using `@testing-library/react`.
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.
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.
vitejs/vite-plugin-react (@​vitejs/plugin-react) ### [`v4.3.1`](https://togithub.com/vitejs/vite-plugin-react/blob/HEAD/packages/plugin-react/CHANGELOG.md#431-2024-06-10) [Compare Source](https://togithub.com/vitejs/vite-plugin-react/compare/v4.3.0...v4.3.1) ##### Fix support for React Compiler with React 18 The previous version made this assumption that the compiler was only usable with React 19, but it's possible to use it with React 18 and a custom `runtimeModule`: https://gist.github.com/poteto/37c076bf112a07ba39d0e5f0645fec43 When using a custom `runtimeModule`, the plugin will not try to pre-optimize `react/compiler-runtime` dependency. Reminder: Vite expect code outside of `node_modules` to be ESM, so you will need to update the gist with `import React from 'react'`.
chromaui/chromatic-cli (chromatic) ### [`v11.5.3`](https://togithub.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v1153-Thu-Jun-06-2024) [Compare Source](https://togithub.com/chromaui/chromatic-cli/compare/v11.5.2...v11.5.3) ##### πŸ› Bug Fix - Clean package.json before compiling into source [#​1003](https://togithub.com/chromaui/chromatic-cli/pull/1003) ([@​ghengeveld](https://togithub.com/ghengeveld)) ##### Authors: 1 - Gert Hengeveld ([@​ghengeveld](https://togithub.com/ghengeveld)) *** ### [`v11.5.2`](https://togithub.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v1152-Thu-Jun-06-2024) [Compare Source](https://togithub.com/chromaui/chromatic-cli/compare/v11.5.1...v11.5.2) ##### πŸ› Bug Fix - Chore: Update the RegEx filter to pull out empty strings [#​1004](https://togithub.com/chromaui/chromatic-cli/pull/1004) ([@​ethriel3695](https://togithub.com/ethriel3695)) ##### Authors: 1 - Reuben Ellis ([@​ethriel3695](https://togithub.com/ethriel3695)) *** ### [`v11.5.1`](https://togithub.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v1151-Mon-Jun-03-2024) [Compare Source](https://togithub.com/chromaui/chromatic-cli/compare/v11.5.0...v11.5.1) ##### πŸ› Bug Fix - Add fallback type for Storybook 6 builder syntax [#​1001](https://togithub.com/chromaui/chromatic-cli/pull/1001) ([@​ethriel3695](https://togithub.com/ethriel3695) [@​ghengeveld](https://togithub.com/ghengeveld)) - Only replace *local* builds with uncommitted changes [#​994](https://togithub.com/chromaui/chromatic-cli/pull/994) ([@​ghengeveld](https://togithub.com/ghengeveld)) - Clean package.json before publishing [#​999](https://togithub.com/chromaui/chromatic-cli/pull/999) ([@​ghengeveld](https://togithub.com/ghengeveld)) ##### Authors: 2 - Gert Hengeveld ([@​ghengeveld](https://togithub.com/ghengeveld)) - Reuben Ellis ([@​ethriel3695](https://togithub.com/ethriel3695)) ***
amilajack/eslint-plugin-compat (eslint-plugin-compat) ### [`v5.0.0`](https://togithub.com/amilajack/eslint-plugin-compat/compare/v4.2.0...eaaad6a16a49941da6bc113bd324f5c299870c43) [Compare Source](https://togithub.com/amilajack/eslint-plugin-compat/compare/v4.2.0...v5.0.0)
remy/nodemon (nodemon) ### [`v3.1.3`](https://togithub.com/remy/nodemon/releases/tag/v3.1.3) [Compare Source](https://togithub.com/remy/nodemon/compare/v3.1.2...v3.1.3) ##### Bug Fixes - cast the nodemon function as Nodemon type ([eaa1d54](https://togithub.com/remy/nodemon/commit/eaa1d54f69fb2a4160533b6ba9178b9a09fa9cdf)), closes [#​2206](https://togithub.com/remy/nodemon/issues/2206)
prettier/prettier (prettier) ### [`v3.3.1`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#331) [Compare Source](https://togithub.com/prettier/prettier/compare/3.3.0...3.3.1) [diff](https://togithub.com/prettier/prettier/compare/3.3.0...3.3.1) ##### Preserve empty lines in front matter ([#​16347](https://togithub.com/prettier/prettier/pull/16347) by [@​fisker](https://togithub.com/fisker)) ```markdown --- foo: - bar1 - bar2 - bar3 --- Markdown --- foo: - bar1 - bar2 - bar3 --- Markdown --- foo: - bar1 - bar2 - bar3 --- Markdown ``` ##### Preserve explicit language in front matter ([#​16348](https://togithub.com/prettier/prettier/pull/16348) by [@​fisker](https://togithub.com/fisker)) ```markdown ---yaml title: Hello slug: home --- --- title: Hello slug: home --- ---yaml title: Hello slug: home --- ``` ##### Avoid line breaks in import attributes ([#​16349](https://togithub.com/prettier/prettier/pull/16349) by [@​fisker](https://togithub.com/fisker)) ```jsx // Input import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" }; // Prettier 3.3.0 import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" }; // Prettier 3.3.1 import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" }; ```
vercel/turbo (turbo) ### [`v2.0.3`](https://togithub.com/vercel/turbo/releases/tag/v2.0.3): Turborepo v2.0.3 [Compare Source](https://togithub.com/vercel/turbo/compare/v2.0.2...v2.0.3) #### What's Changed ##### turbo-ignore - fix(turbo-ignore): infer correct version of turbo for project by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8363](https://togithub.com/vercel/turbo/pull/8363) ##### Changelog - feat: warn when no local turbo found by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8356](https://togithub.com/vercel/turbo/pull/8356) **Full Changelog**: https://github.com/vercel/turbo/compare/v2.0.2...v2.0.3 ### [`v2.0.2`](https://togithub.com/vercel/turbo/releases/tag/v2.0.2): Turborepo v2.0.2 [Compare Source](https://togithub.com/vercel/turbo/compare/v2.0.1...v2.0.2) #### What's Changed ##### [@​turbo/codemod](https://togithub.com/turbo/codemod) - fix(turborepo): factor in negated globs for workspace detection in codemods by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8331](https://togithub.com/vercel/turbo/pull/8331) ##### Examples - Bump examples to 2.0.0. by [@​anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/8284](https://togithub.com/vercel/turbo/pull/8284) ##### Changelog - feat(ui): respect CI and NO_COLOR as overrides for TUI by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8335](https://togithub.com/vercel/turbo/pull/8335) - fix(ui): no longer attempt to read from stdin if non-tty by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8333](https://togithub.com/vercel/turbo/pull/8333) - fix: correctly serialize ui values by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8338](https://togithub.com/vercel/turbo/pull/8338) - fix: add NODE_OPTIONS to default pass through env vars by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8353](https://togithub.com/vercel/turbo/pull/8353) - chore: add additional env vars to default pass through by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8359](https://togithub.com/vercel/turbo/pull/8359) - fix(ui): disable TUI if log order is specified by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8343](https://togithub.com/vercel/turbo/pull/8343) #### New Contributors - [@​dvoytenko](https://togithub.com/dvoytenko) made their first contribution in [https://github.com/vercel/turbo/pull/8334](https://togithub.com/vercel/turbo/pull/8334) **Full Changelog**: https://github.com/vercel/turbo/compare/v2.0.1...v2.0.2 ### [`v2.0.1`](https://togithub.com/vercel/turbo/releases/tag/v2.0.1): Turborepo v2.0.1 [Compare Source](https://togithub.com/vercel/turbo/compare/v2.0.0...v2.0.1) **Full Changelog**: https://github.com/vercel/turbo/compare/v2.0.0...v2.0.1 ### [`v2.0.0`](https://togithub.com/vercel/turbo/releases/tag/v2.0.0): Turborepo v2.0.0 [Compare Source](https://togithub.com/vercel/turbo/compare/v1.13.4...v2.0.0) #### What's Changed Upgrade guide: https://turbo.build/repo/docs/crafting-your-repository/upgrading ##### [@​turbo/codemod](https://togithub.com/turbo/codemod) - feat(codemod): add logic for major version bump by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8260](https://togithub.com/vercel/turbo/pull/8260) - feat(codemod): place tasks last in turbo.json rewrites by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8268](https://togithub.com/vercel/turbo/pull/8268) - fix(codemod): support jsonc when parsing root turbo.json by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8279](https://togithub.com/vercel/turbo/pull/8279) - fix(codemod): respect --dry flag by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8280](https://togithub.com/vercel/turbo/pull/8280) - feat: change values of "ui" in turbo.json by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8289](https://togithub.com/vercel/turbo/pull/8289) - fix(codemod): support jsonc when parsing root turbo.json by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8279](https://togithub.com/vercel/turbo/pull/8279) - feat(codemod): place tasks last in turbo.json rewrites by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8268](https://togithub.com/vercel/turbo/pull/8268) - feat(codemod): add logic for major version bump by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8260](https://togithub.com/vercel/turbo/pull/8260) - feat(codemod): add missing package names by [@​tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/8186](https://togithub.com/vercel/turbo/pull/8186) ##### Changelog ##### Breaking - chore: remove legacy filter flags by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8294](https://togithub.com/vercel/turbo/pull/8294)/ - chore(turborepo): adjust error message for pipeline by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8264](https://togithub.com/vercel/turbo/pull/8264) - chore(turbo)!: remove check for legacy turbo config in package.json by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/8023](https://togithub.com/vercel/turbo/pull/8023) - chore(turbo)! hard error on env vars in task and global dependencies by [@​mehulkar](https://togithub.com/mehulkar) in [#​8026](https://togithub.com/vercel/turbo/issues/8026) - feat: require packageManager in package.json by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [#​8017](https://togithub.com/vercel/turbo/issues/8017) - feat(filter): no longer infer scope in filters by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [#​8137](https://togithub.com/vercel/turbo/issues/8137) - chore!(create-turbo): remove old pm arg by [@​tknickman](https://togithub.com/tknickman) in [#​8150](https://togithub.com/vercel/turbo/issues/8150) - feat: error on empty package name by [@​chris-olszewski](https://togithub.com/chris-olszewski) [#​8152](https://togithub.com/vercel/turbo/issues/8152) - feat(filter): error on invalid filters by [@​chris-olszewski](https://togithub.com/chris-olszewski) [#​8142](https://togithub.com/vercel/turbo/issues/8142) - Move fs cache location. by [@​anthonyshew](https://togithub.com/anthonyshew) in [#​8126](https://togithub.com/vercel/turbo/issues/8126) - refactor(turborepo): Rename outputMode to outputLogs in turbo.json by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [#​8149](https://togithub.com/vercel/turbo/issues/8149) - feat: --only now applies to package dependencies by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [#​8163](https://togithub.com/vercel/turbo/issues/8163) - Rename pipeline to tasks. by [@​anthonyshew](https://togithub.com/anthonyshew) in [#​8157](https://togithub.com/vercel/turbo/issues/8157) - feat: add doublestar to exact dir paths by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [#​8180](https://togithub.com/vercel/turbo/issues/8180) - chore: remove globalDotEnv and dotEnv fields by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [#​8181](https://togithub.com/vercel/turbo/issues/8181) - chore: make env mode strict by default by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [#​8182](https://togithub.com/vercel/turbo/issues/8182) ##### Other - feat: allow for negative globs in globalDeps by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [#​8190](https://togithub.com/vercel/turbo/issues/8190) - chore: change turborepo licenses to MIT by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [#​8197](https://togithub.com/vercel/turbo/issues/8197) - feat: all dependencies of root package contribute to global hash by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [#​8202](https://togithub.com/vercel/turbo/issues/8202) - fix(turborepo): non-determinism with root internal deps hash. by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8277](https://togithub.com/vercel/turbo/pull/8277) - fix: update integration test to expect correct output by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8285](https://togithub.com/vercel/turbo/pull/8285) - chore: remove cpuprofile flag by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8282](https://togithub.com/vercel/turbo/pull/8282) - fix(ui): disable UI on all dry runs by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8269](https://togithub.com/vercel/turbo/pull/8269) - fix(turborepo): stderr log by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8267](https://togithub.com/vercel/turbo/pull/8267) - chore(turborepo): adjust error message for pipeline by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8264](https://togithub.com/vercel/turbo/pull/8264) - fix(ui): ensure prelude gets printed before ui starts by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8265](https://togithub.com/vercel/turbo/pull/8265) - chore([@​turbo/benchmark](https://togithub.com/turbo/benchmark)): fix lint warnings by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/8233](https://togithub.com/vercel/turbo/pull/8233) - chore(turborepo): Feature flagged off file hashing by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8229](https://togithub.com/vercel/turbo/pull/8229) - chore: downgrade curl to fix Windows rust tests by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8242](https://togithub.com/vercel/turbo/pull/8242) - fix(turborepo): Remove optional git locks by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8244](https://togithub.com/vercel/turbo/pull/8244) - fix(turborepo): Optional lock with env var by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8247](https://togithub.com/vercel/turbo/pull/8247) - add two retry strategies to allow requests to timeout gracefully by [@​arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/8080](https://togithub.com/vercel/turbo/pull/8080) - add support for upload speed / remaining in the cache upload step by [@​arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/8081](https://togithub.com/vercel/turbo/pull/8081) - chore: remove --ignore flag by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8201](https://togithub.com/vercel/turbo/pull/8201) - feat: factor engines into global cache key by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [#​8173](https://togithub.com/vercel/turbo/issues/8173) **Full Changelog**: https://github.com/vercel/turbo/compare/v1.13.4...v2.0.0 ### [`v1.13.4`](https://togithub.com/vercel/turbo/releases/tag/v1.13.4): Turborepo v1.13.4 [Compare Source](https://togithub.com/vercel/turbo/compare/v1.13.3...v1.13.4) #### What's Changed ##### Docs - Update eslint-config package name. by [@​anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/8069](https://togithub.com/vercel/turbo/pull/8069) - chore(docs): add missing words by [@​jeremyadavis](https://togithub.com/jeremyadavis) in [https://github.com/vercel/turbo/pull/8067](https://togithub.com/vercel/turbo/pull/8067) - Fix typo in Turborepo task-graph documentation by [@​danisal](https://togithub.com/danisal) in [https://github.com/vercel/turbo/pull/8212](https://togithub.com/vercel/turbo/pull/8212) ##### turbo-ignore - feat(turbo-ignore): don’t fail on single package repos by [@​tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/8177](https://togithub.com/vercel/turbo/pull/8177) ##### [@​turbo/repository](https://togithub.com/turbo/repository) - chore: differentiate rust changes from building turbo by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8001](https://togithub.com/vercel/turbo/pull/8001) ##### Examples - fix(examples): lint docs by [@​tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/8049](https://togithub.com/vercel/turbo/pull/8049) - fix(example): Fix Prisma example by [@​caaatisgood](https://togithub.com/caaatisgood) in [https://github.com/vercel/turbo/pull/8046](https://togithub.com/vercel/turbo/pull/8046) - chore: move react from devDependency to dependency in design system starter template by [@​ghdtjgus76](https://togithub.com/ghdtjgus76) in [https://github.com/vercel/turbo/pull/8159](https://togithub.com/vercel/turbo/pull/8159) ##### Changelog - feat(Turborepo): Be explicit about which binary we failed to find by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/8050](https://togithub.com/vercel/turbo/pull/8050) - fix(ui): add carraige return after cache log messages by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8015](https://togithub.com/vercel/turbo/pull/8015) - fix(turborepo): Watch mode not responding to changes by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8057](https://togithub.com/vercel/turbo/pull/8057) - fix(Turborepo): Make package discovery async, and apply a debouncer by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/8058](https://togithub.com/vercel/turbo/pull/8058) - fix(Turborepo): Disable inputs support by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/8074](https://togithub.com/vercel/turbo/pull/8074) - feat(Turborepo): Add support for $TURBO_DEFAULT$ to file hash watcher by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/8086](https://togithub.com/vercel/turbo/pull/8086) - Remove async-trait from a few crates by [@​arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/8077](https://togithub.com/vercel/turbo/pull/8077) - feat(turborepo): Using file hashing for package watching by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8104](https://togithub.com/vercel/turbo/pull/8104) - add support for cache_timeout as well as timeout by [@​arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/8078](https://togithub.com/vercel/turbo/pull/8078) - yield a different warning when the cache upload times out by [@​arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/8079](https://togithub.com/vercel/turbo/pull/8079) - fix lockfile by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/8110](https://togithub.com/vercel/turbo/pull/8110) - fix(gen): isolate generator to `commonjs` by [@​wesleycoder](https://togithub.com/wesleycoder) in [https://github.com/vercel/turbo/pull/8109](https://togithub.com/vercel/turbo/pull/8109) - fix: properly propigate internal errors by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8113](https://togithub.com/vercel/turbo/pull/8113) - feat(ui): render ui to alternative screen by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8084](https://togithub.com/vercel/turbo/pull/8084) - fix(turborepo): Persistent tasks in watch mode by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8107](https://togithub.com/vercel/turbo/pull/8107) - fix(Turborepo): Fix as_inputs to include ! by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/8119](https://togithub.com/vercel/turbo/pull/8119) - fix(Turborepo): Handle new packages in lockfile comparisons by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/8127](https://togithub.com/vercel/turbo/pull/8127) - fix(ui): minor formatting by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8136](https://togithub.com/vercel/turbo/pull/8136) - feat(turborepo): new ui + watch mode by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/7962](https://togithub.com/vercel/turbo/pull/7962) - fix(turborepo): use transitive closure of filtered packages in watch mode by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8161](https://togithub.com/vercel/turbo/pull/8161) - add two retry strategies to allow requests to timeout gracefully by [@​arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/8080](https://togithub.com/vercel/turbo/pull/8080) - add support for upload speed / remaining in the cache upload step by [@​arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/8081](https://togithub.com/vercel/turbo/pull/8081) - chore([@​turbo/benchmark](https://togithub.com/turbo/benchmark)): fix lint warnings by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/8233](https://togithub.com/vercel/turbo/pull/8233) - chore(turborepo): Feature flagged off file hashing by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8229](https://togithub.com/vercel/turbo/pull/8229) - chore: downgrade curl to fix Windows rust tests by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8242](https://togithub.com/vercel/turbo/pull/8242) - fix(turborepo): Remove optional git locks by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8244](https://togithub.com/vercel/turbo/pull/8244) - fix(turborepo): Optional lock with env var by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8247](https://togithub.com/vercel/turbo/pull/8247) #### New Contributors - [@​caaatisgood](https://togithub.com/caaatisgood) made their first contribution in [https://github.com/vercel/turbo/pull/8046](https://togithub.com/vercel/turbo/pull/8046) - [@​jeremyadavis](https://togithub.com/jeremyadavis) made their first contribution in [https://github.com/vercel/turbo/pull/8067](https://togithub.com/vercel/turbo/pull/8067) - [@​wesleycoder](https://togithub.com/wesleycoder) made their first contribution in [https://github.com/vercel/turbo/pull/8109](https://togithub.com/vercel/turbo/pull/8109) - [@​ghdtjgus76](https://togithub.com/ghdtjgus76) made their first contribution in [https://github.com/vercel/turbo/pull/8159](https://togithub.com/vercel/turbo/pull/8159) - [@​danisal](https://togithub.com/danisal) made their first contribution in [https://github.com/vercel/turbo/pull/8212](https://togithub.com/vercel/turbo/pull/8212) **Full Changelog**: https://github.com/vercel/turbo/compare/v1.13.3...v1.13.4
vitejs/vite (vite) ### [`v5.2.13`](https://togithub.com/vitejs/vite/releases/tag/v5.2.13) [Compare Source](https://togithub.com/vitejs/vite/compare/v5.2.12...v5.2.13) Please refer to [CHANGELOG.md](https://togithub.com/vitejs/vite/blob/v5.2.13/packages/vite/CHANGELOG.md) for details.

Configuration

πŸ“… Schedule: Branch creation - "before 7am on monday" (UTC), Automerge - At any time (no schedule defined).

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

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

πŸ‘» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



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

changeset-bot[bot] commented 4 months ago

⚠️ No Changeset found

Latest commit: eceb5cce69a8cd76b846f6b65347a9c1c45cb36a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

renovate[bot] commented 4 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.