-
-
Notifications
You must be signed in to change notification settings - Fork 79.1k
Comparing changes
Open a pull request
base repository: twbs/bootstrap
base: cb021439c683d9805e2864c58095b92d405e9b11
head repository: twbs/bootstrap
compare: 6e1f75f420f68e1d52733b8e407fc7c3766c9dba
Commits on Oct 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b2f5cf9 - Browse repository at this point
Copy the full SHA b2f5cf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b3c38d - Browse repository at this point
Copy the full SHA 1b3c38dView commit details -
Add color CSS vars for .alert-link (#36456)
* color css vars for .alert-link * Update scss/mixins/_alert.scss Co-authored-by: Mark Otto <otto@github.com>
Configuration menu - View commit details
-
Copy full SHA for 3b95c31 - Browse repository at this point
Copy the full SHA 3b95c31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18b99f7 - Browse repository at this point
Copy the full SHA 18b99f7View commit details -
Add new css vars for Offcanvas (#36815)
* Add 3 new css vars for Offcanvas feature * Fix new css variable after review * Update _offcanvas.scss Co-authored-by: Mark Otto <otto@github.com>
Configuration menu - View commit details
-
Copy full SHA for 838deba - Browse repository at this point
Copy the full SHA 838debaView commit details -
add font-weight-medium(=500) / fw-medium (#36781)
* add font-weight-medium = 500 * Update _utilities.scss
Configuration menu - View commit details
-
Copy full SHA for 9a58276 - Browse repository at this point
Copy the full SHA 9a58276View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fa7aa0 - Browse repository at this point
Copy the full SHA 2fa7aa0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca06737 - Browse repository at this point
Copy the full SHA ca06737View commit details -
Configuration menu - View commit details
-
Copy full SHA for fffe055 - Browse repository at this point
Copy the full SHA fffe055View commit details -
Add new border-radius utilities (#36540)
* Add new border-radius utilities * Fix bundlewatch * Fix bundlewatch again Co-authored-by: Mark Otto <markdotto@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b1185b9 - Browse repository at this point
Copy the full SHA b1185b9View commit details
Commits on Oct 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ebf053b - Browse repository at this point
Copy the full SHA ebf053bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5975ca6 - Browse repository at this point
Copy the full SHA 5975ca6View commit details
Commits on Oct 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for bf6240d - Browse repository at this point
Copy the full SHA bf6240dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01dc2f5 - Browse repository at this point
Copy the full SHA 01dc2f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8291746 - Browse repository at this point
Copy the full SHA 8291746View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9936ed4 - Browse repository at this point
Copy the full SHA 9936ed4View commit details -
fix(carousel): RTL
translate()
directionTrying to fix #37180
Configuration menu - View commit details
-
Copy full SHA for 5029370 - Browse repository at this point
Copy the full SHA 5029370View commit details -
Fix button hover color in cover example
Replaced .btn-secondary class with .btn-light
Configuration menu - View commit details
-
Copy full SHA for 4822984 - Browse repository at this point
Copy the full SHA 4822984View commit details -
Utilities for overflow and object fit (#36848)
* Added "overflow-x" and "overflow-y" - Having the same properties as overflow but for just the x and y axises - Usecase being I want my y axis to be scrollable but not my x axis - E.g a card with a vertical list of items. * Added "object-fit" utilities - The CSS object-fit property is used to specify how an <img> or <video> should be resized to fit its container. - A responsive alternative to using background-img for a resizable fill/fit image. * Updated documantation for the overflow utilities - Now includes docs for `overflow-x` and `overflow-y` utilities * Placeholder shortcode updated - Can now choose to render an img tag or svg - The image contains a base64 svg generated within the template - example shortcode updated to detect, replace and render preview of 'img' tags as well * New documentaion for Object Fit added - Documentation added for the 'object-fit' util * Updated spell checks issues * Update object-fit.md * Update overflow.md * Update object-fit.md * Updated markup to address HTML Validation Errors - error: Bad value for attribute "src" on element "img": Illegal character in scheme data: space is not allowed. - info warning: Self-closing tag syntax in text/html documents is widely discouraged; it's unnecessary and interacts badly with other HTML features (e.g., unquoted attribute values). If you're using a tool that injects self-closing tag syntax into all void elements, without any option to prevent it from doing so, then consider switching to a different tool. * Updated Fix - Added Legibility to the img markup (example.html) - Fixed issue with example not working properly (because image closing tag no longer has "/>" ) * update values by step of 0.25 in bundlewatch.config The following values in .bundlewatch.config.json have been updated: - ./dist/css/bootstrap-utilities.css - ./dist/css/bootstrap-utilities.min.css - ./dist/css/bootstrap.css - ./dist/css/bootstrap.min.css Co-authored-by: Daniel O <dobiekwe@byteworks.com.ng> Co-authored-by: Mark Otto <otto@github.com>
Configuration menu - View commit details
-
Copy full SHA for 708a3a0 - Browse repository at this point
Copy the full SHA 708a3a0View commit details
Commits on Oct 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4cb046a - Browse repository at this point
Copy the full SHA 4cb046aView commit details
Commits on Oct 12, 2022
-
Improve example of .flex-wrap and -reverse
The current example of `.flex-wrap` and `.flex-wrap-reverse` does not really show the difference between those two utilities, because every item is labelled 'Flex item'. With the added numbers it is more clear what happens and how `.flex-wrap-reverse` works.
Configuration menu - View commit details
-
Copy full SHA for 7a2f7b0 - Browse repository at this point
Copy the full SHA 7a2f7b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 137c932 - Browse repository at this point
Copy the full SHA 137c932View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16e3f97 - Browse repository at this point
Copy the full SHA 16e3f97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3377ca4 - Browse repository at this point
Copy the full SHA 3377ca4View commit details
Commits on Oct 14, 2022
-
2
Configuration menu - View commit details
-
Copy full SHA for c40495c - Browse repository at this point
Copy the full SHA c40495cView commit details
Commits on Oct 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1095d4a - Browse repository at this point
Copy the full SHA 1095d4aView commit details
Commits on Oct 18, 2022
-
Bump terser from 5.15.0 to 5.15.1 (#37290)
Bumps [terser](https://github.com/terser/terser) from 5.15.0 to 5.15.1. - [Release notes](https://github.com/terser/terser/releases) - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](terser/terser@v5.15.0...v5.15.1) --- updated-dependencies: - dependency-name: terser dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e27afa9 - Browse repository at this point
Copy the full SHA e27afa9View commit details -
Bump lockfile-lint from 4.9.5 to 4.9.6 (#37291)
Bumps [lockfile-lint](https://github.com/lirantal/lockfile-lint/tree/HEAD/packages/lockfile-lint) from 4.9.5 to 4.9.6. - [Release notes](https://github.com/lirantal/lockfile-lint/releases) - [Changelog](https://github.com/lirantal/lockfile-lint/blob/master/packages/lockfile-lint/CHANGELOG.md) - [Commits](https://github.com/lirantal/lockfile-lint/commits/lockfile-lint@4.9.6/packages/lockfile-lint) --- updated-dependencies: - dependency-name: lockfile-lint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for be8b31e - Browse repository at this point
Copy the full SHA be8b31eView commit details -
Bump @rollup/plugin-node-resolve from 14.1.0 to 15.0.0 (#37287)
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 14.1.0 to 15.0.0. - [Release notes](https://github.com/rollup/plugins/releases) - [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/commonjs-v15.0.0/packages/node-resolve) --- updated-dependencies: - dependency-name: "@rollup/plugin-node-resolve" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for aa8ffcb - Browse repository at this point
Copy the full SHA aa8ffcbView commit details -
Bump postcss from 8.4.17 to 8.4.18 (#37336)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.17 to 8.4.18. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.17...8.4.18) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 35ced6d - Browse repository at this point
Copy the full SHA 35ced6dView commit details -
Bump @rollup/plugin-replace from 4.0.0 to 5.0.0 (#37293)
Bumps [@rollup/plugin-replace](https://github.com/rollup/plugins/tree/HEAD/packages/replace) from 4.0.0 to 5.0.0. - [Release notes](https://github.com/rollup/plugins/releases) - [Changelog](https://github.com/rollup/plugins/blob/master/packages/replace/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/url-v5.0.0/packages/replace) --- updated-dependencies: - dependency-name: "@rollup/plugin-replace" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 660db1e - Browse repository at this point
Copy the full SHA 660db1eView commit details -
Bump hugo-bin from 0.92.2 to 0.92.3 (#37285)
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.92.2 to 0.92.3. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](fenneclab/hugo-bin@v0.92.2...v0.92.3) --- updated-dependencies: - dependency-name: hugo-bin dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b46c098 - Browse repository at this point
Copy the full SHA b46c098View commit details -
Bump eslint from 8.24.0 to 8.25.0 (#37288)
Bumps [eslint](https://github.com/eslint/eslint) from 8.24.0 to 8.25.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.24.0...v8.25.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for dca76c6 - Browse repository at this point
Copy the full SHA dca76c6View commit details -
Bump @rollup/plugin-babel from 5.3.1 to 6.0.0 (#37292)
Bumps [@rollup/plugin-babel](https://github.com/rollup/plugins/tree/HEAD/packages/babel) from 5.3.1 to 6.0.0. - [Release notes](https://github.com/rollup/plugins/releases) - [Changelog](https://github.com/rollup/plugins/blob/master/packages/babel/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/url-v6.0.0/packages/babel) --- updated-dependencies: - dependency-name: "@rollup/plugin-babel" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 15d8e6e - Browse repository at this point
Copy the full SHA 15d8e6eView commit details -
Bump stylelint from 14.13.0 to 14.14.0 (#37337)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.13.0 to 14.14.0. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint@14.13.0...14.14.0) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 84ab5f7 - Browse repository at this point
Copy the full SHA 84ab5f7View commit details -
Bump @rollup/plugin-commonjs from 22.0.2 to 23.0.0 (#37294)
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 22.0.2 to 23.0.0. - [Release notes](https://github.com/rollup/plugins/releases) - [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/commonjs-v23.0.0/packages/commonjs) --- updated-dependencies: - dependency-name: "@rollup/plugin-commonjs" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for efc3ff6 - Browse repository at this point
Copy the full SHA efc3ff6View commit details -
Bump eslint-plugin-unicorn from 44.0.0 to 44.0.2 (#37286)
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 44.0.0 to 44.0.2. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](sindresorhus/eslint-plugin-unicorn@v44.0.0...v44.0.2) --- updated-dependencies: - dependency-name: eslint-plugin-unicorn dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 49bdbd4 - Browse repository at this point
Copy the full SHA 49bdbd4View commit details -
Bump @babel/preset-env from 7.19.3 to 7.19.4 (#37289)
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.19.3 to 7.19.4. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.19.4/packages/babel-preset-env) --- updated-dependencies: - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3f46ea7 - Browse repository at this point
Copy the full SHA 3f46ea7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39bbca5 - Browse repository at this point
Copy the full SHA 39bbca5View commit details
Commits on Oct 22, 2022
-
* Update docs homepage to use separate partials for each section Also modifies the homepage code snippets under getting started to remove the code comments, making copy-pasting easier. * Update some copy and examples * newlines * type button * more code review, bring back interactive components * fix hover
Configuration menu - View commit details
-
Copy full SHA for 538f50b - Browse repository at this point
Copy the full SHA 538f50bView commit details -
Update navbars example to include a centered nav with utilities (#36523)
* Update navbars example to include a centered nav with utilities * Update site/content/docs/5.2/examples/navbars/index.html Co-authored-by: Julien Déramond <julien.deramond@orange.com> Co-authored-by: Julien Déramond <julien.deramond@orange.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for bbe1ffd - Browse repository at this point
Copy the full SHA bbe1ffdView commit details -
Add
z-index
utilities,.z-*
(#37317)* Add z-index utilities, .z-* * Fix missing comma in _utilities.scss * Fix bundlewatch * Fix lint * Update site/content/docs/5.2/utilities/z-index.md Co-authored-by: Julien Déramond <julien.deramond@orange.com> * custom appearance * linter Co-authored-by: Julien Déramond <juderamond@gmail.com> Co-authored-by: Julien Déramond <julien.deramond@orange.com>
Configuration menu - View commit details
-
Copy full SHA for 0968db8 - Browse repository at this point
Copy the full SHA 0968db8View commit details
Commits on Oct 23, 2022
-
Use
--bs-border-width
for some components (#37344)* Update _variables.scss adds variable border-width to some components. to combine utility borders (border-1, boder-2, ...) on these. like "card border-2", "alert border-4" , ... * add more border-width * fix lint & bundlewatch
Configuration menu - View commit details
-
Copy full SHA for 7cb376a - Browse repository at this point
Copy the full SHA 7cb376aView commit details -
Configuration menu - View commit details
-
Copy full SHA for db60ae0 - Browse repository at this point
Copy the full SHA db60ae0View commit details
Commits on Oct 25, 2022
-
Bump @rollup/plugin-node-resolve from 15.0.0 to 15.0.1 (#37370)
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 15.0.0 to 15.0.1. - [Release notes](https://github.com/rollup/plugins/releases) - [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/node-resolve-v15.0.1/packages/node-resolve) --- updated-dependencies: - dependency-name: "@rollup/plugin-node-resolve" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 700674b - Browse repository at this point
Copy the full SHA 700674bView commit details -
Bump @rollup/plugin-babel from 6.0.0 to 6.0.2 (#37371)
Bumps [@rollup/plugin-babel](https://github.com/rollup/plugins/tree/HEAD/packages/babel) from 6.0.0 to 6.0.2. - [Release notes](https://github.com/rollup/plugins/releases) - [Changelog](https://github.com/rollup/plugins/blob/master/packages/babel/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/babel-v6.0.2/packages/babel) --- updated-dependencies: - dependency-name: "@rollup/plugin-babel" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c8174a4 - Browse repository at this point
Copy the full SHA c8174a4View commit details -
Bump @rollup/plugin-replace from 5.0.0 to 5.0.1 (#37373)
Bumps [@rollup/plugin-replace](https://github.com/rollup/plugins/tree/HEAD/packages/replace) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/rollup/plugins/releases) - [Changelog](https://github.com/rollup/plugins/blob/master/packages/replace/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/url-v5.0.1/packages/replace) --- updated-dependencies: - dependency-name: "@rollup/plugin-replace" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 794a9b2 - Browse repository at this point
Copy the full SHA 794a9b2View commit details -
Bump @rollup/plugin-commonjs from 23.0.0 to 23.0.2 (#37375)
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 23.0.0 to 23.0.2. - [Release notes](https://github.com/rollup/plugins/releases) - [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/commonjs-v23.0.2/packages/commonjs) --- updated-dependencies: - dependency-name: "@rollup/plugin-commonjs" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4b5a667 - Browse repository at this point
Copy the full SHA 4b5a667View commit details -
Bump eslint from 8.25.0 to 8.26.0 (#37372)
Bumps [eslint](https://github.com/eslint/eslint) from 8.25.0 to 8.26.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.25.0...v8.26.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0a64894 - Browse repository at this point
Copy the full SHA 0a64894View commit details -
Bump @babel/core from 7.19.3 to 7.19.6 (#37374)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.19.3 to 7.19.6. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.19.6/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1Configuration menu - View commit details
-
Copy full SHA for fb4ec53 - Browse repository at this point
Copy the full SHA fb4ec53View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff cb021439c683d9805e2864c58095b92d405e9b11...6e1f75f420f68e1d52733b8e407fc7c3766c9dba