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

chore: 🤖 bump the major-updates group with 7 updates #297

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2024

Bumps the major-updates group with 7 updates:

Package From To
@release-it/conventional-changelog 8.0.2 9.0.3
@rollup/plugin-node-resolve 15.3.0 16.0.0
@typescript-eslint/parser 5.62.0 8.18.1
global-jsdom 24.0.0 25.0.0
jsdom 24.1.3 25.0.1
putout 35.37.1 37.2.0
typedoc-plugin-mdn-links 3.3.8 4.0.5

Updates @release-it/conventional-changelog from 8.0.2 to 9.0.3

Release notes

Sourced from @​release-it/conventional-changelog's releases.

Release 9.0.3

  • Format (09fdb3e)
  • fix: use whatBump option (#106) (09aac9e)

Release 9.0.2

  • Minor refactor for readability (ccdd687)
  • Format docs (73e212c)
  • fix: Resolve whatBump is not a function error (#105) (5e0af0c)

Release 9.0.1

  • Update dependencies (6059558)
  • fix: Allow whatBump to return undefined to skip versioning (#102) (3301fbe)

Release 9.0.0

  • Update dependencies (1db67c1)
  • Add .gitignore file (d9416d7)

Release 9.0.0-next.0

  • Update docs (deeb133)
  • Streamline opts (ac72e25)
  • Doc whatBump (1671544)
  • Try compact (dc1be68)
  • Add pkg.pr.new workflow (d978f50)
  • Migrate to conventional-changelog v6 + conventional-recommended-bump v10 (c4b9886)
Commits

Updates @rollup/plugin-node-resolve from 15.3.0 to 16.0.0

Changelog

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

v16.0.0

2024-12-15

Breaking Changes

  • feat!: set development or production condition (#1823)

v15.3.1

2024-12-15

Updates

  • refactor: replace test with includes (#1787)
Commits
  • 1459cf0 fix(node-resolve): do not ignore exceptions (#564)
  • 366380e fix(node-resolve)!: resolve hash in path (#588)
  • f87c442 chore(release): node-resolve v9.0.0
  • e4d21ba refactor(node-resolve): remove deep-freeze from dependencies (#529)
  • 621768b feat(commonjs)!: return the namespace by default when requiring ESM (#507)
  • e632469 chore(node-resolve): update dependencies
  • 84dfddb chore(node-resolve): clean up changelog
  • 3fa649d chore(release): node-resolve v8.4.0
  • a582b59 chore(release): node-resolve v8.3.0
  • a60cb76 chore(release): node-resolve v8.2.0
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 5.62.0 to 8.18.1

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.18.1

8.18.1 (2024-12-16)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-template-expression] don't report when an expression includes comment (#10444)
  • eslint-plugin: handle string like index type (#10460)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] flag values of a type parameter with boolean type constraints (#10474)
  • eslint-plugin: use consistent naming for asserting types and casting values (#10472)
  • eslint-plugin: [no-unnecessary-condition] better message when comparing between literal types (#10454)
  • scope-manager: visit params decorator before nest scope (#10475)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.18.0

8.18.0 (2024-12-09)

🚀 Features

  • eslint-plugin: [no-deprecated] report on super call of deprecated constructor (#10397)
  • eslint-plugin: [switch-exhaustiveness-check] add support for "no default" comment (#10218)

🩹 Fixes

  • typescript peer dependency (#10373)
  • deps: update dependency eslint to v9.16.0 (#10471)
  • eslint-plugin: [no-deprecated] check if a JSX attribute is deprecated (#10374)
  • eslint-plugin: [no-base-to-string] handle more robustly when multiple toString() declarations are present for a type (#10432)
  • eslint-plugin: [use-unknown-in-catch-callback-variable] only flag function literals (#10436)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.17.0

8.17.0 (2024-12-02)

🚀 Features

... (truncated)

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.18.1 (2024-12-16)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.18.0 (2024-12-09)

🩹 Fixes

  • typescript peer dependency (#10373)

❤️ Thank You

  • rtritto

You can read about our versioning strategy and releases on our website.

8.17.0 (2024-12-02)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.16.0 (2024-11-25)

🚀 Features

  • support TypeScript 5.7 (#10372)

❤️ Thank You

  • Josh Goldberg ✨

You can read about our versioning strategy and releases on our website.

8.15.0 (2024-11-18)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.14.0 (2024-11-11)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.13.0 (2024-11-04)

... (truncated)

Commits

Updates global-jsdom from 24.0.0 to 25.0.0

Changelog

Sourced from global-jsdom's changelog.

[25.0.0] - {2024-09-17}

  • Raise minimum jsdom peer dependency to v25
Commits

Updates jsdom from 24.1.3 to 25.0.1

Release notes

Sourced from jsdom's releases.

Version 25.0.1

  • Updated dependencies, notably tough-cookie, which no longer prints a deprecation warning.

Version 25.0.0

This major release changes the prototype of a jsdom's EventTarget.prototype to point to the Object.prototype inside the jsdom, instead of pointing to the Node.js Object.prototype. Thus, the prototype chain of Window stays entirely within the jsdom, never crossing over into the Node.js realm.

This only occurs when runScripts is set to non-default values of "dangerously" or "outside-only", as with the default value, there is no separate Object.prototype inside the jsdom.

This will likely not impact many programs, but could cause some changes in instanceof behavior, and so out of an abundance of caution, we're releasing it as a new major version.

Changelog

Sourced from jsdom's changelog.

25.0.1

  • Updated dependencies, notably tough-cookie, which no longer prints a deprecation warning.

25.0.0

This major release changes the prototype of a jsdom's EventTarget.prototype to point to the Object.prototype inside the jsdom, instead of pointing to the Node.js Object.prototype. Thus, the prototype chain of Window stays entirely within the jsdom, never crossing over into the Node.js realm.

This only occurs when runScripts is set to non-default values of "dangerously" or "outside-only", as with the default value, there is no separate Object.prototype inside the jsdom.

This will likely not impact many programs, but could cause some changes in instanceof behavior, and so out of an abundance of caution, we're releasing it as a new major version.

Commits

Updates putout from 35.37.1 to 37.2.0

Release notes

Sourced from putout's releases.

putout v37.2.0

🔥 feature

  • 71640126f putout: @​putout/plugin-promises v16.0.0
  • 6cbc165a8 putout: @​putout/plugin-add-missing-parens v2.0.0
  • d5fbf87ad @​putout/plugin-add-missing-parens: drop support of 🐊 < 37
  • 6e226f0b2 @​putout/plugin-add-missing-parens: await
  • 6fe222bda @​putout/plugin-promises: drop support of 🐊 < 37
  • 3f25609c9 @​putout/plugin-promises: remove-useless-await: optional-chaining
  • 398dc7091 @​putout/engine-parser: BABEL_TYPES_8_BREAKING is not supported anymore

putout v37.1.1

🔥 feature

  • 0f248a3b7 putout: keywords: putout-script
  • 98e289097 @​putout/cli-cache: add support of incompatible cache file

putout v37.1.0

🔥 feature

  • 354221316 @​putout/plugin-convert-expression-to-params: add

putout v37.0.1

🔥 feature

  • 29a99b3ee putout: @​putout/cli-cache v4.0.0
  • cf6ecc385 @​putout/cli-cache: places -> places.json

Putout v37

image

“Even if it seems certain that you will lose, retaliate. Neither wisdom nor technique has a place in this. A real man does not think of victory or defeat. He plunges recklessly towards an irrational death. By doing this, you will awaken from your dreams.”

Yamamoto Tsunetomo, Hagakure: The Book of the Samurai

Hi folks! The time is come for a new big 🐊Putout release 🎉 ! It has a couple breaking changes and some improvements.

⛔️ Breaking Changes

@putout/plugin-optional-chaining

Both plugins a merged convert-optional-to-logical + apply-optional-chaining, and now we have one instead, consider making next changes to your .putout.json:

{
    "rules": {
-       "convert-optional-to-logical/assign": "on",
-       "convert-optional-to-logical/call": "off",
+       "optional-chaining/convert-optional-assign-to-logical": "on",
</tr></table> 

... (truncated)

Commits
  • 7f5c8f6 chore: putout: v37.2.0
  • 7164012 feature: putout: @​putout/plugin-promises v16.0.0
  • 6cbc165 feature: putout: @​putout/plugin-add-missing-parens v2.0.0
  • 829d0ab chore: @​putout/plugin-promises: v16.0.0
  • 77a424f chore: @​putout/plugin-add-missing-parens: v2.0.0
  • d5fbf87 feature: @​putout/plugin-add-missing-parens: drop support of 🐊 < 37
  • 6e226f0 feature: @​putout/plugin-add-missing-parens: await
  • 6fe222b feature: @​putout/plugin-promises: drop support of 🐊 < 37
  • 3f25609 feature: @​putout/plugin-promises: remove-useless-await: optional-chaining
  • 99230fe chore: @​putout/engine-parser: v11.2.0
  • Additional commits viewable in compare view

Updates typedoc-plugin-mdn-links from 3.3.8 to 4.0.5

Changelog

Sourced from typedoc-plugin-mdn-links's changelog.

v4.0.5 (2024-12-15)

  • Updated MDN API index with @​mdn/browser-compat-data version 5.6.24

v4.0.4 (2024-12-08)

  • Updated MDN API index with @​mdn/browser-compat-data version 5.6.22

v4.0.3 (2024-12-01)

  • Updated MDN API index with @​mdn/browser-compat-data version 5.6.20

v4.0.2 (2024-11-27)

  • Fix plugin when running with TypeDoc 0.27.x (@​blutorange)
  • Updated MDN API index with @​mdn/browser-compat-data version 5.6.19

v4.0.1 (2024-11-24)

  • Updated MDN API index with @​mdn/browser-compat-data version 5.6.18

v4.0.0 (2024-11-22)

  • Breaking: Drop support for TypeDoc before 0.26.0
  • Add support for TypeDoc 0.27.x
  • Fix issue when linking to static methods on global objects, #22
Commits
  • 183bd04 [github-actions] Update Web API Index
  • 5b7b046 Merge pull request #24 from bollwyvl/patch-1
  • c5dde6e update typedoc support in readme
  • f5c7279 [github-actions] Update Web API Index
  • 6644877 [github-actions] Update Web API Index
  • d7e9043 Bump version to 4.0.2
  • b991ef9 Resolve warning due to use of experimental JSON import
  • ab2d1b5 Merge pull request #23 from blutorange/update-to-esm
  • 845ec82 Switch from CommonJS to ESM for support for TypeDoc 0.27.x
  • 1df852a [github-actions] Update Web API Index
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
putout [>= 36.a, < 37]

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 major-updates group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@release-it/conventional-changelog](https://github.com/release-it/conventional-changelog) | `8.0.2` | `9.0.3` |
| [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) | `15.3.0` | `16.0.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `5.62.0` | `8.18.1` |
| [global-jsdom](https://github.com/modosc/global-jsdom) | `24.0.0` | `25.0.0` |
| [jsdom](https://github.com/jsdom/jsdom) | `24.1.3` | `25.0.1` |
| [putout](https://github.com/coderaiser/putout) | `35.37.1` | `37.2.0` |
| [typedoc-plugin-mdn-links](https://github.com/Gerrit0/typedoc-plugin-mdn-links) | `3.3.8` | `4.0.5` |


Updates `@release-it/conventional-changelog` from 8.0.2 to 9.0.3
- [Release notes](https://github.com/release-it/conventional-changelog/releases)
- [Commits](release-it/conventional-changelog@8.0.2...9.0.3)

Updates `@rollup/plugin-node-resolve` from 15.3.0 to 16.0.0
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v16.0.0/packages/node-resolve)

Updates `@typescript-eslint/parser` from 5.62.0 to 8.18.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.18.1/packages/parser)

Updates `global-jsdom` from 24.0.0 to 25.0.0
- [Changelog](https://github.com/modosc/global-jsdom/blob/main/HISTORY.md)
- [Commits](modosc/global-jsdom@v24.0.0...v25.0.0)

Updates `jsdom` from 24.1.3 to 25.0.1
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md)
- [Commits](jsdom/jsdom@24.1.3...25.0.1)

Updates `putout` from 35.37.1 to 37.2.0
- [Release notes](https://github.com/coderaiser/putout/releases)
- [Commits](coderaiser/putout@v35.37.1...v37.2.0)

Updates `typedoc-plugin-mdn-links` from 3.3.8 to 4.0.5
- [Changelog](https://github.com/Gerrit0/typedoc-plugin-mdn-links/blob/main/CHANGELOG.md)
- [Commits](Gerrit0/typedoc-plugin-mdn-links@v3.3.8...v4.0.5)

---
updated-dependencies:
- dependency-name: "@release-it/conventional-changelog"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: "@rollup/plugin-node-resolve"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: global-jsdom
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: jsdom
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: putout
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: typedoc-plugin-mdn-links
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 23, 2024

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Dec 23, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/major-updates-1b52058ad6 branch December 23, 2024 23:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant