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

deps(monorepo): update auto-merge non-major dependencies #2

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@nx-tools/container-metadata ^6.0.2 -> ^6.1.1 age adoption passing confidence dependencies minor
@nx-tools/nx-container ^6.0.2 -> ^6.1.1 age adoption passing confidence dependencies minor
@nx/devkit (source) 19.6.2 -> 19.8.13 age adoption passing confidence dependencies minor
@nx/esbuild (source) 19.6.2 -> 19.8.13 age adoption passing confidence dependencies minor
@nx/eslint (source) 19.6.2 -> 19.8.13 age adoption passing confidence devDependencies minor
@nx/eslint-plugin (source) 19.6.2 -> 19.8.13 age adoption passing confidence dependencies minor
@nx/jest (source) 19.6.2 -> 19.8.13 age adoption passing confidence devDependencies minor
@nx/js (source) 19.6.2 -> 19.8.13 age adoption passing confidence dependencies minor
@nx/node (source) 19.6.2 -> 19.8.13 age adoption passing confidence dependencies minor
@nx/plugin (source) 19.6.2 -> 19.8.13 age adoption passing confidence dependencies minor
@nx/workspace (source) 19.6.2 -> 19.8.13 age adoption passing confidence dependencies minor
@swc-node/register ~1.9.1 -> ~1.10.9 age adoption passing confidence devDependencies minor
@swc/cli ~0.3.12 -> ~0.5.1 age adoption passing confidence devDependencies minor
@swc/core (source) ~1.5.7 -> ~1.9.3 age adoption passing confidence devDependencies minor
@swc/helpers (source) ~0.5.11 -> ~0.5.15 age adoption passing confidence devDependencies patch
@types/jest (source) 29.5.12 -> 29.5.14 age adoption passing confidence dependencies patch
@types/node (source) ^20.14.10 -> ^20.17.8 age adoption passing confidence dependencies minor
@typescript-eslint/eslint-plugin (source) ^7.16.0 -> ^7.18.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) ^7.16.0 -> ^7.18.0 age adoption passing confidence devDependencies minor
axios (source) >=1.7.4 -> >=1.7.8 age adoption passing confidence pnpm.overrides patch
esbuild 0.21.5 -> 0.24.0 age adoption passing confidence dependencies minor
esbuild-register 3.5.0 -> 3.6.0 age adoption passing confidence dependencies minor
eslint (source) 9.5.0 -> 9.15.0 age adoption passing confidence dependencies minor
knip (source) 5.25.2 -> 5.38.2 age adoption passing confidence dependencies minor
node (source) 20.14.0 -> 20.18.1 age adoption passing confidence minor
node (source) >=20.11.0 -> >=20.18.1 age adoption passing confidence engines minor
nx (source) 19.6.2 -> 19.8.13 age adoption passing confidence dependencies minor
pnpm (source) 9.8.0 -> 9.14.2 age adoption passing confidence packageManager minor
pnpm (source) >=9.8.0 -> >=9.14.2 age adoption passing confidence engines minor
prettier (source) 3.3.2 -> 3.4.1 age adoption passing confidence dependencies minor
rimraf 5.0.7 -> 5.0.10 age adoption passing confidence dependencies patch
sherif 0.10.0 -> 0.11.0 age adoption passing confidence dependencies minor
ts-jest (source) 29.1.5 -> 29.2.5 age adoption passing confidence dependencies minor
tslib (source) ^2.6.3 -> ^2.8.1 age adoption passing confidence dependencies minor
tslib (source) ^2.3.0 -> ^2.8.1 age adoption passing confidence dependencies minor
verdaccio (source) 5.31.1 -> 5.33.0 age adoption passing confidence dependencies minor

Release Notes

gperdomor/nx-tools (@​nx-tools/container-metadata)

v6.1.1

Compare Source

v6.1.0

Compare Source

nrwl/nx (@​nx/devkit)

v19.8.13

Compare Source

19.8.13 (2024-11-25)
🩹 Fixes
  • core: handle self shutdown for plugin workers is orphaned before connections and loading (9fa56d0e0c)
