camptocamp / c2cgeoportal

c2cgeoportal application
http://geomapfish.org
Other
64 stars 46 forks source link

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

Closed renovate[bot] closed 3 days ago

renovate[bot] commented 3 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@babel/plugin-transform-typescript (source) 7.24.8 -> 7.25.2 age adoption passing confidence devDependencies minor
@snyk/protect 1.1291.1 -> 1.1293.0 age adoption passing confidence dependencies minor
@typescript-eslint/eslint-plugin (source) 8.0.1 -> 8.4.0 age adoption passing confidence dependencies minor
@typescript-eslint/parser (source) 8.0.1 -> 8.4.0 age adoption passing confidence dependencies minor
Babel (source) 2.14.0 -> 2.16.0 age adoption passing confidence dev-dependencies minor
Fiona 1.9.6 -> 1.10.0 age adoption passing confidence dependencies minor
Pygments (changelog) 2.17.2 -> 2.18.0 age adoption passing confidence dependencies minor
Sphinx-Substitution-Extensions 2024.2.25 -> 2024.8.6 age adoption passing confidence dependencies minor
azure-storage-blob (source) 12.19.1 -> 12.22.0 age adoption passing confidence dependencies minor
bitnami/redis (source) 7.2.5 -> 7.4.0 age adoption passing confidence minor
bitnami/redis-sentinel (source) 7.2.5 -> 7.4.0 age adoption passing confidence minor
bootstrap-table (source) 1.22.6 -> 1.23.2 age adoption passing confidence dependencies minor
boto3 1.34.162 -> 1.35.11 age adoption passing confidence dependencies minor
c2cgeoform 2.2.5 -> 2.4.0 age adoption passing confidence dependencies minor
camptocamp/tilecloud-chain 1.20 -> 1.21 age adoption passing confidence minor
commander 12.0.0 -> 12.1.0 age adoption passing confidence dependencies minor
fiona 1.9.6 -> 1.10.0 age adoption passing confidence dependencies minor
ghcr.io/osgeo/gdal ubuntu-small-3.8.5 -> ubuntu-small-3.9.2 age adoption passing confidence final minor
lxml (source, changelog) 5.2.2 -> 5.3.0 age adoption passing confidence dependencies minor
mapbox-vector-tile 2.0.1 -> 2.1.0 age adoption passing confidence dev-dependencies minor
pip (changelog) ==24.1.2 -> ==24.2 age adoption passing confidence minor
pre-commit 3.7.1 -> 3.8.0 age adoption passing confidence dev-dependencies minor
pytest (changelog) 8.2.2 -> 8.3.2 age adoption passing confidence dev-dependencies minor
python 3.10 -> 3.13.0rc1-windowsservercore-ltsc2022 age adoption passing confidence minor
redis 7.2 -> 7.4 age adoption passing confidence minor
setuptools (changelog) 74.0.0 -> 74.1.1 age adoption passing confidence dependencies minor
sphinx-argparse (changelog) 0.4.0 -> 0.5.2 age adoption passing confidence dependencies minor
tilecloud 1.11.0 -> 1.12.3 age adoption passing confidence dependencies minor
tilecloud-chain 1.20.0 -> 1.21.0 age adoption passing confidence dependencies minor
types-requests (changelog) 2.31.0.20240406 -> 2.32.0.20240712 age adoption passing confidence dev-dependencies minor

Release Notes

