Skip to content

Bump the development-dependencies group with 5 updates #1087

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 20, 2023

Bumps the development-dependencies group with 5 updates:

Package From To
@rollup/plugin-node-resolve 15.1.0 15.2.0
tslib 2.6.1 2.6.2
puppeteer 21.0.3 21.1.0
open-props 1.5.11 1.5.13
stylelint 15.10.2 15.10.3

Updates @rollup/plugin-node-resolve from 15.1.0 to 15.2.0

Changelog

Sourced from @​rollup/plugin-node-resolve's changelog.

v15.2.0

2023-08-17

Features

  • feat: pass original importee to secondary resolve #1557
Commits
  • 7d395b8 chore(release): node-resolve v15.2.0
  • 9b9da3a feat(node-resolve): pass original importee to secondary resolve (#1557)
  • 8af989a chore(release): node-resolve v15.1.0
  • e9e94b3 feat(node-resolve): Resolve js/jsx/mjs/cjs imports from TypeScript files (#1498)
  • 9919bf2 chore(release): node-resolve v15.0.2
  • aa5a994 fix(node-resolve): bump is-builtin-module version, imports with a trailing sl...
  • 38e5ff0 chore(repo): fix typo in annotation in node-resolve (#1427)
  • a2e582a chore(repo): enable consistent-type-imports for typescript files (#1325)
  • 6553006 chore(release): node-resolve v15.0.1
  • 3038271 chore(commonjs,yaml,wasm,virtual,url,typescript,sucrase,strip,run,replace,plu...
  • Additional commits viewable in compare view

Updates tslib from 2.6.1 to 2.6.2

Release notes

Sourced from tslib's releases.

tslib 2.6.2

What's Changed

Full Changelog: microsoft/tslib@v2.6.1...v2.6.2

Commits

Updates puppeteer from 21.0.3 to 21.1.0

Release notes

Sourced from puppeteer's releases.

puppeteer-core: v21.1.0

21.1.0 (2023-08-18)

Features

Bug Fixes

  • locator.fill should work for textareas (#10737) (fc08a7d)
  • relative ordering of events and command responses should be ensured (#10725) (81ecb60)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 1.6.0 to 1.7.0

puppeteer: v21.1.0

21.1.0 (2023-08-18)

Miscellaneous Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 21.0.3 to 21.1.0
      • @​puppeteer/browsers bumped from 1.6.0 to 1.7.0
Commits

Updates open-props from 1.5.11 to 1.5.13

Commits

Updates stylelint from 15.10.2 to 15.10.3

Release notes

Sourced from stylelint's releases.

15.10.3

  • Fixed: declaration-property-value-no-unknown false negatives for typed custom properties (#7078) (@​romainmenke).
  • Fixed: property-no-unknown false positives for scroll-driven animations (#7090) (@​renato-bohler).
Changelog

Sourced from stylelint's changelog.

15.10.3

  • Fixed: declaration-property-value-no-unknown false negatives for typed custom properties (#7078) (@​romainmenke).
  • Fixed: property-no-unknown false positives for scroll-driven animations (#7090) (@​renato-bohler).
Commits

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 commands and options

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> dependency will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> dependency will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@romainmenke
Copy link
Member

@dependabot rebase

Bumps the development-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) | `15.1.0` | `15.2.0` |
| [tslib](https://github.com/Microsoft/tslib) | `2.6.1` | `2.6.2` |
| [puppeteer](https://github.com/puppeteer/puppeteer) | `21.0.3` | `21.1.0` |
| [open-props](https://github.com/argyleink/open-props) | `1.5.11` | `1.5.13` |
| [stylelint](https://github.com/stylelint/stylelint) | `15.10.2` | `15.10.3` |


Updates `@rollup/plugin-node-resolve` from 15.1.0 to 15.2.0
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/node-resolve-v15.2.0/packages/node-resolve)

Updates `tslib` from 2.6.1 to 2.6.2
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](microsoft/tslib@v2.6.1...v2.6.2)

Updates `puppeteer` from 21.0.3 to 21.1.0
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](puppeteer/puppeteer@puppeteer-v21.0.3...puppeteer-v21.1.0)

Updates `open-props` from 1.5.11 to 1.5.13
- [Release notes](https://github.com/argyleink/open-props/releases)
- [Commits](https://github.com/argyleink/open-props/commits)

Updates `stylelint` from 15.10.2 to 15.10.3
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint@15.10.2...15.10.3)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-node-resolve"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: tslib
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: open-props
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/development-dependencies-2d0511ef15 branch from 8d03b2c to 2ecb4eb Compare August 20, 2023 08:19
@romainmenke romainmenke merged commit 4db8b1c into main Aug 20, 2023
@romainmenke romainmenke deleted the dependabot/npm_and_yarn/development-dependencies-2d0511ef15 branch August 20, 2023 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant