camptocamp / c2cgeoform

Camptocamp GeoForm project
4 stars 8 forks source link

Update all minor versions (master) (minor) #468

Closed renovate[bot] closed 6 days ago

renovate[bot] commented 1 week ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
babel-loader 9.1.3 -> 9.2.1 age adoption passing confidence
ol (source) 10.1.0 -> 10.2.1 age adoption passing confidence
pyproj (changelog) 3.6.1 -> 3.7.0 age adoption passing confidence
webpack 5.94.0 -> 5.95.0 age adoption passing confidence
webpack-dev-server 5.0.4 -> 5.1.0 age adoption passing confidence

Release Notes

babel/babel-loader (babel-loader) ### [`v9.2.1`](https://redirect.github.com/babel/babel-loader/compare/v9.2.0...1a9240b228d7735101d469bdb99b1a1e9991760f) [Compare Source](https://redirect.github.com/babel/babel-loader/compare/v9.2.0...v9.2.1) ### [`v9.2.0`](https://redirect.github.com/babel/babel-loader/compare/v9.1.3...d280ee32ef3587ec1494ac804b17a8219013f810) [Compare Source](https://redirect.github.com/babel/babel-loader/compare/v9.1.3...v9.2.0)
openlayers/openlayers (ol) ### [`v10.2.1`](https://redirect.github.com/openlayers/openlayers/releases/tag/v10.2.1) [Compare Source](https://redirect.github.com/openlayers/openlayers/compare/v10.2.0...v10.2.1) The 10.2.1 patch release fixes an issue with missing tiles on reprojected tile layers. See the [10.2.0 release notes](https://redirect.github.com/openlayers/openlayers/releases/tag/v10.2.0) for a complete list of changes since the previous release. ##### What's Changed - Updates for the 10.2.0 release by [@​ahocevar](https://redirect.github.com/ahocevar) in [https://github.com/openlayers/openlayers/pull/16210](https://redirect.github.com/openlayers/openlayers/pull/16210) - Bump [@​typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 8.5.0 to 8.6.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/openlayers/openlayers/pull/16212](https://redirect.github.com/openlayers/openlayers/pull/16212) - Clarify limitation on the WebGL layer swipe example by [@​llienher](https://redirect.github.com/llienher) in [https://github.com/openlayers/openlayers/pull/15409](https://redirect.github.com/openlayers/openlayers/pull/15409) - Get rid of reprojection tile caches by [@​ahocevar](https://redirect.github.com/ahocevar) in [https://github.com/openlayers/openlayers/pull/16221](https://redirect.github.com/openlayers/openlayers/pull/16221) - Bump [@​rollup/plugin-node-resolve](https://redirect.github.com/rollup/plugin-node-resolve) from 15.2.3 to 15.2.4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/openlayers/openlayers/pull/16216](https://redirect.github.com/openlayers/openlayers/pull/16216) - Bump [@​rollup/plugin-alias](https://redirect.github.com/rollup/plugin-alias) from 5.1.0 to 5.1.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/openlayers/openlayers/pull/16215](https://redirect.github.com/openlayers/openlayers/pull/16215) - Bump puppeteer from 23.3.0 to 23.4.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/openlayers/openlayers/pull/16213](https://redirect.github.com/openlayers/openlayers/pull/16213) - Bump rollup from 4.21.3 to 4.22.4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/openlayers/openlayers/pull/16214](https://redirect.github.com/openlayers/openlayers/pull/16214) ##### New Contributors - [@​llienher](https://redirect.github.com/llienher) made their first contribution in [https://github.com/openlayers/openlayers/pull/15409](https://redirect.github.com/openlayers/openlayers/pull/15409) **Full Changelog**: https://github.com/openlayers/openlayers/compare/v10.2.0...v10.2.1 ### [`v10.2.0`](https://redirect.github.com/openlayers/openlayers/releases/tag/v10.2.0) [Compare Source](https://redirect.github.com/openlayers/openlayers/compare/v10.1.0...v10.2.0) The 10.2 release adds an experimental `Flow` layer to render particle flows (e.g. wind) in WebGL, support for WMS Capabilities v1.1.1, and an `ol.VERSION` property in the legacy build. Under the hood, it brings several performance improvements, better memory management, bug fixes, type improvements, and the removal of unnecessary tile caching code. #### List of all changes See below for a complete list of features and fixes. - WebGL / Ensure that `['geometry-type']` is correctly interpreted in expressions (by [@​jahow](https://redirect.github.com/jahow) in [https://github.com/openlayers/openlayers/pull/16087](https://redirect.github.com/openlayers/openlayers/pull/16087)) - Improve listen calls (by [@​MoonE](https://redirect.github.com/MoonE) in [https://github.com/openlayers/openlayers/pull/15998](https://redirect.github.com/openlayers/openlayers/pull/15998)) - fix ol.VERSION not available in umd pkg (by [@​sakitam-gis](https://redirect.github.com/sakitam-gis) in [https://github.com/openlayers/openlayers/pull/15866](https://redirect.github.com/openlayers/openlayers/pull/15866)) - Reset layer style when new GeoTIFF source is ready (by [@​mike-000](https://redirect.github.com/mike-000) in [https://github.com/openlayers/openlayers/pull/16067](https://redirect.github.com/openlayers/openlayers/pull/16067)) - Fix getResolutionsForZoom() for views with only one resolution (by [@​ahocevar](https://redirect.github.com/ahocevar) in [https://github.com/openlayers/openlayers/pull/16206](https://redirect.github.com/openlayers/openlayers/pull/16206)) - No double caching, distinct tile keys for queue (by [@​ahocevar](https://redirect.github.com/ahocevar) in [https://github.com/openlayers/openlayers/pull/16203](https://redirect.github.com/openlayers/openlayers/pull/16203)) - Use `@types/rbush` v3.0.3 (by [@​ahocevar](https://redirect.github.com/ahocevar) in [https://github.com/openlayers/openlayers/pull/16194](https://redirect.github.com/openlayers/openlayers/pull/16194)) - Fix getData() on reprojected tile layers (by [@​mike-000](https://redirect.github.com/mike-000) in [https://github.com/openlayers/openlayers/pull/16180](https://redirect.github.com/openlayers/openlayers/pull/16180)) - Add missing keyword in Basic Concepts tutorial (by [@​ptrgast](https://redirect.github.com/ptrgast) in [https://github.com/openlayers/openlayers/pull/16192](https://redirect.github.com/openlayers/openlayers/pull/16192)) - Dispose of expired tiles (by [@​ahocevar](https://redirect.github.com/ahocevar) in [https://github.com/openlayers/openlayers/pull/16157](https://redirect.github.com/openlayers/openlayers/pull/16157)) - Fix getFeaturesInExtent() (by [@​ahocevar](https://redirect.github.com/ahocevar) in [https://github.com/openlayers/openlayers/pull/16190](https://redirect.github.com/openlayers/openlayers/pull/16190)) - feat: support parsing WMS capabilities v1.1 (by [@​sebakerckhof](https://redirect.github.com/sebakerckhof) in [https://github.com/openlayers/openlayers/pull/16174](https://redirect.github.com/openlayers/openlayers/pull/16174)) - Delete orphaned file (by [@​mike-000](https://redirect.github.com/mike-000) in [https://github.com/openlayers/openlayers/pull/16167](https://redirect.github.com/openlayers/openlayers/pull/16167)) - transform function type regression (by [@​bkuster](https://redirect.github.com/bkuster) in [https://github.com/openlayers/openlayers/pull/16151](https://redirect.github.com/openlayers/openlayers/pull/16151)) - Store anchor pixel instead of coordinate (by [@​ahocevar](https://redirect.github.com/ahocevar) in [https://github.com/openlayers/openlayers/pull/16124](https://redirect.github.com/openlayers/openlayers/pull/16124)) - Fix offscreen-canvas example (by [@​ahocevar](https://redirect.github.com/ahocevar) in [https://github.com/openlayers/openlayers/pull/16143](https://redirect.github.com/openlayers/openlayers/pull/16143)) - Clear layer tile cache when view projection reset (by [@​mike-000](https://redirect.github.com/mike-000) in [https://github.com/openlayers/openlayers/pull/16141](https://redirect.github.com/openlayers/openlayers/pull/16141)) - Make API key requirement more prominent in examples (by [@​mike-000](https://redirect.github.com/mike-000) in [https://github.com/openlayers/openlayers/pull/16139](https://redirect.github.com/openlayers/openlayers/pull/16139)) - Mark the type of InteractionOptions.handleEvent as optional (by [@​matthias-ccri](https://redirect.github.com/matthias-ccri) in [https://github.com/openlayers/openlayers/pull/16123](https://redirect.github.com/openlayers/openlayers/pull/16123)) - Fix flashing on the WebGL vector example (by [@​jahow](https://redirect.github.com/jahow) in [https://github.com/openlayers/openlayers/pull/16055](https://redirect.github.com/openlayers/openlayers/pull/16055)) - Particle flow renderer (by [@​tschaub](https://redirect.github.com/tschaub) in [https://github.com/openlayers/openlayers/pull/14491](https://redirect.github.com/openlayers/openlayers/pull/14491)) - Upload all palette textures before binding tile textures (by [@​tschaub](https://redirect.github.com/tschaub) in [https://github.com/openlayers/openlayers/pull/16115](https://redirect.github.com/openlayers/openlayers/pull/16115)) - Updates for the 10.1.0 release (by [@​openlayers](https://redirect.github.com/openlayers) in [https://github.com/openlayers/openlayers/pull/16117](https://redirect.github.com/openlayers/openlayers/pull/16117))
Dependency Updates - Bump typescript from 5.5.4 to 5.6.2 (by [@​openlayers](https://redirect.github.com/openlayers) in [https://github.com/openlayers/openlayers/pull/16201](https://redirect.github.com/openlayers/openlayers/pull/16201)) - Bump rollup from 4.21.2 to 4.21.3 (by [@​openlayers](https://redirect.github.com/openlayers) in [https://github.com/openlayers/openlayers/pull/16202](https://redirect.github.com/openlayers/openlayers/pull/16202)) - Bump [@​types/mocha](https://redirect.github.com/types/mocha) from 10.0.7 to 10.0.8 (by [@​openlayers](https://redirect.github.com/openlayers) in [https://github.com/openlayers/openlayers/pull/16200](https://redirect.github.com/openlayers/openlayers/pull/16200)) - Bump [@​typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 8.4.0 to 8.5.0 (by [@​openlayers](https://redirect.github.com/openlayers) in [https://github.com/openlayers/openlayers/pull/16199](https://redirect.github.com/openlayers/openlayers/pull/16199)) - Bump sinon from 18.0.0 to 19.0.2 (by [@​openlayers](https://redirect.github.com/openlayers) in [https://github.com/openlayers/openlayers/pull/16197](https://redirect.github.com/openlayers/openlayers/pull/16197)) - Bump jsdoc-plugin-typescript from 2.3.0 to 3.0.0 (by [@​openlayers](https://redirect.github.com/openlayers) in [https://github.com/openlayers/openlayers/pull/16198](https://redirect.github.com/openlayers/openlayers/pull/16198)) - Bump dset from 3.1.3 to 3.1.4 (by [@​openlayers](https://redirect.github.com/openlayers) in [https://github.com/openlayers/openlayers/pull/16182](https://redirect.github.com/openlayers/openlayers/pull/16182)) - Bump send, express and serve-static (by [@​openlayers](https://redirect.github.com/openlayers) in [https://github.com/openlayers/openlayers/pull/16184](https://redirect.github.com/openlayers/openlayers/pull/16184)) - Bump proj4 from 2.12.0 to 2.12.1 (by [@​openlayers](https://redirect.github.com/openlayers) in [https://github.com/openlayers/openlayers/pull/16168](https://redirect.github.com/openlayers/openlayers/pull/16168)) - Bump webpack-dev-server from 5.0.4 to 5.1.0 (by [@​openlayers](https://redirect.github.com/openlayers) in [https://github.com/openlayers/openlayers/pull/16169](https://redirect.github.com/openlayers/openlayers/pull/16169)) - Bump puppeteer from 23.2.1 to 23.3.0 (by [@​openlayers](https://redirect.github.com/openlayers) in [https://github.com/openlayers/openlayers/pull/16170](https://redirect.github.com/openlayers/openlayers/pull/16170)) - Bump marked from 14.1.0 to 14.1.2 (by [@​openlayers](https://redirect.github.com/openlayers) in [https://github.com/openlayers/openlayers/pull/16171](https://redirect.github.com/openlayers/openlayers/pull/16171)) - Bump [@​typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 8.3.0 to 8.4.0 (by [@​openlayers](https://redirect.github.com/openlayers) in [https://github.com/openlayers/openlayers/pull/16172](https://redirect.github.com/openlayers/openlayers/pull/16172)) - Bump puppeteer from 23.1.1 to 23.2.1 (by [@​openlayers](https://redirect.github.com/openlayers) in [https://github.com/openlayers/openlayers/pull/16149](https://redirect.github.com/openlayers/openlayers/pull/16149)) - Bump [@​typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 8.2.0 to 8.3.0 (by [@​openlayers](https://redirect.github.com/openlayers) in [https://github.com/openlayers/openlayers/pull/16147](https://redirect.github.com/openlayers/openlayers/pull/16147)) - Bump rollup from 4.21.0 to 4.21.2 (by [@​openlayers](https://redirect.github.com/openlayers) in [https://github.com/openlayers/openlayers/pull/16146](https://redirect.github.com/openlayers/openlayers/pull/16146)) - Bump webpack-dev-middleware from 7.3.0 to 7.4.2 (by [@​openlayers](https://redirect.github.com/openlayers) in [https://github.com/openlayers/openlayers/pull/16130](https://redirect.github.com/openlayers/openlayers/pull/16130)) - Bump rbush from 4.0.0 to 4.0.1 (by [@​openlayers](https://redirect.github.com/openlayers) in [https://github.com/openlayers/openlayers/pull/16125](https://redirect.github.com/openlayers/openlayers/pull/16125)) - Bump [@​typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 8.1.0 to 8.2.0 (by [@​openlayers](https://redirect.github.com/openlayers) in [https://github.com/openlayers/openlayers/pull/16129](https://redirect.github.com/openlayers/openlayers/pull/16129)) - Bump marked from 14.0.0 to 14.1.0 (by [@​openlayers](https://redirect.github.com/openlayers) in [https://github.com/openlayers/openlayers/pull/16127](https://redirect.github.com/openlayers/openlayers/pull/16127)) - Bump puppeteer from 23.1.0 to 23.1.1 (by [@​openlayers](https://redirect.github.com/openlayers) in [https://github.com/openlayers/openlayers/pull/16128](https://redirect.github.com/openlayers/openlayers/pull/16128)) - Bump webpack from 5.93.0 to 5.94.0 (by [@​openlayers](https://redirect.github.com/openlayers) in [https://github.com/openlayers/openlayers/pull/16126](https://redirect.github.com/openlayers/openlayers/pull/16126))
#### New Contributors * @​ptrgast made their first contributi[https://github.com/openlayers/openlayers/pull/16192](https://redirect.github.com/openlayers/openlayers/pull/16192)/16192 **Full Changelog**: https://github.com/openlayers/openlayers/compare/v10.1.0...v10.2.0
pyproj4/pyproj (pyproj) ### [`v3.7.0`](https://redirect.github.com/pyproj4/pyproj/releases/tag/3.7.0): Release [Compare Source](https://redirect.github.com/pyproj4/pyproj/compare/3.6.1...3.7.0) ##### What's Changed Dependencies: - WHL: Wheels contain PROJ 9.4.1 by [@​snowman2](https://redirect.github.com/snowman2) in [https://github.com/pyproj4/pyproj/pull/1423](https://redirect.github.com/pyproj4/pyproj/pull/1423) - DEP: Minimum PROJ version 9.2 by [@​snowman2](https://redirect.github.com/snowman2) in [https://github.com/pyproj4/pyproj/pull/1394](https://redirect.github.com/pyproj4/pyproj/pull/1394) Enhancements: - PERF: drop GIL during long-running proj database calls by [@​tpwrules](https://redirect.github.com/tpwrules) in [https://github.com/pyproj4/pyproj/pull/1354](https://redirect.github.com/pyproj4/pyproj/pull/1354) - PERF: thread local context by [@​snowman2](https://redirect.github.com/snowman2) in [https://github.com/pyproj4/pyproj/pull/1419](https://redirect.github.com/pyproj4/pyproj/pull/1419) - ENH: Add is_deprecated and get_non_deprecated() to CRS by [@​jjimenezshaw](https://redirect.github.com/jjimenezshaw) in [https://github.com/pyproj4/pyproj/pull/1383](https://redirect.github.com/pyproj4/pyproj/pull/1383) - ENH: Add runtime & compiled PROJ versions by [@​snowman2](https://redirect.github.com/snowman2) in [https://github.com/pyproj4/pyproj/pull/1427](https://redirect.github.com/pyproj4/pyproj/pull/1427) Bug fixes: - BUG: Handle changes to HotineObliqueMercatorBConversion by [@​snowman2](https://redirect.github.com/snowman2) in [https://github.com/pyproj4/pyproj/pull/1430](https://redirect.github.com/pyproj4/pyproj/pull/1430) - BUG: Support azimuthal_equidistant coordinate operation to CF by [@​snowman2](https://redirect.github.com/snowman2) in [https://github.com/pyproj4/pyproj/pull/1380](https://redirect.github.com/pyproj4/pyproj/pull/1380) Maintenance: - BLD: Add Windows system path to delvewheel add-path by [@​greglucas](https://redirect.github.com/greglucas) in [https://github.com/pyproj4/pyproj/pull/1440](https://redirect.github.com/pyproj4/pyproj/pull/1440) (**Windows wheels would not be possible without this!**) - LNT: Adds codespell to pre-commit hooks by [@​cyschneck](https://redirect.github.com/cyschneck) in [https://github.com/pyproj4/pyproj/pull/1392](https://redirect.github.com/pyproj4/pyproj/pull/1392) - MNT: Fix tests.yaml for CI by [@​jjimenezshaw](https://redirect.github.com/jjimenezshaw) in [https://github.com/pyproj4/pyproj/pull/1396](https://redirect.github.com/pyproj4/pyproj/pull/1396) - TST: Test datum ensemble allowing new members by [@​jjimenezshaw](https://redirect.github.com/jjimenezshaw) in [https://github.com/pyproj4/pyproj/pull/1407](https://redirect.github.com/pyproj4/pyproj/pull/1407) - DOC: Update crs_compatibility.rst to fix a title by [@​neilCrosswaite](https://redirect.github.com/neilCrosswaite) in [https://github.com/pyproj4/pyproj/pull/1438](https://redirect.github.com/pyproj4/pyproj/pull/1438) - MNT: Add too-many-positional-arguments to lint ignore rules by [@​greglucas](https://redirect.github.com/greglucas) in [https://github.com/pyproj4/pyproj/pull/1441](https://redirect.github.com/pyproj4/pyproj/pull/1441) - CI: Pin micromamba due to CI Runner incompatibilities with newer versions by [@​greglucas](https://redirect.github.com/greglucas) in [https://github.com/pyproj4/pyproj/pull/1442](https://redirect.github.com/pyproj4/pyproj/pull/1442) ##### New Contributors - [@​tpwrules](https://redirect.github.com/tpwrules) made their first contribution in [https://github.com/pyproj4/pyproj/pull/1354](https://redirect.github.com/pyproj4/pyproj/pull/1354) - [@​neilCrosswaite](https://redirect.github.com/neilCrosswaite) made their first contribution in [https://github.com/pyproj4/pyproj/pull/1438](https://redirect.github.com/pyproj4/pyproj/pull/1438) ##### Other contributions: - [@​sebastic](https://redirect.github.com/sebastic) - testing Debian builds - [@​jdkloe](https://redirect.github.com/jdkloe) - testing Fedora builds **Full Changelog**: https://github.com/pyproj4/pyproj/compare/3.6.1...3.7.0
webpack/webpack (webpack) ### [`v5.95.0`](https://redirect.github.com/webpack/webpack/releases/tag/v5.95.0) [Compare Source](https://redirect.github.com/webpack/webpack/compare/v5.94.0...v5.95.0) #### Bug Fixes - Fixed hanging when attempting to read a symlink-like file that it can't read - Handle `default` for import context element dependency - Merge duplicate chunks call after split chunks - Generate correctly code for dynamically importing the same file twice and destructuring - Use content hash as \[base] and \[name] for extracted DataURI's - Distinguish `module` and `import` in `module-import` for externals `import`'s - \[Types] Make `EnvironmentPlugin` default values types less strict - \[Types] Typescript 5.6 compatibility #### New Features - Add new `optimization.avoidEntryIife` option (`true` by default for the `production` mode) - Pass output.hash\* options to loader context #### Performance - Avoid unneeded re-visit in build chunk graph
webpack/webpack-dev-server (webpack-dev-server) ### [`v5.1.0`](https://redirect.github.com/webpack/webpack-dev-server/blob/HEAD/CHANGELOG.md#510-2024-09-03) [Compare Source](https://redirect.github.com/webpack/webpack-dev-server/compare/v5.0.4...v5.1.0) ##### Features - add visual progress indicators ([a8f40b7](https://redirect.github.com/webpack/webpack-dev-server/commit/a8f40b74e6439a8281b9fe8868eb9db7e4c5de50)) - added the `app` option to be `Function` (by default only with `connect` compatibility frameworks) ([3096148](https://redirect.github.com/webpack/webpack-dev-server/commit/3096148746c906105c4424352f5b5ad1bff0fd4f)) - allow the `server` option to be `Function` ([#​5275](https://redirect.github.com/webpack/webpack-dev-server/issues/5275)) ([02a1c6d](https://redirect.github.com/webpack/webpack-dev-server/commit/02a1c6d788f5fc47c11cc7d910fd1b5e17aed886)) - http2 support for `connect` and `connect` compatibility frameworks which support HTTP2 ([#​5267](https://redirect.github.com/webpack/webpack-dev-server/issues/5267)) ([6509a3f](https://redirect.github.com/webpack/webpack-dev-server/commit/6509a3fd3eb5decb61f60a9f2db97d76f71ecb99)) ##### Bug Fixes - check the `platform` property to determinate the target ([#​5269](https://redirect.github.com/webpack/webpack-dev-server/issues/5269)) ([c3b532c](https://redirect.github.com/webpack/webpack-dev-server/commit/c3b532c6360317319793dcda22c76fbfc05fbdcf)) - ipv6 output ([#​5270](https://redirect.github.com/webpack/webpack-dev-server/issues/5270)) ([06005e7](https://redirect.github.com/webpack/webpack-dev-server/commit/06005e7cb99e4c412b968ed3fb786acfb8c2e037)) - replace `rimraf` with `rm` ([#​5162](https://redirect.github.com/webpack/webpack-dev-server/issues/5162)) ([1a1561f](https://redirect.github.com/webpack/webpack-dev-server/commit/1a1561f09bdfa7a98434d7d9cd62e323b887dfbf)) - replace default gateway ([#​5255](https://redirect.github.com/webpack/webpack-dev-server/issues/5255)) ([f5f0902](https://redirect.github.com/webpack/webpack-dev-server/commit/f5f09024ff4fe6625aa94bcd69439462d74013f0)) - support `devServer: false` ([#​5272](https://redirect.github.com/webpack/webpack-dev-server/issues/5272)) ([8b341cb](https://redirect.github.com/webpack/webpack-dev-server/commit/8b341cb8c1dc01cef62c70959620cd0cbd87fee7)) ##### [5.0.4](https://redirect.github.com/webpack/webpack-dev-server/compare/v5.0.3...v5.0.4) (2024-03-19) ##### Bug Fixes - **security:** bump webpack-dev-middleware ([#​5112](https://redirect.github.com/webpack/webpack-dev-server/issues/5112)) ([aab576a](https://redirect.github.com/webpack/webpack-dev-server/commit/aab576a9e4930a1731e8b0380c859552fc9a6e11)) ##### [5.0.3](https://redirect.github.com/webpack/webpack-dev-server/compare/v5.0.2...v5.0.3) (2024-03-12) ##### Bug Fixes - **types:** proxy ([#​5101](https://redirect.github.com/webpack/webpack-dev-server/issues/5101)) ([6e1aed3](https://redirect.github.com/webpack/webpack-dev-server/commit/6e1aed30ffd6456935b4fe22851cd560b0eae176)) ##### [5.0.2](https://redirect.github.com/webpack/webpack-dev-server/compare/v5.0.1...v5.0.2) (2024-02-16) ##### Bug Fixes - types ([#​5057](https://redirect.github.com/webpack/webpack-dev-server/issues/5057)) ([da2c24d](https://redirect.github.com/webpack/webpack-dev-server/commit/da2c24ddd92198a1337553457eedcece6af38195)) ##### [5.0.1](https://redirect.github.com/webpack/webpack-dev-server/compare/v5.0.0...v5.0.1) (2024-02-13) ##### Bug Fixes - avoid using eval in client ([#​5045](https://redirect.github.com/webpack/webpack-dev-server/issues/5045)) ([7681477](https://redirect.github.com/webpack/webpack-dev-server/commit/76814771dcebe80628b4462f5e1d30064ae226d5)) - overlay and `require-trusted-types-for` ([#​5046](https://redirect.github.com/webpack/webpack-dev-server/issues/5046)) ([e115436](https://redirect.github.com/webpack/webpack-dev-server/commit/e11543677120b004d1f20e11fdf34c07897c7b0c))

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.



This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 1 week ago

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: poetry.lock
Updating dependencies
Resolving dependencies...

Creating virtualenv c2cgeoform-sokykRoa-py3.12 in /home/ubuntu/.cache/pypoetry/virtualenvs

The current project's supported Python range (>=3.9,<3.13) is not compatible with some of the required packages Python requirement:
  - pyproj requires Python >=3.10, so it will not be satisfied for Python >=3.9,<3.10

Because c2cgeoform depends on pyproj (3.7.0) which requires Python >=3.10, version solving failed.

  • Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties

    For pyproj, a possible solution would be to set the `python` property to ">=3.10,<3.13"

    https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
    https://python-poetry.org/docs/dependency-specification/#using-environment-markers
renovate[bot] commented 6 days ago

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.