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

Update all patch versions (master) (patch) #9558

Merged
merged 2 commits into from
Jan 9, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@chromatic-com/storybook 3.2.2 -> 3.2.3 age adoption passing confidence
@fortawesome/fontawesome-free (source) 6.7.1 -> 6.7.2 age adoption passing confidence
@storybook/addon-essentials (source) 8.4.6 -> 8.4.7 age adoption passing confidence
@storybook/addon-links (source) 8.4.6 -> 8.4.7 age adoption passing confidence
@storybook/addon-webpack5-compiler-swc 1.0.5 -> 1.0.6 age adoption passing confidence
@storybook/blocks (source) 8.4.6 -> 8.4.7 age adoption passing confidence
@storybook/test (source) 8.4.6 -> 8.4.7 age adoption passing confidence
@storybook/web-components (source) 8.4.6 -> 8.4.7 age adoption passing confidence
@storybook/web-components-webpack5 (source) 8.4.6 -> 8.4.7 age adoption passing confidence
@types/geojson (source) 7946.0.14 -> 7946.0.15 age adoption passing confidence
@types/node (source) 22.10.1 -> 22.10.5 age adoption passing confidence
@types/proj4 (source) 2.5.5 -> 2.5.6 age adoption passing confidence
Mako (source) ==1.3.6 -> ==1.3.8 age adoption passing confidence
chromatic (source) 11.20.0 -> 11.20.2 age adoption passing confidence
cypress (source) 13.16.0 -> 13.16.1 age adoption passing confidence
eslint-plugin-jsdoc 50.6.0 -> 50.6.1 age adoption passing confidence
eslint-plugin-storybook 0.11.1 -> 0.11.2 age adoption passing confidence
i18next-browser-languagedetector 8.0.0 -> 8.0.2 age adoption passing confidence
puppeteer (source) 23.10.0 -> 23.10.4 age adoption passing confidence
start-server-and-test 2.0.8 -> 2.0.9 age adoption passing confidence
storybook (source) 8.4.6 -> 8.4.7 age adoption passing confidence
typedoc (source) 0.27.2 -> 0.27.6 age adoption passing confidence

Release Notes

chromaui/addon-visual-tests (@​chromatic-com/storybook)

v3.2.3

Compare Source

🐛 Bug Fix
Authors: 2

FortAwesome/Font-Awesome (@​fortawesome/fontawesome-free)

v6.7.2: Releast 6.7.1

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

storybookjs/storybook (@​storybook/addon-essentials)

v8.4.7

Compare Source

storybookjs/addon-webpack5-compiler-swc (@​storybook/addon-webpack5-compiler-swc)

v1.0.6

Compare Source

🐛 Bug Fix
Authors: 1

chromaui/chromatic-cli (chromatic)

v11.20.2

Compare Source

🐛 Bug Fix
Authors: 1

v11.20.1

Compare Source

🐛 Bug Fix
Authors: 1

cypress-io/cypress (cypress)

v13.16.1

Compare Source

Changelog: https://docs.cypress.io/app/references/changelog#13-16-1

gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)

v50.6.1

Compare Source

Bug Fixes
storybookjs/eslint-plugin-storybook (eslint-plugin-storybook)

v0.11.2

Compare Source

🐛 Bug Fix
Authors: 2

i18next/i18next-browser-languageDetector (i18next-browser-languagedetector)

v8.0.2

Compare Source

  • fix for when passed services are null, should address 296

v8.0.1

Compare Source

  • some environments, throws when accessing document.cookie
puppeteer/puppeteer (puppeteer)

v23.10.4: puppeteer-core: v23.10.4

Compare Source

Bug Fixes

v23.10.3: puppeteer: v23.10.3

Compare Source

Dependencies
  • The following workspace dependencies were updated
    • dependencies

v23.10.2: puppeteer: v23.10.2

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies

v23.10.1

Compare Source

bahmutov/start-server-and-test (start-server-and-test)

v2.0.9

Compare Source

Bug Fixes
TypeStrong/TypeDoc (typedoc)

v0.27.6

Compare Source

Features
  • Added ignoredHighlightLanguages option to specify languages which will be
    allowed in code blocks but not highlighted, #​2819.
Bug Fixes
  • @include and @includeCode now work in the readme file, #​2814.
  • TypeDoc will now avoid making references to references, #​2811.
  • Fixed output specific option specification, #​2818.
  • Improved type reference conversion to avoid including defaulted type arguments, #​2820.
  • Fixed parsing of declaration references which include a module and a local reference, #​2810.
  • Improved link resolution logic to prioritize type alias properties with the
    same symbol over type literal properties within function parameters.

v0.27.5

Compare Source

Bug Fixes
  • Possibly Breaking: TypeDoc will no longer render anchors within the page for
    deeply nested properties. This only affects links to properties of
    properties of types, which did not have a clickable link exposed so are
    unlikely to have been linked to. Furthermore, these links were not always
    created by TypeDoc, only being created if all parent properties contained
    comments, #​2808.
  • TypeDoc will now warn if a property which does not have a URL within the
    rendered document and the parent property/page will be linked to instead,
    #​2808. These warnings can be disabled with the validation.rewrittenLink
    option.
  • Fix restoration of groups/categories including documents, #​2801.
  • Fixed missed relative paths within markdown link references in documents.
  • Improved handling of incomplete inline code blocks within markdown.
  • Direct https:// links under the hostedBaseUrl option's URL will no
    longer be treated as external, #​2809.
Thanks!

v0.27.4

Compare Source

Features
  • API: Introduced new Converter.EVENT_CREATE_PROJECT event which fires when a project is created by the converter, #​2800.
Bug Fixes
  • Switch from gzip to deflate for compressing assets to make output consistent across different operating systems, #​2796.
  • @include and @includeCode now work for comments on the entry point for projects with a single entry point, #​2800.
  • Cascaded modifier tags will no longer be copied into type literals, #​2802.
  • @summary now works to describe functions within modules, #​2803.
  • Corrected navigation showing module link as current when not on module page, #​2805.

v0.27.3

Compare Source

Features
  • Added support for PNG favicons, #​2790.
  • Improved support for hosting TypeDoc with strict Content Security Policy rules, #​2794.
Bug Fixes
  • Add special handling for import types with type errors discarded with ts-expect-error, #​2792.
  • Fixed low contrast in default colors for properties/accessors in light mode, #​2795.
  • The highlightLanguages option now permits Shiki aliases to be specified rather than just the language ID, #​2798.
Thanks!

Configuration

📅 Schedule: Branch creation - "after 5pm on the first day of the month" in timezone Europe/Zurich, 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 was generated by Mend Renovate. View the repository job log.

Examples
Storybook
API help
API documentation

@renovate renovate bot added the dependencies Update the dependencies label Jan 1, 2025
@renovate renovate bot enabled auto-merge (squash) January 1, 2025 16:41
@renovate renovate bot force-pushed the renovate/master-patch-all-patch-versions branch 4 times, most recently from 0eb5f65 to 401f842 Compare January 8, 2025 15:43
@renovate renovate bot force-pushed the renovate/master-patch-all-patch-versions branch from 401f842 to 7e7c78d Compare January 8, 2025 16:09
Copy link
Contributor Author

renovate bot commented Jan 9, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate renovate bot merged commit ec12020 into master Jan 9, 2025
15 checks passed
@renovate renovate bot deleted the renovate/master-patch-all-patch-versions branch January 9, 2025 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update the dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant