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

Merged
merged 1 commit into from Jan 3, 2024
Merged

chore(deps): update all dependencies #915

merged 1 commit into from Jan 3, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 15, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@babel/core (source) ^7.23.6 -> ^7.23.7 age adoption passing confidence devDependencies patch
@babel/plugin-transform-runtime (source) ^7.23.6 -> ^7.23.7 age adoption passing confidence devDependencies patch
@babel/preset-env (source) ^7.23.6 -> ^7.23.7 age adoption passing confidence devDependencies patch
@storybook/addon-essentials (source) ^7.6.6 -> ^7.6.7 age adoption passing confidence devDependencies patch
@storybook/addon-interactions (source) ^7.6.6 -> ^7.6.7 age adoption passing confidence devDependencies patch
@storybook/addon-links (source) ^7.6.6 -> ^7.6.7 age adoption passing confidence devDependencies patch
@storybook/blocks (source) ^7.6.6 -> ^7.6.7 age adoption passing confidence devDependencies patch
@storybook/react (source) ^7.6.6 -> ^7.6.7 age adoption passing confidence devDependencies patch
@storybook/react-webpack5 (source) ^7.6.6 -> ^7.6.7 age adoption passing confidence devDependencies patch
@testing-library/user-event ^14.5.1 -> ^14.5.2 age adoption passing confidence devDependencies patch
@types/node (source) ^20.10.5 -> ^20.10.6 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) ^6.16.0 -> ^6.17.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) ^6.16.0 -> ^6.17.0 age adoption passing confidence devDependencies minor
addonfactory-splunk-conf-parser-lib 0.3.4 -> 0.4.0 age adoption passing confidence dependencies minor
dunamai 1.18.1 -> 1.19.0 age adoption passing confidence dependencies minor
eslint-plugin-jest ^27.6.0 -> ^27.6.1 age adoption passing confidence devDependencies patch
importlib-metadata 6.7.0 -> 7.0.1 age adoption passing confidence dev major
jsonschema (changelog) 4.17.3 -> 4.20.0 age adoption passing confidence dependencies minor
mkdocs-material 9.2.7 -> 9.5.3 age adoption passing confidence dev minor
pytest (source, changelog) 7.4.3 -> 7.4.4 age adoption passing confidence dev patch
pytest-rerunfailures 11.1.2 -> 13.0 age adoption passing confidence dev major
pytest-splunk-addon 5.2.3 -> 5.2.4 age adoption passing confidence dev patch
splunk/addonfactory-test-matrix-action v1.12 -> v1.13 age adoption passing confidence action minor
storybook (source) ^7.6.6 -> ^7.6.7 age adoption passing confidence devDependencies patch

Release Notes

babel/babel (@​babel/core)

v7.23.7

Compare Source

🐛 Bug Fix
🏠 Internal
  • babel-helper-create-class-features-plugin
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
storybookjs/storybook (@​storybook/addon-essentials)

v7.6.7

Compare Source

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

v7.6.7

Compare Source

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

v7.6.7

Compare Source

testing-library/user-event (@​testing-library/user-event)

v14.5.2

Compare Source

Bug Fixes
  • remove interop and deep DTL imports (6a3c896)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.17.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-restricted-imports] prevent crash when patterns or paths in options are empty (#​8108) (675e987)
Features
  • eslint-plugin: [no-floating-promises] flag result of .map(async) (#​7897) (5857356)
  • eslint-plugin: [switch-exhaustiveness-check] add an option to warn against a default case on an already exhaustive switch (#​7539) (6a219bd)

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

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

v6.17.0

Compare Source

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

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

splunk/addonfactory-splunk-conf-parser-lib (addonfactory-splunk-conf-parser-lib)

v0.4.0

Compare Source

Features
mtkennerly/dunamai (dunamai)

v1.19.0

Compare Source

  • Added a --path option to inspect a directory other than the current one.
    The Version.from_* methods now also take a path argument.
jest-community/eslint-plugin-jest (eslint-plugin-jest)

v27.6.1

Compare Source

Bug Fixes
  • include plugin meta information with snapshot processor for ESLint v9 (#​1484) (067e246)
python/importlib_metadata (importlib-metadata)

v7.0.1

Compare Source

v7.0.0

Compare Source

v6.11.0

Compare Source

v6.10.0

Compare Source

v6.9.0

Compare Source

v6.8.0

Compare Source

python-jsonschema/jsonschema (jsonschema)

v4.20.0

Compare Source

=======

  • Properly consider items (and properties) to be evaluated by unevaluatedItems (resp. unevaluatedProperties) when behind a $dynamicRef as specified by the 2020 and 2019 specifications.
  • jsonschema.exceptions.ErrorTree.__setitem__ is now deprecated.
    More broadly, in general users of jsonschema should never be mutating objects owned by the library.

v4.19.2

Compare Source

=======

  • Fix the error message for additional items when used with heterogeneous arrays.
  • Don't leak the additionalItems keyword into JSON Schema draft 2020-12, where it was replaced by items.

v4.19.1

Compare Source

=======

  • Single label hostnames are now properly considered valid according to the hostname format.
    This is the behavior specified by the relevant RFC (1123).
    IDN hostname behavior was already correct.

v4.19.0

Compare Source

=======

  • Importing the Validator protocol directly from the package root is deprecated.
    Import it from jsonschema.protocols.Validator instead.
  • Automatic retrieval of remote references (which is still deprecated) now properly succeeds even if the retrieved resource does not declare which version of JSON Schema it uses.
    Such resources are assumed to be 2020-12 schemas.
    This more closely matches the pre-referencing library behavior.

v4.18.6

Compare Source

=======

  • Set a jsonschema specific user agent when automatically retrieving remote references (which is deprecated).

v4.18.5

Compare Source

=======

  • Declare support for Py3.12

v4.18.4

Compare Source

=======

  • Improve the hashability of wrapped referencing exceptions when they contain hashable data.

v4.18.3

Compare Source

=======

  • Properly preserve applicable_validators in extended validators.
    Specifically, validators extending early drafts where siblings of $ref were ignored will properly ignore siblings in the extended validator.

v4.18.2

Compare Source

=======

  • Fix an additional regression with the deprecated jsonschema.RefResolver and pointer resolution.

v4.18.1

Compare Source

=======

  • Fix a regression with jsonschema.RefResolver based resolution when used in combination with a custom validation dialect (via jsonschema.validators.create).

v4.18.0

Compare Source

=======

This release majorly rehauls the way in which JSON Schema reference resolution is configured.
It does so in a way that should be backwards compatible, preserving old behavior whilst emitting deprecation warnings.

  • jsonschema.RefResolver is now deprecated in favor of the new referencing library <https://github.com/python-jsonschema/referencing/>_.
    referencing will begin in beta, but already is more compliant than the existing $ref support.
    This change is a culmination of a meaningful chunk of work to make $ref resolution more flexible and more correct.
    Backwards compatibility should be preserved for existing code which uses RefResolver, though doing so is again now deprecated, and all such use cases should be doable using the new APIs.
    Please file issues on the referencing tracker if there is functionality missing from it, or here on the jsonschema issue tracker if you have issues with existing code not functioning the same, or with figuring out how to change it to use referencing.
    In particular, this referencing change includes a change concerning automatic retrieval of remote references (retrieving http://foo/bar automatically within a schema).
    This behavior has always been a potential security risk and counter to the recommendations of the JSON Schema specifications; it has survived this long essentially only for backwards compatibility reasons, and now explicitly produces warnings.
    The referencing library itself will not automatically retrieve references if you interact directly with it, so the deprecated behavior is only triggered if you fully rely on the default $ref resolution behavior and also include remote references in your schema, which will still be retrieved during the deprecation period (after which they will become an error).
  • Support for Python 3.7 has been dropped, as it is nearing end-of-life.
    This should not be a "visible" change in the sense that requires-python has been updated, so users using 3.7 should still receive v4.17.3 when installing the library.
  • On draft 2019-09, unevaluatedItems now properly does not consider items to be evaluated by an additionalItems schema if items is missing from the schema, as the specification says in this case that additionalItems must be completely ignored.
  • Fix the date format checker on Python 3.11 (when format assertion behavior is enabled), where it was too liberal (#​1076).
  • Speed up validation of unevaluatedProperties (#​1075).

Deprecations

  • jsonschema.RefResolver -- see above for details on the replacement
  • jsonschema.RefResolutionError -- see above for details on the replacement
  • relying on automatic resolution of remote references -- see above for details on the replacement
  • importing jsonschema.ErrorTree -- instead import it via jsonschema.exceptions.ErrorTree
  • importing jsonschema.FormatError -- instead import it via jsonschema.exceptions.FormatError
squidfunk/mkdocs-material (mkdocs-material)

v9.5.3: mkdocs-material-9.5.3

Compare Source

  • Limited version range of MkDocs to < 1.6
  • Updated Macedonian translations
  • Fixed #​6520: Group plugin crashes when using mike
  • Fixed #​6494: Hide author's email address if disabled in git-authors plugin

v9.5.2: mkdocs-material-9.5.2

Compare Source

  • Fixed types for slugify settings in blog plugin config
  • Fixed #​6469: Horizontal scrollbars on MathJax containers

v9.5.1: mkdocs-material-9.5.1

Compare Source

  • Updated Greek translations
  • Fixed #​6464: Privacy plugin cannot be enabled
  • Fixed #​6461: Sorting blog posts ignores time component in date

v9.5.0: mkdocs-material-9.5.0

Compare Source

Merged Insiders features of 'Goat's Horn' funding goal

  • Added privacy plugin: automatic downloading of external assets
  • Added support for card grids and grid layouts
  • Added support for improved tooltips
  • Added support for content tabs anchor links (deep linking)
  • Added support for automatic dark/light mode
  • Added support for document contributors

v9.4.14: mkdocs-material-9.4.14

Compare Source

  • Added support for linking authors in blog posts

v9.4.13: mkdocs-material-9.4.13

Compare Source

  • Fixed #​6365: Blog plugin pagination links to previous pages broken
  • Fixed #​5758: Updated Mermaid.js to version 10.6.1 (latest)

v9.4.12: mkdocs-material-9.4.12

Compare Source

  • Improved blog plugin to generate Unicode-aware slugs by default
  • Fixed non-deterministic order of categories in blog plugin

v9.4.11: mkdocs-material-9.4.11

Compare Source

  • Fixed #​6364: Search plugin crashing when enabling theme while serving
  • Fixed blog plugin crashing when disabling pagination

v9.4.10: mkdocs-material-9.4.10

Compare Source

  • Fixed #​6356: Version selector can't be disabled via mike's configuration
  • Fixed #​6281: Navigation not rendering due to Safari bug (9.4.2 regression)
  • Fixed #​6261: Navigation expansion animates on first load (9.4.2 regression)

v9.4.9: mkdocs-material-9.4.9

Compare Source

  • Fixed #​6344: Long entries cutoff in table of contents
  • Fixed #​6336: Custom template for glob archive not working with pagination
  • Fixed #​6328: Blog plugin crashes for locales with dashes, e.g. pt-BR
  • Fixed #​6327: Copy-to-clipboard button doesn't trim trailing line feed
  • Fixed #​6302: Version strings not matched when using mike, only aliases
  • Fixed instant navigation progress indicator for gzipped content in Chrome
  • Fixed rendering bug on details marker rotation in Firefox

v9.4.8: mkdocs-material-9.4.8

Compare Source

  • Fixed invalid local address replacement when using instant loading
  • Fixed #​6275: Crash after navigation caused 404 when using instant loading

v9.4.7: mkdocs-material-9.4.7

Compare Source

  • Added Azerbaijani translations

v9.4.6: mkdocs-material-9.4.6

Compare Source

  • Updated Danish and Norwegian (Nynorsk) translations
  • Fixed #​6169: Blog post metadata layout overflows on small screens

v9.4.5: mkdocs-material-9.4.5

Compare Source

  • Fixed sidebar auto-positioning (9.4.2 regression)
  • Fixed #​6166: Improve group plugin compatibility with Python < 3.10
  • Fixed #​6157: Hiding tags does not work (9.4.3 regression)

v9.4.4: mkdocs-material-9.4.4

Compare Source

  • Added support for overriding text to be copied for code blocks
  • Fixed broken layout in some browsers at breakpoints when using zoom
  • Fixed #​6132: Incomplete search highlighting for code blocks in titles

v9.4.3: mkdocs-material-9.4.3

Compare Source

  • Added support for instant navigation progress indicator
  • Improved spacing and alignment of tags
  • Moved back-to-top button into separate partial
  • Fixed #​6104: Indentation for some code blocks lost in search
  • Fixed #​6094: Blog post metadata overlaps with footer on small screens
  • Fixed #​6069: Blog plugin crashes for categories with non-ASCII names

Updated templates (diff)

  • base.html

v9.4.2: mkdocs-material-9.4.2

Compare Source

  • Updated Slovenian translations
  • Added animation to sidebar navigation expansion and collapse
  • Added support for auto-replacement of document head for instant navigation
  • Improved compatibility of new emoji extension with Python < 3.10
  • Switched regex dependency to use minimal version
  • Refactored alignment and spacing of sidebar navigation
  • Fixed expansion button not focusable via keyboard in sidebar navigation
  • Fixed viewport offset restoration on first load when using instant navigation
  • Fixed accidental highlight of non-clickable elements in blog plugin sidebar
  • Fixed #​6041: Blog plugin crashes when nav is defined and blog not included
  • Fixed #​5972: Blog plugin ignores section index pages in paginated views
  • Fixed #​5954: Repeated click on anchor ignored when using instant navigation
  • Fixed #​5742: Keyboard navigation broken when using instant navigation

Updated templates (diff)

  • partials/nav-item.html
  • blog-post.html

v9.4.1: mkdocs-material-9.4.1

Compare Source

  • Improved colors and contrast in dark mode
  • Improved admonition borders to match font weight
  • Switched content tabs to neutral color

v9.4.0: mkdocs-material-9.4.0

Compare Source

  • Added Belarusian translations
  • Added version info to entrypoint of package
  • Added emoji extension as a replacement for materialx
  • Improved slate color scheme (dark mode) - now even darker
  • Restructured project to improve development experience
  • Updated MkDocs to 1.5.3
  • Fixed #​3890: Development mode crash on Linux

v9.3.2: mkdocs-material-9.3.2

Compare Source

  • Updated Slovenian translations
  • Updated Python dependencies in requirements to use minimum versions
  • Fixed #​6017: Code highlighting inconsistent in Community and Insiders edition
  • Fixed #​6001: Contributor avatars display incorrectly in Firefox
  • Fixed #​6000: Blog post drafts are included in navigation

v9.3.1: mkdocs-material-9.3.1

Compare Source

  • Fixed crash of group plugin when used together with hooks

v9.3.0: mkdocs-material-9.3.0

Compare Source

  • Improved configuration sharing between community and Insiders edition
  • Added experimental built-in group plugin for enabling plugins conditionally
  • Added new settings in tags plugin for enabling/disabling
  • Dropped support for Python 3.7 (EOL)

v9.2.8: mkdocs-material-9.2.8

Compare Source

  • Updated Italian and Russian translations
  • Fixed #​5952: Combining blog and tags plugin leads to wrong links
  • Fixed #​5951: Blog plugin ignores post title in metadata
  • Fixed #​5949: Blog plugin ignores post linked in nav
pytest-dev/pytest (pytest)

v7.4.4

Compare Source

pytest-dev/pytest-rerunfailures (pytest-rerunfailures)

v13.0

Compare Source

Breaking changes
++++++++++++++++

  • Drop support for pytest < 7.0.

Features
++++++++

  • Add support for Python 3.12.

Bug fixes
+++++++++

  • Fix crashitem names mismatch between client and server.
    (#&#8203;172 <https://github.com/pytest-dev/pytest-rerunfailures/issues/172>_)

  • Fix crash when setup fails with --rerun-except flag.
    (#&#8203;230 <https://github.com/pytest-dev/pytest-rerunfailures/issues/230>_)

v12.0

Compare Source

Breaking changes
++++++++++++++++

  • Drop support for pytest < 6.2.

Features
++++++++

  • Add only_rerun and rerun_except arguments to @pytest.mark.flaky marker.

  • Add support for pytest 7.3, 7.4.

Bug fixes
+++++++++

  • Failures are now rerun only if they match at least one --only-rerun
    pattern (if given) and none of the --rerun-except patterns. Previously,
    using both --only-rerun and --rerun-except together could cause
    failures to be rerun even if they did not match any --only-rerun
    pattern, and when using multiple --rerun-except patterns, all failures
    would be rerun unless they matched every pattern.
    (#&#8203;225 <https://github.com/pytest-dev/pytest-rerunfailures/issues/225>_)
splunk/addonfactory-test-matrix-action (splunk/addonfactory-test-matrix-action)

v1.13

Compare Source


Configuration

📅 Schedule: Branch creation - "every 2 weeks on Sunday" (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 requested a review from artemrys as a code owner October 15, 2023 00:56
@renovate renovate bot force-pushed the renovate/all branch 17 times, most recently from 68a8e24 to 06e64d8 Compare October 20, 2023 23:02
@renovate renovate bot force-pushed the renovate/all branch 12 times, most recently from 01f277b to 324cb50 Compare October 27, 2023 13:08
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from bca0d3f to c8a9a31 Compare December 25, 2023 19:13
@renovate renovate bot force-pushed the renovate/all branch 15 times, most recently from e011645 to 7b6a32c Compare January 2, 2024 13:46
Copy link
Contributor

@soleksy-splunk soleksy-splunk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@artemrys artemrys merged commit 0e167d0 into develop Jan 3, 2024
56 checks passed
@artemrys artemrys deleted the renovate/all branch January 3, 2024 08:45
@github-actions github-actions bot locked and limited conversation to collaborators Jan 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants