Since the Symbol.customMatcher well-known symbol from the pattern matching proposal is also used in the exactors proposal, added an entry also for this proposal
⚠️ Drop ESM entrypoint from package because of numerous compatibility issues with plugins (import leaflet/dist/leaflet-src.esm.js explicitly instead to take advantage; ESM by default will come in v2) (#8493 by @jonkoops)
Fix a bug where tooltips could throw an error with canvas renderer (#8498 by @Falke-Design)
Fix a bug with incorrect marker popup location when there are multiple markers registered to the same popup (#8523 by @raychanks).
🧪 Tests
Fix unit tests suite stopping abruptly on Mac (#8478)
Fix Eventslistens not propagating to parent objects, in particular fixing compatibility with Leaflet.markercluster plugin (#8211 by @Falke-Design)
v1.9.0
⚡ Note on future versions
The v1.9 release is setting the stage for the first major version bump of Leaflet since 2016! A lot has changed since then, and it's time for Leaflet to grow together with the web platform.
After this release, we are branching off the 1.x code and putting it in maintenance mode — reserving potential 1.x releases only for critical bugfixes. Although version 2.0 is still far away and will take some time to take shape, we plan to make the following changes:
⚠️ Drop ESM entrypoint from package because of numerous compatibility issues with plugins (import leaflet/dist/leaflet-src.esm.js explicitly instead to take advantage; ESM by default will come in v2) (#8493 by @jonkoops)
Fix a bug where tooltips could throw an error with canvas renderer (#8498 by @Falke-Design)
Fix a bug with incorrect marker popup location when there are multiple markers registered to the same popup (#8523 by @raychanks).
🧪 Tests
Fix unit tests suite stopping abruptly on Mac (#8478)
To install Sass 1.76.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
Throw errors for misplaced statements in keyframe blocks.
Mixins and functions whose names begin with -- are now deprecated for forwards-compatibility with the in-progress CSS functions and mixins spec. This deprecation is named css-function-mixin.
To install Sass 1.75.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
Fix a bug in which stylesheet canonicalization could be cached incorrectly when custom importers or the Node.js package importer made decisions based on the URL of the containing stylesheet.
JS API
Allow importer to be passed without url in StringOptionsWithImporter.
Throw errors for misplaced statements in keyframe blocks.
Mixins and functions whose names begin with -- are now deprecated for
forwards-compatibility with the in-progress CSS functions and mixins spec.
This deprecation is named css-function-mixin.
1.75.0
Fix a bug in which stylesheet canonicalization could be cached incorrectly
when custom importers or the Node.js package importer made decisions based on
the URL of the containing stylesheet.
JS API
Allow importer to be passed without url in StringOptionsWithImporter.
1.74.1
No user-visible changes.
1.74.0
JS API
Add a new top-level deprecations object, which contains various
Deprecation objects that define the different types of deprecation used by
the Sass compiler and can be passed to the options below.
Add a new fatalDeprecations compiler option that causes the compiler to
error if any deprecation warnings of the provided types are encountered. You
can also pass in a Version object to treat all deprecations that were active
in that Dart Sass version as fatal.
Add a new futureDeprecations compiler option that allows you to opt-in to
certain deprecations early (currently just import).
Add a new silenceDeprecations compiler option to ignore any deprecation
warnings of the provided types.
Command-Line Interface
Add a new --silence-deprecation flag, which causes the compiler to ignore
any deprecation warnings of the provided types.
Previously, if a future deprecation was passed to --fatal-deprecation but
not --future-deprecation, it would be treated as fatal despite not being
enabled. Both flags are now required to treat a future deprecation as fatal
with a warning emitted if --fatal-deprecation is passed without
... (truncated)
Commits
264b2d5 Deprecate function and mixin names beginning with -- (#2230)
f145e1c Throw errors for misplaced statements in keyframe blocks (#2226)
eafc279 Explicitly add a breaking change exemption for invalid CSS output (#2225)
b97f26f Add a per-importer cache for loads that aren't cacheable en masse (#2219)
2a9eaad Implement access tracking for containingUrl (#2220)
821b98e Don't cache canonicalize calls when containingUrl is available (#2215)
c5aff1b Make it possible to build npm with a linked language repo (#2214)
Bumps the dev-dependencies group with 33 updates:
7946.0.10
7946.0.14
4.14.182
4.17.0
0.21.4
1.6.8
3.23.5
3.37.0
7.8.5
7.9.0
7.4.0
7.4.3
3.0.0
3.1.0
4.18.1
4.19.2
1.8.0
1.9.4
1.7.11
1.9.12
1.4.4
1.5.0
1.3.34
1.5.0
1.32.13
1.76.0
10.9.1
10.9.2
4.5.5
5.4.5
2.7.7
3.4.26
2.1.5
3.5.2
8.5.1
9.1.2
3.5.4
4.3.2
2.6.14
3.6.1
3.6.2
4.1.0
1.2.0
2.0.0
2.6.1
2.6.5
6.8.0
9.1.1
2.26.0
2.29.1
4.3.1
6.1.1
4.1.0
5.0.0
7.20.0
9.25.0
0.7.2
0.29.0
8.0.2
14.2.1
2.5.1
2.5.8
2.7.7
2.7.16
1.9.1
1.9.2
Updates
@types/geojson
from 7946.0.10 to 7946.0.14Commits
Updates
@types/lodash
from 4.14.182 to 4.17.0Commits
Updates
axios
from 0.21.4 to 1.6.8Release notes
Sourced from axios's releases.
... (truncated)
Changelog
Sourced from axios's changelog.
... (truncated)
Commits
ab3f0f9
chore(release): v1.6.8 (#6303)2656612
fix(AxiosHeaders): fix AxiosHeaders conversion to an object during config mer...7320430
fix(import): use named export for EventEmitter;8786e0f
fix(vulnerability): update follow-redirects to 1.15.6 (#6300)d844227
chore: update and bump deps (#6238)caa0625
docs: update README responseEncoding types (#6194)41c4584
docs: Update README.md to point to current axios version in CDN links (#6196)bf6974f
chore(ci): add npm tag action; (#6231)a52e4d9
chore(release): v1.6.7 (#6204)2b69888
chore: remove unnecessary check (#6186)Updates
core-js
from 3.23.5 to 3.37.0Changelog
Sourced from core-js's changelog.
... (truncated)
Commits
598d0b2
3.37.0c978c8f
add an entry for exactors proposal8957db1
update pattern matching proposald393ed4
some simplification51cb7c8
some simplification51ce5d0
simplify some constants definition9da401f
addMath.sumPrecise
80f1d23
add a fix of Safari{ Object, Map }.groupBy
bug that does not support itera...5b908c2
add a fix of Safari bug with double call of constructor inArray.fromAsync
559081f
move newSet
methods to stable ESUpdates
d3
from 7.8.5 to 7.9.0Release notes
Sourced from d3's releases.
Commits
1f8dd3b
7.9.0a8afcf8
d3-geo 3.1.1b79e7da
fix vitepress colors, again1461bfb
update actions, again6d6fb02
documentation for schemeObservable10 (#3804)a353aa5
Documentation for d3-geo#281 (#3803)9f9d468
fix: jsx compatible camelCase syntax in svg (#3816)cb875ee
Remove defunct newsletter signup link from footer (#3808)33b372d
Revert "Remove mastodon link, change twitter to x (#3801)"4d3e273
Remove mastodon link, change twitter to x (#3801)Updates
@types/d3
from 7.4.0 to 7.4.3Commits
Updates
d3-scale-chromatic
from 3.0.0 to 3.1.0Release notes
Sourced from d3-scale-chromatic's releases.
Commits
2c52792
update LICENSE0496bc4
3.1.081d50e2
upgrade dependencies14c9b25
Add schemeObservable10 (#51)109cfa3
restructure README (#49)Updates
express
from 4.18.1 to 4.19.2Release notes
Sourced from express's releases.
... (truncated)
Changelog
Sourced from express's changelog.
Commits
04bc627
4.19.2da4d763
Improved fix for open redirect allow list bypass4f0f6cc
4.19.1a003cfa
Allow passing non-strings to res.location with new encoding handling checks f...a1fa90f
fixed un-edited version in history.md for 4.19.011f2b1d
build: fix build due to inconsistent supertest behavior in older versions084e365
4.19.00867302
Prevent open redirect allow list bypass due to encodeurl567c9c6
Add note on how to update docs for new release (#5541)69a4cf2
deps: cookie@0.6.0Maintainer changes
This version was pushed to npm by wesleytodd, a new releaser for express since your current version.
Updates
leaflet
from 1.8.0 to 1.9.4Release notes
Sourced from leaflet's releases.
... (truncated)
Changelog
Sourced from leaflet's changelog.
... (truncated)
Commits
d15112c
1.9.4e4c0c05
Update Changelog 1.9.43bf98e3
Update License to 20238602948
SetoutlineStyle
instead ofoutline
when preventing outline (#8917)830b424
Replace arrow function for IE88bb5dc
Bugfix: Fix noMoveStart option for fitBounds method (#8911)5506693
Fix issue whereby tooltips loaded dynamically while moving the map were never...8306fab
Fix tooltip focus listener if getElement is no function (#8890)6e026b0
Prevent adding layer while expanding Layer-Control on mobile (#8910)af165dd
fix vector drifts whenzoomAnimation
isfalse
and zooming viaflyTo
or ...Updates
@types/leaflet
from 1.7.11 to 1.9.12Commits
Updates
lz-string
from 1.4.4 to 1.5.0Release notes
Sourced from lz-string's releases.
Changelog
Sourced from lz-string's changelog.
Commits
4a94308
1.5.004f85aa
Minified version (by hand)d485ad4
Getting ready to push v1.4.55f774a4
Merge pull request #162 from shezhangzhang/master83067b6
A2f749bc
Update README.mdf912872
Merge pull request #154 from Lazarus/master1109d29
Merge pull request #156 from andykras/patch-1a5d0135
added link to another implementation in C++116cbb420
Update README.mdUpdates
@types/lz-string
from 1.3.34 to 1.5.0Commits
Updates
sass
from 1.32.13 to 1.76.0Release notes
Sourced from sass's releases.
... (truncated)
Changelog
Sourced from sass's changelog.
... (truncated)
Commits
264b2d5
Deprecate function and mixin names beginning with--
(#2230)f145e1c
Throw errors for misplaced statements in keyframe blocks (#2226)eafc279
Explicitly add a breaking change exemption for invalid CSS output (#2225)b97f26f
Add a per-importer cache for loads that aren't cacheable en masse (#2219)2a9eaad
Implement access tracking for containingUrl (#2220)821b98e
Don't cache canonicalize calls whencontainingUrl
is available (#2215)c5aff1b
Make it possible to build npm with a linked language repo (#2214)1137797
Fix bulma and release 1.74.1 (#2210)d9220d9
Complete implementation the deprecations API (#2207)783c248
Fix typo in function documentation (#2205)Updates
ts-node
from 10.9.1 to 10.9.2Release notes
Sourced from ts-node's releases.
Commits
057ac1b
10.9.2c8805d5
Update package lock99862f7
Bump swc dependencycdc4e88
Ignore test files in build schema08cdfb0
Backport swc fixes on main9639daa
Ignore test files in buildcc1a503
Fixtsconfig.json
not found with TS >= 5.3 (#2091)Updates
typescript
from 4.5.5 to 5.4.5Release notes
Sourced from typescript's releases.