Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

chore(deps): update minor and patch #367

Merged
merged 1 commit into from
Jun 26, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 15, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@nebula.js/cli 5.1.0 -> 5.2.0 age adoption passing confidence devDependencies minor
@nebula.js/cli-build 5.1.0 -> 5.2.0 age adoption passing confidence devDependencies minor
@nebula.js/cli-sense 5.1.0 -> 5.2.0 age adoption passing confidence devDependencies minor
@nebula.js/cli-serve 5.1.0 -> 5.2.0 age adoption passing confidence devDependencies minor
@playwright/test (source) 1.44.1 -> 1.45.0 age adoption passing confidence devDependencies minor
@testing-library/jest-dom 6.4.5 -> 6.4.6 age adoption passing confidence devDependencies patch
caniuse-lite 1.0.30001629 -> 1.0.30001636 age adoption passing confidence pnpm.overrides patch
cimg/node 22.2.0-browsers -> 22.3.0-browsers age adoption passing confidence docker minor
eslint-plugin-jsx-a11y 6.8.0 -> 6.9.0 age adoption passing confidence devDependencies minor
eslint-plugin-react 7.34.2 -> 7.34.3 age adoption passing confidence devDependencies patch
lerna (source) 8.1.3 -> 8.1.5 age adoption passing confidence devDependencies patch
prettier (source) 3.3.1 -> 3.3.2 age adoption passing confidence devDependencies patch
webpack 5.91.0 -> 5.92.1 age adoption passing confidence devDependencies minor

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

qlik-oss/nebula.js (@​nebula.js/cli)

v5.2.0

Compare Source

Bug Fixes
Features

5.1.2 (2024-06-12)

Note: Version bump only for package nebula.js

5.1.1 (2024-06-12)

Bug Fixes

v5.1.2

Compare Source

Note: Version bump only for package nebula.js

v5.1.1

Compare Source

Bug Fixes
microsoft/playwright (@​playwright/test)

v1.45.0

Compare Source

testing-library/jest-dom (@​testing-library/jest-dom)

v6.4.6

Compare Source

Bug Fixes
browserslist/caniuse-lite (caniuse-lite)

v1.0.30001636

Compare Source

v1.0.30001635

Compare Source

v1.0.30001634

Compare Source

v1.0.30001633

Compare Source

v1.0.30001632

Compare Source

jsx-eslint/eslint-plugin-jsx-a11y (eslint-plugin-jsx-a11y)

v6.9.0

Compare Source

Fixed
  • [Fix] img-redundant-alt: fixed multibyte character support #969
  • [meta] fix changelog links #960
