-
Notifications
You must be signed in to change notification settings - Fork 535
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build(client,build-tools): Upgrade biome to 1.6.2 #20285
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
area: build
Build related issues
area: dds
Issues related to distributed data structures
area: dds: propertydds
area: dds: sharedstring
area: dds: tree
area: dev experience
Improving the experience of devs building on top of fluid
area: driver
Driver related issues
area: examples
Changes that focus on our examples
area: framework
Framework is a tag for issues involving the developer framework. Eg Aqueduct
area: loader
Loader related issues
area: odsp-driver
area: runtime
Runtime related issues
area: tests
Tests to add, test infrastructure improvements, etc
dependencies
Pull requests that update a dependency file
base: main
PRs targeted against main branch
labels
Mar 22, 2024
jason-ha
approved these changes
Mar 22, 2024
maybe build-tools should format with prettier until there is more stability. |
CraigMacomber
approved these changes
Mar 22, 2024
tianzhu007
added a commit
that referenced
this pull request
Mar 25, 2024
* main: (36 commits) feat(tree): create refreshers during delta visit (#20303) Lint against import of @fluidframework/datastore in e2e tests (#20307) server: cover edge cases for scrubbed checkpoint users (#20259) refactor: Update dev dep on package 'start-server-and-test' (#20298) ci: Move templates out of the 1ES folder (#20056) Added unit tests to check usage of IRedisClientConnectionManager for Historian and Gitrest (#20306) build(test-snapshots): use node16 module resolution (#20233) Forbid import of @fluidframework/aqueduct in e2e tests (#20261) fix(tree): Make failure to provide id-compressor a usage error (#20282) fix(api-markdown-documenter): Reduce package version to correct next version (#20302) Added customization for gitrest and historian (#20243) fix(build-tools): mixed internal range detection (#18828) Removing 'paused session' path from SessionResult Metric (#20294) fix(fluid-build): limit Biome config tracking to repo (#20296) refactor: Update webpack-dev-server dependency (#20278) Create framework for safe rollout of back-compatible runtime document schema changes (#20174) Test enabling IdCompressor in RC2 (#20256) refactor(tree): Extract leaf schemas into their own module (#20289) build(client,build-tools): Upgrade biome to 1.6.2 (#20285) feat(build-cli): Add `modify fluid-imports` command (#20006) ...
LuizAsFight
pushed a commit
to FuelLabs/fuels-wallet
that referenced
this pull request
Dec 10, 2024
- Closes FE-976 - Fixes `use_dynamic_url` being set to `true` on local env, which breaks the extension load on Chrome 130+ - Upgraded vite to V5 and @crxjs to versions that fixes previously mentioned error - Due to Vite requirements, load.env was migrated to use ESM syntax and other adjustments were made in our tsconfig - Update biome patch version to 1.6.2, which fixes an [issue](microsoft/FluidFramework#20285) when processing `.cts` files. - Use multi-arch Fuel Core docker image - Update turbo config, adds missing inputs to commands
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: build
Build related issues
area: dds: propertydds
area: dds: sharedstring
area: dds: tree
area: dds
Issues related to distributed data structures
area: dev experience
Improving the experience of devs building on top of fluid
area: driver
Driver related issues
area: examples
Changes that focus on our examples
area: framework
Framework is a tag for issues involving the developer framework. Eg Aqueduct
area: loader
Loader related issues
area: odsp-driver
area: runtime
Runtime related issues
area: tests
Tests to add, test infrastructure improvements, etc
base: main
PRs targeted against main branch
dependencies
Pull requests that update a dependency file
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Version 1.6.2 includes a fix we'll want for formatting client code, which is support for module syntax in .cts files.