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 #3197

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 1, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@changesets/cli (source) 2.27.5 -> 2.27.7 age adoption passing confidence
@floating-ui/dom (source) 1.6.5 -> 1.6.7 age adoption passing confidence
@percy/cli (source) 1.28.7 -> 1.28.8 age adoption passing confidence
@stencil/core (source) 4.18.3 -> 4.19.1 age adoption passing confidence
@storybook/addon-docs (source) 8.1.9 -> 8.1.11 age adoption passing confidence
@storybook/addon-essentials (source) 8.1.9 -> 8.1.11 age adoption passing confidence
@storybook/addon-links (source) 8.1.9 -> 8.1.11 age adoption passing confidence
@storybook/blocks (source) 8.1.9 -> 8.1.11 age adoption passing confidence
@storybook/components (source) 8.1.9 -> 8.1.11 age adoption passing confidence
@storybook/core-events (source) 8.1.9 -> 8.1.11 age adoption passing confidence
@storybook/manager-api (source) 8.1.9 -> 8.1.11 age adoption passing confidence
@storybook/preview-api (source) 8.1.9 -> 8.1.11 age adoption passing confidence
@storybook/theming (source) 8.1.9 -> 8.1.11 age adoption passing confidence
@storybook/types (source) 8.1.9 -> 8.1.11 age adoption passing confidence
@storybook/web-components (source) 8.1.9 -> 8.1.11 age adoption passing confidence
@storybook/web-components-vite (source) 8.1.9 -> 8.1.11 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 7.13.0 -> 7.15.0 age adoption passing confidence
@typescript-eslint/parser (source) 7.13.0 -> 7.15.0 age adoption passing confidence
cypress (source) 13.11.0 -> 13.13.0 age adoption passing confidence
eslint-plugin-promise 6.2.0 -> 6.4.0 age adoption passing confidence
eslint-plugin-react 7.34.2 -> 7.34.3 age adoption passing confidence
glob 10.4.1 -> 10.4.2 age adoption passing confidence
globby 14.0.1 -> 14.0.2 age adoption passing confidence
https-proxy-agent (source) 7.0.4 -> 7.0.5 age adoption passing confidence
postcss (source) 8.4.38 -> 8.4.39 age adoption passing confidence
sass 1.77.5 -> 1.77.6 age adoption passing confidence
storybook (source) 8.1.9 -> 8.1.11 age adoption passing confidence
style-dictionary 4.0.0-prerelease.35 -> 4.0.0 age adoption passing confidence
stylelint-scss 6.3.1 -> 6.3.2 age adoption passing confidence
throttle-debounce 5.0.0 -> 5.0.2 age adoption passing confidence
undici-types (source) 6.18.2 -> 6.19.2 age adoption passing confidence
webpack 5.92.0 -> 5.92.1 age adoption passing confidence

Release Notes

changesets/changesets (@​changesets/cli)

v2.27.7

Compare Source

Patch Changes

v2.27.6

Compare Source

Patch Changes
floating-ui/floating-ui (@​floating-ui/dom)

v1.6.7

Compare Source

Patch Changes
  • chore: fix internal dependency versioning
  • Update dependencies: @floating-ui/utils@0.2.4

v1.6.6

Compare Source

Patch Changes
  • fix(getContainingBlock): detect top layer elements
  • fix(types): add optional getClientRects() method to VirtualElement
  • chore: fix internal deps
  • refactor: improve types and internal codebase consistency. All documented types are now exported.
  • Update dependencies: @floating-ui/utils@0.2.3
percy/cli (@​percy/cli)

v1.28.8

Compare Source

What's Changed

✨ Enhancements
🐛 Bug Fixes
🏗 Maintenance
⬆️⬇️ Dependency Updates

New Contributors

Full Changelog: percy/cli@v1.28.7...v1.28.8

ionic-team/stencil (@​stencil/core)

v4.19.1

Compare Source

