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 all non-major npm dependencies #81

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 8, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@dotenvx/dotenvx 1.24.5 -> 1.25.1 age adoption passing confidence
@mui/icons-material (source) 6.1.8 -> 6.1.9 age adoption passing confidence
@mui/material (source) 6.1.8 -> 6.1.9 age adoption passing confidence
@nx/js (source) 20.1.2 -> 20.1.3 age adoption passing confidence
@toolpad/core (source) ^0.9.0 -> ^0.10.0 age adoption passing confidence
@vitejs/plugin-react-swc 3.7.1 -> 3.7.2 age adoption passing confidence
nx (source) 20.1.2 -> 20.1.3 age adoption passing confidence
prettier (source) 3.3.3 -> 3.4.1 age adoption passing confidence
typescript-eslint (source) 8.15.0 -> 8.16.0 age adoption passing confidence
vitest (source) 2.1.5 -> 2.1.6 age adoption passing confidence

Release Notes

dotenvx/dotenvx (@​dotenvx/dotenvx)

v1.25.1

Compare Source

Changed
  • improve helpful error messaging around decryption failures by specifying specific key and private key name (#​463)

v1.25.0

Compare Source

Added
  • add run --strict flag to exit with code 1 if any errors are encountered - like a missing .env file or decryption failure (#​460)
  • add get --strict flag to exit with code 1 if any errors are encountered - like a missing .env file or decryption failure (#​461)
  • add strict option to config() to throw for any errors (#​459)
Changed
  • log MISSING_ENV_FILE and DECRYPTION_FAILED errors to stderr (prior was stdout as a warning) (#​459)
Removed
  • remove dotenvx.get() function from lib/main.js. (parse already historically exists for this purpose) (#​461)
mui/material-ui (@​mui/icons-material)

v6.1.9

Compare Source

Nov 27, 2024

A big thanks to the 8 contributors who made this release possible.

@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
Docs
Core

All contributors of this release in alphabetical order: @​brijeshb42, @​flaviendelangle, @​joshkel, @​Juneezee, @​mesqueeb, @​mnajdova, @​oliviertassinari, @​sai6855, @​siriwatknp, @​StaceyD22

nrwl/nx (@​nx/js)

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
mui/toolpad (@​toolpad/core)

v0.10.0

Compare Source

Nov 23, 2024

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

  • Upgrade to Next.js 15
  • Add Passkey and Magic Link support inside the CLI
  • Add ability to override labels on SignInPage
  • Multiple bug-fixes and small improvements
  • Add a functional dashboard template to the docs!
@toolpad/core
create-toolpad-app
Docs
Core

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

vitejs/vite-plugin-react-swc (@​vitejs/plugin-react-swc)

v3.7.2

Compare Source

Add Vite 6 to peerDependencies range #​207

Thanks @​RobinTail

Revert throw when refresh runtime is loaded twice #​237

Revert the throw when refresh runtime is loaded twice to enable usage in micro frontend apps. This was added to help fix setup usage, and this is not worth an annoying warning for others or a config parameter.

This revert was done in the Babel plugin last year and I didn't port it back.

nrwl/nx (nx)

v20.1.3

Compare Source

prettier/prettier (prettier)

v3.4.1

Compare Source

diff

Remove unnecessary parentheses around assignment in v-on (#​16887 by @​fisker)
<!-- Input -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

<!-- Prettier 3.4.0 -->
<template>
  <button @&#8203;click="(foo += 2)">Click</button>
</template>

<!-- Prettier 3.4.1 -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

v3.4.0

Compare Source

diff

🔗 Release Notes

typescript-eslint/typescript-eslint (typescript-eslint)

v8.16.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

vitest-dev/vitest (vitest)

v2.1.6

Compare Source

🚀 Features

  • Support VIte 6
    View changes on GitHub

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.

@renovate renovate bot changed the title chore(deps): update all non-major npm dependencies chore(deps): update all non-major npm dependencies - autoclosed Nov 8, 2024
@renovate renovate bot closed this Nov 8, 2024
@renovate renovate bot deleted the renovate/all-non-major-npm-dependencies branch November 8, 2024 10:28
@renovate renovate bot changed the title chore(deps): update all non-major npm dependencies - autoclosed chore(deps): update all non-major npm dependencies Nov 9, 2024
@renovate renovate bot reopened this Nov 9, 2024
@renovate renovate bot force-pushed the renovate/all-non-major-npm-dependencies branch from b32acf2 to 82aefaa Compare November 9, 2024 02:33
@renovate renovate bot changed the title chore(deps): update all non-major npm dependencies chore(deps): update all non-major npm dependencies to v20.0.12 Nov 9, 2024
@renovate renovate bot force-pushed the renovate/all-non-major-npm-dependencies branch from 82aefaa to e4b278f Compare November 9, 2024 11:54
@renovate renovate bot changed the title chore(deps): update all non-major npm dependencies to v20.0.12 chore(deps): update all non-major npm dependencies Nov 10, 2024
@renovate renovate bot force-pushed the renovate/all-non-major-npm-dependencies branch 13 times, most recently from 400232a to 5c0152c Compare November 16, 2024 17:20
@renovate renovate bot force-pushed the renovate/all-non-major-npm-dependencies branch 8 times, most recently from ac1d455 to 8fead6d Compare November 20, 2024 23:53
@renovate renovate bot force-pushed the renovate/all-non-major-npm-dependencies branch from 8fead6d to b7a3dba Compare November 22, 2024 07:30
@renovate renovate bot changed the title chore(deps): update all non-major npm dependencies chore(deps): update all non-major npm dependencies - autoclosed Nov 22, 2024
@renovate renovate bot closed this Nov 22, 2024
@renovate renovate bot changed the title chore(deps): update all non-major npm dependencies - autoclosed chore(deps): update all non-major npm dependencies Nov 22, 2024
@renovate renovate bot reopened this Nov 22, 2024
@renovate renovate bot changed the title chore(deps): update all non-major npm dependencies fix(deps): update dependency react-router to v7.0.1 Nov 22, 2024
@renovate renovate bot force-pushed the renovate/all-non-major-npm-dependencies branch from b7a3dba to 4e2103a Compare November 22, 2024 15:31
Copy link

nx-cloud bot commented Nov 22, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 2219c71. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 1 target

Sent with 💌 from NxCloud.

@renovate renovate bot changed the title fix(deps): update dependency react-router to v7.0.1 fix(deps): update dependency react-router to v7.0.1 - autoclosed Nov 22, 2024
@renovate renovate bot closed this Nov 22, 2024
@renovate renovate bot changed the title fix(deps): update dependency react-router to v7.0.1 - autoclosed fix(deps): update dependency react-router to v7.0.1 Nov 22, 2024
@renovate renovate bot reopened this Nov 22, 2024
@renovate renovate bot changed the title fix(deps): update dependency react-router to v7.0.1 chore(deps): update all non-major npm dependencies Nov 22, 2024
@renovate renovate bot force-pushed the renovate/all-non-major-npm-dependencies branch 9 times, most recently from 9aca21a to f9d2cd2 Compare November 26, 2024 13:25
@renovate renovate bot force-pushed the renovate/all-non-major-npm-dependencies branch from f9d2cd2 to 2219c71 Compare November 27, 2024 15:32
@t0bst4r t0bst4r merged commit 9f7cbbd into main Nov 27, 2024
2 checks passed
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.

1 participant