latitude
latitude copied to clipboard
build(deps): bump the npm_and_yarn group across 1 directory with 5 updates
Bumps the npm_and_yarn group with 5 updates in the / directory:
Package | From | To |
---|---|---|
svelte | 4.2.10 |
4.2.19 |
vite | 2.9.18 |
3.2.10 |
jose | 5.2.3 |
5.2.4 |
axios | 1.6.7 |
1.7.4 |
tar | 6.2.0 |
6.2.1 |
Updates svelte
from 4.2.10 to 4.2.19
Release notes
Sourced from svelte's releases.
[email protected]
Patch Changes
fix: ensure typings for
<svelte:options>
are picked up (#12902)fix: escape
<
in attribute strings (#12989)[email protected]
Patch Changes
- chore: speed up regex (#11922)
Changelog
Sourced from svelte's changelog.
4.2.19
Patch Changes
fix: ensure typings for
<svelte:options>
are picked up (#12902)fix: escape
<
in attribute strings (#12989)4.2.18
Patch Changes
- chore: speed up regex (#11922)
4.2.17
Patch Changes
- fix: correctly handle falsy values of style directives in SSR mode (#11584)
4.2.16
Patch Changes
- fix: check if svelte component exists on custom element destroy (#11489)
4.2.15
Patch Changes
- support attribute selector inside :global() (#11135)
4.2.14
Patch Changes
- fix parsing camelcase container query name (#11131)
4.2.13
Patch Changes
- fix: applying :global for +,~ sibling combinator when slots are present (#9282)
4.2.12
Patch Changes
- fix: properly update
svelte:component
props when there are spread props (#10604)
... (truncated)
Commits
d8b3133
Version Packages (#12990)83e96e0
fix: escape<
in attribute strings (#12989)5ec4409
fix: ensure typings for\<svelte:options>
are picked up (#12902)230916f
Version Packages (#11925)dbe6057
chore: speed up regex (#11922)a8deae9
Version Packages (#11594)8592914
fix: correctly handle falsy values of style directives in SSR mode (#11584)8e4c778
Version Packages (#11491)1bab571
fix: additional check for component on destroy (svelte4) (#11489)9f2341f
Version Packages (#11202)- Additional commits viewable in compare view
Updates vite
from 2.9.18 to 3.2.10
Changelog
Sourced from vite's changelog.
3.2.10 (2024-03-24)
3.2.9 (2024-03-24)
- fix: port #15653 to v3 (#15655) (99080ca), closes #15653 #15655
- fix: port #16250 to v3 (#16253) (89c7c64), closes #16250 #16253
- release: v3.2.8 (8352b75)
3.2.8 (2024-01-19)
3.2.7 (2023-05-26)
3.2.6 (2023-04-18)
- fix: escape msg in render restricted error html, backport (#12889) (#12892) (b48ac2a), closes #12889 #12892
3.2.5 (2022-12-05)
- chore: cherry pick more v4 bug fixes to v3 (#11189) (eba9b42), closes #11189 #10949 #11056 #8663 #10958 #11120 #11122 #11123 #11132
- chore: cherry pick v4 bug fix to v3 (#11110) (c93a526), closes #11110 #10941 #10987 #10985 #11067
- fix: relocated logger to respect config. (#10787) (#10967) (bc3b5a9), closes #10787 #10967
3.2.4 (2022-11-15)
- fix: prevent cache on optional package resolve (v3) (#10812) (#10845) (3ba45b9), closes #10812 #10845
- fix(ssr): skip optional peer dep resolve (v3) (#10593) (#10931) (7f59dcf), closes #10593 #10931 #10593
3.2.3 (2022-11-07)
... (truncated)
Commits
1a8728f
release: v3.2.105910f13
release: v3.2.989c7c64
fix: port #16250 to v3 (#16253)8352b75
release: v3.2.899080ca
fix: port #15653 to v3 (#15655)494f36b
release: v3.2.70574f80
fix: port #13348 to v3, fs.deny with leading double slash (#13349)f494760
release: v3.2.6b48ac2a
fix: escape msg in render restricted error html, backport (#12889) (#12892)77ee19b
release: v3.2.5- Additional commits viewable in compare view
Updates jose
from 5.2.3 to 5.2.4
Release notes
Sourced from jose's releases.
v5.2.4
Refactor
- use createLocalJWKSet instead of LocalJWKSet in createRemoteJWKSet (a7c566c)
Changelog
Sourced from jose's changelog.
5.2.4 (2024-04-07)
Refactor
- use createLocalJWKSet instead of LocalJWKSet in createRemoteJWKSet (a7c566c)
Commits
Updates axios
from 1.6.7 to 1.7.4
Release notes
Sourced from axios's releases.
Release v1.7.4
Release notes:
Bug Fixes
- sec: CVE-2024-39338 (#6539) (#6543) (6b6b605)
- sec: disregard protocol-relative URL to remediate SSRF (#6539) (07a661a)
Contributors to this release
Release v1.7.3
Release notes:
Bug Fixes
- adapter: fix progress event emitting; (#6518) (e3c76fc)
- fetch: fix withCredentials request config (#6505) (85d4d0e)
- xhr: return original config on errors from XHR adapter (#6515) (8966ee7)
Contributors to this release
Release v1.7.2
Release notes:
Bug Fixes
Contributors to this release
Release v1.7.1
Release notes:
Bug Fixes
- fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#6410) (733f15f)
Contributors to this release
Release v1.7.0
Release notes:
Features
... (truncated)
Changelog
Sourced from axios's changelog.
1.7.4 (2024-08-13)
Bug Fixes
- sec: CVE-2024-39338 (#6539) (#6543) (6b6b605)
- sec: disregard protocol-relative URL to remediate SSRF (#6539) (07a661a)
Contributors to this release
1.7.3 (2024-08-01)
Bug Fixes
- adapter: fix progress event emitting; (#6518) (e3c76fc)
- fetch: fix withCredentials request config (#6505) (85d4d0e)
- xhr: return original config on errors from XHR adapter (#6515) (8966ee7)
Contributors to this release
1.7.2 (2024-05-21)
Bug Fixes
Contributors to this release
1.7.1 (2024-05-20)
Bug Fixes
- fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#6410) (733f15f)
Contributors to this release
... (truncated)
Commits
abd24a7
chore(release): v1.7.4 (#6544)6b6b605
fix(sec): CVE-2024-39338 (#6539) (#6543)07a661a
fix(sec): disregard protocol-relative URL to remediate SSRF (#6539)c6cce43
chore(release): v1.7.3 (#6521)e3c76fc
fix(adapter): fix progress event emitting; (#6518)85d4d0e
fix(fetch): fix withCredentials request config (#6505)92cd8ed
chore(github): update ISSUE_TEMPLATE.md (#6519)8966ee7
fix(xhr): return original config on errors from XHR adapter (#6515)0e4f9fa
chore(release): v1.7.2 (#6414)4f79aef
fix(fetch): enhance fetch API detection; (#6413)- Additional commits viewable in compare view
Updates tar
from 6.2.0 to 6.2.1
Commits
bef7b1e
6.2.1fe8cd57
prevent extraction in excessively deep subfoldersfe7ebfd
remove security.md- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) -
@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) -
@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) -
@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency -
@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the Security Alerts page.