Bug Fixes
  • compiler: account for package imports in aliasing (#​5862) (02b41d3), fixes #​5859
  • compiler: try to create web worker with the workerPath before falling back to blob (#​3513) (c84dd32), fixes #​3512
  • hydrate: change type resolve order (#​5863) (42b1ff2)
  • internal: add cli sub package to export map (ad95222)
  • internal: add mock-doc export in client runtime package.json (ad95222)

v4.19.0

Compare Source

Bug Fixes
Features

😄 4.18.3 (2024-05-28)

Bug Fixes

⛲️ 4.18.2 (2024-05-20)

Bug Fixes

🏍 4.18.1 (2024-05-13)

Bug Fixes
storybookjs/storybook (@​storybook/addon-docs)

v8.1.11

Compare Source

v8.1.10

Compare Source

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

v7.15.0

Compare Source

🚀 Features
  • eslint-plugin: [array-type] detect Readonly<string[]> case

  • eslint-plugin: back-port new rules around empty object types from v8

🩹 Fixes
  • disable EXPERIMENTAL_useProjectService in disabled-type-checked shared config

  • eslint-plugin: [no-unsafe-return] differentiate a types-error any from a true any

  • eslint-plugin: [no-unsafe-call] differentiate a types-error any from a true any

❤️ Thank You
  • auvred
  • Kim Sang Du
  • rgehbt
  • Vinccool96

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

v7.14.1

Compare Source

🩹 Fixes
  • eslint-plugin: [prefer-nullish-coalescing] treat enums and literals as their underlying primitive types

  • eslint-plugin: [prefer-nullish-coalescing] ensure ternary fix does not remove parens

❤️ Thank You
  • Jake Bailey

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

v7.14.0

Compare Source

🚀 Features
  • support TypeScript 5.5
🩹 Fixes
  • eslint-plugin: [no-extraneous-class] handle abstract members

  • eslint-plugin: [prefer-nullish-coalescing] handle intersected primitive types

  • eslint-plugin: [no-invalid-this] support AccessorProperty

❤️ Thank You
  • Brad Zacher
  • cm-ayf
  • Jake Bailey
  • James Zhan
  • Joshua Chen
  • yoshi2no

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

v7.13.1

Compare Source

🩹 Fixes
  • eslint-plugin: [prefer-readonly] refine report locations

  • eslint-plugin: [return-await] support explicit resource management

  • eslint-plugin: [no-unsafe-member-access] differentiate a types-error any from a true any

❤️ Thank You
  • Kirk Waiblinger
  • Yukihiro Hasegawa

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

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

v7.15.0

Compare Source

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

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

v7.14.1

Compare Source

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

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

v7.14.0

Compare Source

🚀 Features
  • support TypeScript 5.5
❤️ Thank You
  • Brad Zacher
  • cm-ayf
  • Jake Bailey
  • James Zhan
  • Joshua Chen
  • yoshi2no

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

v7.13.1

Compare Source

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

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

cypress-io/cypress (cypress)

v13.13.0

Compare Source

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

v13.12.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-12-0

eslint-community/eslint-plugin-promise (eslint-plugin-promise)

v6.4.0

Compare Source

v6.3.0

Compare Source

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)
isaacs/node-glob (glob)

v10.4.2

Compare Source

sindresorhus/globby (globby)

v14.0.2

Compare Source

TooTallNate/proxy-agents (https-proxy-agent)

v7.0.5

Compare Source

Patch Changes
  • 5908e84: Remove net.isIP() check for TLS servername
postcss/postcss (postcss)

v8.4.39

Compare Source

sass/dart-sass (sass)

v1.77.6

Compare Source

  • Fix a few cases where comments and occasionally even whitespace wasn't allowed
    between the end of Sass statements and the following semicolon.
amzn/style-dictionary (style-dictionary)

v4.0.0

Compare Source

For a more comprehensive migration guide from version 3.x.x to version 4.0.0,
visit the migration guide page

Major Changes
  • 6cc7f31: BREAKING:

    • usesReference util function is now usesReferences to be consistent plural form like the other reference util functions.

    • getReferences first and second parameters have been swapped to be consistent with resolveReferences, so value first, then the full token object (instead of the entire dictionary instance).

    • getReferences accepts a third options parameter which can be used to set reference Regex options as well as an unfilteredTokens object which can be used as a fallback when references are made to tokens that have been filtered out. There will be warnings logged for this.

    • format.formatter removed old function signature of (dictionary, platform, file) in favor of ({ dictionary, platform, options, file }).

    • Types changes:

      • Style Dictionar

Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" in timezone Europe/Zurich, 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 requested a review from a team as a code owner July 1, 2024 00:14
@renovate renovate bot requested a review from gfellerph July 1, 2024 00:14
Copy link

changeset-bot bot commented Jul 1, 2024

⚠️ No Changeset found

Latest commit: f5152b0

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@swisspost-bot
Copy link
Contributor

swisspost-bot commented Jul 1, 2024

Related Previews

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c89a4b8 to dad63c5 Compare July 1, 2024 10:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dad63c5 to afcb490 Compare July 1, 2024 20:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from afcb490 to f5152b0 Compare July 1, 2024 23:13
Copy link

sonarqubecloud bot commented Jul 1, 2024

@gfellerph gfellerph merged commit 1d21429 into main Jul 2, 2024
13 checks passed
@gfellerph gfellerph deleted the renovate/all-minor-patch branch July 2, 2024 08:16
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.

2 participants