❤️ Thank You

v19.8.12

Compare Source

19.8.12 (2024-11-22)
🩹 Fixes
  • core: revert archive file creation changes (#​28817)
  • linter: remove legacy dependencies during convert to flat config (#​28981)
❤️ Thank You

v19.8.11

Compare Source

19.8.11 (2024-11-15)
🩹 Fixes
  • core: ensure that setWorkspaceContext is run only on main nx packages (#​28706)
  • 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: 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)
  • react: depends on migration should ignore configs that point to @​nx/react #​28377 (#​28382, #​28377)
  • webpack: update stylus version to fix security issue (#​28646)
❤️ Thank You

v19.8.10

Compare Source

19.8.10 (2024-11-04)

🩹 Fixes
  • core: fix dependency with multiple dependent packages (#​28669)
❤️ Thank You

v19.8.9

Compare Source

19.8.9 (2024-10-31)

🩹 Fixes
  • core: fix checks for wasm in db operations (#​28676)
  • core: retry more db operations (#​28667)
❤️ Thank You
  • Jonathan Cammisuli

v19.8.8

Compare Source

19.8.8 (2024-10-25)
🩹 Fixes
  • storybook: fix externalDependencies undefined (#​28641)
❤️ Thank You

v19.8.7

Compare Source

19.8.7 (2024-10-25)
🩹 Fixes
  • core: handle concurrent db connections better (#​28544)
  • core: handle unique constraint errors when adding duplicate hashes to the cache db (#​28310)
  • core: skip eslint custom hasher when hashing tasks during running commands (#​28616)
❤️ Thank You

v19.8.6

Compare Source

19.8.6 (2024-10-18)
🩹 Fixes
  • core: support NX_NO_CLOUD (#​28366)
  • core: handle neverConnectToCloud property (#​28452)
  • core: neverConnectToCloud should disable connecting to nxCloud (#​28501)
❤️ Thank You

v19.8.5

Compare Source

19.8.5 (2024-10-15)
🚀 Features
  • core: open sqlite databases with SQLITE_OPEN_FULL_MUTEX (#​28276)
  • devkit: bump compatibility to Nx 19 - 21.x (#​28243)
🩹 Fixes
  • core: add busy handler for sqlite (#​28390)
  • react: patch fix for 88f163e to normalize project name without messing up directory (ff23fb0c07)
❤️ Thank You

v19.8.4

Compare Source

19.8.4 (2024-10-04)
🚀 Features
  • core: allow circular project dependencies to execute tasks (#​28227)
  • nx-dev: add nx powerpack to pricing page (#​28232)
  • nx-dev: add nx powerpack gcp & azure mentions (#​28256)
🩹 Fixes
  • angular: ensure @​typescript-eslint/utils is used with eslint flat config (#​28267)
  • core: remove axios import from main code loading (#​28230)
  • core: change getCache signature to only accept options (#​28248)
  • core: allow prompts during nx add (#​28247)
  • core: add stub for conformance:check, add messaging (#​28250)
  • core: filter out task dependencies on itself (#​28261)
  • core: fixing target groups not merging (#​28280)
  • js: resolve VerdaccioWarning on the "logs" configuration property (#​28234)
  • nx-cloud: use create-workspace-v1 endpoint if v2 returns with 404 (#​28015)
  • nx-dev: fix markdoc table data alignment (#​28274)
  • react: host generator should pass normalized name to remote generator (#​28295)
  • testing: add support for playwright --last-failed (#​28161)
❤️ Thank You

v19.8.3

Compare Source

19.8.3 (2024-10-01)
🚀 Features
  • nx-dev: add Powerpack video to the landing page (#​28126)
🩹 Fixes
❤️ Thank You

v19.8.2

Compare Source

19.8.2 (2024-09-26)

🚀 Features
🩹 Fixes
  • core: hide no file server process json log (#​27626)
  • js: @​nx/js:init ensures tslib is installed if importHelpers is true (#​28083)
  • linter: add files entry to angular flat config to avoid applying TS rules to JSON files (#​28102)
❤️ Thank You

v19.8.1

Compare Source

19.8.1 (2024-09-25)

🚀 Features
  • core: allow prompts from init generators during nx init (#​28003)
🩹 Fixes
  • bundling: remove unused babel-plugin-transform-async-to-promises from @nx/rollup (#​27669)
  • core: allow creating a db cache without linking task details (#​28023)
  • core: fix output text for multiple targets (#​28043)
  • core: sort projects after updating from context (#​28024)
  • core: add flag when db is disabled for task history (#​28059)
  • core: set windowsHide: true wherever possible (#​28073)
  • core: support more structured errors in sync generators (#​28075)
  • core: nx add should show errors (#​28079)
  • core: several powerpack fixes (#​28088)
  • core: remove wasi compatibility while db is unsupported in wasi (#​28089)
  • linter: do not generate docs.recommended property (#​28009)
  • linter: ignore dist and use compat helper for eslint-plugin-react-hooks (#​28080)
  • react: vite should be default bundler in app generator (#​28013)
  • release: allow dynamically continuing when current version is unresolvable (#​28034)
  • release: add groupPreVersionCommand to schema, improve logging (#​28087)
❤️ Thank You

v19.8.0

Compare Source

19.8.0 (2024-09-20)
🚀 Features
  • angular: add plugin for inferring nodes from angular.json files (#​27804)
  • core: import warns when source and destination directories are different (#​27875)
  • core: use durations from task history to schedule tasks (#​27783)
  • core: add metagenerator for convert-to-inferred (#​27672)
  • core: able to import gradle project (#​27645)
  • core: split runCommand to return status per project (#​27705)
  • core: handle prettier not installed when running nx format (#​27970)
  • core: add integration with nx powerpack (#​27972)
  • graph: expose functions to render pdv & error page (#​27833)
  • graph: add sync generators to target details in project details view (#​27639)
  • linter: create new workspaces with ESLint v9 and typescript-eslint v8 (#​27404)
  • nx-dev: clean up enterprise section (#​27979)
  • release: allow local dependency version protocols to be preserved, pnpm publish support (#​27787)
  • release: support groupPreVersionCommand for release groups (#​27474)
  • release: support github enterprise server (#​26482)
🩹 Fixes
  • angular: add serve static target more intentionally #​27854 (#​27924, #​27854)
  • angular: dynamic module federation should not reset remoteUrlDefinitions #​27793 (#​27927, #​27793)
  • angular: migrations should use correct namedInputs #​27899 (#​27929, #​27899)
  • angular: license-webpack-plugin should not scan root package.json #​27989 (#​27994, #​27989)
  • core: make sure sharedGlobals is referenced in default namedInputs (#​27813)
  • core: take nx-release-publish target defaults into account for implicit target (#​27764)
  • core: handle sync generator failures (#​27650)
  • core: handle --no-interative for create-nx-workspace (#​27702)
  • core: respect filenames of inputs when computing task hash (#​27873)
  • core: handleErrors should display error cause if it exists (#​27886)
  • core: add flag to disable the db and logs when there are errors … (#​27930)
  • core: import should be rebasable (#​27940)
  • core: import handles argument escaping correctly in Windows (#​27957)
  • core: fix env for running parallel tasks (#​27889)
  • core: nx import detects plugins synchronously (#​27958)
  • core: fix powerpack license report and add back remote cache (#​27983)
  • core: link to sync generators page during sync prompt, and provide more info on docs page for disabling and applyChanges (#​28001)
  • core: fix powerpack fs cache package name (#​27997)
  • core: do not check cache validity when putting into the cache (#​28004)
  • gradle: fix gradle app deps (#​27865)
  • graph: typo (e9fd0a7e2b)
  • js: keep refs to ignored files and allow opting out of pruning stale refs in typescript sync generator (#​27636)
  • js: set compilerOptions correctly when loading .ts that targets ESM (#​27862)
  • js: do not infer typecheck target for root tsconfig.json (#​27950)
  • misc: createNodesV2 plugins should show inference capabilities (#​27896)
  • module-federation: collect secondary entry points from exports #​26878 (#​27999, #​26878)
  • nx-cloud: include nxCloudId when generating connect urls (#​27882)
  • nx-dev: update contributors value (#​27944)
  • react: Add historyApiFallback to webpack config (#​27942)
  • react: normalizing project names for module federation correctly #​27901 (#​27990, #​27901)
  • release: respect updateDependents being explicitly disabled in conventional commits (#​27851)
  • release: ensure git commits containing pipe can be parsed reliably (#​27840)
  • release: ensure default release group has projects on windows (#​27933)
  • release: allow string array for commitArgs and tagArgs (#​27797)
  • remix: vite plugin should be less strict on inference #​27884 (#​27923, #​27884)
  • storybook: do not duplicate cacheable operations #​27866 (#​27951, #​27866)
  • vite: typecheck infer plugin should use correct inputs (#​27922)
  • vite: exit from test if no files found (#​27722)
  • webpack: handle relative paths for additionalEntryPath (#​27885)
❤️ Thank You

v19.7.5

Compare Source

19.7.5 (2024-11-22)
🩹 Fixes
  • core: ensure that setWorkspaceContext is run only on main nx packages (#​28706)
  • core: revert archive file creation changes (#​28817)
❤️ Thank You
  • Jonathan Cammisuli

v19.7.4

Compare Source

19.7.4 (2024-09-18)

🚀 Features
  • core: able to import gradle project (#​27645)
  • release: support groupPreVersionCommand for release groups (#​27474)
🩹 Fixes

Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" in timezone America/New_York, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

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


  • 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 added the dependencies Upgrade or downgrade of project dependencies. label Oct 9, 2024
Copy link
Author

renovate bot commented Oct 9, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package.json
Post-upgrade command 'pnpm nx migrate latest --run-migrations --create-commits --commit-message='deps(monorepo): Upgrade Nx packages to latest'' has not been added to the allowed list in allowedPostUpgradeCommands

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello, I'm 🤖 Stormie-Bot! The Storm team sincerely appreciates your effort/interest in contributing to this project. A Storm developer will review this change and get back to you ASAP. Please feel free to reach out to the Storm team (contact@stormsoftware.com) if you have any questions/comments.

Copy link

socket-security bot commented Oct 9, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@nx-tools/container-metadata@6.1.1 environment Transitive: filesystem, network, shell +19 11.7 MB gperdomor
npm/@nx-tools/nx-container@6.1.1 Transitive: environment, filesystem, shell +3 315 kB gperdomor
npm/@nx/devkit@19.8.13 Transitive: environment, eval, filesystem, network, shell, unsafe +11 20.6 MB jack-nrwl, jameshenry, nrwl-jason, ...1 more
npm/@nx/esbuild@19.8.13 None +1 59.7 kB nrwl-jason
npm/@nx/eslint-plugin@19.8.13 filesystem +8 2.39 MB nrwl-jason
npm/@nx/eslint@19.8.13 environment, filesystem Transitive: unsafe +120 16.2 MB nrwl-jason
npm/@nx/jest@19.8.13 environment, filesystem, unsafe +38 9.46 MB nrwl-jason
npm/@nx/node@19.8.13 environment +1 76.5 kB nrwl-jason
npm/@nx/plugin@19.8.13 None +1 120 kB nrwl-jason
npm/@nx/workspace@19.8.13 None +1 236 kB jack-nrwl, jameshenry, nrwl-jason, ...1 more
npm/@storm-software/cloudflare-tools@0.38.1 Transitive: environment, eval, filesystem, network, shell, unsafe +259 139 MB stormie-bot
npm/@storm-software/config-tools@1.111.3 Transitive: filesystem +1 9.35 MB stormie-bot
npm/@storm-software/config@1.70.3 None 0 432 kB stormie-bot
npm/@storm-software/eslint@0.94.3 Transitive: environment, filesystem, unsafe +34 11.3 MB stormie-bot
npm/@storm-software/git-tools@2.67.1 None +6 75.7 MB stormie-bot
npm/@storm-software/k8s-tools@0.10.0 Transitive: environment, filesystem, shell, unsafe +2 720 kB stormie-bot
npm/@storm-software/linting-tools@1.90.1 Transitive: environment, filesystem +57 41.4 MB stormie-bot
npm/@storm-software/testing-tools@1.82.1 environment 0 126 kB stormie-bot
npm/@storm-software/tsconfig@0.33.1 None +1 58.3 kB stormie-bot
npm/@storm-software/workspace-tools@1.198.1 Transitive: environment, eval, filesystem, network, shell, unsafe +49 145 MB stormie-bot
npm/@swc-node/register@1.10.9 environment, filesystem +4 266 kB broooooklyn
npm/@swc/cli@0.5.1 environment, filesystem +1 182 kB kdy1
npm/@swc/core@1.9.3 None +2 197 kB kdy1, kwonoj
npm/@swc/helpers@0.5.15 None 0 234 kB kdy1
npm/@types/jest@29.5.14 None 0 78.8 kB types
npm/@types/node@20.17.8 None 0 2.22 MB types
npm/@typescript-eslint/eslint-plugin@7.18.0 None +8 5.43 MB jameshenry
npm/@typescript-eslint/parser@7.18.0 None +4 1.4 MB jameshenry

🚮 Removed packages: npm/@nx-tools/container-metadata@6.0.2, npm/@nx-tools/nx-container@6.0.2, npm/@nx/devkit@19.6.2, npm/@nx/esbuild@19.6.2, npm/@nx/eslint-plugin@19.6.2, npm/@nx/eslint@19.6.2, npm/@nx/jest@19.6.2, npm/@nx/node@19.6.2, npm/@nx/plugin@19.6.2, npm/@nx/workspace@19.6.2, npm/@storm-software/cloudflare-tools@0.30.0, npm/@storm-software/config-tools@1.81.0, npm/@storm-software/config-tools@1.86.0, npm/@storm-software/config@1.44.0, npm/@storm-software/config@1.49.0, npm/@storm-software/eslint@0.64.0, npm/@storm-software/git-tools@2.54.0, npm/@storm-software/k8s-tools@0.4.0, npm/@storm-software/linting-tools@1.79.0, npm/@storm-software/testing-tools@1.58.0, npm/@storm-software/tsconfig@0.33.0, npm/@storm-software/workspace-tools@1.167.0, npm/@swc-node/register@1.9.2, npm/@swc/cli@0.3.14, npm/@swc/core@1.5.29, npm/@swc/helpers@0.5.12, npm/@types/jest@29.5.12, npm/@types/node@20.14.14, npm/@typescript-eslint/eslint-plugin@7.16.0, npm/@typescript-eslint/parser@7.16.0

View full report↗︎

@renovate renovate bot force-pushed the renovate/auto-merge-non-major-dependencies branch from 7dff0e3 to 8b99d8d Compare October 10, 2024 17:51
@renovate renovate bot force-pushed the renovate/auto-merge-non-major-dependencies branch 4 times, most recently from 3bb2afd to 7ac6a39 Compare October 24, 2024 11:51
@renovate renovate bot force-pushed the renovate/auto-merge-non-major-dependencies branch 6 times, most recently from a05110a to 3898d46 Compare November 1, 2024 08:09
@renovate renovate bot force-pushed the renovate/auto-merge-non-major-dependencies branch 5 times, most recently from 24b349d to 99a6bac Compare November 9, 2024 08:24
@renovate renovate bot force-pushed the renovate/auto-merge-non-major-dependencies branch 5 times, most recently from bb01940 to a82f0bd Compare November 16, 2024 08:13
@renovate renovate bot force-pushed the renovate/auto-merge-non-major-dependencies branch 3 times, most recently from 0620ccd to 88d6781 Compare November 23, 2024 08:53
@renovate renovate bot force-pushed the renovate/auto-merge-non-major-dependencies branch from 88d6781 to 59e42f7 Compare November 26, 2024 20:46
@renovate renovate bot force-pushed the renovate/auto-merge-non-major-dependencies branch from 59e42f7 to 0d885d4 Compare November 28, 2024 05:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Upgrade or downgrade of project dependencies.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants