-
Notifications
You must be signed in to change notification settings - Fork 14
chore(deps-dev): bump the npm-patch-dev-dependencies group across 1 directory with 7 updates #624
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(deps-dev): bump the npm-patch-dev-dependencies group across 1 directory with 7 updates #624
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving patch update
078f1f8 to
3ed8c5c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving patch update
…irectory with 7 updates Bumps the npm-patch-dev-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.28.4` | `7.28.5` | | [@grafana/tsconfig](https://github.com/grafana/plugin-tools/tree/HEAD/packages/tsconfig) | `2.0.0` | `2.0.1` | | [@swc/core](https://github.com/swc-project/swc) | `1.13.5` | `1.13.21` | | [cspell](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell) | `9.2.1` | `9.2.2` | | [dotenv](https://github.com/motdotla/dotenv) | `17.2.2` | `17.2.3` | | [sass-loader](https://github.com/webpack/sass-loader) | `16.0.5` | `16.0.6` | | [semver](https://github.com/npm/node-semver) | `7.7.2` | `7.7.3` | Updates `@babel/core` from 7.28.4 to 7.28.5 - [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.28.5/packages/babel-core) Updates `@grafana/tsconfig` from 2.0.0 to 2.0.1 - [Release notes](https://github.com/grafana/plugin-tools/releases) - [Changelog](https://github.com/grafana/plugin-tools/blob/main/CHANGELOG.md) - [Commits](https://github.com/grafana/plugin-tools/commits/@grafana/[email protected]/packages/tsconfig) Updates `@swc/core` from 1.13.5 to 1.13.21 - [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.13.5...v1.13.21) Updates `cspell` from 9.2.1 to 9.2.2 - [Release notes](https://github.com/streetsidesoftware/cspell/releases) - [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell/CHANGELOG.md) - [Commits](https://github.com/streetsidesoftware/cspell/commits/v9.2.2/packages/cspell) Updates `dotenv` from 17.2.2 to 17.2.3 - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](motdotla/dotenv@v17.2.2...v17.2.3) Updates `sass-loader` from 16.0.5 to 16.0.6 - [Release notes](https://github.com/webpack/sass-loader/releases) - [Changelog](https://github.com/webpack/sass-loader/blob/main/CHANGELOG.md) - [Commits](webpack/sass-loader@v16.0.5...v16.0.6) Updates `semver` from 7.7.2 to 7.7.3 - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](npm/node-semver@v7.7.2...v7.7.3) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.28.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-dev-dependencies - dependency-name: "@grafana/tsconfig" dependency-version: 2.0.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-dev-dependencies - dependency-name: "@swc/core" dependency-version: 1.13.21 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-dev-dependencies - dependency-name: cspell dependency-version: 9.2.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-dev-dependencies - dependency-name: dotenv dependency-version: 17.2.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-dev-dependencies - dependency-name: sass-loader dependency-version: 16.0.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-dev-dependencies - dependency-name: semver dependency-version: 7.7.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
3ed8c5c to
11f47b2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving patch update
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Pull request was closed
Bumps the npm-patch-dev-dependencies group with 7 updates in the / directory:
7.28.47.28.52.0.02.0.11.13.51.13.219.2.19.2.217.2.217.2.316.0.516.0.67.7.27.7.3Updates
@babel/corefrom 7.28.4 to 7.28.5Release notes
Sourced from
@babel/core's releases.Changelog
Sourced from
@babel/core's changelog.Commits
61647aev7.28.542cb285Improve@babel/coretypes (#17404)da0d1adFaster finding of locations inbuildCodeFrameError(#17490)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@babel/coresince your current version.Updates
@grafana/tsconfigfrom 2.0.0 to 2.0.1Release notes
Sourced from
@grafana/tsconfig's releases.Changelog
Sourced from
@grafana/tsconfig's changelog.... (truncated)
Commits
2922302Bump independent versions [skip ci]944d355Chore: Import tsconfig (#2013)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@grafana/tsconfigsince your current version.Updates
@swc/corefrom 1.13.5 to 1.13.21Changelog
Sourced from
@swc/core's changelog.... (truncated)
Commits
5c197a0chore: Publish1.13.21withswc_corev45.0.276d12a6chore(ci): Migrateautodev.ymltodevbird.yml(#11174)9a1fa84feat(es/parser): Add an error for empty type args for generic (#11164)7356594chore: Update changelog164900dchore: Publish1.13.21-nightly-20251024.2withswc_corev45.0.285a102echore(ci): Disablebinding_es_ast_viewer94fb705chore: Update changelog4caaa31chore: Publish1.13.21-nightly-20251024.1withswc_corev45.0.2055322cchore(ci): Disabletest-linux-aarch64-musl-bindingf71b4b0chore: Update changelogMaintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@swc/coresince your current version.Updates
cspellfrom 9.2.1 to 9.2.2Release notes
Sourced from cspell's releases.
... (truncated)
Changelog
Sourced from cspell's changelog.
... (truncated)
Commits
594a583v9.2.2ff88401chore: Prepare Release v9.2.2 (auto-deploy) (#7800)d7dde18chore: Remove redundant space (#7925)149c686fix: Wait for the cache to save (#7926)276b95afix: typo in documentation (#7923)26b9dc4ci: Workflow Bot -- Update ALL Dependencies (main) (#7891)48de743ci: Workflow Bot -- Update ALL Dependencies (main) (#7828)c720dc3ci: Workflow Bot -- Update ALL Dependencies (main) (#7821)012288eci: Workflow Bot -- Update ALL Dependencies (main) (#7815)Updates
dotenvfrom 17.2.2 to 17.2.3Changelog
Sourced from dotenv's changelog.
Commits
affe11317.2.3db1ff1fchangelog 🪵7063f16Merge pull request #913 from motdotla/new-tips0bbe72ctest against expected tips017951bonly run .js tests39eda1fadd space backfcc030eupdate tipsb6c7a0dupdated tips - as Dotenvx Radar has been renamed Dotenvx Opsb3c8b16remove unnecessary call to npxd6e4c17Merge pull request #912 from adjerbetian/fix/typescript-error-definitionUpdates
sass-loaderfrom 16.0.5 to 16.0.6Release notes
Sourced from sass-loader's releases.
Changelog
Sourced from sass-loader's changelog.
Commits
57c9282chore(release): 16.0.6fbc1af9perf: cache fs calls for modern API (#1284)900a5f8chore: rewrite link to correct location (#1282)4d54d53chore: restore to old contente9dab32chore: revise readme information (#1280)1acdbd0chore: remove some redundant stuff (#1279)9aed7a8chore: update links (#1278)aacb63dchore: update readme (#1277)01a94cbchore: remove old issue/pr templates (#1276)0b3dc43chore: move from master to main branch (#1273) (#1274)Updates
semverfrom 7.7.2 to 7.7.3Release notes
Sourced from semver's releases.
Changelog
Sourced from semver's changelog.
Commits
a25789bchore: release 7.7.3 (#812)e37e0cafix: faster paths for compare (#813)2471d75fix: x-range build metadata support8f05c87chore: bump@npmcli/template-ossfrom 4.25.0 to 4.25.1 (#807)d17aebfchore: bump@npmcli/template-ossfrom 4.24.4 to 4.25.0 (#797)3b03e3bchore: bump@npmcli/template-ossfrom 4.24.3 to 4.24.4 (#790)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for semver since your current version.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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