Skip to content

build(deps): bump @rslint/core from 0.8.0 to 0.8.1 - #7

Merged
ScriptedAlchemy merged 2 commits into
mainfrom
dependabot/npm_and_yarn/rslint/core-0.8.1
Aug 28, 2026
Merged

build(deps): bump @rslint/core from 0.8.0 to 0.8.1#7
ScriptedAlchemy merged 2 commits into
mainfrom
dependabot/npm_and_yarn/rslint/core-0.8.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 27, 2026

Copy link
Copy Markdown
Contributor

Bumps @rslint/core from 0.8.0 to 0.8.1.

Release notes

Sourced from @​rslint/core's releases.

v0.8.1

Highlights

Built-in globals catalog

@rslint/core now exports globals, bundling the complete environment catalog from the pinned globals package plus an Rstest-specific globals.rstest preset. Upstream environment maps are loaded on first access, so browser, Node.js, worker, and other environments can be configured without installing globals separately.

import { defineConfig, globals } from '@rslint/core';
export default defineConfig([
{
files: ['src/client/'],
languageOptions: {
globals: globals.browser,
},
},
{
files: ['scripts/'],
languageOptions: {
globals: globals.node,
},
},
]);

What's Changed

New Features 🎉

... (truncated)

Commits
  • e81f924 chore: release npm 0.8.1
  • a83325b perf: optimize LSP TypeScript project selection (#1790)
  • 5b2d929 perf: limit gitignore scans to CLI targets (#1781)
  • ade81e3 fix: prioritize direct TypeScript projects for lint targets (#1784)
  • 2885a23 feat(rstest): add no-import-node-test rule (#1775)
  • cc5e26f feat(jest,rstest): add valid-expect-in-promise rule (#1696)
  • 8596d53 fix: align and optimize no-import-assign (#1782)
  • 3dfd8f3 feat: port rule no-warning-comments (#1731)
  • 9eecb44 fix: harden and optimize operator assignment (#1780)
  • 60fc672 perf: optimize max-statements field diagnostics (#1779)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 27, 2026
@changeset-bot

changeset-bot Bot commented Aug 27, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: aeb0ccd

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@pkg-pr-new

pkg-pr-new Bot commented Aug 27, 2026

Copy link
Copy Markdown
npm i https://pkg.pr.new/ScriptedAlchemy/agent-bundle@7
npm i https://pkg.pr.new/ScriptedAlchemy/agent-bundle/@agent-bundle/rsc-runtime@7

commit: aeb0ccd

@dependabot dependabot Bot changed the title build(deps): bump @rslint/core from 0.8.0 to 0.8.1 chore(deps): bump @rslint/core from 0.8.0 to 0.8.1 Aug 28, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/rslint/core-0.8.1 branch from 00d6249 to 71dbe28 Compare August 28, 2026 05:38
@ScriptedAlchemy

Copy link
Copy Markdown
Owner

@dependabot rebase

Bumps [@rslint/core](https://github.com/web-infra-dev/rslint) from 0.8.0 to 0.8.1.
- [Release notes](https://github.com/web-infra-dev/rslint/releases)
- [Commits](web-infra-dev/rslint@v0.8.0...v0.8.1)

---
updated-dependencies:
- dependency-name: "@rslint/core"
  dependency-version: 0.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump @rslint/core from 0.8.0 to 0.8.1 build(deps): bump @rslint/core from 0.8.0 to 0.8.1 Aug 28, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/rslint/core-0.8.1 branch from 71dbe28 to 9ba6042 Compare August 28, 2026 05:57
@ScriptedAlchemy

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Aug 28, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

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