Open
Conversation
Deploying geodatalytics with
|
| Latest commit: |
daca9ed
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://383dddbb.geodatalytics.pages.dev |
| Branch Preview URL: | https://renovate-dev-deps.geodatalytics.pages.dev |
71df502 to
a60c788
Compare
726c153 to
05c7085
Compare
05c7085 to
daca9ed
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
25.5.0→25.5.20.9.0→0.9.1==6.0.1→==6.0.2==6.0.1→==6.0.2==3.16.8→==3.16.9==1.19.1→==1.20.0==0.15.7→==0.15.91.98.0→1.99.0==4.50.3→==4.52.0==1.33.4→==1.34.0==4.3.0.20260321→==4.3.0.202604028.0.2→8.0.3Release Notes
vuejs/tsconfig (@vue/tsconfig)
v0.9.1Compare Source
Notable Changes
Full Changelog: vuejs/tsconfig@v0.9.0...v0.9.1
typeddjango/django-stubs (django-stubs)
v6.0.2Compare Source
What's Changed
We now officially support
mypy@1.20.Since this release we run
tyover our test cases.swappableparameter to ForeignKey and OneToOneField by @emmanuel-ferdman in #3204backendattribute stub for authenticated users by @emmanuel-ferdman in #3210inoperator false positive with union types by @emmanuel-ferdman in #3206DJANGO_SETTINGS_MODULEis set by @emmanuel-ferdman in #3223NestedObjects.nestedreturn type tolist[Any]by @emmanuel-ferdman in #3226Modelinstead ofSelfin parms and addAltersDatainheritance by @emmanuel-ferdman in #3228django_stubs_extby @UnknownPlatypus in #3237booleanandempty_valuein admindisplaydecorator by @UnknownPlatypus in #3242field.attnamewith fallback tofield.nameby @UnknownPlatypus in #3248.values()field types on annotated querysets by @federicobond in #3232New Contributors
Full Changelog: typeddjango/django-stubs@6.0.1...6.0.2
typeddjango/djangorestframework-stubs (djangorestframework-stubs)
v3.16.9Compare Source
Versioning
django-stubs5.2.But
django-stubs6.0 will mostly also work if you use older Django.djangorestframework3.16 -- the next version will be updating to 3.17.Help wanted!
👉 Your help is needed to update stubs for
djangorestframeworkversion 3.17!What's Changed
APIClient.genericby @noamkush in #911RelatedField.get_querysettype by @amaral-daniel in #912documentationandschemasby @emmanuel-ferdman in #909paginationby @brianhelba in #917QuerySetrow-type through APIs handlingQuerySetby @brianhelba in #916rest_framework.schemasby @emmanuel-ferdman in #919rest_framework.utilsby @emmanuel-ferdman in #935Housekeeping
@overridedecorators & align mypy config with django-stubs by @intgr in #928noqa: F811directive by @intgr in #926New Contributors
Full Changelog: typeddjango/djangorestframework-stubs@3.16.8...3.16.9
python/mypy (mypy)
v1.20.0Compare Source
astral-sh/ruff (ruff)
v0.15.9Compare Source
Released on 2026-04-02.
Preview features
pyflakes] Flag annotated variable redeclarations asF811in preview mode (#24244)ruff] Allow dunder-named assignments in non-strict mode forRUF067(#24089)Bug fixes
flake8-errmsg] Avoid shadowing existingmsgin fix forEM101(#24363)flake8-simplify] Ignore pre-initialization references inSIM113(#24235)pycodestyle] FixW391fixes for consecutive empty notebook cells (#24236)pyupgrade] FixUP008nested class matching (#24273)pyupgrade] Ignore strings with string-only escapes (UP012) (#16058)ruff]RUF072: skip formfeeds on dedent (#24308)ruff] Avoid re-using symbol inRUF024fix (#24316)ruff] Parenthesize expression inRUF050fix (#24234)Rule changes
flake8-simplify] SuppressSIM105forexcept*before Python 3.12 (#23869)pyflakes] ExtendF507to flag%-format strings with zero placeholders (#24215)pyupgrade]UP018should detect more unnecessarily wrapped literals (UP018) (#24093)pyupgrade] FixUP008callable scope handling to support lambdas (#24274)ruff]RUF010: Mark fix as unsafe when it deletes a comment (#24270)Formatter
nested-string-quote-styleformatting option (#24312)Documentation
flake8-bugbear] Clarify RUF071 fix safety for non-path string comparisons (#24149)flake8-type-checking] Clarify import cycle wording forTC001/TC002/TC003(#24322)Other changes
|(#24343)Contributors
v0.15.8Compare Source
Released on 2026-03-26.
Preview features
ruff] New ruleunnecessary-if(RUF050) (#24114)ruff] New ruleuseless-finally(RUF072) (#24165)ruff] New rulef-string-percent-format(RUF073): warn when using%operator on an f-string (#24162)pyflakes] Recognizefrozendictas a builtin for Python 3.15+ (#24100)Bug fixes
flake8-async] Use fully-qualifiedanyio.lowlevelimport in autofix (ASYNC115) (#24166)flake8-bandit] Check tuple arguments for partial paths inS607(#24080)pyflakes] Skipundefined-name(F821) for conditionally deleted variables (#24088)E501/W505/formatter: Exclude nested pragma comments from line width calculation (#24071)%foo?parsing in IPython assignment expressions (#24152)analyze graph: resolve string imports that reference attributes, not just modules (#24058)Rule changes
eradicate] ignorety: ignorecomments inERA001(#24192)flake8-bandit] Treatsys.executableas trusted input inS603(#24106)flake8-self] RecognizeSelfannotation andselfassignment inSLF001(#24144)pyflakes]F507: Fix false negative for non-tuple RHS in%-formatting (#24142)refurb] Parenthesize generator arguments inFURB142fixer (#24200)Performance
Server
Documentation
extend-ignoreandextend-selectsettings documentation (#24064)Other changes
Contributors
sass/dart-sass (sass)
v1.99.0Compare Source
Add support for parent selectors (
&) at the root of the document. These areemitted as-is in the CSS output, where they're interpreted as the scoping
root.
User-defined functions named
calcorclampare no longer forbidden. Ifsuch a function exists without a namespace in the current module, it will be
used instead of the built-in
calc()orclamp()function.User-defined functions whose names begin with
-and end with-expression,-url,-and,-or, or-notare no longer forbidden. These wereoriginally intended to match vendor prefixes, but in practice no vendor
prefixes for these functions ever existed in real browsers.
User-defined functions named
EXPRESSION,URL, andELEMENT, those thatbegin with
-and end with-ELEMENT, as well as the same names with somelowercase letters are now deprecated, These are names conflict with plain CSS
functions that have special syntax.
See the Sass website for details.
In a future release, calls to functions whose names begin with
-and endwith
-expressionand-urlwill no longer have special parsing. For now,these calls are deprecated if their behavior will change in the future.
See the Sass website for details.
Calls to functions whose names begin with
-and end with-progid:...aredeprecated.
See the Sass website for details.
tox-dev/tox (tox)
v4.52.0Compare Source
What's Changed
Full Changelog: tox-dev/tox@4.51.0...4.52.0
v4.51.0Compare Source
What's Changed
base_python_fileconfig option by @rahuldevikar in #3899New Contributors
Full Changelog: tox-dev/tox@4.50.3...4.51.0
tox-dev/tox-uv (tox-uv)
v1.34.0Compare Source
What's Changed
Full Changelog: tox-dev/tox-uv@1.33.4...1.34.0
vitejs/vite (vite)
v8.0.3Compare Source
Features
Bug Fixes
metaidentifier insideimport.metawhen a binding namedmetaexists (#22019) (cff5f0c)Miscellaneous Chores
Tests
getCssFilesForChunk(#22016) (43fbbf9)Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (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.
This PR was generated by Mend Renovate. View the repository job log.