aleph
aleph copied to clipboard
Bump the dev group in /ui with 6 updates
Bumps the dev group in /ui with 6 updates:
| Package | From | To |
|---|---|---|
| @formatjs/cli | 6.2.0 |
6.2.7 |
| @testing-library/jest-dom | 6.1.3 |
6.4.2 |
| @testing-library/react | 12.1.5 |
14.2.1 |
| @testing-library/user-event | 14.5.1 |
14.5.2 |
| prettier | 3.0.3 |
3.2.5 |
| sass | 1.68.0 |
1.71.1 |
Updates @formatjs/cli from 6.2.0 to 6.2.7
Release notes
Sourced from @formatjs/cli's releases.
@formatjs/cli@6.2.76.2.7 (2024-01-26)
Note: Version bump only for package
@formatjs/cli
@formatjs/cli@6.2.56.2.5 (2024-01-16)
Note: Version bump only for package
@formatjs/cli
@formatjs/cli@6.2.46.2.4 (2023-11-14)
Bug Fixes
@formatjs/intl-durationformat: add polyfill detector + docs (d6d237a) - by @
@formatjs/cli@6.2.16.2.1 (2023-10-16)
Note: Version bump only for package
@formatjs/cli
Commits
ca2701ebuild: publish9adc475feat(@formatjs/intl): allow ES2023 attributes in number componentfc5050ffeat(@formatjs/icu-skeleton-parser): add support for rounding-mode, fix #3716f33f4c0docs: remove polyfill.io from Intl.supportedValuesOf, fix #42929ea1e94fix(@formatjs/intl-numberformat): add polyfill check for ES2023, fix #4327d22ebf9chore(deps): update dependency terser to v5.27.0 (#4326)1322a69chore(deps): update dependency tsd to v0.30.4 (#4325)bbea958chore(deps): update dependency io_bazel_rules_go to v0.45.1 (#4320)5601ddfchore(deps): update dependency@types/nodeto v18.19.8 (#4319)46647dfchore(deps): update dependency pnpm to v8.14.1 (#4321)- Additional commits viewable in compare view
Updates @testing-library/jest-dom from 6.1.3 to 6.4.2
Release notes
Sourced from @testing-library/jest-dom's releases.
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)
Features
v6.3.0
6.3.0 (2024-01-24)
Features
v6.2.1
6.2.1 (2024-01-22)
Bug Fixes
v6.2.0
6.2.0 (2024-01-03)
Features
v6.1.6
6.1.6 (2023-12-27)
... (truncated)
Commits
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)16499cfdocs: add fpapado as a contributor for code, doc, and test (#573)dd1c4ddfix: Export typeTestingLibraryMatchersfrom "./matchers" (#576)f7dc673feat: Add toHaveRole matcher (#572)9787ed5feat: Support for regular expressions in toHaveClass (#563)5675b86fix: Standalone types for "./matchers" export and add Bun support (#566)- Additional commits viewable in compare view
Updates @testing-library/react from 12.1.5 to 14.2.1
Release notes
Sourced from @testing-library/react's releases.
v14.2.1
14.2.1 (2024-02-01)
Bug Fixes
v14.2.0
14.2.0 (2024-01-30)
Features
v14.1.2
14.1.2 (2023-11-17)
Bug Fixes
v14.1.1
14.1.1 (2023-11-17)
Bug Fixes
v14.1.0
14.1.0 (2023-11-08)
Features
v14.0.0
14.0.0 (2023-02-16)
Bug Fixes
Features
... (truncated)
Commits
edb6344docs: add trappar as a contributor for code (#1273)55e79c2fix: Update types to support all possible react component return values (#1272)4509fb6docs: add yinm as a contributor for code (#1269)0880ebafeat: addreactStrictModeoption to enable strict mode render (#1241)03a301fchore: update stackblitz url in issue template (#1258)1c67477fix: revert missing hooks warnings (#1255)fd52a59fix: log globals warning only once (#1252)d80319ffeat: add warnings when globals are missing (#1244)c04b8f0docs: add cmdcolin as a contributor for doc (#1238)5b48916docs: fix readme CI badge (#1237)- 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.2.5
Release notes
Sourced from prettier's releases.
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.2.5
Support Angular inline styles as single template literal (#15968 by
@sosukesuzuki)Angular v17 supports single string inline styles.
// Input @Component({ template: `<div>...</div>`, styles: `h1 { color: blue; }`, }) export class AppComponent {}// Prettier 3.2.4
@Component({ template:<div>...</div>, styles:h1 { color: blue; }, }) export class AppComponent {}// Prettier 3.2.5
@Component({ template:<div>...</div>, styles:h1 { color: blue; }, }) export class AppComponent {}Unexpected embedded formatting for Angular template (#15969 by
@JounQin)Computed template should not be considered as Angular component template
// Input const template = "foobar";
@Component({ [template]:<h1>{{ hello }}</h1>, }) export class AppComponent {} </tr></table>
... (truncated)
Commits
7142cf3Release 3.2.58cbee2echore(deps): update glimmer to v0.88.1 (#15991)45baee0chore(deps): update dependency magic-string to v0.30.6 (#16022)9fb32a1Minor refactor to property print (#15924)08f1940Update install script for husky v9 (#16000)6d0b1d2Update yarn to v4.1.0 (#16021)c8ba8dbchore(deps): update dependency@angular/compilerto v17.1.2 (#16018)e2250ecchore(deps): update typescript-eslint to v6.20.0 (#16015)02865f6chore(deps): update dependency npm-run-all2 to v6.1.2 (#16017)014ee5dchore(deps): update dependency hermes-parser to v0.19.0 (#16014)- Additional commits viewable in compare view
Updates sass from 1.68.0 to 1.71.1
Release notes
Sourced from sass's releases.
Dart Sass 1.71.1
To install Sass 1.71.1, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
Command-Line Interface
- Ship the musl Linux release with the proper Dart executable.
JavaScript API
Export the
NodePackageImporterclass in ESM mode.Allow
NodePackageImporterto locate a default directory even when the entrypoint is an ESM module.Dart API
- Make passing a null argument to
NodePackageImporter()a static error rather than just a runtime error.Embedded Sass
- In the JS Embedded Host, properly install the musl Linux embedded compiler when running on musl Linux.
See the full changelog for changes in earlier releases.
Dart Sass 1.71.0
To install Sass 1.71.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
For more information about
pkg:importers, see the announcement on the Sass blog.Command-Line Interface
- Add a
--pkg-importerflag to enable built-inpkg:importers. Currently this only supports the Node.js package resolution algorithm, via--pkg-importer=node. For example,@use "pkg:bootstrap"will loadnode_modules/bootstrap/scss/bootstrap.scss.JavaScript API
- Add a
NodePackageImporterimporter that can be passed to theimportersoption. This loads files using thepkg:URL scheme according to the Node.js package resolution algorithm. For example,@use "pkg:bootstrap"will loadnode_modules/bootstrap/scss/bootstrap.scss. The constructor takes a single optional argument, which indicates the base directory to use when locatingnode_modulesdirectories. It defaults topath.dirname(require.main.filename).Dart API
... (truncated)
Changelog
Sourced from sass's changelog.
1.71.1
Command-Line Interface
- Ship the musl Linux release with the proper Dart executable.
JavaScript API
Export the
NodePackageImporterclass in ESM mode.Allow
NodePackageImporterto locate a default directory even when the entrypoint is an ESM module.Dart API
- Make passing a null argument to
NodePackageImporter()a static error rather than just a runtime error.Embedded Sass
- In the JS Embedded Host, properly install the musl Linux embedded compiler when running on musl Linux.
1.71.0
For more information about
pkg:importers, see the announcement on the Sass blog.Command-Line Interface
- Add a
--pkg-importerflag to enable built-inpkg:importers. Currently this only supports the Node.js package resolution algorithm, via--pkg-importer=node. For example,@use "pkg:bootstrap"will loadnode_modules/bootstrap/scss/bootstrap.scss.JavaScript API
- Add a
NodePackageImporterimporter that can be passed to theimportersoption. This loads files using thepkg:URL scheme according to the Node.js package resolution algorithm. For example,@use "pkg:bootstrap"will loadnode_modules/bootstrap/scss/bootstrap.scss. The constructor takes a single optional argument, which indicates the base directory to use when locatingnode_modulesdirectories. It defaults topath.dirname(require.main.filename).Dart API
- Add a
NodePackageImporterimporter that can be passed to theimporters
... (truncated)
Commits
1b4d703Release 1.71.1 (#2182)6d66c43Properly handlenew NodePackageImporter()with an ESM entrypoint (#2181)85a932fAdd missing ESM export of NodePackageImporter (#2177)786dd63Fix linux musl builds (#2175)3e6721eFix new static warnings with Dart 3.3 (#2173)2cab33eUpdate the language revision in Homebrew on release (#2171)84ededdUse musl support in cli_pkg (#2172)00571ecAdd a--pkg-importerflag (#2169)84f31f0Update pubspec/changelog forpkg:importers (#2168)9ee5408[Package Importer] Dart Implementation (#2130)- 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