Skip to content

Commit

Permalink
Build(deps): Bump @ant-design/pro-layout from 7.17.20 to 7.18.0 (#1367)
Browse files Browse the repository at this point in the history
Bumps
[@ant-design/pro-layout](https://github.com/ant-design/pro-components)
from 7.17.20 to 7.18.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ant-design/pro-components/commit/c144a177d4e315362b5a5650187f031857212a46"><code>c144a17</code></a>
🎨 chore(release): Publish</li>
<li><a
href="https://github.com/ant-design/pro-components/commit/8558d0ee280595cf1bb39da383bcd3b10da7103b"><code>8558d0e</code></a>
feat: ActionsContent support one dom</li>
<li><a
href="https://github.com/ant-design/pro-components/commit/ae98e6ba2cc93b699b4f6e590995301aa44b7525"><code>ae98e6b</code></a>
docs: add changelog</li>
<li><a
href="https://github.com/ant-design/pro-components/commit/0dede4fd9db4cdc02f5c3ff2119f3a449414be31"><code>0dede4f</code></a>
🎨 chore(release): Publish</li>
<li><a
href="https://github.com/ant-design/pro-components/commit/efbdab6bb564a1bde4679b2069acdf3041f96a5c"><code>efbdab6</code></a>
feat(form): ProFormFieldSet support funtion</li>
<li><a
href="https://github.com/ant-design/pro-components/commit/b5a3569add2880745f1142a3823765a089ea8239"><code>b5a3569</code></a>
docs: update snaposhot</li>
<li><a
href="https://github.com/ant-design/pro-components/commit/b38df4b04b457fa43932b65a92ffa7c476b3cf83"><code>b38df4b</code></a>
docs: add changelog</li>
<li>See full diff in <a
href="https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@ant-design/pro-layout&package-manager=npm_and_yarn&previous-version=7.17.20&new-version=7.18.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
  • Loading branch information
github-actions[bot] authored Mar 22, 2024
2 parents 3d90214 + 4bf142c commit 745ce9b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"nth-check": "npm:[email protected]"
},
"dependencies": {
"@ant-design/pro-layout": "^7.17.20",
"@ant-design/pro-layout": "^7.18.0",
"@apollo/client": "^3.9.7",
"@babel/core": "^7.24.0",
"@babel/runtime": "^7.24.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@
classnames "^2.2.6"
rc-util "^5.31.1"

"@ant-design/pro-layout@^7.17.20":
version "7.17.20"
resolved "https://registry.yarnpkg.com/@ant-design/pro-layout/-/pro-layout-7.17.20.tgz#d12d419992bcb0c17b41bf52946495a28e569775"
integrity sha512-+5u2BMlVj7QX81iE4FQjvOERMgdNFSOP6ZT87AXMI6sIra3S42HgLDOdaZCcgcQ5lbF3zNqJc9rzPYIXKzOBfQ==
"@ant-design/pro-layout@^7.18.0":
version "7.18.0"
resolved "https://registry.yarnpkg.com/@ant-design/pro-layout/-/pro-layout-7.18.0.tgz#186255a1ea6d1907ea54efe77e304bad0806d024"
integrity sha512-Es/mQAif5RJVynC/rVM+DsX1Kvp3xkjlAgZta3Sak4GZmkq3lRMq80MPlsKLeIZMwOBE1k3CZ4i7VEdWTcXCgg==
dependencies:
"@ant-design/icons" "^5.0.0"
"@ant-design/pro-provider" "2.14.0"
Expand Down

0 comments on commit 745ce9b

Please sign in to comment.