Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: twbs/bootstrap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cb021439c683d9805e2864c58095b92d405e9b11
Choose a base ref
...
head repository: twbs/bootstrap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6e1f75f420f68e1d52733b8e407fc7c3766c9dba
Choose a head ref

Commits on Oct 3, 2022

  1. Copy the full SHA
    b2f5cf9 View commit details
  2. Copy the full SHA
    1b3c38d View commit details
  3. 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>
    silvinor and mdo authored Oct 3, 2022
    Copy the full SHA
    3b95c31 View commit details
  4. color css vars for .btn-close

    Vino Rodrigues authored and mdo committed Oct 3, 2022
    Copy the full SHA
    18b99f7 View commit details
  5. 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>
    isabellechanclou and mdo authored Oct 3, 2022
    Copy the full SHA
    838deba View commit details
  6. add font-weight-medium(=500) / fw-medium (#36781)

    * add font-weight-medium = 500
    
    * Update _utilities.scss
    pine3ree authored Oct 3, 2022
    Copy the full SHA
    9a58276 View commit details
  7. Copy the full SHA
    2fa7aa0 View commit details
  8. Update bundlewatch

    mdo committed Oct 3, 2022
    Copy the full SHA
    ca06737 View commit details
  9. Add parameters to the caret mixin

    pine3ree authored and mdo committed Oct 3, 2022
    Copy the full SHA
    fffe055 View commit details
  10. Add new border-radius utilities (#36540)

    * Add new border-radius utilities
    
    * Fix bundlewatch
    
    * Fix bundlewatch again
    
    Co-authored-by: Mark Otto <markdotto@gmail.com>
    julien-deramond and mdo authored Oct 3, 2022
    Copy the full SHA
    b1185b9 View commit details

Commits on Oct 4, 2022

  1. Copy the full SHA
    ebf053b View commit details
  2. Copy the full SHA
    5975ca6 View commit details

Commits on Oct 6, 2022

  1. Copy the full SHA
    bf6240d View commit details
  2. Copy the full SHA
    01dc2f5 View commit details
  3. Copy the full SHA
    8291746 View commit details
  4. Copy the full SHA
    9936ed4 View commit details
  5. fix(carousel): RTL translate() direction

    Trying to fix #37180
    ffoodd authored and mdo committed Oct 6, 2022
    Copy the full SHA
    5029370 View commit details
  6. Fix button hover color in cover example

    Replaced .btn-secondary class with .btn-light
    jtsimoes authored and mdo committed Oct 6, 2022
    Copy the full SHA
    4822984 View commit details
  7. 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>
    3 people authored Oct 6, 2022
    Copy the full SHA
    708a3a0 View commit details

Commits on Oct 7, 2022

  1. Copy the full SHA
    4cb046a View commit details

Commits on Oct 12, 2022

  1. 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.
    stollr authored and mdo committed Oct 12, 2022
    Copy the full SHA
    7a2f7b0 View commit details
  2. Docs: standardize usage of <kbd>

    julien-deramond authored and mdo committed Oct 12, 2022
    Copy the full SHA
    137c932 View commit details
  3. Doc: add Sass vars for switches

    julien-deramond authored and mdo committed Oct 12, 2022
    Copy the full SHA
    16e3f97 View commit details
  4. docs: fixes text buttons to match behavior

    zalog authored and mdo committed Oct 12, 2022
    Copy the full SHA
    3377ca4 View commit details

Commits on Oct 14, 2022

  1. 2
    Copy the full SHA
    c40495c View commit details

Commits on Oct 16, 2022

  1. Copy the full SHA
    1095d4a View commit details

Commits on Oct 18, 2022

  1. 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>
    dependabot[bot] authored Oct 18, 2022
    Copy the full SHA
    e27afa9 View commit details
  2. 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>
    dependabot[bot] authored Oct 18, 2022
    Copy the full SHA
    be8b31e View commit details
  3. 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>
    dependabot[bot] and XhmikosR authored Oct 18, 2022
    Copy the full SHA
    aa8ffcb View commit details
  4. 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>
    dependabot[bot] authored Oct 18, 2022
    Copy the full SHA
    35ced6d View commit details
  5. 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>
    dependabot[bot] authored Oct 18, 2022
    Copy the full SHA
    660db1e View commit details
  6. 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>
    dependabot[bot] authored Oct 18, 2022
    Copy the full SHA
    b46c098 View commit details
  7. 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>
    dependabot[bot] and XhmikosR authored Oct 18, 2022
    Copy the full SHA
    dca76c6 View commit details
  8. 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>
    dependabot[bot] authored Oct 18, 2022
    Copy the full SHA
    15d8e6e View commit details
  9. 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>
    dependabot[bot] authored Oct 18, 2022
    Copy the full SHA
    84ab5f7 View commit details
  10. 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>
    dependabot[bot] authored Oct 18, 2022
    Copy the full SHA
    efc3ff6 View commit details
  11. 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>
    dependabot[bot] authored Oct 18, 2022
    Copy the full SHA
    49bdbd4 View commit details
  12. 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>
    dependabot[bot] authored Oct 18, 2022
    Copy the full SHA
    3f46ea7 View commit details
  13. Regenerate package-lock.json

    XhmikosR committed Oct 18, 2022
    Copy the full SHA
    39bbca5 View commit details

Commits on Oct 22, 2022

  1. Home imports (#37318)

    * 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
    mdo authored Oct 22, 2022
    Copy the full SHA
    538f50b View commit details
  2. 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>
    3 people authored Oct 22, 2022
    Copy the full SHA
    bbe1ffd View commit details
  3. 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>
    3 people authored Oct 22, 2022
    Copy the full SHA
    0968db8 View commit details

Commits on Oct 23, 2022

  1. 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
    jonnysp authored Oct 23, 2022
    Copy the full SHA
    7cb376a View commit details
  2. fix

    jonnysp authored and mdo committed Oct 23, 2022
    Copy the full SHA
    db60ae0 View commit details

Commits on Oct 25, 2022

  1. 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>
    dependabot[bot] authored Oct 25, 2022
    Copy the full SHA
    700674b View commit details
  2. 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>
    dependabot[bot] authored Oct 25, 2022
    Copy the full SHA
    c8174a4 View commit details
  3. 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>
    dependabot[bot] authored Oct 25, 2022
    Copy the full SHA
    794a9b2 View commit details
  4. 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>
    dependabot[bot] authored Oct 25, 2022
    Copy the full SHA
    4b5a667 View commit details
  5. 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>
    dependabot[bot] authored Oct 25, 2022
    Copy the full SHA
    0a64894 View commit details
  6. 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>
    dependabot[bot] authored Oct 25, 2022
    1
    Copy the full SHA
    fb4ec53 View commit details
Loading