deps(deps): update dependencies-non-major #78
Closed
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:
2.6.0
->2.8.0
3.0.0
->3.4.0
3.49.0
->3.59.2
3.1.0
->3.3.0
Release Notes
netlify/functions (@netlify/functions)
v2.8.0
Compare Source
Features
excludedPath
property (#509) (5c390ab)Bug Fixes
v2.7.0
Compare Source
Features
Bug Fixes
v2.6.3
Compare Source
Bug Fixes
mapbox/mapbox-gl-js (mapbox-gl)
v3.4.0
Compare Source
Features and improvements ✨
dynamic: true
option for GeoJSON sources that enables partial update API withsource.updateData
method. Further optimizations for this mode are expected in future releases.Map
setConfig
,getConfig
,setSchema
andgetSchema
methods for batch setting of style configuration options.config
option for theMap
constructor andsetStyle
methods for conveniently setting style configuration options on map initialization.icon-color-saturation
,icon-color-contrast
,icon-color-brightness-min
andicon-color-brightness-max
to control symbol layer appearance.line-join
mode:none
to improve line pattern distortions around joins.model-id
property to support URIs (in addition to style-defined model references).devtools
UI.Bug fixes 🐞
flyTo
ignoringpadding
in its options.cameraForBounds
on globe view. (h/t @jonasnoki) #13126preloadOnly
not preloading tiles from style imports.queryRenderedFeatures
for non-integer ID in non-tiled model sourcesmodel-scale
property for large number of 3D models.raster-particle
layer on globe view.raster-array
data.symbol-z-elevate
.raster-particle
layer on certain Android devices.v3.3.0
Compare Source
Features and improvements ✨
raster-array
source type, representing a new experimental Mapbox Raster Tile format which encodes series of tiled raster data (such as weather time series).raster-particle
layer which animates particles of different speed and color based on underlyingraster-array
data.addImport
,moveImport
,updateImport
, andremoveImport
API methods.getSlot
, andsetSlot
API methods to control layers' slots.queryRenderedFeatures
.raster-elevation
support for tiled raster sources.config
expression support in fog.Bug fixes 🐞
maxZoom
.setStyle
.z
offset when the opacity is evaluated at 0 on the zoom change.format
expression in theconfig
expression.symbol-sort-key
property.v3.2.0
Compare Source
Features and improvements ✨
devtools: true
inMap
options.map.areTilesLoaded
.fill-extrusion-flood-light-ground-radius
property.fill-extrusion-cutoff-fade-range
property.Bug fixes 🐞
map.flyTo
withpadding
option was setting and overriding map's padding.url
ortiles
is missing from source, i.e. in MapTiler source.config
expression chaining through nested styles and other issues related to config scope.config
andformat
expressions not working together.v3.1.2
Compare Source
Bug fixes 🐞
v3.1.1
Compare Source
Bug fixes 🐞
fill-extrusions
not being displayed in alternative projections.v3.1.0
Compare Source
Features and improvements ✨
raster-elevation
property for elevating raster layers to a constant height (e.g. clouds over globe).raster-emissive-strength
andfill-extrusion-emissive-strength
properties for controlling 3D lighting on buildings and raster layers.Map
getConfigProperty
method for getting current style config values.config
support in terrain options.null
.minValue
,maxValue
,stepValue
,values
,type
) when evaluating config options.Bug fixes 🐞
center: [0, 0]
andzoom: 0
map options were ignored in favor of style settings.slot
not taking precedence over thebefore
parameter for layer order."camera-projection": "orthographic"
not working in styles with imports.box-sizing: border-box
. (h/t @simondriesen) #12982aria-label
attribute in attribution control that fails accessibility conformance. (h/t @maggiewachs) #12981load
event not firing for the sources whose tiles are 404s.url
ortiles
for tiled sources during validation.v3.0.1
Compare Source
Mapbox GL JS v3 enables the Mapbox Standard Style, a new realistic 3D lighting system, building shadows and many other visual enhancements, and an ergonomic API for using a new kind of rich, evolving, configurable map styles and seamless integration with custom data. You can get more information about the new features in the Mapbox GL JS v3 migration guide.
v3.0.1
Bug fixes 🐞
sveltejs/svelte (svelte)
v3.59.2
Compare Source
<textarea bind:value={...}>
values in SSRv3.59.1
Compare Source
a11y-autocomplete-valid
(#8567)v3.59.0
Compare Source
ResizeObserver
bindingscontentRect
/contentBoxSize
/borderBoxSize
/devicePixelContentBoxSize
(#8022)devicePixelRatio
binding for<svelte:window>
(#8285)fullscreenElement
andvisibilityState
bindings for<svelte:document>
(#8507)a11y-autocomplete-valid
warning (#8520)width
/height
attributes when spreading (#6752)style:
directive when using spread (#8438)style:
directive property when value isundefined
(#8462)VERSION
compiler export (#8498)a11y-no-redundant-roles
warning (#8536)v3.58.0
Compare Source
bind:innerText
forcontenteditable
elements (#3311)@container
queries (#6969)preserveComments
in DOM output (#7182)document
fortarget
in typings (#7554)a11y-interactive-supports-focus
warning (#8392)a11y-no-noninteractive-element-to-interactive-role
warning (#8402)<textarea value={...}>
values in SSR (#8429)v3.57.0
Compare Source
<svelte:document>
(#3310)no-noninteractive-element-to-interactive-role
(#8167)style:
directive precedence overstyle=
attribute (#7475)<option>
withselected
attribute when initial state isundefined
(#8361)bind:group
members being spread across multiple control flow blocks (#8372)fly
andblur
transitions (#7623)v3.56.0
Compare Source
|stopImmediatePropagation
event modifier (#5085)axis
parameter toslide
transition (#6182)readonly
utility to convertwritable
store to readonly (#6518)readyState
binding for media elements (#6666)naturalWidth
andnaturalHeight
bindings (#7771)<!-- svelte-ignore ... -->
on components (#8082)aria-activedescendant-has-tabindex
: checks that elements witharia-activedescendant
have atabindex
(#8172)role-supports-aria-props
: checks that the (implicit) element role supports the given aria attributes (#8195)data-sveltekit-replacestate
anddata-sveltekit-keepfocus
attribute typings (#8281)<svelte:component>
(#4129)bind:offsetHeight
updates initially (#4233):global()
selectors (#6272)noreferrer
warning less zealous (#6289)<video aria-hidden="true">
(#7874)<svelte:element>
(#7939)aria-label
(#8296)<input type="search">
and<input type="url">
(#7027)<option>
by default when the initial bound value is undefined (#7041){@​html}
tags inside<template>
tags (#7364)afterUpdate
is not called afteronDestroy
(#7476)inert
attribute (#7500)<input>
value persists when swapping elements with spread attributes in an{#each}
block (#7578)<svelte:element>
with transitions (#7948)const
when destructuring (#7964)trusted-types
CSP compatibility for Web Components (#8134)<svelte:element>
output code for static tag and static attribute (#8161)bind:group
value is set toundefined
(#8214){#each}
containing a non-keyed{#each}
(#8282)v3.55.1
Compare Source
draw
transition with delay showing a dot at the beginning of the path (#6816)<svelte:element>
optimization in production mode (#7937)svelte-ignore
comment breaking named slot (#8075)<svelte:element on:event>
(#8129)part
attribute (#8181)submitter
property toon:submit
event typev3.55.0
Compare Source
svelte/elements
for HTML/Svelte typings (#7649)v3.54.0
Compare Source
options.direction
argument to custom transition functions (#3918)@const
declared function (#7843)a11y-no-noninteractive-tabindex
warning if element has atabpanel
(#8025)style:
directive (#8085)v3.53.1
Compare Source
rel=
attribute check with dynamic values (#7994)css
compiler options for now (#8009)tslib
(#8013)v3.53.0
Compare Source
parentNode
exists before removing child (#6037)css-tree
to2.2.1
(#7572, #7982)css
compiler option with'external' | 'injected' | 'none'
settings and deprecate oldtrue | false
values (#7914)v3.52.0
Compare Source
const
variable (#4895)<a target="_blank">
withoutrel="noreferrer"
(#6188)style:foo|important
modifier (#7365){@​html}
and components in<svelte:head>
(#7941)v3.51.0
Compare Source
a11y-click-events-have-key-events
: check if click event is accompanied by key events (#5073)a11y-no-noninteractive-tabindex
: check for tabindex on non-interactive elements (#6693){...rest}
object in{#each}
block (#6860)--style-props
on<svelte:component>
(#7461)<svelte:element>
(#7613)inert
as boolean attribute (#7785)--style-props
for SVG components (#7808){@​html}
and components in<svelte:head>
(#4533, #6463, #7444)<svelte:element>
(#7443)<svelte:component this={...}>
(#7550)<svelte:element>
is a void tag (#7566)<svelte:element>
(#7733)a11y-role-has-required-aria-props
warning when elements match their semantic role (#7837)<svelte:element>
(#7869)v3.50.1
Compare Source
v3.50.0
Compare Source
a11y-incorrect-aria-attribute-type
: check ARIA state and property values (#6978)a11y-no-abstract-role
: check that ARIA roles are non-abstract (#6241)a11y-no-interactive-element-to-noninteractive-role
: check for non-interactive roles used on interactive elements (#5955)a11y-role-has-required-aria-props
: check that elements withrole
attribute have all required attributes for that role (#5852)ComponentEvents
convenience type (#7702)SveltePreprocessor
utility type (#7742)a11y-label-has-associated-control
warning check all descendants for input control (#5528)Node.parentNode
instead ofNode.parentElement
for legacy browser support (#7723)<slot>
inside<svelte:fragment>
(#7485)class:
directive updates in aborted/restarted transitions (#7764)ItalyPaleAle/svelte-spa-router (svelte-spa-router)
v3.3.0
Compare Source
This is a maintenance release that includes a few fixes.
New features:
restoreScroll
is available to programmatically restore the scroll state to a given object - thanks @nathaniel-danielFixes:
WrapOptions
type is now exported - thanks @notiv-ntv3.2.0
Compare Source
This release adds a few new features and fixes.
New features:
routeLoading
,routeLoaded
andconditionsFailed
receive, there's now aparams
property that contains the matches params$params
readable store that contains all params matched.use:link
action now supports passing an object with options, includinghref
and a newdisable
boolean which disables the link when true; the change maintains backwards-compatibility for when a string is passed rather than an object (#163 - thanks @omerman)Fixes:
Configuration
📅 Schedule: Branch creation - "every 2 weeks on Monday before 7am" in timezone Europe/Berlin, 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 has been generated by Mend Renovate. View repository job log here.