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

fix(deps): update all non-major npm dependencies #206

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 27, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@dotenvx/dotenvx 1.32.0 -> 1.33.0 age adoption passing confidence
@eslint/js (source) 9.17.0 -> 9.18.0 age adoption passing confidence
@mui/icons-material (source) 6.3.1 -> 6.4.0 age adoption passing confidence
@mui/material (source) 6.3.1 -> 6.4.0 age adoption passing confidence
@nx/js (source) 20.2.2 -> 20.3.2 age adoption passing confidence
@rjsf/core 5.23.2 -> 5.24.1 age adoption passing confidence
@rjsf/mui 5.23.2 -> 5.24.1 age adoption passing confidence
@rjsf/utils 5.23.2 -> 5.24.1 age adoption passing confidence
@rjsf/validator-ajv8 5.23.2 -> 5.24.1 age adoption passing confidence
@swc/core (source) 1.10.4 -> 1.10.7 age adoption passing confidence
@toolpad/core (source) ^0.10.0 -> ^0.12.0 age adoption passing confidence
codemirror-json-schema (source) ^0.7.9 -> ^0.8.0 age adoption passing confidence
eslint (source) 9.17.0 -> 9.18.0 age adoption passing confidence
eslint-plugin-prettier 5.2.1 -> 5.2.2 age adoption passing confidence
eslint-plugin-react-refresh 0.4.16 -> 0.4.18 age adoption passing confidence
nx (source) 20.2.2 -> 20.3.2 age adoption passing confidence
react-router (source) 7.1.1 -> 7.1.2 age adoption passing confidence
typescript (source) 5.7.2 -> 5.7.3 age adoption passing confidence
typescript-eslint (source) 8.19.0 -> 8.20.0 age adoption passing confidence

Release Notes

dotenvx/dotenvx (@​dotenvx/dotenvx)

v1.33.0

Compare Source

