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

Bump the npm-development-dependencies group with 6 updates #511

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 10, 2024

Bumps the npm-development-dependencies group with 6 updates:

Package From To
@rollup/plugin-replace 5.0.5 5.0.7
@rollup/plugin-swc 0.3.0 0.3.1
@swc/core 1.5.24 1.5.27
@types/node 20.14.0 20.14.2
globals 15.3.0 15.4.0
prettier 3.3.0 3.3.1

Updates @rollup/plugin-replace from 5.0.5 to 5.0.7

Changelog

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

v5.0.7

2024-06-05

Bugfixes

  • fix: add missing sourceMap documentation (#1698)

v5.0.6

2024-06-05

Bugfixes

  • fix: ternary operator replacement (#1712)
Commits
  • 7278248 chore(release): replace v5.0.7
  • de709c2 fix(replace): add missing sourceMap documentation (#1698)
  • e35d881 chore(release): replace v5.0.6
  • ee8b432 fix(replace): ternary operator replacement (#1712)
  • 2c18eeb chore(release): replace v5.0.5
  • 047d21c fix(replace): prevent variable before colons from being replaced when prevent...
  • dcd8da5 chore(repo): use @dot/versioner for releases (#1612)
  • 563d83a chore(release): replace v5.0.4
  • See full diff in compare view

Updates @rollup/plugin-swc from 0.3.0 to 0.3.1

Changelog

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

v0.3.1

2024-06-05

Updates

  • docs: add @​swc/core to install step (#1666)
Commits

Updates @swc/core from 1.5.24 to 1.5.27

Commits
  • 4d00b67 chore: Publish 1.5.27 with swc_core v0.93.1
  • e23af00 chore(ci): Disable testing on node@20
  • b952b08 chore: Update changelog
  • 3f7820a chore: Publish 1.5.26 with swc_core v0.93.1
  • 22c00c7 chore: Publish 1.5.26-nightly-20240610.1
  • 206b1e9 chore: Bump crates
  • 54ac992 feat(es/renamer): Workaround a bug of Safari (#9029)
  • d4ab0ac chore: Publish 1.5.26-nightly-20240607.1
  • 98540a5 chore: Bump crates
  • 825749f feat(es): Integrate experimental data API (#9027)
  • Additional commits viewable in compare view

Updates @types/node from 20.14.0 to 20.14.2

Commits

Updates globals from 15.3.0 to 15.4.0

Release notes

Sourced from globals's releases.

v15.4.0

  • Add globals for every yearly es versions (#252) 45c1b17

sindresorhus/globals@v15.3.0...v15.4.0

Commits

Updates prettier from 3.3.0 to 3.3.1

Release notes

Sourced from prettier's releases.

3.3.1

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.3.1

diff

Preserve empty lines in front matter (#16347 by @​fisker)

<!-- Input -->
---
foo:
  - bar1


bar2


bar3



Markdown
<!-- Prettier 3.3.0 -->

foo:

bar1
bar2
bar3


Markdown
<!-- Prettier 3.3.1 -->
foo:


bar1


bar2


bar3



Markdown

Preserve explicit language in front matter (#16348 by @​fisker)

<!-- Input -->
---yaml
</tr></table> 

... (truncated)

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> 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> 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

Bumps the npm-development-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@rollup/plugin-replace](https://github.com/rollup/plugins/tree/HEAD/packages/replace) | `5.0.5` | `5.0.7` |
| [@rollup/plugin-swc](https://github.com/rollup/plugins/tree/HEAD/packages/swc) | `0.3.0` | `0.3.1` |
| [@swc/core](https://github.com/swc-project/swc) | `1.5.24` | `1.5.27` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.14.0` | `20.14.2` |
| [globals](https://github.com/sindresorhus/globals) | `15.3.0` | `15.4.0` |
| [prettier](https://github.com/prettier/prettier) | `3.3.0` | `3.3.1` |


Updates `@rollup/plugin-replace` from 5.0.5 to 5.0.7
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/replace/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/replace-v5.0.7/packages/replace)

Updates `@rollup/plugin-swc` from 0.3.0 to 0.3.1
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/swc/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/swc-v0.3.1/packages/swc)

Updates `@swc/core` from 1.5.24 to 1.5.27
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.5.24...v1.5.27)

Updates `@types/node` from 20.14.0 to 20.14.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `globals` from 15.3.0 to 15.4.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v15.3.0...v15.4.0)

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

---
updated-dependencies:
- dependency-name: "@rollup/plugin-replace"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development-dependencies
- dependency-name: "@rollup/plugin-swc"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development-dependencies
- dependency-name: "@swc/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development-dependencies
- dependency-name: globals
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development-dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 10, 2024
@hectorm hectorm merged commit 82ebf20 into master Jun 11, 2024
26 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm-development-dependencies-d86267772b branch June 11, 2024 19:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant