camptocamp / c2cgeoform

Camptocamp GeoForm project
4 stars 8 forks source link

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

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
babel (source) 2.15.0 -> 2.16.0 age adoption passing confidence
ol (source) 10.0.0 -> 10.1.0 age adoption passing confidence
proj4 (source) 2.11.0 -> 2.12.0 age adoption passing confidence
webpack 5.93.0 -> 5.94.0 age adoption passing confidence

Release Notes

python-babel/babel (babel) ### [`v2.16.0`](https://togithub.com/python-babel/babel/blob/HEAD/CHANGES.rst#Version-2160) [Compare Source](https://togithub.com/python-babel/babel/compare/v2.15.0...v2.16.0) Features ``` * CLDR: Upgrade to CLDR 45 by @​tomasr8 in :gh:`1077` * Lists: Support list format fallbacks by @​akx in :gh:`1099` * Messages: Initial support for reading mapping configuration as TOML by @​akx in :gh:`1108` Bugfixes ``` - CLDR: Do not allow substituting alternates or drafts in derived locales by [@​akx](https://togithub.com/akx) in :gh:`1113` - Core: Allow falling back to modifier-less locale data by [@​akx](https://togithub.com/akx) in :gh:`1104` - Core: Allow use of importlib.metadata for finding entrypoints by [@​akx](https://togithub.com/akx) in :gh:`1102` - Dates: Avoid crashing on importing localtime when TZ is malformed by [@​akx](https://togithub.com/akx) in :gh:`1100` - Messages: Allow parsing .po files that have an extant but empty Language header by [@​akx](https://togithub.com/akx) in :gh:`1101` - Messages: Fix `--ignore-dirs` being incorrectly read ([#​1094](https://togithub.com/python-babel/babel/issues/1094)) by [@​john-psina](https://togithub.com/john-psina) and [@​Edwin18](https://togithub.com/Edwin18) in :gh:`1052` and :gh:`1095` - Messages: Make pgettext search plurals when translation is not found by [@​tomasr8](https://togithub.com/tomasr8) in :gh:`1085` Infrastructure ``` * Replace deprecated `ast.Str` with `ast.Constant` by @​tomasr8 in :gh:`1083` * CI fixes by @​akx in :gh:`1080`, :gh:`1097`, :gh:`1103`, :gh:`1107` * Test on Python 3.13 beta releases by @​akx in * Normalize package name to lower-case in setup.py by @​akx in :gh:`1110` Documentation ~~~~~~~~~~~~~ * Add a mention to the docs that `format_skeleton(..., fuzzy=True)` may raise by @​tomasr8 in :gh:`1106` * Two hyperlinks (to CLDR) and some typos by @​buhtz in :gh:`1115` ```
openlayers/openlayers (ol) ### [`v10.1.0`](https://togithub.com/openlayers/openlayers/releases/tag/v10.1.0) [Compare Source](https://togithub.com/openlayers/openlayers/compare/v10.0.0...v10.1.0) Thanks to those who contributed to the 10.1 release! See below for a complete list of new features and fixes. #### šŸŽ‚ features - Add `has` to style expressions (by [@​bkuster](https://togithub.com/bkuster) in [https://github.com/openlayers/openlayers/pull/16063](https://togithub.com/openlayers/openlayers/pull/16063)) - WebGL / Implement the `line-metric` operator to apply styles/filter along a line (by [@​romprokop](https://togithub.com/romprokop) in [https://github.com/openlayers/openlayers/pull/15961](https://togithub.com/openlayers/openlayers/pull/15961)) - Add static `attributions` to attribution control constructor options (by [@​RobQuincey-DC](https://togithub.com/RobQuincey-DC) in [https://github.com/openlayers/openlayers/pull/16031](https://togithub.com/openlayers/openlayers/pull/16031)) - Add Terra Draw to list of 3rd Party Plugins (by [@​JamesLMilner](https://togithub.com/JamesLMilner) in [https://github.com/openlayers/openlayers/pull/16096](https://togithub.com/openlayers/openlayers/pull/16096)) #### šŸœ fixes - Focus for maps placed in ShadowRoot in custom HTML elements (by [@​chrismayer](https://togithub.com/chrismayer) in [https://github.com/openlayers/openlayers/pull/16094](https://togithub.com/openlayers/openlayers/pull/16094)) - Update jsdoc-plugin-typescript to fix `@override` handling (by [@​ahocevar](https://togithub.com/ahocevar) in [https://github.com/openlayers/openlayers/pull/16114](https://togithub.com/openlayers/openlayers/pull/16114)) - Do not transform M dimension (by [@​ahocevar](https://togithub.com/ahocevar) in [https://github.com/openlayers/openlayers/pull/16099](https://togithub.com/openlayers/openlayers/pull/16099)) - Fix WebGLTileLayer source types (by [@​ahocevar](https://togithub.com/ahocevar) in [https://github.com/openlayers/openlayers/pull/16097](https://togithub.com/openlayers/openlayers/pull/16097)) - Fix canvas group changes on webgl layers (revised) (by [@​kikuchan](https://togithub.com/kikuchan) in [https://github.com/openlayers/openlayers/pull/16100](https://togithub.com/openlayers/openlayers/pull/16100)) - Fix canvas group change on webgl layers (by [@​kikuchan](https://togithub.com/kikuchan) in [https://github.com/openlayers/openlayers/pull/16051](https://togithub.com/openlayers/openlayers/pull/16051)) - Fix color style for WebGL tile layer (by [@​kikuchan](https://togithub.com/kikuchan) in [https://github.com/openlayers/openlayers/pull/16075](https://togithub.com/openlayers/openlayers/pull/16075)) - Clear the RenderBox when the DragBox is removed from the Map (by [@​dlog6649](https://togithub.com/dlog6649) in [https://github.com/openlayers/openlayers/pull/16073](https://togithub.com/openlayers/openlayers/pull/16073)) - Fix [#​15926](https://togithub.com/openlayers/openlayers/issues/15926): Check property values for undefined (by [@​m-elseberg](https://togithub.com/m-elseberg) in [https://github.com/openlayers/openlayers/pull/16066](https://togithub.com/openlayers/openlayers/pull/16066)) - WebGL / fix flaky tests relying on patterns (by [@​jahow](https://togithub.com/jahow) in [https://github.com/openlayers/openlayers/pull/16056](https://togithub.com/openlayers/openlayers/pull/16056)) - Fix \*-fill-color: 'none' (by [@​ahocevar](https://togithub.com/ahocevar) in [https://github.com/openlayers/openlayers/pull/16050](https://togithub.com/openlayers/openlayers/pull/16050)) - Do not render when no tiles for current z (by [@​ahocevar](https://togithub.com/ahocevar) in [https://github.com/openlayers/openlayers/pull/16044](https://togithub.com/openlayers/openlayers/pull/16044)) - Add v9.2.4 to the API version selector and bump 8.1.0 to 8.2.0. (by [@​tplunket](https://togithub.com/tplunket) in [https://github.com/openlayers/openlayers/pull/16041](https://togithub.com/openlayers/openlayers/pull/16041))

