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 commitlint monorepo #49

Merged
merged 1 commit into from
Dec 3, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 3, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/cli (source) 18.2.0 -> 18.4.3 age adoption passing confidence
@commitlint/config-conventional (source) 18.1.0 -> 18.4.3 age adoption passing confidence
@typescript-eslint/eslint-plugin 6.10.0 -> 6.13.1 age adoption passing confidence
@typescript-eslint/parser 6.10.0 -> 6.13.1 age adoption passing confidence
nx (source) 17.0.3 -> 17.1.3 age adoption passing confidence

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v18.4.3

Compare Source

Note: Version bump only for package @​commitlint/cli

v18.4.2

Compare Source

Note: Version bump only for package @​commitlint/cli

v18.4.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v18.4.0

Compare Source

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v18.4.3

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v18.4.2

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v18.4.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.13.1

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

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

v6.13.0

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

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

v6.12.0

Compare Source

Bug Fixes
  • eslint-plugin: [class-methods-use-this] detect a problematic case for private/protected members if ignoreClassesThatImplementAnInterface is set (#​7705) (155aa1f)
  • eslint-plugin: [no-unnecessary-condition] fix false positive with computed member access and branded key type (#​7706) (f151b26)
  • eslint-plugin: [switch-exhaustiveness-check] enum members with new line or single quotes are not being fixed correctly (#​7806) (a034d0a), closes #​7768
Features
  • [member-ordering] add accessor support for member-ordering (#​7927) (3c8312d)
  • eslint-plugin: [switch-exhaustiveness-check] add requireDefaultForNonUnion option (#​7880) (4cfcd45)

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

v6.11.0

Compare Source

Bug Fixes
  • eslint-plugin: [explicit-function-return-type] support JSX attributes in allowTypedFunctionExpressions (#​7553) (be2777c)
  • eslint-plugin: [no-unnecessary-qualifier] handle nested namespace id (#​7883) (a668f5b)
Features

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

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v6.13.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

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

v6.13.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

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

v6.12.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

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

v6.11.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

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

nrwl/nx (nx)

v17.1.3

Compare Source

17.1.3
🚀 Features
  • angular: update component generator to use a single string styles or styleUrl property (#​20146)
🩹 Fixes
  • angular: update jest-preset-angular fixing an issue with component single string styles and styleUrl props (#​20205)
  • angular: fix misc issues with migration replacing the nguniversal usages (#​20209)
  • angular: set the correct target version for package update (#​20219)
  • angular: improve express server setup for static files in mf remote apps (#​20218)
  • angular: use esm2022 for secondary entrypoints in ng-packagr-lite executor (#​20130)
  • angular: display template error when cache is disabled in ng-packagr executors (#​20277)
  • angular: generate component with as-provided format when generating a library (#​20306)
  • angular: fix builder/executor resolution in ngcli-adapter (#​20307)
  • core: pass workingDirectory to executed schematic, if found in schema (#​19371)
  • js: filtering of local dependencies when running nx release version (#​19995)
  • misc: fix project-name-and-root-utils type imports in schemas (#​20305)
  • misc: @​nx/web:file-server should not error on destructuring null (#​20318)
  • module-federation: add tsconfig file for linting with TS webpack #​20150 (#​20210, #​20150)
  • nextjs: read nextConfig path correctly when provided as an option. (#​20241)
  • react: types should be in compilerOptions of tsconfig.spec.json (#​20290)
  • testing: target defaults migration should not throw if workspace contains inferred projects (#​20189)
  • vite: vitest versions alignment (#​20215)
❤️ Thank You

v17.1.2

Compare Source

17.1.2
🩹 Fixes
  • core: drop file lock after its used (#​20165)
  • devkit: make parseTargetString more tolerant to bad graph shapes (#​20170)
  • release: catch 403 when publishing an existing version (#​20155)
  • vite: vitest should use v8 as default (#​20156)
  • webpack: maintain entry arrays that are accessed from within composePlugins() (#​20187)
❤️ Thank You

v17.1.1

Compare Source

17.1.1
🚀 Features
  • angular: remove usage of cypressProjectGenerator from ng-add generator (#​19816)
  • angular: support angular v17 (#​19689)
  • angular: update angular supported version to the stable 17.0.0 (#​20135)
  • core: support changelog customizations and project changelogs (#​19704)
  • core: remove parcel/watcher (#​19751)
  • core: merge target configurations from plugin results (#​19935)
  • core: change exec to run adhoc tasks (#​19910)
  • core: change the signature of createNodes to return a project root map instead of project name map (#​20102)
  • js: skipPackageJson in js lib generator (#​19821)
  • linter: Support no fail on empty lint run (#​19954)
  • linter: update typescript-eslint to v6 (#​19548)
  • misc: remove usages of @​nx/cypress:cypress-project internally (#​19766)
  • module-federation: use nx run-many to build static remotes in parallel (#​19987)
  • nextjs: can set compiler when setting up nxComponentTestingPreset (#​19171)
  • nuxt: nuxt executors, generators, docs (#​19855)
  • nx-dev: limit ai chat query length (#​20034)
  • nx-dev: add short-embed UI interactions and styles (b8cd45eb67)
  • react-native: run pod commands with bundler (#​19727)
  • react-native: upgrade react-native to 0.72.6 (#​19763)
  • release: add 'git-tag' currentVersionResolver and conventional commits support (#​19267)
  • repo: add exports to package.json of package (#​20090)
  • storybook: bump supported version to 7.5.3 (#​20078)
  • testing: move test config more into nx.json targetDefaults (#​19963)
  • testing: add migration for moving test target defaults (#​19993)
  • webpack: add NxWebpackPlugin that works with normal Webpack configuration (#​19984)
🩹 Fixes
  • Twitter logo changes to new X logo (#​19799)
  • angular: only append workspace root if it does not exist for buildable libs #​19807 (#​19843, #​19807)
  • angular: fix misc standalone generation issues in application and setup-mf generators (#​19846)
  • angular: resolve generator collections when generating a extended schematic (#​19815)
  • angular: allow numbers following a dash in application prefix (#​19926)
  • angular: extract remotes from manifest correctly #​19880 (#​19894, #​19880)
  • angular: add migration to replace deep imports from zone.js (#​20117)
  • angular: use helper to import @​angular/compiler-cli (#​20122)
  • bundling: fix regression with --thirdParty option for esbuild (#​19835)
  • core: do not filter updated files when the native watcher is in use (#​19757)
  • core: ensure require.resolve('nx') resolves correctly (#​19800)
  • core: negated paths should be considered by prefix migration (#​19791)
  • core: await output drain before exiting show (#​19793)
  • core: change the order of watch ignores so that nxignore is the last one added (#​19801)
  • core: sort all workspace files after combining (#​19806)
  • core: provide better error message if we cannot read a file when finding imports (#​19809)
  • core: canonicalize watch event paths on all linux distros (#​19848)
  • core: package json configuration should never override project.json in generators (#​19874)
  • core: generate should handle multiselect shorthand (#​19790)
  • core: ensure project order in graph is deterministic (#​19968)
  • core: properly sort all workspace files (#​20013)
  • core: shallow merge named inputs (#​20040)
  • core: ensure Github repo slug can be resolved in nx release changelog (#​20001)
  • core: attach github release to the current branch (#​20046)
  • core: always load nxignore last for highest priority (#​20104)
  • core: should use nx cloud if access token specified by env (#​19975)
  • core: fix changelog configuration (#​20138)
  • core: create nodes plugin fixes (#​20134)
  • core: always ignore ".git/", "node_modules" and ".nx/" directories even when use_ignore is set to false for the watcher (#​20126)
  • detox: Update jest transform to point to correct tsconfig (#​19977)
  • devkit: command format example should use derived info instead of as-provided (#​20065)
  • js: add missing entry to migrations.json (#​19869)
  • js: should respect vitest test environment (#​19859)
  • js: fix typescript analysis for imports in objects in arrays (#​19862)
  • js: add @​babel/plugin-transform-class-properties to babel preset (#​19818)
  • js: add dlx to pm commands (#​19743)
  • js: handle empty objects for migration to remove deprecated buil… (#​19996)
  • linter: fix flat config migration (#​19742)
  • linter: fix update to using module node16 (#​20004)
  • linter: migrate custom ignorePath to flat config (#​20017)
  • linter: catch lstatSync issues on ast utils (#​19749)
  • linter: do not expect project to have flat eslint config (#​20018)
  • misc: publish legacy readmes (#​19762)
  • misc: nx init should add .nx/cache to gitignore (#​19961)
  • misc: create-nx-workspace should not log undefined for preset deprecation (#​19960)
  • misc: add missing migration to bump typescript version to v5.2 (#​20112)
  • misc: update nx-welcome templates with as-provided generator paths (#​20129)
  • module-federation: refactor federate-module generator (#​19979)
  • nextjs: Custom server should work on fresh applications (#​19833)
  • nextjs: Setup Tailwind should work with nextjs app router (#​19934)
  • nextjs: re-enable storybook test (#​20074)
  • nuxt: enable lint e2e (#​20133)
  • nx-cloud: fallback to nx-cloud bin if enterprise is outdated and… (#​20098)
  • nx-dev: don't show minor on main version section (#​19838)
  • nx-dev: infinite redirect for nx-cloud-workflows (5e31624a6d)
  • nx-dev: mobile menu, adding ai chat and changelog (#​19887)
  • nx-plugin: move tests from 'tests' to 'src' directory (#​19866)
  • plugins: change locally published packages version from 1.0.0 -> `0.0.0-e2e… (#​20023)
  • react: Update error message for invalid remote name (#​19744)
  • react: Update types version so that there is no mismatch when using yarn (#​19882)
  • react: component generator should work without sourceRoot (#​20094)
  • react: import path info on federated module (#​20091)
  • react: fix serve-static for react ssr (#​20136)
  • repo: update devcontainer.json to use latest Node LTS (20.x.x)… (#​20020)
  • repo: fix freebsd hanging issue (#​20042)
  • testing: add e2e for root project should not add eslintrc.base (#​19860)
  • vite: throw informative error if no vitest config exists (#​19819)
  • vue: do not generate component in lib by default (#​19755)
  • vue: drop vue jest dependency (#​19756)
  • vue: Standalone tsconfig moduleResultion should be node (#​19759)
  • vue: move vue-tsc in devDependencies (#​19772)
  • vue: remove filter from cnw (#​19879)
  • vue: dont require project when generating component (#​19885)
  • vue: remove jest generators (#​19997)
  • webpack: add back deprecated Stylus support until v18 (#​19810)
❤️ Thank You

Configuration

📅 Schedule: Branch creation - "before 4am" (UTC), 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the automerge Automatically merge pull request label Dec 3, 2023
@kodiakhq kodiakhq bot removed the automerge Automatically merge pull request label Dec 3, 2023
Copy link
Contributor

kodiakhq bot commented Dec 3, 2023

This PR currently has a merge conflict. Please resolve this and then re-add the ['automerge'] label.

@renovate renovate bot force-pushed the deps/dependencies branch 2 times, most recently from 75d4738 to 385a1b0 Compare December 3, 2023 01:12
@kodiakhq kodiakhq bot merged commit dc915c8 into main Dec 3, 2023
1 check passed
@kodiakhq kodiakhq bot deleted the deps/dependencies branch December 3, 2023 01:13
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