babel/babel (@​babel/plugin-transform-typescript) ### [`v7.25.2`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7252-2024-07-30) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.25.0...v7.25.2) ##### :bug: Bug Fix - `babel-core`, `babel-traverse` - [#​16695](https://redirect.github.com/babel/babel/pull/16695) Ensure that `requeueComputedKeyAndDecorators` is available ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ### [`v7.25.0`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7250-2024-07-26) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.24.8...v7.25.0) ##### :eyeglasses: Spec Compliance - `babel-helpers`, `babel-plugin-proposal-explicit-resource-management`, `babel-runtime-corejs3` - [#​16537](https://redirect.github.com/babel/babel/pull/16537) `await using` normative updates ([@​JLHwung](https://redirect.github.com/JLHwung)) - `babel-plugin-transform-typescript` - [#​16602](https://redirect.github.com/babel/babel/pull/16602) Ensure enum members syntactically determinable to be strings do not get reverse mappings ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) ##### :rocket: New Feature - `babel-helper-create-class-features-plugin`, `babel-helper-function-name`, `babel-helper-plugin-utils`, `babel-helper-wrap-function`, `babel-plugin-bugfix-safari-class-field-initializer-scope`, `babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression`, `babel-plugin-transform-classes`, `babel-plugin-transform-function-name`, `babel-preset-env`, `babel-traverse`, `babel-types` - [#​16658](https://redirect.github.com/babel/babel/pull/16658) Move `ensureFunctionName` to `NodePath.prototype` ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-helper-hoist-variables`, `babel-helper-plugin-utils`, `babel-plugin-proposal-async-do-expressions`, `babel-plugin-transform-modules-systemjs`, `babel-traverse` - [#​16644](https://redirect.github.com/babel/babel/pull/16644) Move `hoistVariables` to `Scope.prototype` ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-helper-module-transforms`, `babel-helper-plugin-utils`, `babel-helper-split-export-declaration`, `babel-plugin-transform-classes`, `babel-traverse`, `babel-types` - [#​16645](https://redirect.github.com/babel/babel/pull/16645) Move `splitExportDeclaration` to `NodePath.prototype` ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-helper-environment-visitor`, `babel-helper-module-transforms`, `babel-helper-plugin-utils`, `babel-helper-remap-async-to-generator`, `babel-helper-replace-supers`, `babel-plugin-bugfix-firefox-class-in-computed-class-key`, `babel-plugin-bugfix-v8-static-class-fields-redefine-readonly`, `babel-plugin-transform-async-generator-functions`, `babel-plugin-transform-classes`, `babel-traverse` - [#​16649](https://redirect.github.com/babel/babel/pull/16649) Move `environment-visitor` helper into `@babel/traverse` ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-core`, `babel-parser` - [#​16480](https://redirect.github.com/babel/babel/pull/16480) Expose wether a module has TLA or not as `.extra.async` ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-compat-data`, `babel-plugin-bugfix-safari-class-field-initializer-scope`, `babel-preset-env` - [#​16569](https://redirect.github.com/babel/babel/pull/16569) Introduce `bugfix-safari-class-field-initializer-scope` ([@​davidtaylorhq](https://redirect.github.com/davidtaylorhq)) - `babel-plugin-transform-block-scoping`, `babel-traverse`, `babel-types` - [#​16551](https://redirect.github.com/babel/babel/pull/16551) Add `NodePath#getAssignmentIdentifiers` ([@​JLHwung](https://redirect.github.com/JLHwung)) - `babel-helper-import-to-platform-api`, `babel-plugin-proposal-json-modules` - [#​16579](https://redirect.github.com/babel/babel/pull/16579) Add `uncheckedRequire` option for JSON imports to CJS ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-helper-transform-fixture-test-runner`, `babel-node` - [#​16642](https://redirect.github.com/babel/babel/pull/16642) Allow using custom config in `babel-node --eval` ([@​slatereax](https://redirect.github.com/slatereax)) - `babel-compat-data`, `babel-helper-create-regexp-features-plugin`, `babel-plugin-proposal-duplicate-named-capturing-groups-regex`, `babel-plugin-transform-duplicate-named-capturing-groups-regex`, `babel-preset-env`, `babel-standalone` - [#​16445](https://redirect.github.com/babel/babel/pull/16445) Add `duplicate-named-capturing-groups-regex` to `preset-env` ([@​JLHwung](https://redirect.github.com/JLHwung)) ##### :bug: Bug Fix - `babel-generator` - [#​16678](https://redirect.github.com/babel/babel/pull/16678) Print parens around as expressions on the LHS ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-template`, `babel-types` - [#​15286](https://redirect.github.com/babel/babel/pull/15286) fix: Props are lost when the template replaces the node ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) ##### :house: Internal - Other - [#​16674](https://redirect.github.com/babel/babel/pull/16674) bump gulp to 5 ([@​JLHwung](https://redirect.github.com/JLHwung)) - `babel-generator` - [#​16651](https://redirect.github.com/babel/babel/pull/16651) Simplify the printing logic for `(` before ambiguous tokens ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-helper-function-name`, `babel-plugin-transform-arrow-functions`, `babel-plugin-transform-function-name`, `babel-preset-env`, `babel-traverse` - [#​16652](https://redirect.github.com/babel/babel/pull/16652) Simplify `helper-function-name` logic ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ##### :running_woman: Performance - `babel-parser`, `babel-plugin-proposal-pipeline-operator` - [#​16461](https://redirect.github.com/babel/babel/pull/16461) Some minor parser performance improvements for ts ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) ##### :microscope: Output optimization - `babel-plugin-transform-classes` - [#​16670](https://redirect.github.com/babel/babel/pull/16670) Reduce redundant `assertThisInitialized` ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-helper-create-class-features-plugin`, `babel-helper-replace-supers`, `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-classes`, `babel-plugin-transform-exponentiation-operator`, `babel-plugin-transform-object-super`, `babel-plugin-transform-private-methods`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​16374](https://redirect.github.com/babel/babel/pull/16374) Improve `super.x` output ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-plugin-transform-class-properties`, `babel-plugin-transform-classes` - [#​16656](https://redirect.github.com/babel/babel/pull/16656) Simplify output for anonymous classes with no methods ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))
snyk/snyk (@​snyk/protect) ### [`v1.1293.0`](https://redirect.github.com/snyk/cli/releases/tag/v1.1293.0) [Compare Source](https://redirect.github.com/snyk/snyk/compare/v1.1292.4...v1.1293.0) The Snyk CLI is being deployed to different deployment channels, users can select the stability level according to their needs. For details please see [this documentation](https://docs.snyk.io/snyk-cli/releases-and-channels-for-the-snyk-cli) ##### News - Starting with this version, Snyk cli binaries will be distributed via `downloads.snyk.io` instead of `static.snyk.io`. This includes intallation from `npm`, `homebrew` and `scoop` as well as many of the CI/CD integrations. ##### Features - **sbom:** add support for license issues in sbom test ([6948668](https://redirect.github.com/snyk/snyk/commit/6948668d57523c2e7fd76ff363cf2d1625b6f0f3)) - **auth:** Use OAuth2 as default authentication mechanism ([35949c4](https://redirect.github.com/snyk/snyk/commit/35949c4acdd3bcbd510a6ac076523f21366b91c2)) - **config:** Introduce config environment command ([0d8dd2b](https://redirect.github.com/snyk/snyk/commit/0d8dd2b04278e38fe5fd335ec3023f753c944988)) - **container:** When docker is not installed, platform parameter is now supported ([64b405d](https://redirect.github.com/snyk/snyk/commit/64b405d02733fb2423798f4cfbff19fa04110c2d)) ##### Bug Fixes - **auth:** align auth failure error messages for oauth ([e3bfec3](https://redirect.github.com/snyk/snyk/commit/e3bfec354e56499a2266a45804d0a93d17f46bce)) - **auth:** ensure environment variable precedence for auth tokens ([24417d6](https://redirect.github.com/snyk/snyk/commit/24417d6e7c7661c1a288a1f01502af17fdb54e64)) - **test:** fix a bug related to multi-project .NET folder structures ([755a38f](https://redirect.github.com/snyk/snyk/commit/755a38fc6b5c7b4f7631fced9e8f0fd8ed391819)) - **test:** multiple pnpm workspace improvements ([da5c14f](https://redirect.github.com/snyk/snyk/commit/da5c14fc344f17c7ac8c0969f2e0cb24ba59b6cd)) - **test:** fixes a bug regarding Snyk attempting to get the dependencies from the wrong nuget \*.deps.json file.([2e17434](https://redirect.github.com/snyk/snyk/commit/2e17434de99d342ea7dcedf5ba5bd250aae85eb3)) - **test:** support for pipenv with python 3.12 ([09df3bc](https://redirect.github.com/snyk/snyk/commit/09df3bc7dbcb184a56021ead7703732fa66ea273)) - **test:** support multi-part comparison for python pip versions. ([b625eb9](https://redirect.github.com/snyk/snyk/commit/b625eb90410d69047ef87b65cc0289f9360251fe)) - **container:** container monitor with --json now outputs valid json([039c9bd](https://redirect.github.com/snyk/snyk/commit/039c9bd13efa9397a8e442e80206bfabcc529125)) - **container:** support hashing large .jar files ([6f82231](https://redirect.github.com/snyk/snyk/commit/6f822317209e8b60bb07bf073bdcb9c78f402eb8)) - **sbom:** fix issues in JSON output of `sbom test` command, include CWE values on `CWE` property ([#​5331](https://redirect.github.com/snyk/snyk/issues/5331)) ([99773c3](https://redirect.github.com/snyk/snyk/commit/99773c3eac6c41c61c9da7fc0f1b991e5298dc37)) - **sbom:** include all detected dep-graphs of a container image ([ea43977](https://redirect.github.com/snyk/snyk/commit/ea439770e88093d1a99d88957f48ea63ea82b09a)) - **iac:** fixed an issue where the resource path was missing for certain Terraform resources. [IAC-3015](\[0b5823a]\(https://github.com/snyk/snyk/commit/0b5823ae2673bfbec7a055c881e8055eeb8c01ee\)) - **general:** map previously unhandled exit codes to exit code 2 ([9fde4fe](https://redirect.github.com/snyk/snyk/commit/9fde4fec680f2ae0650baf6b1cfed5908984e9ef)) - **general:** use entitlements when signing bundled macos binaries ([bebc59c](https://redirect.github.com/snyk/snyk/commit/bebc59cbfbd20aef2e8531845579f2d78c5b07ca)) ### [`v1.1292.4`](https://redirect.github.com/snyk/cli/releases/tag/v1.1292.4) [Compare Source](https://redirect.github.com/snyk/snyk/compare/v1.1292.3...v1.1292.4) The Snyk CLI is being deployed to different deployment channels, users can select the stability level according to their needs. For details please see [this documentation](https://docs.snyk.io/snyk-cli/releases-and-channels-for-the-snyk-cli) #### Complete changelog ##### Bug Fixes - **deployment:** Rollback of digital signature for the bundled macOS binary ([#​5416](https://redirect.github.com/snyk/cli/pull/5416)) ### [`v1.1292.3`](https://redirect.github.com/snyk/cli/releases/tag/v1.1292.3) [Compare Source](https://redirect.github.com/snyk/snyk/compare/v1.1292.2...v1.1292.3) The Snyk CLI is being deployed to different deployment channels, users can select the stability level according to their needs. For details please see [this documentation](https://docs.snyk.io/snyk-cli/releases-and-channels-for-the-snyk-cli) ##### Complete changelog ##### Bug Fixes - **deployment:** Add digital signature for the bundled macOS binary ([#​5404](https://redirect.github.com/snyk/cli/pull/5404)) ### [`v1.1292.2`](https://redirect.github.com/snyk/cli/releases/tag/v1.1292.2) [Compare Source](https://redirect.github.com/snyk/snyk/compare/v1.1292.1...v1.1292.2) The Snyk CLI is being deployed to different deployment channels, users can select the stability level according to their needs. For details please see [this documentation](https://docs.snyk.io/snyk-cli/releases-and-channels-for-the-snyk-cli) #### Complete changelog ##### Bug Fixes - **container test:** Improve the accuracy of identifying npm projects within docker images by removing the explicit folder ignore rules ([#​5384](https://redirect.github.com/snyk/snyk/issues/5384)) - **container test:** Pass platform parameter when pulling an image from a container registry ([#​5360](https://redirect.github.com/snyk/snyk/issues/5360)) ### [`v1.1292.1`](https://redirect.github.com/snyk/cli/releases/tag/v1.1292.1) [Compare Source](https://redirect.github.com/snyk/snyk/compare/v1.1292.0...v1.1292.1) The Snyk CLI is being deployed to different deployment channels, users can select the stability level according to their needs. For details please see [this documentation](https://docs.snyk.io/snyk-cli/releases-and-channels-for-the-snyk-cli) #### Complete changelog ##### Bug Fixes - **test,monitor**: fix improper permission error handling when accessing 'enablePnpmCli' feature flag ### [`v1.1292.0`](https://redirect.github.com/snyk/cli/releases/tag/v1.1292.0) [Compare Source](https://redirect.github.com/snyk/snyk/compare/v1.1291.1...v1.1292.0) The Snyk CLI is being deployed to different deployment channels, users can select the stability level according to their needs. For details please see [this documentation](https://docs.snyk.io/snyk-cli/releases-and-channels-for-the-snyk-cli) ##### News This Snyk CLI release delivers an assortment of bug fixes and improvements. - We've added support for pnpm, giving you more flexibility in your project setup. - You can now scan npm/yarn projects even without lockfiles, ensuring comprehensive vulnerability detection regardless of your dependency management approach. - We're committed to strengthening security. This release includes redaction of additional sensitive data in debug logs, minimizing potential risks. #### Complete changelog ##### Features - **test:** Added pnpm support under 'enablePnpmCli' feature flag ([#​5181](https://redirect.github.com/snyk/snyk/issues/5181)) ([46769cc](https://redirect.github.com/snyk/snyk/commit/46769ccefc0c9ca98a44ad4bdd2b4d8161294dbf)) - **test:** Support scan of npm/yarn projects without lockfiles ([e2d77a9](https://redirect.github.com/snyk/snyk/commit/e2d77a93da3701f4ade32e7432f870945c3763b2)) - **monitor:** Set target-reference in the monitor request ([51ed8f5](https://redirect.github.com/snyk/snyk/commit/51ed8f53595d7545537900762836823ced29c958)) - **code:** Centrally check if code test is enabled ([#​5239](https://redirect.github.com/snyk/snyk/issues/5239)) ([e5a00e2](https://redirect.github.com/snyk/snyk/commit/e5a00e24cbe17b3b9859a39d74f1fe85e773ae4b)) - **sbom:** Improve depgraph for Maven projects ([fbb33d7](https://redirect.github.com/snyk/snyk/commit/fbb33d7e17f5866501abd4e4022e86eecb390415)) - **sbom:** Use RFC 3339 for all timestamps in sbom test result ([#​5204](https://redirect.github.com/snyk/snyk/issues/5204)) ([91bf191](https://redirect.github.com/snyk/snyk/commit/91bf1911997534c0bc2a6c0e093cf113f1292c49)) - **language-server:** Add --all-projects flag scans by default[#​5247](https://redirect.github.com/snyk/snyk/issues/5247)k/snyk/issues/5247\)) ([fdcf30e](https://redirect.github.com/snyk/snyk/commit/fdcf30e7421b7f8342d11003508f293661264a66)) - **language-server:** Enable incremental scanning[#​5291](https://redirect.github.com/snyk/snyk/issues/5291)k/snyk/issues/5291\)) ([d198685](https://redirect.github.com/snyk/snyk/commit/d1986856b152419e1712fa2c35b9b73303c428f9)) - **language-server:** Add support for IDE themes ([c1c4d08](https://redirect.github.com/snyk/snyk/commit/c1c4d0805252ee96c7e081edd6b4e42a23cee3b8)) - **language-server:** Consistent styling across intellij and vscode ([#​5282](https://redirect.github.com/snyk/snyk/issues/5282)) ([9aa6f76](https://redirect.github.com/snyk/snyk/commit/9aa6f76201661e8270a92ccc38c75285df435634)) - **logging:** Redact additional types of sensitive data from debug logs ([#​5254](https://redirect.github.com/snyk/snyk/issues/5254)) ([056cdab](https://redirect.github.com/snyk/snyk/commit/056cdab070102aec927db831090b5bb82df9d31e)) ##### Bug Fixes - **auth:** Autodetect IDE usage and fallback to API token based authentication ([#​5241](https://redirect.github.com/snyk/snyk/issues/5241)) ([4c795e0](https://redirect.github.com/snyk/snyk/commit/4c795e008e17386ac04466a45a9785e81258853b)) - **iac:** Upgrade iac custom rules to address Vulnerabilities[#​5191](https://redirect.github.com/snyk/snyk/issues/5191)yk/snyk/issues/5191\)) ([453db24](https://redirect.github.com/snyk/snyk/commit/453db24fb3fa8e58e4a69920ba18045ecbd650a2)) - **language-server:** Caching problem when no vulnerabilities in the IDE ([#​5223](https://redirect.github.com/snyk/snyk/issues/5223)) ([89c9491](https://redirect.github.com/snyk/snyk/commit/89c949162edd89d0553b6e6cbb1c14c62379eae9)) - **language-server:** Remove incorrect /v1 path ([#​5214](https://redirect.github.com/snyk/snyk/issues/5214)) ([cf16470](https://redirect.github.com/snyk/snyk/commit/cf16470090b6f1db7fd7f7577a243e4d356d843f)) - **dependencies:** Update dependencies to reduce vulnerabilities ([#​5131](https://redirect.github.com/snyk/snyk/issues/5131)) ([4c7cb3c](https://redirect.github.com/snyk/snyk/commit/4c7cb3cd0931e0b8717425ac4857b116cee001ee)) - **sbom:** sbom test output padding ([e3b7cac](https://redirect.github.com/snyk/snyk/commit/e3b7cac1b3fc628407e1ba520302f3569684d115)) - **sbom:** Fix container purl generation for apt and rpm ([#​5207](https://redirect.github.com/snyk/snyk/issues/5207)) ([fa9d512](https://redirect.github.com/snyk/snyk/commit/fa9d512512203adcdc133ed988ac260543f8816a)) - **sbom:** Retain error code during SBOM generation ([#​5202](https://redirect.github.com/snyk/snyk/issues/5202)) ([5e98aaa](https://redirect.github.com/snyk/snyk/commit/5e98aaa6b14fe2d3622a3cc1ce76b655f43bb42c)) - **test:** support cyclic dependencies in maven with dverbose ([#​5208](https://redirect.github.com/snyk/snyk/issues/5208)) ([fb24c02](https://redirect.github.com/snyk/snyk/commit/fb24c024a8bee69ae59acf79adfac7866255b2b7)) - **test:** Add tool version and informationUri to sarif output ([#​5203](https://redirect.github.com/snyk/snyk/issues/5203)) ([b899fd3](https://redirect.github.com/snyk/snyk/commit/b899fd3af211e8b95656a08b9b0ecefc086ef5d5)) - **test:** fixing several .NET bugs ([#​5217](https://redirect.github.com/snyk/snyk/issues/5217)) ([c27d767](https://redirect.github.com/snyk/snyk/commit/c27d7671c1c9d20089f10663b71875e6bcf05481)) - **test:** fixing a bug causing .NET beta scanning to fail on older versions of .NET ([#​5228](https://redirect.github.com/snyk/snyk/issues/5228)) ([5fdecf7](https://redirect.github.com/snyk/snyk/commit/5fdecf72e6f370bd31baadce6d1e5273018798c1)) - **test:** .NET runtime resolution testing now supports projects targeting .NET Standard frameworks ([#​5169](https://redirect.github.com/snyk/snyk/issues/5169)) ([44d0861](https://redirect.github.com/snyk/snyk/commit/44d0861e41de81f847c6b57c74a67c5fc816e9df)) - **test:** fix issues of type 'Cannot find module ...' in snyk-docker-plugin ([#​5301](https://redirect.github.com/snyk/snyk/issues/5301)) ([88efd54](https://redirect.github.com/snyk/snyk/commit/88efd549956513fd3052de8af47da5d0a1bfb477)) - **monitor:** fix project name when using assets-project-name flag ([#​5077](https://redirect.github.com/snyk/snyk/issues/5077)) ([57dc718](https://redirect.github.com/snyk/snyk/commit/57dc7189eb6c353041b8526af3fe939b0526d996))
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v8.4.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#840-2024-09-02) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.3.0...v8.4.0) This was a version bump only for eslint-plugin to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v8.3.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#830-2024-08-26) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.2.0...v8.3.0) ##### 🚀 Features - **eslint-plugin:** \[no-deprecation] add rule ##### 🩹 Fixes - **eslint-plugin:** \[no-unnecessary-template-expression] add missing parentheses in autofix - **eslint-plugin:** \[no-unnecessary-type-parameters] check mapped alias type arguments - **utils:** add `TSDeclareFunction` to `functionTypeTypes` - **ast-spec:** use `Expression` in argument of `ThrowStatement` ##### ❤️ Thank You - Abraham Guo - Daichi Kamiyama - Josh Goldberg ✨ - Kim Sang Du - Sukka - Vida Xie You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v8.2.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#820-2024-08-19) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.1.0...v8.2.0) ##### 🚀 Features - **eslint-plugin:** add suggestion to `require-await` to remove `async` keyword ##### 🩹 Fixes - **eslint-plugin:** \[use-unknown-in-catch-callback-variable] flag second argument of `.then` - **eslint-plugin:** \[no-unnecessary-type-assertion] conflict with TS for variables used before assignment - **eslint-plugin:** delete \[] in message if ReadOnly\ is detected - **eslint-plugin:** \[no-redundant-type-constituents] differentiate a types-error any from a true any - **eslint-plugin:** \[no-unnecessary-type-parameters] check mapped constraint types if necessary - **eslint-plugin:** \[no-unsafe-enum-comparison] add logic to see through intersections ##### ❤️ Thank You - Abraham Guo - Dave - Jake Bailey - James - Josh Goldberg ✨ - liuxingbaoyu - Yukihiro Hasegawa - Yutong Zhu You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v8.1.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#810-2024-08-12) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.0.1...v8.1.0) ##### 🚀 Features - **eslint-plugin:** \[no-floating-promises] enable "add await" suggestion if ignoreVoid is true - **typescript-estree:** restrict variable declarator definite/init combinations - **eslint-plugin:** \[no-unsafe-return] check promise any - **eslint-plugin:** \[no-misused-promises] check subtype methods against heritage type methods ##### 🩹 Fixes - **eslint-plugin:** \[no-unsafe-enum-comparison] typo in test - **eslint-plugin:** \[no-unnecessary-type-parameters] skip checking function bodies for AST references - **eslint-plugin:** \[member-ordering] get accessor member name & take into account `abstract` and decorator - **eslint-plugin:** \[prefer-optional-chain] wrong parenthesis fix output - **eslint-plugin:** \[no-unnecessary-type-parameters] clarify message ##### ❤️ Thank You - Aly Thobani - Brad Zacher - James - Josh Goldberg ✨ - Joshua Chen - Olivier Zalmanski - YeonJuan - Yukihiro Hasegawa You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v8.4.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#840-2024-09-02) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.3.0...v8.4.0) This was a version bump only for parser to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v8.3.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#830-2024-08-26) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.2.0...v8.3.0) This was a version bump only for parser to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v8.2.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#820-2024-08-19) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.1.0...v8.2.0) This was a version bump only for parser to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v8.1.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#810-2024-08-12) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.0.1...v8.1.0) This was a version bump only for parser to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
python-babel/babel (Babel) ### [`v2.16.0`](https://redirect.github.com/python-babel/babel/blob/HEAD/CHANGES.rst#Version-2160) [Compare Source](https://redirect.github.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://redirect.github.com/akx) in :gh:`1113` - Core: Allow falling back to modifier-less locale data by [@​akx](https://redirect.github.com/akx) in :gh:`1104` - Core: Allow use of importlib.metadata for finding entrypoints by [@​akx](https://redirect.github.com/akx) in :gh:`1102` - Dates: Avoid crashing on importing localtime when TZ is malformed by [@​akx](https://redirect.github.com/akx) in :gh:`1100` - Messages: Allow parsing .po files that have an extant but empty Language header by [@​akx](https://redirect.github.com/akx) in :gh:`1101` - Messages: Fix `--ignore-dirs` being incorrectly read ([#​1094](https://redirect.github.com/python-babel/babel/issues/1094)) by [@​john-psina](https://redirect.github.com/john-psina) and [@​Edwin18](https://redirect.github.com/Edwin18) in :gh:`1052` and :gh:`1095` - Messages: Make pgettext search plurals when translation is not found by [@​tomasr8](https://redirect.github.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` ``` ### [`v2.15.0`](https://redirect.github.com/python-babel/babel/blob/HEAD/CHANGES.rst#Version-2150) [Compare Source](https://redirect.github.com/python-babel/babel/compare/v2.14.0...v2.15.0) Python version support ``` * Babel 2.15.0 will require Python 3.8 or newer. (:gh:`1048`) Features ~~~~~~~~ * CLDR: Upgrade to CLDR 44 (:gh:`1071`) (@​akx) * Dates: Support for the "fall back to short format" logic for time delta formatting (:gh:`1075`) (@​akx) * Message: More versatile .po IO functions (:gh:`1068`) (@​akx) * Numbers: Improved support for alternate spaces when parsing numbers (:gh:`1007`) (@​ronnix's first contribution) Infrastructure ~~~~~~~~~~~~~~ * Upgrade GitHub Actions (:gh:`1054`) (@​cclauss's first contribution) * The Unicode license is now included in `locale-data` and in the documentation (:gh:`1074`) (@​akx) ```
Toblerity/Fiona (Fiona) ### [`v1.10.0`](https://redirect.github.com/Toblerity/Fiona/releases/tag/1.10.0) [Compare Source](https://redirect.github.com/Toblerity/Fiona/compare/1.9.6...1.10.0) This is 1.10.0. At last! The project has added 25 new contributors since 1.9.0, for a total of 73. Fiona 1.10 will continue to support classic GIS programming work with a record-style data model. Rows, that is, not columns. The changes since 1.9.6 are fully described in the changelog, split across pre-releases. Here is a high-level summary. ##### Deprecations - Python-style filter expressions for CLI commands are being replaced by Lisp-like expressions. - Some constants in the `fiona.schema` module will be removed in a future version. - The `fiona.path` module will be removed in a future version. This, and the previously mentioned constants, were not meant to be used by projects downstream. ##### New features - Python openers can connect filesystems implemented in Python, like `fsspec` or `tiledb.vfs`, to GDAL's own virtual filesystem machinery. In most cases, you should reply on GDAL's built-in virtual filesystem handlers. On the other hand, if you have unique or proprietary data access protocols, then fiona's new openers may be useful. - Fiona's CLI has three new commands, `filter` (strictly speaking, a new mode of this command), `map`, and `reduce`. These provide some great features for Unix-style data processing pipelines and are designed to work well with `jq` and programs of that nature. ##### Other changes This version is heavily refactored. If it's not paying off for you, let us know! ##### PyPI wheels The binary wheels on PyPI include GDAL 3.9.2 (3.9.1 for Windows), GEOS 3.11.2, and PROJ 9.4.1. ##### GDAL and Python versions Fiona 1.10.0 requires GDAL 3.4 and Python 3.8 or newer.
pygments/pygments (Pygments) ### [`v2.18.0`](https://redirect.github.com/pygments/pygments/blob/HEAD/CHANGES#Version-2180) [Compare Source](https://redirect.github.com/pygments/pygments/compare/2.17.2...2.18.0) (released May 4th, 2024) - New lexers: - Janet ([#​2557](https://redirect.github.com/pygments/pygments/issues/2557)) - Lean 4 ([#​2618](https://redirect.github.com/pygments/pygments/issues/2618), [#​2626](https://redirect.github.com/pygments/pygments/issues/2626)) - Luau ([#​2605](https://redirect.github.com/pygments/pygments/issues/2605)) - Mojo ([#​2691](https://redirect.github.com/pygments/pygments/issues/2691), [#​2515](https://redirect.github.com/pygments/pygments/issues/2515)) - org-mode ([#​2628](https://redirect.github.com/pygments/pygments/issues/2628), [#​2636](https://redirect.github.com/pygments/pygments/issues/2636)) - Promela ([#​2620](https://redirect.github.com/pygments/pygments/issues/2620)) - Soong / `Android.bp` ([#​2659](https://redirect.github.com/pygments/pygments/issues/2659)) - Tact ([#​2571](https://redirect.github.com/pygments/pygments/issues/2571)) - Typst ([#​2596](https://redirect.github.com/pygments/pygments/issues/2596)) - Updated lexers: - Awk: recognize ternary operator ([#​2687](https://redirect.github.com/pygments/pygments/issues/2687)) - Bash: add `openrc` alias ([#​2599](https://redirect.github.com/pygments/pygments/issues/2599), [#​2371](https://redirect.github.com/pygments/pygments/issues/2371)) - Coq: add keywords, lex more vernacular command arguments, produce fewer tokens on heading comments ([#​2678](https://redirect.github.com/pygments/pygments/issues/2678)) - DNS zone files: Fix comment parsing ([#​2595](https://redirect.github.com/pygments/pygments/issues/2595)) - Hy: Support unicode literals ([#​1126](https://redirect.github.com/pygments/pygments/issues/1126)) - Inform6: Update to Inform 6.42 ([#​2644](https://redirect.github.com/pygments/pygments/issues/2644)) - lean: Fix name handling ([#​2614](https://redirect.github.com/pygments/pygments/issues/2614)) - Logtalk: add `uninstantiation` keyword and recognize escape sequences ([#​2619](https://redirect.github.com/pygments/pygments/issues/2619)) - Macaulay2: Update to 1.23 ([#​2655](https://redirect.github.com/pygments/pygments/issues/2655)) - Python: fix highlighting of soft keywords before `None`/`True`/`False` - reStructuredText: use `Token.Comment` for comments instead of `Comment.Preproc` ([#​2598](https://redirect

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 was generated by Mend Renovate. View the repository job log.

sbrunner commented 3 months ago

Requires https://github.com/landscapeio/requirements-detector/issues/48

renovate[bot] commented 4 days 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 c2cgeoportal-THG_gjxG-py3.10 in /home/ubuntu/.cache/pypoetry/virtualenvs

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

Because c2cgeoportal depends on tilecloud (1.12.3) 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 tilecloud, a possible solution would be to set the `python` property to ">=3.10,<3.11"

    https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
    https://python-poetry.org/docs/dependency-specification/#using-environment-markers
renovate[bot] commented 4 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.