šŸš¬ dependencies

- Add `@types/rbush` as dependency (by [@​MoonE](https://togithub.com/MoonE) in [https://github.com/openlayers/openlayers/pull/16085](https://togithub.com/openlayers/openlayers/pull/16085)) - Bump proj4 from 2.11.0 to 2.12.0 (by [@​openlayers](https://togithub.com/openlayers) in [https://github.com/openlayers/openlayers/pull/16107](https://togithub.com/openlayers/openlayers/pull/16107)) - Bump rollup from 4.20.0 to 4.21.0 (by [@​openlayers](https://togithub.com/openlayers) in [https://github.com/openlayers/openlayers/pull/16106](https://togithub.com/openlayers/openlayers/pull/16106)) - Bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 8.0.1 to 8.1.0 (by [@​openlayers](https://togithub.com/openlayers) in [https://github.com/openlayers/openlayers/pull/16105](https://togithub.com/openlayers/openlayers/pull/16105)) - Bump ol-mapbox-style from 12.3.4 to 12.3.5 (by [@​openlayers](https://togithub.com/openlayers) in [https://github.com/openlayers/openlayers/pull/16104](https://togithub.com/openlayers/openlayers/pull/16104)) - Bump puppeteer from 23.0.2 to 23.1.0 (by [@​openlayers](https://togithub.com/openlayers) in [https://github.com/openlayers/openlayers/pull/16103](https://togithub.com/openlayers/openlayers/pull/16103)) - Bump [@​octokit/rest](https://togithub.com/octokit/rest) from 21.0.1 to 21.0.2 (by [@​openlayers](https://togithub.com/openlayers) in [https://github.com/openlayers/openlayers/pull/16102](https://togithub.com/openlayers/openlayers/pull/16102)) - Bump marked from 13.0.3 to 14.0.0 (by [@​openlayers](https://togithub.com/openlayers) in [https://github.com/openlayers/openlayers/pull/16080](https://togithub.com/openlayers/openlayers/pull/16080)) - Bump rollup-plugin-external-globals from 0.11.0 to 0.12.0 (by [@​openlayers](https://togithub.com/openlayers) in [https://github.com/openlayers/openlayers/pull/16079](https://togithub.com/openlayers/openlayers/pull/16079)) - Bump mocha from 10.7.0 to 10.7.3 (by [@​openlayers](https://togithub.com/openlayers) in [https://github.com/openlayers/openlayers/pull/16077](https://togithub.com/openlayers/openlayers/pull/16077)) - Bump puppeteer from 22.15.0 to 23.0.2 (by [@​openlayers](https://togithub.com/openlayers) in [https://github.com/openlayers/openlayers/pull/16078](https://togithub.com/openlayers/openlayers/pull/16078)) - Bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 8.0.0 to 8.0.1 (by [@​openlayers](https://togithub.com/openlayers) in [https://github.com/openlayers/openlayers/pull/16081](https://togithub.com/openlayers/openlayers/pull/16081)) - Bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 7.17.0 to 8.0.0 (by [@​openlayers](https://togithub.com/openlayers) in [https://github.com/openlayers/openlayers/pull/16062](https://togithub.com/openlayers/openlayers/pull/16062)) - Bump karma from 6.4.3 to 6.4.4 (by [@​openlayers](https://togithub.com/openlayers) in [https://github.com/openlayers/openlayers/pull/16060](https://togithub.com/openlayers/openlayers/pull/16060)) - Bump puppeteer from 22.14.0 to 22.15.0 (by [@​openlayers](https://togithub.com/openlayers) in [https://github.com/openlayers/openlayers/pull/16061](https://togithub.com/openlayers/openlayers/pull/16061)) - Bump rollup from 4.19.2 to 4.20.0 (by [@​openlayers](https://togithub.com/openlayers) in [https://github.com/openlayers/openlayers/pull/16059](https://togithub.com/openlayers/openlayers/pull/16059)) - Bump rollup from 4.19.1 to 4.19.2 (by [@​openlayers](https://togithub.com/openlayers) in [https://github.com/openlayers/openlayers/pull/16052](https://togithub.com/openlayers/openlayers/pull/16052)) - Bump typescript from 5.5.3 to 5.5.4 (by [@​openlayers](https://togithub.com/openlayers) in [https://github.com/openlayers/openlayers/pull/16036](https://togithub.com/openlayers/openlayers/pull/16036)) - Bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 7.16.1 to 7.17.0 (by [@​openlayers](https://togithub.com/openlayers) in [https://github.com/openlayers/openlayers/pull/16035](https://togithub.com/openlayers/openlayers/pull/16035)) - Bump rollup from 4.19.0 to 4.19.1 (by [@​openlayers](https://togithub.com/openlayers) in [https://github.com/openlayers/openlayers/pull/16034](https://togithub.com/openlayers/openlayers/pull/16034)) - Bump puppeteer from 22.13.1 to 22.14.0 (by [@​openlayers](https://togithub.com/openlayers) in [https://github.com/openlayers/openlayers/pull/16033](https://togithub.com/openlayers/openlayers/pull/16033)) - Bump marked from 13.0.2 to 13.0.3 (by [@​openlayers](https://togithub.com/openlayers) in [https://github.com/openlayers/openlayers/pull/16032](https://togithub.com/openlayers/openlayers/pull/16032))
##### šŸ† new contributors * @​tplunket made their first contributi[https://github.com/openlayers/openlayers/pull/16041](https://togithub.com/openlayers/openlayers/pull/16041)/16041 * @​RobQuincey-DC made their first contributi[https://github.com/openlayers/openlayers/pull/16031](https://togithub.com/openlayers/openlayers/pull/16031)/16031 * @​m-elseberg made their first contributi[https://github.com/openlayers/openlayers/pull/16066](https://togithub.com/openlayers/openlayers/pull/16066)/16066 * @​dlog6649 made their first contributi[https://github.com/openlayers/openlayers/pull/16073](https://togithub.com/openlayers/openlayers/pull/16073)/16073 * @​romprokop made their first contributi[https://github.com/openlayers/openlayers/pull/15961](https://togithub.com/openlayers/openlayers/pull/15961)/15961 * @​JamesLMilner made their first contributi[https://github.com/openlayers/openlayers/pull/16096](https://togithub.com/openlayers/openlayers/pull/16096)/16096 ##### šŸ“œ full changelog https://github.com/openlayers/openlayers/compare/v10.0.0...v10.1.0
proj4js/proj4js (proj4) ### [`v2.12.0`](https://togithub.com/proj4js/proj4js/releases/tag/v2.12.0) [Compare Source](https://togithub.com/proj4js/proj4js/compare/2.11.0...2.12.0) #### What's Changed - Refine errors and documentation about supported wkt strings by [@​anne-gropler](https://togithub.com/anne-gropler) in [https://github.com/proj4js/proj4js/pull/471](https://togithub.com/proj4js/proj4js/pull/471) - Add the Bonne projection by [@​ahocevar](https://togithub.com/ahocevar) in [https://github.com/proj4js/proj4js/pull/473](https://togithub.com/proj4js/proj4js/pull/473) #### New Contributors - [@​anne-gropler](https://togithub.com/anne-gropler) made their first contribution in [https://github.com/proj4js/proj4js/pull/471](https://togithub.com/proj4js/proj4js/pull/471) **Full Changelog**: https://github.com/proj4js/proj4js/compare/2.11.0...v2.12.0
webpack/webpack (webpack) ### [`v5.94.0`](https://togithub.com/webpack/webpack/compare/v5.93.0...eabf85d8580dfcb876b56957ba5488222a4f7873) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.93.0...v5.94.0)

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.