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 dependencies #1664

Merged
merged 1 commit into from
Sep 14, 2024

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Sep 6, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/cli (source) ^19.4.1 -> ^19.5.0 age adoption passing confidence
@commitlint/config-conventional (source) ^19.4.1 -> ^19.5.0 age adoption passing confidence
@lerna-lite/cli (source) ^3.9.0 -> ^3.9.1 age adoption passing confidence
@lerna-lite/publish (source) ^3.9.0 -> ^3.9.1 age adoption passing confidence
@lerna-lite/run (source) ^3.9.0 -> ^3.9.1 age adoption passing confidence
@lerna-lite/watch (source) ^3.9.0 -> ^3.9.1 age adoption passing confidence
@types/node (source) ^22.5.1 -> ^22.5.5 age adoption passing confidence
@vitest/coverage-v8 (source) ^2.1.0-beta.7 -> ^2.1.1 age adoption passing confidence
@vitest/ui (source) ^2.1.0-beta.7 -> ^2.1.1 age adoption passing confidence
cssnano ^7.0.5 -> ^7.0.6 age adoption passing confidence
cypress (source) ^13.14.1 -> ^13.14.2 age adoption passing confidence
eslint (source) ^9.9.1 -> ^9.10.0 age adoption passing confidence
eslint-plugin-import ^2.29.1 -> ^2.30.0 age adoption passing confidence
happy-dom ^15.7.2 -> ^15.7.4 age adoption passing confidence
husky ^9.1.5 -> ^9.1.6 age adoption passing confidence
npm-run-all2 ^6.2.2 -> ^6.2.3 age adoption passing confidence
postcss (source) ^8.4.41 -> ^8.4.47 age adoption passing confidence
sass ^1.77.8 -> ^1.78.0 age adoption passing confidence
sortablejs ^1.15.2 -> ^1.15.3 age adoption passing confidence
typescript (source) ^5.5.4 -> ^5.6.2 age adoption passing confidence
typescript-eslint (source) ^8.3.0 -> ^8.5.0 age adoption passing confidence
vite (source) ^5.4.2 -> ^5.4.5 age adoption passing confidence
vitest (source) ^2.1.0-beta.7 -> ^2.1.1 age adoption passing confidence

Release Notes

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

v19.5.0

Compare Source

Features

19.4.1 (2024-08-28)

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

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

v19.5.0

Compare Source

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

19.4.1 (2024-08-28)

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

19.2.2 (2024-04-14)

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

lerna-lite/lerna-lite (@​lerna-lite/cli)

v3.9.1

Compare Source

Bug Fixes
lerna-lite/lerna-lite (@​lerna-lite/publish)

v3.9.1

Compare Source

Bug Fixes
lerna-lite/lerna-lite (@​lerna-lite/run)

v3.9.1

Compare Source

Note: Version bump only for package @​lerna-lite/run

lerna-lite/lerna-lite (@​lerna-lite/watch)

v3.9.1

Compare Source

Note: Version bump only for package @​lerna-lite/watch

vitest-dev/vitest (@​vitest/coverage-v8)

v2.1.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.0

Compare Source

This release makes another big change to the Browser Mode by introducing locators API:

test('renders blog posts', async () => {
  const screen = page.render(<Blog />)

  await expect.element(screen.getByRole('heading', { name: 'Blog' })).toBeInTheDocument()

  const [firstPost] = screen.getByRole('listitem').all()

  await firstPost.getByRole('button', { name: 'Delete' }).click()

  expect(screen.getByRole('listitem').all()).toHaveLength(3)
})

You can use either vitest-browser-vue, vitest-browser-svelte or vitest-browser-react to render components and make assertions using locators. Locators are also available on the page object from @vitest/browser/context.

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
cssnano/cssnano (cssnano)

v7.0.6: v7.0.6

Compare Source

What's Changed

Full Changelog: https://github.com/cssnano/cssnano/compare/[email protected]@7.0.6

cypress-io/cypress (cypress)

v13.14.2

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-14-2

eslint/eslint (eslint)

v9.10.0

Compare Source

import-js/eslint-plugin-import (eslint-plugin-import)

v2.30.0

Compare Source

