Skip to content

Bump tmp from 0.2.3 to 0.2.6#373

Merged
OSPFNeighbour merged 1 commit into
master-devfrom
dependabot/npm_and_yarn/tmp-0.2.6
Jun 26, 2026
Merged

Bump tmp from 0.2.3 to 0.2.6#373
OSPFNeighbour merged 1 commit into
master-devfrom
dependabot/npm_and_yarn/tmp-0.2.6

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps tmp from 0.2.3 to 0.2.6.

Commits

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.3 to 0.2.6.
- [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md)
- [Commits](raszi/node-tmp@v0.2.3...v0.2.6)

---
updated-dependencies:
- dependency-name: tmp
  dependency-version: 0.2.6
  dependency-type: indirect
...

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 May 27, 2026
@OSPFNeighbour OSPFNeighbour changed the base branch from master to master-dev June 26, 2026 02:50
@OSPFNeighbour OSPFNeighbour merged commit f5f3de7 into master-dev Jun 26, 2026
1 check passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/tmp-0.2.6 branch June 26, 2026 02:51
OSPFNeighbour added a commit that referenced this pull request Jun 26, 2026
…ntenance (#376)

* Treat non-alphanumeric tokens as substrings

Treat tokens that are purely numeric or contain non-alphanumeric characters as plain substrings instead of using word-boundary regexes. This updates both the jobSearchSuggestions regex logic and the termMatchers to use includes() for such tokens, avoiding missed matches for values like "14-7570" or "J-00123" and adding clarifying comments.

* Add option to count only active taskings

Introduce a config flag to have the status badge show only active taskings. Job.statusNameAndCount now checks deps.config?.taskingCountActiveOnly?() and, when enabled, counts only taskings whose currentStatus is Tasked, Enroute, or Onsite; otherwise it counts all taskings. ConfigVM: added taskingCountActiveOnly observable (default false), included it in serialization/loading, and auto-saved on change. UI: added a settings switch in tasking.html to toggle the behavior with explanatory text.

* Add 'prominent' alert modifier with styles

Introduce a new boolean rule property `prominent` to visually emphasize urgent alerts. JS: accept and persist `prominent` on rules, toggle alerts--prominent class during in-place updates, set collapsed panel width from 24px to 30px, and mark the 'new-jobs' rule as prominent by default. CSS: add prominent styling and animations in styles/pages/tasking.css (opaque backgrounds, stronger borders, pulse/bounce, enlarged icon and badge) and darkmode overrides in styles/pages/darkmode.css. Minor layout tweak: collapsed alerts button padding/size adjusted to 30px to match the updated collapsed width.

* Bump @babel/core, @babel/plugin-transform-react-jsx, @babel/plugin-transform-runtime, @babel/preset-env, @babel/preset-typescript and babel-loader (#375)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core), [@babel/plugin-transform-react-jsx](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-react-jsx), [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime), [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env), [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) and [babel-loader](https://github.com/babel/babel-loader). These dependencies needed to be updated together.

Updates `@babel/core` from 7.22.8 to 8.0.1
- [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/v8.0.1/packages/babel-core)

Updates `@babel/plugin-transform-react-jsx` from 7.22.5 to 8.0.1
- [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/v8.0.1/packages/babel-plugin-transform-react-jsx)

Updates `@babel/plugin-transform-runtime` from 7.22.7 to 8.0.1
- [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/v8.0.1/packages/babel-plugin-transform-runtime)

Updates `@babel/preset-env` from 7.22.7 to 8.0.2
- [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/v8.0.2/packages/babel-preset-env)

Updates `@babel/preset-typescript` from 7.22.5 to 8.0.1
- [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/v8.0.1/packages/babel-preset-typescript)

Updates `babel-loader` from 9.1.3 to 10.1.1
- [Release notes](https://github.com/babel/babel-loader/releases)
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md)
- [Commits](babel/babel-loader@v9.1.3...v10.1.1)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-version: 8.0.1
  dependency-type: direct:development
- dependency-name: "@babel/plugin-transform-react-jsx"
  dependency-version: 8.0.1
  dependency-type: direct:development
- dependency-name: "@babel/plugin-transform-runtime"
  dependency-version: 8.0.1
  dependency-type: direct:development
- dependency-name: "@babel/preset-env"
  dependency-version: 8.0.2
  dependency-type: direct:development
- dependency-name: "@babel/preset-typescript"
  dependency-version: 8.0.1
  dependency-type: direct:development
- dependency-name: babel-loader
  dependency-version: 10.1.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump tmp from 0.2.3 to 0.2.6 (#373)

Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.3 to 0.2.6.
- [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md)
- [Commits](raszi/node-tmp@v0.2.3...v0.2.6)

---
updated-dependencies:
- dependency-name: tmp
  dependency-version: 0.2.6
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump serialize-javascript from 7.0.4 to 7.0.5 (#372)

Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) from 7.0.4 to 7.0.5.
- [Release notes](https://github.com/yahoo/serialize-javascript/releases)
- [Commits](yahoo/serialize-javascript@v7.0.4...v7.0.5)

---
updated-dependencies:
- dependency-name: serialize-javascript
  dependency-version: 7.0.5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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