Added
  • support ESM import convenience import '@​dotenvx/dotenvx/config' (#​508)

v1.32.1

Compare Source

Changed
  • remove duplicated help messages (#​504)
eslint/eslint (@​eslint/js)

v9.18.0

Compare Source

mui/material-ui (@​mui/icons-material)

v6.4.0

Compare Source

Jan 13, 2025

A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:

@mui/material@6.4.0
Docs
Core

All contributors of this release in alphabetical order: @​aarongarciah, @​DiegoAndai, @​good-jinu, @​headironc, @​iaziz11, @​IceOfSummer, @​Janpot, @​LukasTy, @​mnajdova, @​oliviertassinari, @​sai6855, @​samuelsycamore, @​siddhantantil39, @​siriwatknp, @​yashdev16, @​ZeeshanTamboli

nrwl/nx (@​nx/js)

v20.3.2

Compare Source

20.3.2 (2025-01-17)
🚀 Features
🩹 Fixes
  • angular: restore esm2022 bundle and drop fesm2022 in ng-packagr-lite executor (#​29615)
  • core: update nx cloud bundle install directory logic (#​29555)
  • core: avoid launching default plugins twice (#​29539)
  • core: support subpath exports when constructing the project graph (#​29577)
  • core: update package script logic to handle cli tool name as command (#​29617)
  • core: show better project graph errors (#​29525)
  • core: check only for watcher connections during inactivity shutdown (#​29621)
  • js: do not set project references to non-existing tsconfig files in sync generator (#​29536)
  • js: ensure js libraries' build produce esm output in ts solution setup (#​29546)
  • js: avoid nested paths in workspaces because they can lead to future issues (#​29553)
  • js: Update typescript plugin check for buildable projects (#​29431)
  • js: update detection of ts solution setup (#​29576)
  • js: generate js libs with exports in package.json and ensure esm output when using rollup bundler (#​29565)
  • js: do not generate explicit vitest task config for a js library unless adding plugin is disabled (#​29606)
  • js: improve error handling during SWC compilation (#​29605)
  • js: non-buildable js libs specify type=module (#​29620)
  • misc: ensure all project generators add project to workspaces config (#​29582)
  • misc: ensure exports are generated for several lib generators in ts solution setup (#​29588)
  • nx-dev: fix heroicons for safari (#​29544)
  • nx-dev: Update Webinar link (#​29590)
  • react: transpile SVGR into React 19 compatible component (#​29543)
  • react: setup mf env var as input for rspack (#​29584)
  • release: ensure git push option is always applied (#​29596)
  • rspack: make subresourceIntegrity usage configurable (#​29629)
  • testing: infer correct outputs when absolute paths are provided in playwright config (#​29549)
❤️ Thank You

v20.3.1

Compare Source

20.3.1 (2025-01-07)
🚀 Features
  • nx-dev: add TOC markdoc component for blog posts (d98e6e4e84)
🩹 Fixes
  • core: daemon spinner should show text (#​29448)
  • js: not generate tsconfig if already exists (#​29317)
  • js: only add typescript project references for explicit dependencies in sync generator (#​28998)
  • js: infer outputs correctly when both rootDir and outDir are set for tsconfig (#​29531)
  • nx-dev: Quote typo (#​29513)
  • nx-dev: add playsInline to video loop component (615fd172a5)
  • release: invalid config path in hint for using skipLockFileUpdate (#​29425)
  • vite: tsconfig paths plugin should not partially match paths (#​29501)
❤️ Thank You

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
rjsf-team/react-jsonschema-form (@​rjsf/core)

v5.24.1

Compare Source

@​rjsf/utils

  • Fixed documentation for getChangedFields()

Dev / docs / playground

  • Updated the peer dependencies for @rjsf/* to be 5.24.x
  • Added documentation for getChangedFields()

v5.24.0

Compare Source

@​rjsf/core

  • Fixed issue with schema if/then/else conditions where switching to then/else subschemas did not reflect the actual validation errors in the onChange event, fixing #​4249 and improving performance.
  • Fixed issue error message will not be cleared after the controlled Form formData is changed. Fixes #​4426

@​rjsf/utils

  • Fixed issue with formData not updating when dependencies change, fixing #​4325
  • Fixed issue with assigning default values to formData with deeply nested required properties, fixing #​4399
  • Fixed issue error message will not be cleared after the controlled Form formData is changed. Fixes #​4426
  • Fix for AJV $data reference in const property in schema treated as default/const value. The issue is mentioned in #​4361.
  • Switched uses of lodash.isEqual() to @rjsf/utils.deepEquals.

@​rjsf/validator-ajv8

  • Partially fixed issue where dependency errors do not show title or ui:title. This fix only applicable if we use an ajv-i18n localizer. Ref. #​4402.
  • Switched uses of lodash.isEqual() to @rjsf/utils.deepEquals at precompiledValidator.
swc-project/swc (@​swc/core)

v1.10.7

Compare Source

Bug Fixes
Documentation
  • Update the link to the team (0fcdc31)
Features
Testing
  • (parallel) Add test to debug segfault on windows x64 (#​9857) (ae53a35)
Build

v1.10.6

Compare Source

Performance
  • (es/minifier) Speed up merge_sequences_in_exprs by caching computation (#​9843) (6e5632f)
mui/toolpad (@​toolpad/core)

v0.12.0

Compare Source

Jan 10, 2025

A big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:

BREAKING CHANGE

  • Framework-specific AppProvider exports have been renamed for clarity:

(Note the change in the path from react-router-dom to react-router)

- import { AppProvider } from '@​toolpad/core/react-router-dom';
+ import { ReactRouterAppProvider } from '@​toolpad/core/react-router';
- import { AppProvider } from '@​toolpad/core/nextjs';
+ import { NextAppProvider } from '@​toolpad/core/nextjs';
  • Upgraded Toolpad to React 19
  • Added framework selection to create-toolpad-app to support Vite
  • Improved sidebar CSS transitions in DashboardLayout
  • Allow multiple breadcrumbs that are not links in PageHeader
  • Added multiple bug fixes and improvements
  • Fixed various UI and documentation issues
@toolpad/core
CLI
Docs
Core

All contributors of this release in alphabetical order: @​apedroferreira, @​bharatkashyap, @​gil-obradors, @​null93, @​oliviertassinari

v0.11.0

Compare Source

Dec 12, 2024

A big thanks to the 6 contributors who made this release possible. Here are some highlights ✨:

  • BREAKING toolbar slot in the PageContainer component has been moved to new PageHeader component, which can be used in the header slot in PageContainer. New usage example here.
  • Add homeUrl to branding properties, and appTitle slot to override layout header branding.
  • Allow full-size content inside PageContainer.
  • Add "rememberMe" slot to SignInPage.
  • Add navigation prop override to DashboardLayout.
  • Add Vite example with Firebase authentication.
@toolpad/core
Docs
Core

All contributors of this release in alphabetical order: @​apedroferreira, @​bharatkashyap, @​christiancookbuzz, @​hmon, @​oliviertassinari, @​prakhargupta1

acao/codemirror-json-schema (codemirror-json-schema)

v0.8.0

Compare Source

Minor Changes

Configuration

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

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

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

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


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

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

Copy link

nx-cloud bot commented Nov 27, 2024

View your CI Pipeline Execution ↗ for commit 4bb39e8.

Command Status Duration Result
nx run-many -t lint test build ✅ Succeeded 54s View ↗

☁️ Nx Cloud last updated this comment at 2024-12-27 20:04:28 UTC

@renovate renovate bot force-pushed the renovate/all-non-major-npm-dependencies branch from 7fba6c6 to 975a85a Compare November 28, 2024 21:19
@renovate renovate bot changed the title fix(deps): update dependency clipboardy to v1.2.3 fix(deps): update all non-major npm dependencies Nov 28, 2024
@renovate renovate bot force-pushed the renovate/all-non-major-npm-dependencies branch from 975a85a to e51124c Compare November 29, 2024 01:06
@renovate renovate bot changed the title fix(deps): update all non-major npm dependencies chore(deps): update all non-major npm dependencies Nov 29, 2024
@renovate renovate bot force-pushed the renovate/all-non-major-npm-dependencies branch 15 times, most recently from 519a0f1 to e46f650 Compare December 5, 2024 22:18
@renovate renovate bot force-pushed the renovate/all-non-major-npm-dependencies branch 6 times, most recently from 8450042 to 346ffb1 Compare December 10, 2024 01:18
@renovate renovate bot changed the title chore(deps): update all non-major npm dependencies fix(deps): update all non-major npm dependencies Dec 10, 2024
@renovate renovate bot force-pushed the renovate/all-non-major-npm-dependencies branch 3 times, most recently from 37607a8 to 8ef0119 Compare December 12, 2024 20:19
@renovate renovate bot force-pushed the renovate/all-non-major-npm-dependencies branch 6 times, most recently from 1377549 to ccdf904 Compare December 30, 2024 20:26
@renovate renovate bot force-pushed the renovate/all-non-major-npm-dependencies branch 13 times, most recently from 77a2dc7 to 8338129 Compare January 9, 2025 06:42
@renovate renovate bot force-pushed the renovate/all-non-major-npm-dependencies branch 9 times, most recently from 2936c89 to e5b7cbc Compare January 16, 2025 16:16
@renovate renovate bot force-pushed the renovate/all-non-major-npm-dependencies branch from e5b7cbc to 69fba83 Compare January 17, 2025 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants