lumen
lumen copied to clipboard
Bump the npm_and_yarn group across 1 directory with 3 updates
Bumps the npm_and_yarn group with 3 updates in the / directory: postcss, vite and axios.
Updates postcss from 8.4.34 to 8.4.45
Release notes
Sourced from postcss's releases.
8.4.45
- Removed unnecessary fix which could lead to infinite loop.
8.4.44
- Another way to fix
markClean is not a functionerror.8.4.43
- Fixed
markClean is not a functionerror.8.4.42
- Fixed CSS syntax error on long minified files (by
@varpstar).8.4.41
- Fixed types (by
@nex3and@querkmachine).- Cleaned up RegExps (by
@bluwy).8.4.40
- Moved to getter/setter in nodes types to help Sass team (by
@nex3).8.4.39
- Fixed
CssSyntaxErrortypes (by@romainmenke).8.4.38
- Fixed
endIndex: 0in errors and warnings (by@romainmenke).8.4.37
- Fixed
original.column are not numberserror in another case.8.4.36
- Fixed
original.column are not numberserror on broken previous source map.8.4.35
- Avoid
!innode.parent.nodestype.- Allow to pass
undefinedto node adding method to simplify types.
Changelog
Sourced from postcss's changelog.
8.4.45
- Removed unnecessary fix which could lead to infinite loop.
8.4.44
- Another way to fix
markClean is not a functionerror.8.4.43
- Fixed
markClean is not a functionerror.8.4.42
- Fixed CSS syntax error on long minified files (by
@varpstar).8.4.41
- Fixed types (by
@nex3and@querkmachine).- Cleaned up RegExps (by
@bluwy).8.4.40
- Moved to getter/setter in nodes types to help Sass team (by
@nex3).8.4.39
- Fixed
CssSyntaxErrortypes (by@romainmenke).8.4.38
- Fixed
endIndex: 0in errors and warnings (by@romainmenke).8.4.37
- Fixed
original.column are not numberserror in another case.8.4.36
- Fixed
original.column are not numberserror on broken previous source map.8.4.35
- Avoid
!innode.parent.nodestype.- Allow to pass
undefinedto node adding method to simplify types.
Commits
448c4f3Release 8.4.45 version1c77d2eUpdate unnecessary checkf38b329Try to fix CId442dc7Release 8.4.44 version3c7cda0Another way to fix markClean() is undefined issueb985ed1Release 8.4.43 version3025b74Update dependencies79ff980Update AST if it is not made by PostCSS >= 8.4.410fda48aRelease 8.4.42 versioncd5b08cAdd ESLint to CI- Additional commits viewable in compare view
Updates vite from 4.5.3 to 5.4.4
Release notes
Sourced from vite's releases.
[email protected]
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
Changelog
Sourced from vite's changelog.
5.4.4 (2024-09-11)
- fix: backport #17997, ensure req.url matches moduleByEtag URL to avoid incorrect 304 (#18078) (74a79c5), closes #17997 #18078
- fix: backport #18063, allow scanning exports from
script modulein svelte (#18077) (d90ba40), closes #18063 #18077- fix(preload): backport #18046, allow ignoring dep errors (#18076) (8760293), closes #18046 #18076
5.4.3 (2024-09-03)
- fix: allow getting URL of JS files in publicDir (#17915) (943ece1), closes #17915
- fix: cjs warning respect the logLevel flag (#17993) (dc3c14f), closes #17993
- fix: improve CJS warning trace information (#17926) (5c5f82c), closes #17926
- fix: only remove entry assets handled by Vite core (#17916) (ebfaa7e), closes #17916
- fix: waitForRequestIdle locked (#17982) (ad13760), closes #17982
- fix(css): fix directory index import in sass modern api (#17960) (9b001ba), closes #17960
- fix(css): fix sass
file://reference (#17909) (561b940), closes #17909- fix(css): fix sass modern source map (#17938) (d428e7e), closes #17938
- fix(deps): bump tsconfck (#17990) (8c661b2), closes #17990
- fix(html): rewrite assets url in <template> (#17988) (413c86a), closes #17988
- fix(preload): add crossorigin attribute in CSS link tags (#17930) (15871c7), closes #17930
- chore: reduce diffs with v6 branch (#17942) (bf9065a), closes #17942
- chore(deps): update all non-major dependencies (#17945) (cfb621e), closes #17945
- chore(deps): update all non-major dependencies (#17991) (0ca53cf), closes #17991
5.4.2 (2024-08-20)
- chore: remove stale TODOs (#17866) (e012f29), closes #17866
- refactor: remove redundant prepend/strip base (#17887) (3b8f03d), closes #17887
- fix: resolve relative URL generated by
renderBuiltUrlpassed to module preload (#16084) (fac3a8e), closes #16084- feat: support originalFilename (#17867) (7d8c0e2), closes #17867
5.4.1 (2024-08-15)
- fix:
build.modulePreload.resolveDependenciesis optimizable (#16083) (e961b31), closes #16083- fix: align CorsOptions.origin type with
@types/cors(#17836) (1bda847), closes #17836- fix: typings for vite:preloadError (#17868) (6700594), closes #17868
- fix(build): avoid re-define
__vite_import_meta_env__(#17876) (e686d74), closes #17876- fix(deps): update all non-major dependencies (#17869) (d11711c), closes #17869
- fix(lightningcss): search for assets with correct base path (#17856) (4e5ce3c), closes #17856
- fix(worker): handle self reference url worker in dependency for build (#17846) (391bb49), closes #17846
- chore: fix picocolors import for local dev (#17884) (9018255), closes #17884
- refactor: remove
handleHotUpdatefrom watch-package-data plugin (#17865) (e16bf1f), closes #17865
... (truncated)
Commits
54c55dbrelease: v5.4.474a79c5fix: backport #17997, ensure req.url matches moduleByEtag URL to avoid incorr...d90ba40fix: backport #18063, allow scanning exports fromscript modulein svelte (...8760293fix(preload): backport #18046, allow ignoring dep errors (#18076)ccbfc1arelease: v5.4.39b001bafix(css): fix directory index import in sass modern api (#17960)5c5f82cfix: improve CJS warning trace information (#17926)15871c7fix(preload): add crossorigin attribute in CSS link tags (#17930)413c86afix(html): rewrite assets url in <template> (#17988)dc3c14ffix: cjs warning respect the logLevel flag (#17993)- Additional commits viewable in compare view
Updates axios from 1.6.8 to 1.7.7
Release notes
Sourced from axios's releases.
Release v1.7.7
Release notes:
Bug Fixes
- fetch: fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; (#6584) (d198085)
- http: fixed support for IPv6 literal strings in url (#5731) (364993f)
Contributors to this release
Release v1.7.6
Release notes:
Bug Fixes
- fetch: fix content length calculation for FormData payload; (#6524) (085f568)
- fetch: optimize signals composing logic; (#6582) (df9889b)
Contributors to this release
Release v1.7.5
Release notes:
Bug Fixes
- adapter: fix undefined reference to hasBrowserEnv (#6572) (7004707)
- core: add the missed implementation of AxiosError#status property; (#6573) (6700a8a)
- core: fix
ReferenceError: navigator is not definedfor custom environments; (#6567) (fed1a4b)- fetch: fix credentials handling in Cloudflare workers (#6533) (550d885)
Contributors to this release
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
... (truncated)
Changelog
Sourced from axios's changelog.
1.7.7 (2024-08-31)
Bug Fixes
- fetch: fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; (#6584) (d198085)
- http: fixed support for IPv6 literal strings in url (#5731) (364993f)
Contributors to this release
1.7.6 (2024-08-30)
Bug Fixes
- fetch: fix content length calculation for FormData payload; (#6524) (085f568)
- fetch: optimize signals composing logic; (#6582) (df9889b)
Contributors to this release
1.7.5 (2024-08-23)
Bug Fixes
- adapter: fix undefined reference to hasBrowserEnv (#6572) (7004707)
- core: add the missed implementation of AxiosError#status property; (#6573) (6700a8a)
- core: fix
ReferenceError: navigator is not definedfor custom environments; (#6567) (fed1a4b)- fetch: fix credentials handling in Cloudflare workers (#6533) (550d885)
Contributors to this release
1.7.4 (2024-08-13)
Bug Fixes
... (truncated)
Commits
5b8a826chore(release): v1.7.7 (#6585)364993ffix(http): fixed support for IPv6 literal strings in url (#5731)d198085fix(fetch): fix stream handling in Safari by fallback to using a stream reade...d584fcfchore(release): v1.7.6 (#6583)bc03c6cchore(examples): fix module import (#6575)df9889bfix(fetch): optimize signals composing logic; (#6582)ee208cfchore(sponsor): update sponsor block (#6576)085f568fix(fetch): fix content length calculation for FormData payload; (#6524)59cd6b0chore(release): v1.7.5 (#6574)6700a8afix(core): add the missed implementation of AxiosError#status property; (#6573)- Additional commits viewable 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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.
Deploy Preview for lumen-notes failed.
| Name | Link |
|---|---|
| Latest commit | ab1045e7f93e0696c0b981e2ae22f3909a4438ca |
| Latest deploy log | https://app.netlify.com/sites/lumen-notes/deploys/66e1f7868973c70008684c5d |
Deploy Preview for lumen-storybook failed.
| Name | Link |
|---|---|
| Latest commit | ab1045e7f93e0696c0b981e2ae22f3909a4438ca |
| Latest deploy log | https://app.netlify.com/sites/lumen-storybook/deploys/66e1f786d6e93c00085c347a |
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.
To ignore these dependencies, configure ignore rules in dependabot.yml