Added
Fixed
Changed
  • [Docs] no-extraneous-dependencies: Make glob pattern description more explicit ([#​2944], thanks [@​mulztob])
  • [no-unused-modules]: add console message to help debug [#​2866]
  • [Refactor] ExportMap: make procedures static instead of monkeypatching exportmap ([#​2982], thanks [@​soryy708])
  • [Refactor] ExportMap: separate ExportMap instance from its builder logic ([#​2985], thanks [@​soryy708])
  • [Docs] order: Add a quick note on how unbound imports and --fix ([#​2640], thanks [@​minervabot])
  • [Tests] appveyor -> GHA (run tests on Windows in both pwsh and WSL + Ubuntu) ([#​2987], thanks [@​joeyguerra])
  • [actions] migrate OSX tests to GHA ([ljharb#37], thanks [@​aks-])
  • [Refactor] exportMapBuilder: avoid hoisting ([#​2989], thanks [@​soryy708])
  • [Refactor] ExportMap: extract "builder" logic to separate files ([#​2991], thanks [@​soryy708])
  • [Docs] [order]: update the description of the pathGroupsExcludedImportTypes option ([#​3036], thanks [@​liby])
  • [readme] Clarify how to install the plugin ([#​2993], thanks [@​jwbth])
capricorn86/happy-dom (happy-dom)

v15.7.4

Compare Source

👷‍♂️ Patch fixes
  • Fixes incorrect handling of non-node items inserted using replaceWith(), before() and after() - By @​BenjaminAster in task #​1533

v15.7.3

Compare Source

👷‍♂️ Patch fixes
  • Fixes bug that occurs when checking if a symbol property exists on HTMLSelectElement - By @​Cherry in task #​1526
typicode/husky (husky)

v9.1.6

Compare Source

bcomnes/npm-run-all2 (npm-run-all2)

v6.2.3

Compare Source

Commits
  • Merge pull request #​151 from bcomnes/fix-pnpm-agian c43fa2b
  • Avoid passing config fields as flags for pnpm dc2d7da
postcss/postcss (postcss)

v8.4.47

Compare Source

  • Removed debug code.

v8.4.46

Compare Source

  • Fixed Cannot read properties of undefined (reading 'before').

v8.4.45

Compare Source

  • Removed unnecessary fix which could lead to infinite loop.

v8.4.44

Compare Source

  • Another way to fix markClean is not a function error.

v8.4.43

Compare Source

  • Fixed markClean is not a function error.

v8.4.42

Compare Source

  • Fixed CSS syntax error on long minified files (by @​varpstar).
sass/dart-sass (sass)

v1.78.0

Compare Source

  • The meta.feature-exists function is now deprecated. This deprecation is
    named feature-exists.

  • Fix a crash when using @at-root without any queries or children in the
    indented syntax.

JS API
  • Backport the deprecation options (fatalDeprecations, futureDeprecations,
    and silenceDeprecations) to the legacy JS API. The legacy JS API is itself
    deprecated, and you should move off of it if possible, but this will allow
    users of bundlers and other tools that are still using the legacy API to
    still control deprecation warnings.

  • Fix a bug where accessing SourceSpan.url would crash when a relative URL was
    passed to the Sass API.

Embedded Sass
  • Explicitly expose a sass executable from the sass-embedded npm package.
    This was intended to be included in 1.63.0, but due to the way
    platform-specific dependency executables are installed it did not work as
    intended. Now users can run npx sass for local installs or just sass when
    sass-embedded is installed globally.

  • Add linux-riscv64, linux-musl-riscv64, and android-riscv64 support for the
    sass-embedded npm package.

  • Fix an edge case where the Dart VM could hang when shutting down when requests
    were in flight.

  • Fix a race condition where the embedded host could fail to shut down if it was
    closed around the same time a new compilation was started.

  • Fix a bug where parse-time deprecation warnings could not be controlled by
    the deprecation options in some circumstances.

SortableJS/Sortable (sortablejs)

v1.15.3

Compare Source

  • Expose expando value in Sortable.utils
  • #​2346: Fix inability to drag in fallback when handle has a shadowRoot
  • Include src folder in NPM package
microsoft/TypeScript (typescript)

v5.6.2

Compare Source

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

v8.5.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.

v8.4.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.

vitejs/vite (vite)

v5.4.5

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.4

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.3

Compare Source


Configuration

📅 Schedule: Branch creation - "every 2 weeks on friday" (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 was generated by Mend Renovate. View the repository job log.

@forking-renovate forking-renovate bot added the dependencies Pull requests that update a dependency file label Sep 6, 2024
Copy link

stackblitz bot commented Sep 6, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link

codecov bot commented Sep 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.8%. Comparing base (a15269e) to head (25896c6).
Report is 2 commits behind head on master.

Additional details and impacted files
@@          Coverage Diff           @@
##           master   #1664   +/-   ##
======================================
  Coverage    99.8%   99.8%           
======================================
  Files         187     187           
  Lines       31093   31093           
  Branches     9787    9787           
======================================
  Hits        31004   31004           
  Misses         89      89           

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

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 92cecaa to a5dba8f Compare September 7, 2024 03:15
@renovate-bot renovate-bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Sep 7, 2024
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 4984523 to 7904b0b Compare September 14, 2024 14:40
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from 7904b0b to 25896c6 Compare September 14, 2024 15:55
@ghiscoding ghiscoding merged commit beae104 into ghiscoding:master Sep 14, 2024
7 checks passed
@renovate-bot renovate-bot deleted the renovate/all-minor-patch branch September 14, 2024 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants