aleph
aleph copied to clipboard
Bump the dev group across 1 directory with 6 updates
Bumps the dev group with 6 updates in the /ui directory:
| Package | From | To |
|---|---|---|
| @formatjs/cli | 6.2.0 |
6.2.12 |
| @testing-library/jest-dom | 6.1.3 |
6.4.6 |
| @testing-library/react | 12.1.5 |
16.0.0 |
| @testing-library/user-event | 14.5.1 |
14.5.2 |
| prettier | 3.0.3 |
3.3.2 |
| sass | 1.68.0 |
1.77.6 |
Updates @formatjs/cli from 6.2.0 to 6.2.12
Release notes
Sourced from @formatjs/cli's releases.
@formatjs/cli@6.2.126.2.12 (2024-05-19)
Note: Version bump only for package
@formatjs/cli
@formatjs/cli@6.2.116.2.11 (2024-05-18)
Note: Version bump only for package
@formatjs/cli
@formatjs/cli@6.2.106.2.10 (2024-05-05)
Bug Fixes
@formatjs/cli@6.2.96.2.9 (2024-03-27)
Bug Fixes
@formatjs/cli@6.2.86.2.8 (2024-03-24)
Note: Version bump only for package
@formatjs/cli
@formatjs/cli@6.2.76.2.7 (2024-01-26)
Note: Version bump only for package
@formatjs/cli
Commits
cfb3f44build: publish753bfeafeat(@formatjs/intl-locale): update impl to match stage-3763c6b6chore: add missing patch filesa841c6dchore: update glimmer stuff086d27cchore(deps): update dependency aspect_rules_ts to v2.4.0 (#4438)bdfb9b0chore(deps): update swc monorepo (#4100)8efffdefix(deps): update dependency@types/hoist-non-react-staticsto v3.3.5 (#4427)ea248c2chore(deps): update dependency@glimmer/interfacesto v0.92.0 (#4429)ffc0e72chore(deps): update dependency@bazel/ibazelto 0.25 (#4428)9f6d522chore(deps): update dependency@glimmer/referenceto v0.92.0 (#4430)- Additional commits viewable in compare view
Updates @testing-library/jest-dom from 6.1.3 to 6.4.6
Release notes
Sourced from @testing-library/jest-dom's releases.
v6.4.6
6.4.6 (2024-06-10)
Bug Fixes
- Support
@starting-style(#602) (fd9ee68)v6.4.5
6.4.5 (2024-05-03)
Bug Fixes
v6.4.4
6.4.4 (2024-05-03)
Bug Fixes
v6.4.3
6.4.3 (2024-05-03)
Bug Fixes
v6.4.2
6.4.2 (2024-02-05)
Bug Fixes
- Remove errant export of GetByRoleMatcher, fixing type checking in some TS configurations (#575) (a93c0c4)
v6.4.1
6.4.1 (2024-02-01)
Bug Fixes
v6.4.0
6.4.0 (2024-01-30)
... (truncated)
Commits
fd9ee68fix: Support@starting-style(#602)e8c8b13fix: add js suffix to isEqualWith import (#599)f03a582fix(infra): codecoverage token addition (#600)20aca33fix: Updates role support for aria-required attribute intoBeRequired(#590)bd82f64refactor: replace lodash with own implementation when possible (#593)a93c0c4fix: Remove errant export of GetByRoleMatcher, fixing type checking in some T...c5c4e8ddocs: add Dennis273 as a contributor for code (#581)978e3d4docs: add kryops as a contributor for bug, code, and test (#580)73ad847docs: add SteKoe as a contributor for bug, and code (#579)d829ed9docs: add jakeboone02 as a contributor for code, and test (#578)- Additional commits viewable in compare view
Updates @testing-library/react from 12.1.5 to 16.0.0
Release notes
Sourced from @testing-library/react's releases.
v16.0.0
16.0.0 (2024-06-03)
Features
BREAKING CHANGES
@testing-library/domwas moved to a peer dependency and needs to be explicitly installed. This reduces the chance of having conflicting versions of@testing-library/dominstalled that frequently caused bugs when used with@testing-library/user-event. We will also be able to allow new versions of@testing-library/dombeing used without a SemVer major release of@testing-library/reactby just widening the peer dependency.@types/react-domneeds to be installed if you're typechecking files using@testing-library/react.v15.0.7
15.0.7 (2024-05-07)
Bug Fixes
v15.0.6
15.0.6 (2024-05-01)
Bug Fixes
v15.0.5
15.0.5 (2024-04-26)
Bug Fixes
v15.0.4
15.0.4 (2024-04-23)
Bug Fixes
v15.0.3
... (truncated)
Commits
a4744fafeat: Move@testing-library/domand@types/react-domto peer dependencie...c1f2957fix: Ensureactis notanywhenReact.actis not declared (#1323)b6e59f7fix: export new act when available (#1319)f6a1677chore: Adjust tests to workaround 18.3.0 bug (#1315)d143f46fix: Stop restrictingcontaineroption based onhydrate(#1313)48282c2fix: EnsurerenderHookoptions extend options forrender(#1308)067d0c6fix: Don't raise TypeScript errors when hydatingdocument(#1304)c63b873fix: ImprovelegacyRooterror message (#1301)1645d21fix: Stop using nullish coalescing (#1299)787cb85Release: 15.0.0 (#1295)- Additional commits viewable in compare view
Updates @testing-library/user-event from 14.5.1 to 14.5.2
Release notes
Sourced from @testing-library/user-event's releases.
v14.5.2
14.5.2 (2023-12-29)
Bug Fixes
- remove interop and deep DTL imports (6a3c896)
Commits
Updates prettier from 3.0.3 to 3.3.2
Release notes
Sourced from prettier's releases.
3.3.2
3.3.1
3.3.0
3.2.5
3.2.4
- Fix
.eslintrc.jsonformat #159473.2.3
- Format
tsconfig.jsonfile withjsoncparser #159273.2.2
3.2.1
3.2.0
3.1.1
3.1.0
Changelog
Sourced from prettier's changelog.
3.3.2
Fix handlebars path expressions starts with
@(#16358 by@Princeyadav05){{! Input }} <div>{{@x.y.z}}</div>{{! Prettier 3.3.1 }}
<div>{{@x}}</div>{{! Prettier 3.3.2 }}
<div>{{@x.y.z}}</div>
3.3.1
Preserve empty lines in front matter (#16347 by
@fisker)<!-- Input --> --- foo: - bar1
bar2
bar3
Markdown
<!-- Prettier 3.3.0 -->
foo:
- bar1
- bar2
- bar3
Markdown
<!-- Prettier 3.3.1 -->
</tr></table>
... (truncated)
Commits
1596a60Release 3.3.2aebcee5chore(deps): update dependency esbuild to v0.21.5 (#16379)57aa928chore(deps): update dependency c8 to v10 (#16380)c3d0b7fchore(deps): update typescript-eslint to v7.13.0 (#16376)27c35dbchore(deps): update dependency codemirror-graphql to v2.0.12 (#16369)6de3258chore(deps): update dependency jest to v30.0.0-alpha.5 (#16371)b5f983dUpgrade yarn to v4.3.0 (#16377)d6f37c4chore(deps): update dependency browserslist to v4.23.1 (#16368)5055b7dchore(deps): update dependency execa to v9.2.0 (#16372)f4608ccchore(deps): update dependency cspell to v8.8.4 (#16370)- Additional commits viewable in compare view
Updates sass from 1.68.0 to 1.77.6
Release notes
Sourced from sass's releases.
Dart Sass 1.77.5
To install Sass 1.77.5, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
- Fully trim redundant selectors generated by
@extend.See the full changelog for changes in earlier releases.
Dart Sass 1.77.4
To install Sass 1.77.4, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
Embedded Sass
Support passing
Versioninput forfatalDeprecationsas string over embedded protocol.Fix a bug in the JS Embedded Host where
Versioncould be incorrectly accepted as input forsilenceDeprecationsandfutureDeprecationsin pure JS.See the full changelog for changes in earlier releases.
Dart Sass 1.77.3
To install Sass 1.77.3, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
Dart API
Deprecation.duplicateVariableFlagshas been deprecated and replaced withDeprecation.duplicateVarFlagsto make it consistent with theduplicate-var-flagsname used on the command line and in the JS API.See the full changelog for changes in earlier releases.
Dart Sass 1.77.2
To install Sass 1.77.2, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
... (truncated)
Changelog
Sourced from sass's changelog.
1.77.6
- Fix a few cases where comments and occasionally even whitespace wasn't allowed between the end of Sass statements and the following semicolon.
1.77.5
- Fully trim redundant selectors generated by
@extend.1.77.4
Embedded Sass
Support passing
Versioninput forfatalDeprecationsas string over embedded protocol.Fix a bug in the JS Embedded Host where
Versioncould be incorrectly accepted as input forsilenceDeprecationsandfutureDeprecationsin pure JS.1.77.3
Dart API
Deprecation.duplicateVariableFlagshas been deprecated and replaced withDeprecation.duplicateVarFlagsto make it consistent with theduplicate-var-flagsname used on the command line and in the JS API.1.77.2
Don't emit deprecation warnings for functions and mixins beginning with
__.Allow user-defined functions whose names begin with
_and otherwise look like vendor-prefixed functions with special CSS syntax.Command-Line Interface
Properly handle the
--silence-deprecationflag.Handle the
--fatal-deprecationand--future-deprecationflags for--interactivemode.1.77.1
- Fix a crash that could come up with importers in certain contexts.
1.77.0
- Don't throw errors for at-rules in keyframe blocks.
1.76.0
... (truncated)
Commits
7aae1e6Fix a bug where comments were incorrectly forbidden in some cases (#2264)cf6f9d0Build AOT releases with native arm64 runners (#2262)a1b372eEnable AOT build for linux-riscv64 (#2260)ecff05dRemove the heuristic where long selector lists wouldn't be trimmed (#2255)5ddd7fcEnable AOT build for linux-riscv64-musl (#2258)53b9eadRegenerate protobuf as part of default task (#2257)21eeb4dParse Deprecation.forVersion on compiler side (#2248)1073c7bGenerate deprecations list from the language repo (#2253)fc24fecUsepubspec_parsedependency equality (#2254)5121eb1Don't treat underscores as hyphens for the purpose of error checking (#2247)- 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