Skip to content
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

Feat petercat #2660

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Feat petercat #2660

wants to merge 4 commits into from

Conversation

lzxue
Copy link
Contributor

@lzxue lzxue commented Jan 9, 2025

[English Template / 英文模板]

🤔 这个变动的性质是?

  • 新特性提交
  • 日常 bug 修复
  • 站点、文档改进
  • 演示代码改进
  • 组件样式/交互改进
  • TypeScript 定义更新
  • 包体积优化
  • 性能优化
  • 功能增强
  • 国际化改进
  • 重构
  • 代码风格优化
  • 测试用例
  • 分支合并
  • 工作流程
  • 版本更新
  • 其他改动(是关于什么的改动?)

🔗 相关 Issue

💡 需求背景和解决方案

📝 更新日志

语言 更新描述
🇺🇸 英文
🇨🇳 中文

☑️ 请求合并前的自查清单

⚠️ 请自检并全部勾选全部选项⚠️

  • 文档已补充或无须补充
  • 代码演示已提供或无须提供
  • TypeScript 定义已补充或无须补充
  • Changelog 已提供或无须提供

Copy link

changeset-bot bot commented Jan 9, 2025

🦋 Changeset detected

Latest commit: 8ed9d03

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 12 packages
Name Type
@antv/l7-component Patch
@antv/l7-core Patch
@antv/l7 Patch
@antv/l7-layers Patch
@antv/l7-map Patch
@antv/l7-maps Patch
@antv/l7-renderer Patch
@antv/l7-scene Patch
@antv/l7-source Patch
@antv/l7-test-utils Patch
@antv/l7-three Patch
@antv/l7-utils Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

Walkthrough

This pull request introduces several updates and improvements across multiple packages in the repository. It includes version updates for dependencies, changes in import paths, and the removal of unused code. Additionally, there are updates related to SEO components and the handling of raster tile extents.

Changes

Files Summary
.changeset/orange-points-eat.md Added patch updates for various @antv/l7 packages.
package.json Updated dependencies including @types/lodash, eslint, and swr.
packages/core/src/services/asset/FontService.ts Added @ts-ignore comments for certain lines.
packages/utils/src/color.ts Added @ts-ignore comment for the import statement.
site/.dumi/pages/404.tsx, site/.dumi/pages/Examples/index.tsx, site/.dumi/theme/slots/ManualContent/index.tsx, site/site/pages/index.zh.tsx Changed import paths for the SEO component.
site/.dumi/theme/plugin.ts Removed unused plugin code.

@@ -241,9 +241,11 @@ export default class FontService extends EventEmitter implements IFontService {

// 3. layout characters
if (sdf) {
// @ts-ignore

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using @ts-ignore should be avoided unless absolutely necessary, as it suppresses TypeScript's type checking. Consider addressing the underlying type issues instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant