withXSRFToken: added withXSRFToken option as a workaround to achieve the old withCredentials behavior; (#6046) (cff9967)
PRs
feat(withXSRFToken): added withXSRFToken option as a workaround to achieve the old `withCredentials` behavior; ( #6046 )
📢 This PR added 'withXSRFToken' option as a replacement for old withCredentials behaviour.
You should now use withXSRFToken along with withCredential to get the old behavior.
This functionality is considered as a fix.
</tr></table>
Since Iterator helpers proposal methods are still not disabled in Deno, the web compatibility issue why it was disabled in Chromium makes no sense for Deno and fixed in the spec, they marked as supported from Deno 1.37
Added Opera Android 80 and updated Opera Android 79 compat data mapping
⚠️ 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.70.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
JavaScript API
Add a sass.initCompiler() function that returns a sass.Compiler object which supports compile() and compileString() methods with the same API as the global Sass object. On the Node.js embedded host, each sass.Compiler object uses a single long-lived subprocess, making compiling multiple stylesheets much more efficient.
Add a sass.initAsyncCompiler() function that returns a sass.AsyncCompiler object which supports compileAsync() and compileStringAsync() methods with the same API as the global Sass object. On the Node.js embedded host, each sass.AsynCompiler object uses a single long-lived subprocess, making compiling multiple stylesheets much more efficient.
Embedded Sass
Support the CompileRequest.silent field. This allows compilations with no logging to avoid unnecessary request/response cycles.
The Dart Sass embedded compiler now reports its name as "dart-sass" rather than "Dart Sass", to match the JS API's info field.
To install Sass 1.69.6, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
Produce better output for numbers with complex units in meta.inspect() and debugging messages.
Escape U+007F DELETE when serializing strings.
When generating CSS error messages to display in-browser, escape all code points that aren't in the US-ASCII region. Previously only code points U+0100 LATIN CAPITAL LETTER A WITH MACRON were escaped.
Add a sass.initCompiler() function that returns a sass.Compiler object
which supports compile() and compileString() methods with the same API as
the global Sass object. On the Node.js embedded host, each sass.Compiler
object uses a single long-lived subprocess, making compiling multiple
stylesheets much more efficient.
Add a sass.initAsyncCompiler() function that returns a sass.AsyncCompiler
object which supports compileAsync() and compileStringAsync() methods with
the same API as the global Sass object. On the Node.js embedded host, each
sass.AsynCompiler object uses a single long-lived subprocess, making
compiling multiple stylesheets much more efficient.
Embedded Sass
Support the CompileRequest.silent field. This allows compilations with no
logging to avoid unnecessary request/response cycles.
The Dart Sass embedded compiler now reports its name as "dart-sass" rather
than "Dart Sass", to match the JS API's info field.
1.69.7
Embedded Sass
In the JS Embedded Host, properly install the x64 Dart Sass executable on
ARM64 Windows.
1.69.6
Produce better output for numbers with complex units in meta.inspect() and
debugging messages.
Escape U+007F DELETE when serializing strings.
When generating CSS error messages to display in-browser, escape all code
points that aren't in the US-ASCII region. Previously only code points U+0100
LATIN CAPITAL LETTER A WITH MACRON were escaped.
Provide official releases for musl LibC and for Android.
Don't crash when running meta.apply() in asynchronous mode.
JS API
Fix a bug where certain exceptions could produce SourceSpans that didn't
follow the documented SourceSpan API.
Bumps the dev-dependencies group with 31 updates:
7946.0.10
7946.0.13
4.14.182
4.14.202
0.21.4
1.6.5
3.23.5
3.35.0
4.18.1
4.18.2
1.8.0
1.9.4
1.7.11
1.9.8
1.4.4
1.5.0
1.3.34
1.5.0
1.32.13
1.70.0
10.9.1
10.9.2
4.5.5
5.3.3
2.7.7
3.4.14
2.1.5
3.5.2
8.5.1
9.1.2
3.5.4
4.2.5
2.6.14
3.4.10
3.6.2
4.1.0
1.2.0
2.0.0
7.4.0
7.4.3
2.6.1
2.6.5
6.8.0
8.56.0
2.26.0
2.29.1
4.3.1
6.1.1
4.1.0
5.0.0
7.20.0
9.20.1
0.7.2
0.27.0
8.0.2
14.0.0
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.13Commits
Updates
@types/lodash
from 4.14.182 to 4.14.202Commits
Updates
axios
from 0.21.4 to 1.6.5Release notes
Sourced from axios's releases.
... (truncated)
Changelog
Sourced from axios's changelog.
... (truncated)
Commits
6d4c421
chore(release): v1.6.5 (#6177)0736f95
fix(ci): refactor notify action as a job of publish action; (#6176)f4f2b03
fix(dns): fixed lookup error handling; (#6175)1f73dcb
docs: update sponsor links8790b8e
chore(release): v1.6.4 (#6173)0ad520d
chore(ci): fix notify action; (#6172)3c0c11c
fix(security): fixed formToJSON prototype pollution vulnerability; (#6167)75af1cd
fix(security): fixed security vulnerability in follow-redirects (#6163)90864b3
docs: update logos1542719
docs: updated headline sponsorsUpdates
core-js
from 3.23.5 to 3.35.0Changelog
Sourced from core-js's changelog.
... (truncated)
Commits
eafff6c
3.35.063b7e18
simplify handling[[IsHTMLDDA]]
,is-object
case already covered in `is-ca...8d46fe0
usetoObject
at the first place for the expected errors ordera090286
make collections.from
method non-generic6e650fb
make collections.of
method non-generic87540ce
fix subclassing of wrappedArrayBuffer
a7b141b
it seems that the ancientArray.prototype.push
bug is fixed in V8 ~ Chrome ...c8a8167
extracta-data-view
helperff68fa6
droparray-slice-simple
since in all current cases of usage it can't take `...d5ee26e
join array sorting in one methodUpdates
express
from 4.18.1 to 4.18.2Release notes
Sourced from express's releases.
Changelog
Sourced from express's changelog.
Commits
8368dc1
4.18.261f4049
docs: replace Freenode with Libera Chatbb7907b
build: Node.js@18.10f56ce73
build: supertest@6.3.024b3dc5
deps: qs@6.11.0689d175
deps: body-parser@1.20.1340be0f
build: eslint@8.24.033e8dc3
docs: use Node.js name style644f646
build: supertest@6.2.4ecd7572
build: Node.js@14.20Updates
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.8Commits
Updates
lz-string
from 1.4.4 to 1.5.0Release notes
Sourced from lz-string's releases.
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.70.0Release notes
Sourced from sass's releases.
... (truncated)
Changelog
Sourced from sass's changelog.
... (truncated)
Commits
076414d
[Shared Resources] dart-sass implementation (#2134)0d91c92
Support CompileRequest.silent of embedded protocol (#2160)b263a72
Use implementation name dart-sass for VersionResponse (#2156)006baa5
Update the pubspec and changelog for sass/embedded-host-node#266 (#2158)6205eac
Add wait time before update website (#2153)f3c7be5
Make meta.apply() an AsyncBuiltInCallable (#2152)1fc740d
Upload releases for musl-libc and android (#2149)6f665c1
Escape unprintable 0x7F (delete control character) (#2144)f5dab76
Bump dartdoc from 7.0.2 to 8.0.2 (#2146)4daf0b4
Escape non-US-ASCII characters inSassException.toCssString()
(#2143)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.3.3Release notes
Sourced from typescript's releases.
... (truncated)
Commits
63717cf
Bump version to 5.3.3 and LKG4c2afa7
🤖 Pick PR #56627 (Transpile jsdoc parsing mode) into release-5.3 (#56629)ba3d2b0
🤖 Pick PR #56434 (Fix support for intersections in te...) into release-5.3 (#...f3808c4
🤖 Pick PR #56504 (Fixed an issue in boolean compariso...) into release-5.3 (#...b4fe221
Cherry-pick #56489 into release-5.3 (#56490)f750eb3
Pick #56485 into release-5.3 (#56486)27047e3
Update LKG.d09b1bf
Pick #56449 into release-5.3 (#56451)e2a5d45
Update LKG.756efd2
Fixes for release-5.3. (#56424)Updates
vue
from 2.7.7 to 3.4.14Release notes
Sourced from vue's releases.
... (truncated)
Changelog
Sourced from vue's changelog.