Commits
  • [New] add support for Flat Config 6b5f096
  • Revert "[Fix] isNonInteractiveElement: Upgrade aria-query to 5.3.0 and axobject-query to 3.2.1" 75d5dd7
  • [Robustness] use safe-regex-test 4c7e781
  • [actions] update actions/checkout 51a1ca7
  • [Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, @babel/plugin-transform-flow-strip-types, @babel/register, eslint-doc-generator, object.entries 1271ac1
  • [Dev Deps] update @babel/cli, @babel/core, @babel/register, aud, eslint-plugin-import, npmignore, object.assign 540cb7a
  • [Deps] update @babel/runtime, array-includes, es-iterator-helpers, hasown, object.fromentries, safe-regex-test 5d14408
  • [Deps] pin aria-query and axobject-query, add ls-engines test to CI 32fd82c
  • [Dev Deps] update @babel/core, @babel/eslint-parser, @babel/plugin-transform-flow-strip-types, eslint-doc-generator d1b4114
  • [Fix] ensure summary remains non-interactive 6a048da
  • [Deps] remove @babel/runtime 0a98ad8
  • [New] no-noninteractive-element-to-interactive-role: allow menuitemradio and menuitemcheckbox on <li> c0733f9
  • [Deps] update @babel/runtime, safe-regex-test 0d5321a
  • [actions] pin codecov to v3.1.5 961817f
  • [Deps] unpin axe-core b3559cf
  • [Deps] move object.entries to dev deps 1be7b70
  • [Deps] update @babel/runtime 2a48abb
  • [Deps] update @babel/runtime 1adec35
jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.34.3

Compare Source

Fixed
  • [prop-types]: null-check rootNode before calling getScope (#​3762 @​crnhrv)
  • [boolean-prop-naming]: avoid a crash with a spread prop (#​3733 @​ljharb)
  • [jsx-boolean-value]: assumeUndefinedIsFalse with never must not allow explicit true value (#​3757 @​6uliver)
  • [no-object-type-as-default-prop]: enable rule for components with many parameters (#​3768 @​JulienR1)
  • [jsx-key]: incorrect behavior for checkKeyMustBeforeSpread with map callbacks (#​3769 @​akulsr0)
lerna/lerna (lerna)

v8.1.5

Compare Source

Bug Fixes
  • update npm utility dependencies and related packages (#​4033) (bd1c2d8)

v8.1.4

Compare Source

Note: Version bump only for package lerna

prettier/prettier (prettier)

v3.3.2

Compare Source

diff

Fix handlebars path expressions starts with @ (#​16358 by @​Princeyadav05)
{{! Input }}
<div>{{@&#8203;x.y.z}}</div>

{{! Prettier 3.3.1 }}
<div>{{@&#8203;x}}</div>

{{! Prettier 3.3.2 }}
<div>{{@&#8203;x.y.z}}</div>
webpack/webpack (webpack)

v5.92.1

Compare Source

v5.92.0

Compare Source

Bug Fixes

  • Correct tidle range's comutation for module federation
  • Consider runtime for pure expression dependency update hash
  • Return value in the subtractRuntime function for runtime logic
  • Fixed failed to resolve promise when eager import a dynamic cjs
  • Avoid generation extra code for external modules when remapping is not required
  • The css/global type now handles the exports name
  • Avoid hashing for @keyframe and @property at-rules in css/global type
  • Fixed mangle with destructuring for JSON modules
  • The stats.hasWarnings() method now respects the ignoreWarnings option
  • Fixed ArrayQueue iterator
  • Correct behavior of __webpack_exports_info__.a.b.canMangle
  • Changed to the correct plugin name for the CommonJsChunkFormatPlugin plugin
  • Set the chunkLoading option to the import when environment is unknown and output is module
  • Fixed when runtimeChunk has no exports when module chunkFormat used
  • [CSS] Fixed parsing minimized CSS import
  • [CSS] URLs in CSS files now have correct public path
  • [CSS] The css module type should not allow parser to switch mode
  • [Types] Improved context module types

New Features

  • Added platform target properties to compiler
  • Improved multi compiler cache location and validating it
  • Support import attributes spec (with keyword)
  • Support node: prefix for Node.js core modules in runtime code
  • Support prefetch/preload for module chunk format
  • Support "..." in the importsFields option for resolver
  • Root module is less prone to be wrapped in IIFE
  • Export InitFragment class for plugins
  • Export compileBooleanMatcher util for plugins
  • Export InputFileSystem and OutputFileSystem types
  • [CSS] Support the esModule generator option for CSS modules
  • [CSS] Support CSS when chunk format is module

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 requested a review from a team as a code owner June 15, 2024 02:10
@renovate renovate bot added the renovate label Jun 15, 2024
@renovate renovate bot requested a review from a team as a code owner June 15, 2024 02:10
@renovate renovate bot enabled auto-merge (rebase) June 15, 2024 02:10
@renovate renovate bot force-pushed the renovate/minor-and-patch branch from cb93a89 to 85ed76e Compare June 16, 2024 19:27
@renovate renovate bot force-pushed the renovate/minor-and-patch branch 7 times, most recently from 3308e1d to 4c8916f Compare June 24, 2024 22:55
@renovate renovate bot force-pushed the renovate/minor-and-patch branch from 4c8916f to 3f4dd84 Compare June 25, 2024 22:00
@renovate renovate bot merged commit 9620c92 into main Jun 26, 2024
16 checks passed
@renovate renovate bot deleted the renovate/minor-and-patch branch June 26, 2024 02:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant