camptocamp / c2cgeoform

Camptocamp GeoForm project
4 stars 8 forks source link

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

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
bootstrap-table (source) 1.22.2 -> 1.22.3 age adoption passing confidence
geoalchemy2 (source) 0.14.3 -> 0.14.6 age adoption passing confidence
mini-css-extract-plugin 2.8.0 -> 2.8.1 age adoption passing confidence
pyramid-jinja2 (changelog) 2.10 -> 2.10.1 age adoption passing confidence
pytest (source, changelog) 8.0.0 -> 8.0.2 age adoption passing confidence
pytest (source, changelog) ==8.0.0 -> ==8.0.2 age adoption passing confidence
sass-loader 14.1.0 -> 14.1.1 age adoption passing confidence
shapely 2.0.2 -> 2.0.3 age adoption passing confidence
sqlalchemy (changelog) 2.0.25 -> 2.0.27 age adoption passing confidence
types-requests (changelog) 2.31.0.20240125 -> 2.31.0.20240218 age adoption passing confidence
webpack 5.90.1 -> 5.90.3 age adoption passing confidence

Release Notes

wenzhixin/bootstrap-table (bootstrap-table) ### [`v1.22.3`](https://togithub.com/wenzhixin/bootstrap-table/blob/HEAD/CHANGELOG.md#1223) [Compare Source](https://togithub.com/wenzhixin/bootstrap-table/compare/1.22.2...1.22.3) ##### Core - **New:** Added `fixedScroll` option. - **New:** Added support for setting icons automatically by `iconsPrefix`. - **Update:** Fixed search bug when the field has `.` character. - **Update:** Updated `tr-TR`, `es-ES`, `pt-BR` and `pt-PT` locales. ##### Extensions - **New(addrbar):** Fixed addrbar bug when using `sortReset` option. - **Update(jump-to):** Fixed page jump to bug when using both pagination display. - **Update(print):** Fixed print bug when field is not set.
geoalchemy/geoalchemy2 (geoalchemy2) ### [`v0.14.6`](https://togithub.com/geoalchemy/geoalchemy2/blob/HEAD/CHANGES.txt#0146) [Compare Source](https://togithub.com/geoalchemy/geoalchemy2/compare/0.14.5...0.14.6) - Fix: Fix specific compilation rules for MariaDB [@​adrien-berchet](https://togithub.com/adrien-berchet) ([#​495](https://togithub.com/geoalchemy/geoalchemy2/issues/495)) ### [`v0.14.5`](https://togithub.com/geoalchemy/geoalchemy2/blob/HEAD/CHANGES.txt#0145) [Compare Source](https://togithub.com/geoalchemy/geoalchemy2/compare/0.14.4...0.14.5) - Feat: Add experimental support for MariaDB [@​tebrown](https://togithub.com/tebrown) ([#​491](https://togithub.com/geoalchemy/geoalchemy2/issues/491)) - CI: Setup pre-commit.ci [@​adrien-berchet](https://togithub.com/adrien-berchet) ([#​492](https://togithub.com/geoalchemy/geoalchemy2/issues/492)) ### [`v0.14.4`](https://togithub.com/geoalchemy/geoalchemy2/blob/HEAD/CHANGES.txt#0144) [Compare Source](https://togithub.com/geoalchemy/geoalchemy2/compare/0.14.3...0.14.4) - Type: Fix modified check_ctor_args to pass default SRS_ID value in case of null [@​satyamsoni2211](https://togithub.com/satyamsoni2211) ([#​488](https://togithub.com/geoalchemy/geoalchemy2/issues/488)) - Build: Add Py312 support [@​adrien-berchet](https://togithub.com/adrien-berchet) ([#​487](https://togithub.com/geoalchemy/geoalchemy2/issues/487))
webpack-contrib/mini-css-extract-plugin (mini-css-extract-plugin) ### [`v2.8.1`](https://togithub.com/webpack-contrib/mini-css-extract-plugin/blob/HEAD/CHANGELOG.md#281-2024-02-27) [Compare Source](https://togithub.com/webpack-contrib/mini-css-extract-plugin/compare/v2.8.0...v2.8.1)
Pylons/pyramid_jinja2 (pyramid-jinja2) ### [`v2.10.1`](https://togithub.com/Pylons/pyramid_jinja2/blob/HEAD/CHANGES.rst#2101-2023-02-07) [Compare Source](https://togithub.com/Pylons/pyramid_jinja2/compare/2.10...2.10.1) \=================== - Rename "master" git branch to "main" - Add Python 3.11 and 3.12 support. - Replace usage of private Pyramid APIs.
pytest-dev/pytest (pytest) ### [`v8.0.2`](https://togithub.com/pytest-dev/pytest/releases/tag/8.0.2) [Compare Source](https://togithub.com/pytest-dev/pytest/compare/8.0.1...8.0.2) # pytest 8.0.2 (2024-02-24) ## Bug Fixes - [#​11895](https://togithub.com/pytest-dev/pytest/issues/11895): Fix collection on Windows where initial paths contain the short version of a path (for example `c:\PROGRA~1\tests`). - [#​11953](https://togithub.com/pytest-dev/pytest/issues/11953): Fix an `IndexError` crash raising from `getstatementrange_ast`. - [#​12021](https://togithub.com/pytest-dev/pytest/issues/12021): Reverted a fix to \[--maxfail]{.title-ref} handling in pytest 8.0.0 because it caused a regression in pytest-xdist whereby session fixture teardowns may get executed multiple times when the max-fails is reached. ### [`v8.0.1`](https://togithub.com/pytest-dev/pytest/releases/tag/8.0.1) [Compare Source](https://togithub.com/pytest-dev/pytest/compare/8.0.0...8.0.1) # pytest 8.0.1 (2024-02-16) ## Bug Fixes - [#​11875](https://togithub.com/pytest-dev/pytest/issues/11875): Correctly handle errors from `getpass.getuser`{.interpreted-text role="func"} in Python 3.13. - [#​11879](https://togithub.com/pytest-dev/pytest/issues/11879): Fix an edge case where `ExceptionInfo._stringify_exception` could crash `pytest.raises`{.interpreted-text role="func"}. - [#​11906](https://togithub.com/pytest-dev/pytest/issues/11906): Fix regression with `pytest.warns`{.interpreted-text role="func"} using custom warning subclasses which have more than one parameter in their \[\__init\_\_]{.title-ref}. - [#​11907](https://togithub.com/pytest-dev/pytest/issues/11907): Fix a regression in pytest 8.0.0 whereby calling `pytest.skip`{.interpreted-text role="func"} and similar control-flow exceptions within a `pytest.warns()`{.interpreted-text role="func"} block would get suppressed instead of propagating. - [#​11929](https://togithub.com/pytest-dev/pytest/issues/11929): Fix a regression in pytest 8.0.0 whereby autouse fixtures defined in a module get ignored by the doctests in the module. - [#​11937](https://togithub.com/pytest-dev/pytest/issues/11937): Fix a regression in pytest 8.0.0 whereby items would be collected in reverse order in some circumstances.
webpack-contrib/sass-loader (sass-loader) ### [`v14.1.1`](https://togithub.com/webpack-contrib/sass-loader/blob/HEAD/CHANGELOG.md#1411-2024-02-19) [Compare Source](https://togithub.com/webpack-contrib/sass-loader/compare/v14.1.0...v14.1.1)
shapely/shapely (shapely) ### [`v2.0.3`](https://togithub.com/shapely/shapely/blob/HEAD/CHANGES.txt#203-2024-02-16) [Compare Source](https://togithub.com/shapely/shapely/compare/2.0.2...2.0.3) - Fix regression in the `oriented_envelope` ufunc to accept array-like input in case of GEOS<3.12 ([#​1929](https://togithub.com/shapely/shapely/issues/1929)). - The binary wheels are not yet compatible with a future NumPy 2.0 release, therefore a `numpy<2` upper pin was added to the requirements ([#​1972](https://togithub.com/shapely/shapely/issues/1972)). - Upgraded the GEOS version in the binary wheel distributions to 3.11.3.
webpack/webpack (webpack) ### [`v5.90.3`](https://togithub.com/webpack/webpack/releases/tag/v5.90.3) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.90.2...v5.90.3) #### Bug Fixes - don't mangle when destructuring a reexport - types for `Stats.toJson()` and `Stats.toString()` - many internal types - \[CSS] clean up export css local vars #### Perf - simplify and optimize chunk graph creation ### [`v5.90.2`](https://togithub.com/webpack/webpack/releases/tag/v5.90.2) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.90.1...v5.90.2) #### Bug Fixes - use `Math.imul` in `fnv1a32` to avoid loss of precision, directly hash UTF16 values - the `setStatus()` of the HMR module should not return an array, which may cause infinite recursion - `__webpack_exports_info__.xxx.canMangle` shouldn't always same as default - mangle export with destructuring - use new runtime to reconsider skipped connections `activeState` - make dynamic import optional in `try/catch` - improve auto publicPath detection #### Dependencies & Maintenance - improve CI setup and include Node.js@21

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



This PR has been generated by Mend Renovate. View repository job log here.