koopjs / koop

Transform, query, and download geospatial data on the web.
http://koopjs.github.io
Other
654 stars 125 forks source link

chore(deps-dev): bump the development-dependencies group with 5 updates #912

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps the development-dependencies group with 5 updates:

Package From To
@babel/eslint-parser 7.23.9 7.23.10
lerna 8.0.2 8.1.2
lint-staged 15.2.0 15.2.2
prettier 3.2.4 3.2.5
snyk 1.1275.0 1.1277.0

Updates @babel/eslint-parser from 7.23.9 to 7.23.10

Release notes

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

v7.23.10 (2024-01-31)

:bug: Bug Fix

  • Other
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators

Committers: 3

Changelog

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

v7.23.10 (2024-01-31)

:bug: Bug Fix

  • Other
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
Commits


Updates lerna from 8.0.2 to 8.1.2

Release notes

Sourced from lerna's releases.

v8.1.2

8.1.2 (2024-02-05)

Bug Fixes

v8.1.1

8.1.1 (2024-02-05)

Bug Fixes

  • list: explicitly exit upon completion (bafe090)

v8.1.0

8.1.0 (2024-02-05)

Features

Changelog

Sourced from lerna's changelog.

8.1.2 (2024-02-05)

Note: Version bump only for package lerna

8.1.1 (2024-02-05)

Note: Version bump only for package lerna

8.1.0 (2024-02-05)

Features

Commits


Updates lint-staged from 15.2.0 to 15.2.2

Release notes

Sourced from lint-staged's releases.

v15.2.2

Patch Changes

  • #1391 fdcdad4 Thanks @​iiroj! - Lint-staged no longer tries to load configuration from files that are not checked out. This might happen when using sparse-checkout.

v15.2.1

Patch Changes

  • #1387 e4023f6 Thanks @​iiroj! - Ignore stdin of spawned commands so that they don't get stuck waiting. Until now, lint-staged has used the default settings to spawn linter commands. This means the stdin of the spawned commands has accepted input, and essentially gotten stuck waiting. Now the stdin is ignored and commands will no longer get stuck. If you relied on this behavior, please open a new issue and describe how; the behavior has not been intended.
Changelog

Sourced from lint-staged's changelog.

15.2.2

Patch Changes

  • #1391 fdcdad4 Thanks @​iiroj! - Lint-staged no longer tries to load configuration from files that are not checked out. This might happen when using sparse-checkout.

15.2.1

Patch Changes

  • #1387 e4023f6 Thanks @​iiroj! - Ignore stdin of spawned commands so that they don't get stuck waiting. Until now, lint-staged has used the default settings to spawn linter commands. This means the stdin of the spawned commands has accepted input, and essentially gotten stuck waiting. Now the stdin is ignored and commands will no longer get stuck. If you relied on this behavior, please open a new issue and describe how; the behavior has not been intended.
Commits
  • 4d4270b chore(changeset): release
  • a7c5957 Merge pull request #1391 from lint-staged/fix-sparse-checkout
  • c1b2a6a ci: use macOS Sonoma M1 runners
  • fdcdad4 fix: do not try to load configuration from files that are not checked out
  • 999dcce chore(changeset): release
  • 52a9e3f Merge pull request #1387 from lint-staged/ignore-stdin
  • dd72fde ci: update "actions/cache@v4"
  • e4023f6 fix: ignore stdin of spawned commands
  • 46f2c43 ci: update actions/setup-node@v4
  • a684125 ci: update CodeQL action v3
  • Additional commits viewable in compare view


Updates prettier from 3.2.4 to 3.2.5

Release notes

Sourced from prettier's releases.

3.2.5

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.2.5

diff

Support Angular inline styles as single template literal (#15968 by @​sosukesuzuki)

Angular v17 supports single string inline styles.

// Input
@Component({
  template: `<div>...</div>`,
  styles: `h1 { color: blue; }`,
})
export class AppComponent {}

// Prettier 3.2.4 @​Component({ template: &lt;div&gt;...&lt;/div&gt;, styles: h1 { color: blue; }, }) export class AppComponent {}

// Prettier 3.2.5 @​Component({ template: &lt;div&gt;...&lt;/div&gt;, styles: h1 { color: blue; }, }) export class AppComponent {}

Unexpected embedded formatting for Angular template (#15969 by @​JounQin)

Computed template should not be considered as Angular component template

// Input
const template = "foobar";

@​Component({ [template]: &lt;h1&gt;{{ hello }}&lt;/h1&gt;, }) export class AppComponent {} </tr></table>

... (truncated)

Commits


Updates snyk from 1.1275.0 to 1.1277.0

Release notes

Sourced from snyk's releases.

v1.1277.0

1.1277.0 (2024-02-02)

Bug Fixes

  • Do not write an empty file when using --json-file-output [CLI-115] (#5030) (fd91b7c)

v1.1276.0

1.1276.0 (2024-01-30)

Bug Fixes

  • bump snyk-python-plugin version (#5026) (59c99f6)
  • Fix handling of large json data when writing to file via --json-file-output [CLI-46] (#5007) (33485f1)
  • upgrade dependencies to fix vulnerabilities (#5023) (291c151)
Commits
  • fd91b7c fix: Do not write an empty file when using --json-file-output [CLI-115] (#5030)
  • 4b8c991 chore: add workflow to sync Snyk CLI GitBook doc to the CLI repo README (#4996)
  • 8b8fc37 docs: add command to run acceptance tests (#5025)
  • 49696b4 chore: enable endpoint configuration for smoke tests
  • 59c99f6 fix: bump snyk-python-plugin version (#5026)
  • 33485f1 fix: Fix handling of large json data when writing to file via --json-file-out...
  • b65ffe1 chore: remove redundant msg. Tests are run on every PR (#5019)
  • cc34c30 chore: prefix PR title to match conventional commit (#4993)
  • 0d367ce docs: add SUPPORT.md (#5017)
  • 291c151 fix: upgrade dependencies to fix vulnerabilities (#5023)
  • Additional commits viewable in compare view


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
changeset-bot[bot] commented 5 months ago

⚠️ No Changeset found

Latest commit: 7d0755e54971d1505feefbf355f55e4dc007d786

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