HeartBeat
HeartBeat copied to clipboard
chore(deps): bump the npm_and_yarn group across 2 directories with 4 updates
Bumps the npm_and_yarn group with 4 updates in the /docs directory: @babel/traverse, postcss, semver and vite. Bumps the npm_and_yarn group with 2 updates in the /frontend directory: @babel/traverse and semver.
Updates @babel/traverse from 7.20.5 to 7.23.9
Release notes
Sourced from @babel/traverse's releases.
v7.23.9 (2024-01-25)
:bug: Bug Fix
babel-helper-transform-fixture-test-runner,babel-plugin-transform-function-name,babel-plugin-transform-modules-systemjs,babel-preset-env
- #16225 fix:
systemjsre-traverses helpers (@liuxingbaoyu)babel-helper-create-class-features-plugin,babel-plugin-proposal-decoratorsbabel-plugin-proposal-decorators,babel-plugin-transform-async-generator-functions,babel-plugin-transform-runtime,babel-preset-env
- #16224 Properly sort
core-js@3imports (@nicolo-ribaudo)babel-traverse
- #15383 fix: Don't throw in
getTypeAnnotationwhen using TS+inference (@liuxingbaoyu)- Other
- #16210 [eslint] Fix
no-use-before-definefor class ref in fields (@nicolo-ribaudo):house: Internal
babel-core,babel-parser,babel-template
- #16222 Migrate
eslint-parserto cts (@liuxingbaoyu)babel-types
- #16213 Remove
@babel/typesprops that are not produced by the parser (@liuxingbaoyu):running_woman: Performance
babel-parser
- #16072 perf: Improve parser performance for typescript (
@liuxingbaoyu):microscope: Output optimization
babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-proposal-destructuring-private,babel-plugin-proposal-pipeline-operator,babel-plugin-transform-class-properties,babel-plugin-transform-class-static-block,babel-plugin-transform-new-target,babel-plugin-transform-parameters,babel-plugin-transform-private-methods,babel-preset-env
- #16218 Improve temporary variables for decorators (
@liuxingbaoyu)babel-helpers,babel-plugin-proposal-explicit-resource-management,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime
- #15959 Improve output of
using(@liuxingbaoyu)Committers: 4
- Babel Bot (
@babel-bot)- Huáng Jùnliàng (
@JLHwung)- Nicolò Ribaudo (
@nicolo-ribaudo)@liuxingbaoyuv7.23.8 (2024-01-08)
:bug: Bug Fix
babel-preset-env
- #16181 fix:
preset-envthrows exception forexport * as x(@liuxingbaoyu)babel-helpers,babel-plugin-proposal-decorators
- #16201 fix: decorator binds
getter/settertoctx.accessfor public fields (@liuxingbaoyu)- #16199 fix: Class decorator correctly passes return value (
@liuxingbaoyu):leftwards_arrow_with_hook: Revert
:microscope: Output optimization
babel-helpers,babel-plugin-proposal-decorators,babel-plugin-transform-class-properties,babel-plugin-transform-classes,babel-plugin-transform-function-name,babel-plugin-transform-parameters,babel-plugin-transform-react-jsx,babel-plugin-transform-runtime,babel-plugin-transform-spread,babel-plugin-transform-typescript,babel-preset-env,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime
... (truncated)
Changelog
Sourced from @babel/traverse's changelog.
v7.23.9 (2024-01-25)
:bug: Bug Fix
babel-helper-transform-fixture-test-runner,babel-plugin-transform-function-name,babel-plugin-transform-modules-systemjs,babel-preset-env
- #16225 fix:
systemjsre-traverses helpers (@liuxingbaoyu)babel-helper-create-class-features-plugin,babel-plugin-proposal-decoratorsbabel-plugin-proposal-decorators,babel-plugin-transform-async-generator-functions,babel-plugin-transform-runtime,babel-preset-env
- #16224 Properly sort
core-js@3imports (@nicolo-ribaudo)babel-traverse
- #15383 fix: Don't throw in
getTypeAnnotationwhen using TS+inference (@liuxingbaoyu)- Other
- #16210 [eslint] Fix
no-use-before-definefor class ref in fields (@nicolo-ribaudo):house: Internal
babel-core,babel-parser,babel-template
- #16222 Migrate
eslint-parserto cts (@liuxingbaoyu)babel-types
- #16213 Remove
@babel/typesprops that are not produced by the parser (@liuxingbaoyu):running_woman: Performance
babel-parser
- #16072 perf: Improve parser performance for typescript (
@liuxingbaoyu):microscope: Output optimization
babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-proposal-destructuring-private,babel-plugin-proposal-pipeline-operator,babel-plugin-transform-class-properties,babel-plugin-transform-class-static-block,babel-plugin-transform-new-target,babel-plugin-transform-parameters,babel-plugin-transform-private-methods,babel-preset-env
- #16218 Improve temporary variables for decorators (
@liuxingbaoyu)babel-helpers,babel-plugin-proposal-explicit-resource-management,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime
- #15959 Improve output of
using(@liuxingbaoyu)v7.23.8 (2024-01-08)
:bug: Bug Fix
babel-preset-env
- #16181 fix:
preset-envthrows exception forexport * as x(@liuxingbaoyu)babel-helpers,babel-plugin-proposal-decorators
- #16201 fix: decorator binds
getter/settertoctx.accessfor public fields (@liuxingbaoyu)- #16199 fix: Class decorator correctly passes return value (
@liuxingbaoyu):leftwards_arrow_with_hook: Revert
:microscope: Output optimization
babel-helpers,babel-plugin-proposal-decorators,babel-plugin-transform-class-properties,babel-plugin-transform-classes,babel-plugin-transform-function-name,babel-plugin-transform-parameters,babel-plugin-transform-react-jsx,babel-plugin-transform-runtime,babel-plugin-transform-spread,babel-plugin-transform-typescript,babel-preset-env,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime
- #16194 Improve output of
super()(@liuxingbaoyu)v7.23.7 (2023-12-29)
:bug: Bug Fix
babel-traverse
- #16191 fix: Crash when removing without
Program(@liuxingbaoyu)babel-helpers,babel-plugin-proposal-decorators
... (truncated)
Commits
a0dd614v7.23.91200542fix: Don't throw ingetTypeAnnotationwhen using TS+inference (#15383)e428a6dv7.23.7d292822fix: Crash when removing withoutProgram(#16191)d02c1f7v7.23.6cce807fBump debug to ^4.3.1 (#16164)8479012v7.23.5da7dc40Do not remove bindings when removing assignment expression path (#16131)fadc081fix: Unexpected duplication of comments (#16110)13a5c83v7.23.4- Additional commits viewable in compare view
Updates postcss from 8.4.20 to 8.4.33
Release notes
Sourced from postcss's releases.
8.4.33
- Fixed
NoWorkResultbehavior difference with normal mode (by@romainmenke).- Fixed
NoWorkResultusage conditions (by@ahmdammarr).8.4.32
- Fixed
postcss().process()types (by@ferreira-tb).8.4.31
- Fixed
\rparsing to fix CVE-2023-44270.8.4.30
- Improved source map performance (by
@romainmenke).8.4.29
8.4.28
- Fixed
Root.source.endfor better source map (by@romainmenke).- Fixed
Result.roottypes whenprocess()has no parser.8.4.27
- Fixed
Containerclone methods types.8.4.26
- Fixed clone methods types.
8.4.25
- Improve stringify performance (by
@romainmenke).- Fixed docs (by
@vikaskaliramna07).8.4.24
- Fixed
Plugintypes.8.4.23
- Fixed warnings in TypeDoc.
8.4.22
- Fixed TypeScript support with
node16(by@remcohaszing).8.4.21
- Fixed
Input#errortypes (by@hudochenkov).
Changelog
Sourced from postcss's changelog.
8.4.33
- Fixed
NoWorkResultbehavior difference with normal mode (by Romain Menke).- Fixed
NoWorkResultusage conditions (by@ahmdammarr).8.4.32
- Fixed
postcss().process()types (by Andrew Ferreira).8.4.31
- Fixed
\rparsing to fix CVE-2023-44270.8.4.30
- Improved source map performance (by Romain Menke).
8.4.29
- Fixed
Node#source.offset(by Ido Rosenthal).- Fixed docs (by Christian Oliff).
8.4.28
- Fixed
Root.source.endfor better source map (by Romain Menke).- Fixed
Result.roottypes whenprocess()has no parser.8.4.27
- Fixed
Containerclone methods types.8.4.26
- Fixed clone methods types.
8.4.25
- Improve stringify performance (by Romain Menke).
- Fixed docs (by
@vikaskaliramna07).8.4.24
- Fixed
Plugintypes.8.4.23
- Fixed warnings in TypeDoc.
8.4.22
- Fixed TypeScript support with
node16(by Remco Haszing).8.4.21
- Fixed
Input#errortypes (by Aleks Hudochenkov).
Commits
ae57d83Release 8.4.33 version2e9d029Update dependencies892b269Update size limit for new metric on brotlif2e7a9fMerge pull request #1908 from ahmdammarr/refactor/safe-check-for-NoWorkResultc751e11Merge pull request #1909 from romainmenke/no-work-result-vs-lazy-result--inve...3c2fa2afixa4626e9failing testc37346drefactor: check all falsy conditions of plugins and opts before returning NoW...a0d9f10Release 8.4.32 version0146b3eAdd Node.js 21 to CI- Additional commits viewable in compare view
Updates semver from 6.3.0 to 6.3.1
Release notes
Sourced from semver's releases.
v6.3.1
6.3.1 (2023-07-10)
Bug Fixes
928e56d#591 better handling of whitespace (#591) (@lukekarrys,@joaomoreno,@nicolo-ribaudo)
Changelog
Sourced from semver's changelog.
6.3.1 (2023-07-10)
Bug Fixes
928e56d#591 better handling of whitespace (#591) (@lukekarrys,@joaomoreno,@nicolo-ribaudo)6.2.0
- Coerce numbers to strings when passed to semver.coerce()
- Add
rtloption to coerce from right to left6.1.3
- Handle X-ranges properly in includePrerelease mode
6.1.2
- Do not throw when testing invalid version strings
6.1.1
- Add options support for semver.coerce()
- Handle undefined version passed to Range.test
6.1.0
- Add semver.compareBuild function
- Support
*in semver.intersects6.0
Fix
intersectslogic.This is technically a bug fix, but since it is also a change to behavior that may require users updating their code, it is marked as a major version increment.
5.7
- Add
minVersionmethod5.6
- Move boolean
looseparam to an options object, with backwards-compatibility protection.- Add ability to opt out of special prerelease version handling with the
includePrereleaseoption flag.5.5
... (truncated)
Commits
Maintainer changes
This version was pushed to npm by lukekarrys, a new releaser for semver since your current version.
Updates vite from 3.2.5 to 3.2.8
Changelog
Sourced from vite's changelog.
3.2.8 (2024-01-19)
- fix: fs deny for case insensitive (a26c87d)
3.2.7 (2023-05-26)
3.2.6 (2023-04-18)
Commits
7e3a866release: v3.2.8a26c87dfix: fs deny for case insensitive494f36brelease: v3.2.70574f80fix: port #13348 to v3, fs.deny with leading double slash (#13349)f494760release: v3.2.6b48ac2afix: escape msg in render restricted error html, backport (#12889) (#12892)- See full diff in compare view
Updates @babel/traverse from 7.13.0 to 7.23.9
Release notes
Sourced from @babel/traverse's releases.
v7.23.9 (2024-01-25)
:bug: Bug Fix
babel-helper-transform-fixture-test-runner,babel-plugin-transform-function-name,babel-plugin-transform-modules-systemjs,babel-preset-env
- #16225 fix:
systemjsre-traverses helpers (@liuxingbaoyu)babel-helper-create-class-features-plugin,babel-plugin-proposal-decoratorsbabel-plugin-proposal-decorators,babel-plugin-transform-async-generator-functions,babel-plugin-transform-runtime,babel-preset-env
- #16224 Properly sort
core-js@3imports (@nicolo-ribaudo)babel-traverse
- #15383 fix: Don't throw in
getTypeAnnotationwhen using TS+inference (@liuxingbaoyu)- Other
- #16210 [eslint] Fix
no-use-before-definefor class ref in fields (@nicolo-ribaudo):house: Internal
babel-core,babel-parser,babel-template
- #16222 Migrate
eslint-parserto cts (@liuxingbaoyu)babel-types
- #16213 Remove
@babel/typesprops that are not produced by the parser (@liuxingbaoyu):running_woman: Performance
babel-parser
- #16072 perf: Improve parser performance for typescript (
@liuxingbaoyu):microscope: Output optimization
babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-proposal-destructuring-private,babel-plugin-proposal-pipeline-operator,babel-plugin-transform-class-properties,babel-plugin-transform-class-static-block,babel-plugin-transform-new-target,babel-plugin-transform-parameters,babel-plugin-transform-private-methods,babel-preset-env
- #16218 Improve temporary variables for decorators (
@liuxingbaoyu)babel-helpers,babel-plugin-proposal-explicit-resource-management,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime
- #15959 Improve output of
using(@liuxingbaoyu)Committers: 4
- Babel Bot (
@babel-bot)- Huáng Jùnliàng (
@JLHwung)- Nicolò Ribaudo (
@nicolo-ribaudo)@liuxingbaoyuv7.23.8 (2024-01-08)
:bug: Bug Fix
babel-preset-env
- #16181 fix:
preset-envthrows exception forexport * as x(@liuxingbaoyu)babel-helpers,babel-plugin-proposal-decorators
- #16201 fix: decorator binds
getter/settertoctx.accessfor public fields (@liuxingbaoyu)- #16199 fix: Class decorator correctly passes return value (
@liuxingbaoyu):leftwards_arrow_with_hook: Revert
:microscope: Output optimization
babel-helpers,babel-plugin-proposal-decorators,babel-plugin-transform-class-properties,babel-plugin-transform-classes,babel-plugin-transform-function-name,babel-plugin-transform-parameters,babel-plugin-transform-react-jsx,babel-plugin-transform-runtime,babel-plugin-transform-spread,babel-plugin-transform-typescript,babel-preset-env,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime
... (truncated)
Changelog
Sourced from @babel/traverse's changelog.
v7.23.9 (2024-01-25)
:bug: Bug Fix
babel-helper-transform-fixture-test-runner,babel-plugin-transform-function-name,babel-plugin-transform-modules-systemjs,babel-preset-env
- #16225 fix:
systemjsre-traverses helpers (@liuxingbaoyu)babel-helper-create-class-features-plugin,babel-plugin-proposal-decoratorsbabel-plugin-proposal-decorators,babel-plugin-transform-async-generator-functions,babel-plugin-transform-runtime,babel-preset-env
- #16224 Properly sort
core-js@3imports (@nicolo-ribaudo)babel-traverse
- #15383 fix: Don't throw in
getTypeAnnotationwhen using TS+inference (@liuxingbaoyu)- Other
- #16210 [eslint] Fix
no-use-before-definefor class ref in fields (@nicolo-ribaudo):house: Internal
babel-core,babel-parser,babel-template
- #16222 Migrate
eslint-parserto cts (@liuxingbaoyu)babel-types
- #16213 Remove
@babel/typesprops that are not produced by the parser (@liuxingbaoyu):running_woman: Performance
babel-parser
- #16072 perf: Improve parser performance for typescript (
@liuxingbaoyu):microscope: Output optimization
babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-proposal-destructuring-private,babel-plugin-proposal-pipeline-operator,babel-plugin-transform-class-properties,babel-plugin-transform-class-static-block,babel-plugin-transform-new-target,babel-plugin-transform-parameters,babel-plugin-transform-private-methods,babel-preset-env
- #16218 Improve temporary variables for decorators (
@liuxingbaoyu)babel-helpers,babel-plugin-proposal-explicit-resource-management,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime
- #15959 Improve output of
using(@liuxingbaoyu)v7.23.8 (2024-01-08)
:bug: Bug Fix
babel-preset-env
- #16181 fix:
preset-envthrows exception forexport * as x(@liuxingbaoyu)babel-helpers,babel-plugin-proposal-decorators
- #16201 fix: decorator binds
getter/settertoctx.accessfor public fields (@liuxingbaoyu)- #16199 fix: Class decorator correctly passes return value (
@liuxingbaoyu):leftwards_arrow_with_hook: Revert
:microscope: Output optimization
babel-helpers,babel-plugin-proposal-decorators,babel-plugin-transform-class-properties,babel-plugin-transform-classes,babel-plugin-transform-function-name,babel-plugin-transform-parameters,babel-plugin-transform-react-jsx,babel-plugin-transform-runtime,babel-plugin-transform-spread,babel-plugin-transform-typescript,babel-preset-env,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime
- #16194 Improve output of
super()(@liuxingbaoyu)v7.23.7 (2023-12-29)
:bug: Bug Fix
babel-traverse
- #16191 fix: Crash when removing without
Program(@liuxingbaoyu)babel-helpers,babel-plugin-proposal-decorators
... (truncated)
Commits
a0dd614v7.23.91200542fix: Don't throw ingetTypeAnnotationwhen using TS+inference (#15383)e428a6dv7.23.7d292822fix: Crash when removing withoutProgram(#16191)d02c1f7v7.23.6cce807fBump debug to ^4.3.1 (#16164)8479012v7.23.5da7dc40Do not remove bindings when removing assignment expression path (#16131)fadc081fix: Unexpected duplication of comments (#16110)13a5c83v7.23.4- Additional commits viewable in compare view
Updates semver from 5.7.1 to 5.7.2
Release notes
Sourced from semver's releases.
v6.3.1
6.3.1 (2023-07-10)
Bug Fixes
928e56d#591 better handling of whitespace (#591) (@lukekarrys,@joaomoreno,@nicolo-ribaudo)
Changelog
Sourced from semver's changelog.
6.3.1 (2023-07-10)
Bug Fixes
928e56d#591 better handling of whitespace (#591) (@lukekarrys,@joaomoreno,@nicolo-ribaudo)6.2.0
- Coerce numbers to strings when passed to semver.coerce()
- Add
rtloption to coerce from right to left6.1.3
- Handle X-ranges properly in includePrerelease mode
6.1.2
- Do not throw when testing invalid version strings
6.1.1
- Add options support for semver.coerce()
- Handle undefined version passed to Range.test
6.1.0
- Add semver.compareBuild function
- Support
*in semver.intersects6.0
Fix
intersectslogic.This is technically a bug fix, but since it is also a change to behavior that may require users updating their code, it is marked as a major version increment.
5.7
- Add
minVersionmethod5.6
- Move boolean
looseparam to an options object, with backwards-compatibility protection.- Add ability to opt out of special prerelease version handling with the
includePrereleaseoption flag.5.5
... (truncated)
Commits
Maintainer changes
This version was pushed to npm by lukekarrys, a new releaser for semver since your current version.
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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.