Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update nx to v20 (major) #648

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Oct 19, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nx/devkit (source) 16.7.2 -> 20.3.0 age adoption passing confidence
nx (source) 16.7.2 -> 20.3.0 age adoption passing confidence

Release Notes

nrwl/nx (@​nx/devkit)

v20.3.0

Compare Source

20.3.0 (2024-12-20)

🚀 Features
  • angular: support ngrx v19 (#​29398)
  • core: support rollup.config.ts (#​28240)
  • core: use custom resolution to resolve from source local plugins with artifacts pointing to the outputs (#​29222)
  • core: add spinners when graph compute takes long time (#​28966)
  • core: not exit when one plugin installation failed (#​28684)
  • core: nx-plugin-checks accounts for outDir and rootDir of projects when checking file existence (#​29391)
  • core: add lib/** glob to workspaces so we support it out of the box (#​29403)
  • core: show progress on ci if graph construction takes longer than expected (#​29392)
  • eslint: rename eslint.config.js to eslint.config.cjs to resolve them as CommonJS (#​29334)
  • expo: upgrade Expo to v52 (#​29142)
  • js: update vue/node app and lib generators to support TS solutions (#​29299)
  • misc: handle artifact generators' path options including file extensions (#​29111)
  • nx-dev: link more customer videos on enterprise page (7498e470fa)
  • nx-plugin: added support for vitest test runner (#​29140)
  • release: allow automated git push from version or changelog step (#​29280)
  • rsbuild: add intial package (#​29147)
  • rsbuild: add inferred targets plugin (#​29192)
  • rsbuild: add rsbuild configuration generator (#​29321)
  • rsbuild: add react and vue support for app generation (#​29349)
  • rsbuild: move plugin export to root of package (#​29415)
  • storybook: use createNodesV2 for init and convert-to-inferred generators (#​28092)
  • testing: allow custom address for local registry (#​29050)
  • vite: add angular option to vitest generator (#​29055)
🩹 Fixes
  • typo in environment-variables.md (#​29294)
  • angular: handle removed angular-eslint rules in root eslint config files and update package (#​29262)
  • angular: normalize prerender and appShell options of the application executor correctly (#​29281)
  • angular: correctly normalize dev-server options (#​29322)
  • angular: add-localize-polyfill-to-targets fails if polyfills is a string (#​29324)
  • angular: normalize name when forced to build selector (#​29417)
  • angular: set up host and remote ssr apps correctly #​29442 (#​29447, #​29442)
  • bundling: ensure vitest timestamp files are ignored (#​29418)
  • core: add workspaces path if package path is not included (#​28824)
  • core: fix process being prevented from exiting (#​29240)
  • core: defer loading package manager until necessary (#​29248)
  • core: hashing fixes (#​29247)
  • core: Update bundlers to not typecheck if using new TS solution setup (#​29227)
  • core: ensure @​nx/module-federation is listed in package group (#​29292)
  • core: ensure rsbuild is part of nx package group (#​29310)
  • core: avoid storing hash details for empty fileset (#​29316)
  • core: resolve imports from linked workspace projects (#​29328)
  • core: collect all logs from forked processes (#​27778)
  • core: Update move/remove workspace generators to work with ts project references (#​29331)
  • core: Adding react apps/libs to workspaces so they can be referenced. (#​29202)
  • core: make packageExports metadata optional field (#​29407)
  • core: graph spinners should update properly (#​29433)
  • core: update yarn-parser to handle yarn v4 syntax (#​29067)
  • gradle: cache gradle report (#​29381)
  • js: switch from fast-glob to tinyglobby (#​29141)
  • js: ensure typescript-sync generator produces formatted references when no prettier is installed (#​29368)
  • js: Configure typescript plugin to handle non-buildable libs (#​29393)
  • js: handle resolution from within node_module in the sync generator (#​29412)
  • misc: ensure tsBuildInfoFile is generated inside outDir (#​29343)
  • misc: fix misc generation issues with the ts solution setup (#​29350)
  • module-federation: ensure @​nx/module-federation package is installed for users (#​29416)
  • module-federation: dynamic federation helpers should normalize remote names (#​29427)
  • nuxt: change tsconfig path on server part (#​28864)
  • nx-dev: update Nx Cloud proj created (#​29272)
  • nx-dev: update hero image on blog post (#​29405)
  • react: add files entry for publishable libraries (#​29277)
  • react: assert test property is defined on webpack rule in nx-react-webpack-plugin (#​27525)
  • react: fix issues with react ts setup (#​29312)
  • react: fix tailwind for react library and component (#​29319)
  • react-native: default template fails when envs are not set (#​28931)
  • react-native: typescript lib schema (#​27955)
  • react-native: fix react native storybook for lib (#​29210)
  • release: use prepatch version for pre-release dependent package updates (#​29123)
  • release: make commits separator in git log command more unique (#​29261)
  • repo: cleanup old plugins promise (#​29295)
  • rsbuild: set publish config correctly (#​29282)
  • storybook: only install react deps for storybook 7 #​29213 (#​29231, #​29213)
  • storybook: ensure 'storybook' dep is installed for non-crystal workspaces (#​29235)
  • testing: force node10 module resolution for jest atomized tasks (#​29421)
  • ⚠️ vite: generate config with esm by default (#​29270)
  • vite: resolves files with dot suffixes correctly (#​28518)
  • webpack: Add useTsconfigPaths to app-webpack-plugin (#​29291)
⚠️ Breaking Changes
  • ⚠️ vite: generate config with esm by default (#​29270)
❤️ Thank You

v20.2.2

Compare Source

20.2.2 (2024-12-10)
🚀 Features
  • misc: handle artifact generators' path options including file extensions (#​29111)
  • testing: allow custom address for local registry (#​29050)
🩹 Fixes
  • angular: handle removed angular-eslint rules in root eslint config files and update package (#​29262)
  • angular: normalize prerender and appShell options of the application executor correctly (#​29281)
  • core: defer loading package manager until necessary (#​29248)
  • core: hashing fixes (#​29247)
  • core: Update bundlers to not typecheck if using new TS solution setup (#​29227)
  • core: ensure @​nx/module-federation is listed in package group (#​29292)
  • js: switch from fast-glob to tinyglobby (#​29141)
  • nx-dev: update Nx Cloud proj created (#​29272)
  • react: add files entry for publishable libraries (#​29277)
  • react-native: default template fails when envs are not set (#​28931)
  • react-native: typescript lib schema (#​27955)
  • release: use prepatch version for pre-release dependent package updates (#​29123)
  • release: make commits separator in git log command more unique (#​29261)
  • repo: cleanup old plugins promise (#​29295)
  • ⚠️ vite: generate config with esm by default (#​29270)
⚠️ Breaking Changes
  • ⚠️ vite: generate config with esm by default (#​29270)
❤️ Thank You

v20.2.1

Compare Source

20.2.1 (2024-12-06)
🩹 Fixes
  • core: add workspaces path if package path is not included (#​28824)
  • core: fix process being prevented from exiting (#​29240)
  • storybook: only install react deps for storybook 7 #​29213 (#​29231, #​29213)
  • storybook: ensure 'storybook' dep is installed for non-crystal workspaces (#​29235)
❤️ Thank You

v20.2.0

Compare Source

20.2.0 (2024-12-05)

🚀 Features
  • angular: add poll option to ng-packagr executors (#​28909)
  • angular: add support for angular v19 (#​28847)
  • angular: add migration to disable @angular-eslint/prefer-standalone when not set (#​29164)
  • angular: use new test environment function from jest-preset-angular (#​29169)
  • angular: update analog packages (#​29187)
  • angular: add migration to remove angular eslint rules removed in v19 (#​29214)
  • angular: add migration to remove the tailwindConfig option from ng-packager executors (#​29220)
  • core: add eslint vscode extension on eslint init (#​28573)
  • core: improve sync messages (#​29149)
  • misc: replace tutorials with social links in create-nx-workspace (#​29085)
  • module-federation: add initial module-federation package (#​28783)
  • module-federation: consolidate module federation utils into module-federation package (#​28919)
  • module-federation: migrate to latest (#​29005)
  • module-federation: move withModuleFederation for angular to new package (#​29021)
  • module-federation: move withModuleFederation for webpack to new package (#​29031)
  • module-federation: move withModuleFederation for rspack to new package (#​29045)
  • module-federation: move common executor logic to module-federation package (#​29151)
  • module-federation: alias host and remote generators to consumer and producer (#​29190)
  • nx-dev: version picker (#​28828)
  • nx-dev: update top-level navbar (9921496d64)
  • nx-plugin: add support for the ts solution config setup to the @nx/plugin plugin (#​28724)
  • react: update app and lib generators to support new TS solution setup (#​28808)
  • rollup: use .cjs file extension for config files (#​29196)
  • rspack: move logic for withNx to applyBaseConfig and bring in line with webpack (#​28825)
  • rspack: update withReact plugin for parity with webpack plugin (#​28812)
  • rspack: update executor to be in line with webpack (#​28913)
  • rspack: add NxAppRspackPlugin and NxReactRspackPlugin (#​28987)
  • rspack: migrate to latest rspack versions (#​29004)
  • rspack: add convert-to-inferred generator (#​29012)
  • rspack: Update configuration generator to support NxRspackAppPlugin (#​29024)
  • storybook: upgrade @​storybook/test-runner to 0.19 (#​28959)
  • storybook: add support for TS solutions file (#​29194)
🩹 Fixes
  • angular: when unit test runner is set to none library component should not generate spec file (#​28906)
  • angular: make scam-to-standalone replace correct module (#​29014)
  • angular: ngrx-root-store generator check ngModule path (#​29068)
  • core: set default branch to main if no git (#​28854)
  • core: lower socket path by 10 chars to reduce chances of too-long paths (#​28920)
  • core: create different dummy tasks for different parent tasks an… (#​28923)
  • core: typo in readme for CNW (#​28942)
  • core: ensure process is kept alive when plugin communication in progress (#​28948)
  • core: add missing supported CI providers to NxCloud type (#​29008)
  • core: gracefully handle non-existent files in find_imports (#​29027)
  • core: handle self shutdown for plugin workers is orphaned before connections and loading (1bf0e67e1b)
  • core: don't generate nxCloudId if running nx connect through nx console (#​29060)
  • core: update to the async version of getting powerpack information (#​29088)
  • core: fix misc issues (#​29114)
  • core: provide a way to reuse cached graph in CI (#​29156)
  • core: use fork to execute nx generate workspace:preset (#​29122)
  • core: Update preset test snapshots and test names (#​29172)
  • core: move resolving plugins back to main thread (#​29176)
  • core: recreate db when unable to connect (#​29207)
  • core: skip nx cloud prompt when interactive is false (#​28949)
  • gradle: change gradle glob to include root gradlew (#​29206)
  • gradle: read tasks from properties report (#​29124)
  • gradle: fix gradle unit test (#​29224)
  • js: handle outputFileName correctly when generating package json (#​28915)
  • js: skip tsc batch builds for implicit dependencies (#​28840)
  • js: normalize paths correctly when creating temporary tsconfig file for incremental builds (#​29121)
  • js: generate multiline project references in the sync generator (#​29148)
  • linter: remove legacy dependencies during convert to flat config (#​28981)
  • linter: move eslint-config-prettier to the end for proper override (#​28503)
  • misc: update artifact generator option descriptions and cleanup leftovers (#​29077)
  • misc: use the ts sync generator with other bundler tasks (#​29170)
  • module-federation: migration does not handle external nodes and errors (#​29075)
  • module-federation: use 'hoisted' runtime for node to prevent issues with eager sharing (#​29104)
  • nest: repair nestjs service generator schema (#​28928)
  • nest: Fix generators (guard, interceptor etc...) path to not duplicate when provided (#​29084)
  • nest: update project config to enable artifacts to be built as dev (#​29110)
  • nextjs: fix next e2e test to ensure playwright installed (#​29000)
  • nextjs: ensure next apps config is correctly checked when using jest (#​29066)
  • nextjs: Add support for next.config.ts for executors (#​29071)
  • nx-dev: update course API to ignore system OS Metadata file (#​28886)
  • nx-dev: disable notifier for now (fc2016cc8a)
  • nx-dev: breadcrumb casing (#​29032)
  • react: None buildable libs should not have a build target (#​29175)
  • release: remove duplicate space character in changelog thank you header (#​28664)
  • release: set make_latest legacy during github release creation (#​29197)
  • release: skip changelog generation for projects without available version data (#​29212)
  • remix: remove tooling packages from generated package.json since they are installed in the root (#​29009)
  • remix: update app generator with valid package.json without Prettier (#​29218)
  • remix: update lib generator to generate valid names in package.json (#​29219)
  • rspack: ensure swc provides react runtime automatically (#​28916)
  • rspack: withModuleFederationForSSR should use commonjs-module as library (#​28944)
  • rspack: do not global styles as entrypoints (#​28941)
  • rspack: buildLibsFromSource option (#​28994)
  • rspack: Add webpack as a dependency for fork-ts-checker-plugin (#​29033)
  • rspack: ensure generated app is picked up by crystal (#​29048)
  • rspack: outputHashing should default to 'all' #​29011 (#​29058, #​29011)
  • rspack: align @​rspack/core versions (#​29199)
  • testing: force compatible module resolution when running the jest executor (#​29189)
  • webpack: sourceMap type should accept all types of sourceMaps (#​28947)
  • webpack: Webpack and Rspack ignore warnings should concat all rules instead of overwrite them. (#​29112)
❤️ Thank You

v20.1.4

Compare Source

20.1.4 (2024-11-28)
🚀 Features
  • misc: replace tutorials with social links in create-nx-workspace (#​29085)
  • nx-dev: update top-level navbar (0f330590b7)
🩹 Fixes
  • angular: ngrx-root-store generator check ngModule path (#​29068)
  • core: don't generate nxCloudId if running nx connect through nx console (#​29060)
  • core: update to the async version of getting powerpack information (#​29088)
  • misc: update artifact generator option descriptions and cleanup leftovers (#​29077)
  • module-federation: use 'hoisted' runtime for node to prevent issues with eager sharing (#​29104)
  • nest: Fix generators (guard, interceptor etc...) path to not duplicate when provided (#​29084)
  • nest: update project config to enable artifacts to be built as dev (#​29110)
  • nextjs: ensure next apps config is correctly checked when using jest (#​29066)
  • nextjs: Add support for next.config.ts for executors (#​29071)
❤️ Thank You

v20.1.3

Compare Source

20.1.3 (2024-11-23)

🩹 Fixes
  • angular: make scam-to-standalone replace correct module (#​29014)
  • core: ensure process is kept alive when plugin communication in progress (#​28948)
  • core: add missing supported CI providers to NxCloud type (#​29008)
  • core: gracefully handle non-existent files in find_imports (#​29027)
  • core: handle self shutdown for plugin workers is orphaned before connections and loading (3003b66879)
  • linter: remove legacy dependencies during convert to flat config (#​28981)
  • linter: move eslint-config-prettier to the end for proper override (#​28503)
  • nextjs: fix next e2e test to ensure playwright installed (#​29000)
  • nx-dev: disable notifier for now (95cdd7ce7a)
  • nx-dev: breadcrumb casing (#​29032)
  • release: remove duplicate space character in changelog thank you header (#​28664)
  • remix: remove tooling packages from generated package.json since they are installed in the root (#​29009)
❤️ Thank You

v20.1.2

Compare Source

20.1.2 (2024-11-15)
🚀 Features
  • core: add eslint vscode extension on eslint init (#​28573)
  • nx-dev: version picker (#​28828)
🩹 Fixes
  • core: typo in readme for CNW (#​28942)
  • nest: repair nestjs service generator schema (#​28928)
  • rspack: withModuleFederationForSSR should use commonjs-module as library (#​28944)
  • rspack: do not global styles as entrypoints (#​28941)
❤️ Thank You

v20.1.1

Compare Source

20.1.1 (2024-11-14)
🩹 Fixes
  • angular: when unit test runner is set to none library component should not generate spec file (#​28906)
  • core: set default branch to main if no git (#​28854)
  • core: lower socket path by 10 chars to reduce chances of too-long paths (#​28920)
  • core: create different dummy tasks for different parent tasks an… (#​28923)
  • js: handle outputFileName correctly when generating package json (#​28915)
  • js: skip tsc batch builds for implicit dependencies (#​28840)
  • nx-dev: update course API to ignore system OS Metadata file (#​28886)
❤️ Thank You

v20.1.0

Compare Source

20.1.0 (2024-11-11)

🚀 Features
  • angular: add vitest option to angular (#​27311)
  • bundling: add createNodesV2 for rollup plugin (#​28090)
  • core: allow disabling of tsconfig path sorting in format:write and formatFiles() (#​28517)
  • core: Update plugin generators so that they are formatted by default (#​28593)
  • core: upgrade semver to 7.6.3 (#​28716)
  • expo: build w/package.json overrides/resolutions (#​28254)
  • expo: use createNodesV2 (#​28005)
  • js: support esbuild and swc bundlers with the new ts solution config setup (#​28409)
  • js: update the setup-build generator to support the new ts setup (#​28446)
  • linter: add support eslint 9 --quiet param (#​28743)
  • misc: remove handling of @​nrwl scope (#​28589)
  • module-federation: use latest module-federation/enhanced (#​28296)
  • module-federation: use module-federation runtime for dynamic federation (#​28704)
  • nextjs: update createNodes to createNodesV2 and add deprecation message (#​28527)
  • nextjs: add support for typescript Next.js config file (#​28709)
  • nx-cloud: configure import paths for light client when running … (#​28735)
  • nx-dev: add live stream notifier (#​28260)
  • nx-dev: update home hero & livestream notifier (#​28403)
  • nx-dev: add contact link on powerpack page (#​28458)
  • nx-dev: add videos to CI docs (84aba19bec)
  • nx-dev: linkable resources page (46769b3c18)
  • nx-dev: add customer case studies (75a73ed0e7)
  • nx-dev: add video course page (#​28736)
  • react: update eslint plugins to be compat with eslint v9 (#​28559)
  • remix: generate remix vite application (#​28555)
  • remix: ensure migrations point to latest remix verison (#​28876)
  • rspack: add convert-webpack generator (#​28167)
  • rspack: make target property optional (#​28785)
  • rspack: move logic for withWeb to applyWebConfig and bring in line with webpack (#​28803)
  • testing: add support for the ts solution config setup to the playwright plugin (#​28636)
  • testing: split atomized outputs for Playwright and Cypress CI targets (#​28682)
  • testing: add disableJestRuntime option to @​nx/jest/plugin to speed up target inference (#​28522)
  • testing: add support for the ts solution config setup to the cypress plugin (#​28637)
🩹 Fixes
  • add required minimizer setting to the generated Nest rspack conf… (#​28629)
  • angular: ensure provideStore is provided before storeDevTools #​28107 (#​28428, #​28107)
  • angular: add missing package version bump for zone.js (#​28430)
  • angular: use vitest generator instead of vite config generator (#​28696)
  • core: support NX_NO_CLOUD (#​28366)
  • core: add busy handler for sqlite (#​28390)
  • core: handle neverConnectToCloud property (#​28452)
  • core: add migration to set useLegacyCache by default (#​28454)
  • core: repair SIGINT signals on windows (#​28496)
  • core: neverConnectToCloud should disable connecting to nxCloud (#​28501)
  • core: not to cache entire workspace root (#​28552)
  • core: make sure yarn berry correctly resolves latest version during nx add (#​28580)
  • core: handle concurrent db connections better (#​28544)
  • core: only check if files are in sync if there are no records in the db (#​28597)
  • core: createTaskGraph should accept extraTargetDependencies (#​28542)
  • core: skip eslint custom hasher when hashing tasks during running commands (#​28616)
  • core: update http-proxy-middleware (#​28607)
  • core: not install cypress when e2e is playwright for react monorepo preset (#​28642)
  • core: fix checks for wasm in db operations (#​28676)
  • core: retry more db operations (#​28667)
  • core: fix powerpack license information grammar (#​28725)
  • core: fix dependency with multiple dependent packages (#​28669)
  • core: fix create workspace for react native (#​28763)
  • core: ensure that setWorkspaceContext is run only on main nx packages (#​28706)
  • core: revert archive file creation changes (#​28817)
  • core: fix cannot read properties of undefined (reading 'split') (#​28761)
  • core: task graph needs to handle multiple cycles (#​28793)
  • core: empty external deps should work properly (#​28727)
  • core: jest plugin should work with nodenext set in tsconfig (#​28820)
  • core: ensure that the database connection is closed when nx exits (#​28821)
  • core: create different dummy tasks for different targets (#​28837)
  • core: do not depend on ci info crate (#​28850)
  • core: shutdown plugin workers when disconnected (#​28857)
  • core: do not use unix dotfile locks (#​28859)
  • core: cross-workspace implicitDependencies should be safely ignored (#​28845)
  • core: Remove warning when Nx is not installed globally (#​28868)
  • core: reduce time it takes to require nx commands (#​28884)
  • devkit: do not write back to package.json when adding plugin and there are no changes (#​28846)
  • expo: pnpm+workspace build (#​28209)
  • expo: check if option is not undefined closes #​28488 (#​28489, #​28488)
  • expo: allow yarn 4 to install for build local (#​28603)
  • graph: make sure disabledTaskSyncGenerators can be set correctly from nx console (#​28466)
  • graph: add better pdv empty states when no targets exist (#​28797)
  • graph: enable action on the ViewOnGraph button regardless of the… (#​28863)
  • js: improve @​nx/js/typescript plugin and typescript-sync generator performance (#​28379)
  • js: change verdaccio childProcess kill order (#​28364)
  • js: allow custom listenAddress for verdaccio (#​28498)
  • js: fix resolution of extended tsconfig files in plugin (#​28535)
  • js: set the tsBuildInfoFile as output when it's not contained in the outDir (#​28538)
  • js: include referenced internal config files in plugin cache hash (#​28536)
  • js: provide absolute paths to hashFile function in @​nx/js/typescript plugin (#​28690)
  • linter: scope js and ts shared configs to js and ts files (#​28381)
  • linter: ensure .cjs config file is handled correctly for generators #​28214 (#​28672, #​28214)
  • misc: update generators to use autocomplete instead of select when possible (#​28851)
  • module-federation: ensure mf-manifest supported and tspaths are added with snake_case (#​28244)
  • module-federation: remote names should follow JS variable naming schema (#​28401)
  • module-federation: normalize hypen names for runtime library control plugin #​28497 (#​28512, #​28497)
  • module-federation: add comment clarifying default export in config file (#​28675)
  • nextjs: Remove deprecated export executor (#​28702)
  • nextjs: Add deprecation message for svgr (#​28705)
  • nextjs: Fix json spread typo (#​28728)
  • nextjs: do not generate spec files if unitTestRunner is not set programmatically (#​28733)
  • nextjs: Formatting for pages (#​28734)
  • nextjs: update default next-env (#​28861)
  • nuxt: use loadNuxtConfig to load nuxt config for plugin (#​28795)
  • nx-dev: fix tabs logic (#​28470)
  • nx-dev: cleanup (e57b85152c)
  • nx-dev: powerpack content update (ea01d39291)
  • nx-dev: breadcrumbs extra text with query param (#​28732)
  • nx-dev: SEO tags (#​28823)
  • react: depends on migration should ignore configs that point to @​nx/react #​28377 (#​28382, #​28377)
  • react: update rspack to include styles in the main bundle (#​28478)
  • react: ensure rspack react app is added to exclude on rspack plugin #​28464 (#​28515, #​28464)
  • react: selecting tailwind should import correct style file extension (#​28630)
  • react: ensure module federation template files are indented correctly (#​28753)
  • release: ensure plan subcommand works with object config (#​28460)
  • release: support workspace root as a subdirectory of git root (#​28650)
  • release: ensure dependents that are both direct and transitive are not bumped twice (#​28878)
  • repo: update version of actions/github-script in nightly script (#​28784)
  • rspack: log compilation errors #​28179 (#​28429, #​28179)
  • rspack: do not select char from string when mapping remotes (#​28441)
  • rspack: replace DefinePlugin with EnvironmentPlugin (#​28252)
  • rspack: make rspack dev server respect port (#​28251)
  • rspack: add dependency-checks lint rule (#​28225)
  • rspack: removed webpack-sources import (#​28447)
  • rspack: ensure baseHref is set when provided #​28455 (#​28660, #​28455)
  • rspack: set NODE_ENV to production correctly #​28584 (#​28662, #​28584)
  • rspack: ensure NX_PUBLIC env vars are available to applications #​28720 (#​28751, #​28720)
  • rspack: move main validation to implementation (#​28794)
  • rspack: remove unnecessary required properties in schema validation (#​28796)
  • storybook: fix yarn storybook upgrade 8 (#​28605)
  • storybook: fix externalDependencies undefined (#​28641)
  • testing: install playwright with-deps (#​28738)
  • vite: add vite temp files to gitignore #​28371 (#​28443, #​28371)
  • vite: use resolveConfig instead of loadConfigFromFile to ensure node env set #​27627 (#​28444, #​27627)
  • vite: set NODE_ENV to production correctly #​28584 (#​28663, #​28584)
  • vite: include vite mts config files ([#​28691](ht

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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot requested a review from a team as a code owner October 19, 2023 22:09
@forking-renovate forking-renovate bot added the dependencies Pull requests that update a dependency file label Oct 19, 2023
@dpebot
Copy link
Collaborator

dpebot commented Oct 19, 2023

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Oct 20, 2023

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Oct 25, 2023

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 3, 2023

/gcbrun

Copy link

codecov bot commented Nov 3, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.72%. Comparing base (7f1ee19) to head (22335f2).
Report is 24 commits behind head on main.

Current head 22335f2 differs from pull request most recent head b758e98

Please upload reports for the commit b758e98 to get more accurate results.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #648   +/-   ##
=======================================
  Coverage   97.72%   97.72%           
=======================================
  Files          18       18           
  Lines         703      703           
  Branches      136      136           
=======================================
  Hits          687      687           
  Misses         16       16           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dpebot
Copy link
Collaborator

dpebot commented Nov 9, 2023

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 13, 2023

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 20, 2023

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Dec 8, 2023

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Dec 12, 2023

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Dec 12, 2023

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Dec 12, 2023

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Dec 14, 2023

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Dec 15, 2023

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Dec 18, 2023

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 6, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 6, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 7, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 9, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 11, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 12, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 14, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 15, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 23, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 23, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 29, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Dec 5, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Dec 7, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Dec 11, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Dec 20, 2024

/gcbrun

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked This issue or pull request is waiting on something else, and isn't actionable right now dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants