german-in-austria / sprachatlas

0 stars 0 forks source link

[npm]: Bump the dev-dependencies group with 31 updates #67

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 8 months ago

Bumps the dev-dependencies group with 31 updates:

Package From To
@types/geojson 7946.0.10 7946.0.14
@types/lodash 4.14.182 4.14.202
axios 0.21.4 1.6.7
core-js 3.23.5 3.36.0
express 4.18.1 4.18.3
leaflet 1.8.0 1.9.4
@types/leaflet 1.7.11 1.9.8
lz-string 1.4.4 1.5.0
@types/lz-string 1.3.34 1.5.0
sass 1.32.13 1.71.1
ts-node 10.9.1 10.9.2
typescript 4.5.5 5.3.3
vue 2.7.7 3.4.21
vue-axios 2.1.5 3.5.2
vue-property-decorator 8.5.1 9.1.2
vue-router 3.5.4 4.3.0
vuetify 2.6.14 3.5.6
vuex 3.6.2 4.1.0
vuex-module-decorators 1.2.0 2.0.0
@types/d3 7.4.0 7.4.3
@types/lz-string 1.3.34 1.5.0
@types/vue2-editor 2.6.1 2.6.5
eslint 6.8.0 8.57.0
eslint-plugin-import 2.26.0 2.29.1
eslint-plugin-promise 4.3.1 6.1.1
eslint-plugin-standard 4.1.0 5.0.0
eslint-plugin-vue 7.20.0 9.22.0
openapi-typescript-codegen 0.7.2 0.27.0
sass-loader 8.0.2 14.1.1
vue-cli-plugin-vuetify 2.5.1 2.5.8
vue-template-compiler 2.7.7 2.7.16
vuetify-loader 1.9.1 1.9.2

Updates @types/geojson from 7946.0.10 to 7946.0.14

Commits


Updates @types/lodash from 4.14.182 to 4.14.202

Commits


Updates axios from 0.21.4 to 1.6.7

Release notes

Sourced from axios's releases.

Release v1.6.7

Release notes:

Bug Fixes

  • capture async stack only for rejections with native error objects; (#6203) (1a08f90)

Contributors to this release

Release v1.6.6

Release notes:

Bug Fixes

  • fixed missed dispatchBeforeRedirect argument (#5778) (a1938ff)
  • wrap errors to improve async stack trace (#5987) (123f354)

Contributors to this release

Release v1.6.5

Release notes:

Bug Fixes

  • ci: refactor notify action as a job of publish action; (#6176) (0736f95)
  • dns: fixed lookup error handling; (#6175) (f4f2b03)

Contributors to this release

Release v1.6.4

Release notes:

Bug Fixes

  • security: fixed formToJSON prototype pollution vulnerability; (#6167) (3c0c11c)
  • security: fixed security vulnerability in follow-redirects (#6163) (75af1cd)

Contributors to this release

Release v1.6.3

Release notes:

... (truncated)

Changelog

Sourced from axios's changelog.

1.6.7 (2024-01-25)

Bug Fixes

  • capture async stack only for rejections with native error objects; (#6203) (1a08f90)

Contributors to this release

1.6.6 (2024-01-24)

Bug Fixes

  • fixed missed dispatchBeforeRedirect argument (#5778) (a1938ff)
  • wrap errors to improve async stack trace (#5987) (123f354)

Contributors to this release

1.6.5 (2024-01-05)

Bug Fixes

  • ci: refactor notify action as a job of publish action; (#6176) (0736f95)
  • dns: fixed lookup error handling; (#6175) (f4f2b03)

Contributors to this release

1.6.4 (2024-01-03)

Bug Fixes

  • security: fixed formToJSON prototype pollution vulnerability; (#6167) (3c0c11c)
  • security: fixed security vulnerability in follow-redirects (#6163) (75af1cd)

Contributors to this release

... (truncated)

Commits


Updates core-js from 3.23.5 to 3.36.0

Changelog

Sourced from core-js's changelog.

3.36.0 - 2024.02.14
3.35.1 - 2024.01.21
3.35.0 - 2023.12.29

... (truncated)

Commits
  • 77123c4 3.36.0
  • a3d51ed fix dependencies loading for modules from ArrayBuffer.prototype.transfer an...
  • b90f2f5 add an entry point for the new TC39 proposals stage - core-js/stage/2.7 - s...
  • 5e68a01 move Uint8Array to / from base64 and hex proposal to stage 3
  • 4c51d71 move ArrayBuffer.prototype.transfer and friends to stable ES
  • 3348b1a move Promise.try to stage 2
  • e7f6af0 use a constant as a error message
  • b36ca26 Merge pull request #1328 from minseok-choe/fix/issue-flat, close #1327
  • 661eab7 add debugging info in some missed cases
  • 96da3a4 Add missed check in array-reduce.js
  • Additional commits viewable in compare view


Updates express from 4.18.1 to 4.18.3

Release notes

Sourced from express's releases.

4.18.3

Main Changes

  • Fix routing requests without method
  • deps: body-parser@1.20.2
    • Fix strict json error message on Node.js 19+
    • deps: content-type@~1.0.5
    • deps: raw-body@2.5.2

Other Changes

New Contributors

Full Changelog: https://github.com/expressjs/express/compare/4.18.2...4.18.3

4.18.2

  • Fix regression routing a large stack in a single route
  • deps: body-parser@1.20.1
    • deps: qs@6.11.0
    • perf: remove unnecessary object clone
  • deps: qs@6.11.0
Changelog

Sourced from express's changelog.

4.18.3 / 2024-02-26

  • Fix routing requests without method
  • deps: body-parser@1.20.2
    • Fix strict json error message on Node.js 19+
    • deps: content-type@~1.0.5
    • deps: raw-body@2.5.2

4.18.2 / 2022-10-08

  • Fix regression routing a large stack in a single route
  • deps: body-parser@1.20.1
    • deps: qs@6.11.0
    • perf: remove unnecessary object clone
  • deps: qs@6.11.0
Commits
  • 1b51eda 4.18.3
  • b625132 build: pin Node 21.x to minor
  • e3eca80 build: pin Node 21.x to minor
  • 23b44b3 build: support Node.js 21.6.2
  • b9fea12 build: support Node.js 21.x in appveyor
  • c259c34 build: support Node.js 21.x
  • fdeb1d3 build: support Node.js 20.x in appveyor
  • 734b281 build: support Node.js 20.x
  • 0e3ab6e examples: improve view count in cookie-sessions
  • 59af63a build: Node.js@18.19
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by ulisesgascon, a new releaser for express since your current version.


Updates leaflet from 1.8.0 to 1.9.4

Release notes

Sourced from leaflet's releases.

v1.9.4

🐞 Bug fixes

v1.9.3

🙌 Accessibility

  • Expand the layers control on Enter keydown (#8556 by @​larsgw)
  • Align the scale control's alpha transparency with the attribution control (#8547 by @​Malvoz)
  • Allow the scale control's text to overflow the container (#8548 by @​Malvoz)

🐞 Bug fixes

v1.9.2

🐞 Bug fixes

  • ⚠️ Drop ESM entrypoint from package because of numerous compatibility issues with plugins (import leaflet/dist/leaflet-src.esm.js explicitly instead to take advantage; ESM by default will come in v2) (#8493 by @​jonkoops)
  • Fix a bug where tooltips could throw an error with canvas renderer (#8498 by @​Falke-Design)
  • Fix a bug with incorrect marker popup location when there are multiple markers registered to the same popup (#8523 by @​raychanks).

🧪 Tests

  • Fix unit tests suite stopping abruptly on Mac (#8478)

📝 Docs

v1.9.1

  • Fix Events listens not propagating to parent objects, in particular fixing compatibility with Leaflet.markercluster plugin (#8211 by @​Falke-Design)

v1.9.0

⚡ Note on future versions

The v1.9 release is setting the stage for the first major version bump of Leaflet since 2016! A lot has changed since then, and it's time for Leaflet to grow together with the web platform.

After this release, we are branching off the 1.x code and putting it in maintenance mode — reserving potential 1.x releases only for critical bugfixes. Although version 2.0 is still far away and will take some time to take shape, we plan to make the following changes:

... (truncated)

Changelog

Sourced from leaflet's changelog.

1.9.4 (2023-05-18)

🐞 Bug fixes

1.9.3 (2022-11-18)

🙌 Accessibility

  • Expand the layers control on Enter keydown (#8556 by @​larsgw)
  • Align the scale control's alpha transparency with the attribution control (#8547 by @​Malvoz)
  • Allow the scale control's text to overflow the container (#8548 by @​Malvoz)

🐞 Bug fixes

1.9.2 (2022-10-04)

🐞 Bug fixes

  • ⚠️ Drop ESM entrypoint from package because of numerous compatibility issues with plugins (import leaflet/dist/leaflet-src.esm.js explicitly instead to take advantage; ESM by default will come in v2) (#8493 by @​jonkoops)
  • Fix a bug where tooltips could throw an error with canvas renderer (#8498 by @​Falke-Design)
  • Fix a bug with incorrect marker popup location when there are multiple markers registered to the same popup (#8523 by @​raychanks).

🧪 Tests

  • Fix unit tests suite stopping abruptly on Mac (#8478)

📝 Docs

1.9.1 (2022-09-23)

  • Fix Events listens not propagating to parent objects, in particular fixing compatibility with Leaflet.markercluster plugin (#8211 by @​Falke-Design)

1.9.0 (2022-09-21)

... (truncated)

Commits
  • d15112c 1.9.4
  • e4c0c05 Update Changelog 1.9.4
  • 3bf98e3 Update License to 2023
  • 8602948 Set outlineStyle instead of outline when preventing outline (#8917)
  • 830b424 Replace arrow function for IE
  • 88bb5dc Bugfix: Fix noMoveStart option for fitBounds method (#8911)
  • 5506693 Fix issue whereby tooltips loaded dynamically while moving the map were never...
  • 8306fab Fix tooltip focus listener if getElement is no function (#8890)
  • 6e026b0 Prevent adding layer while expanding Layer-Control on mobile (#8910)
  • af165dd fix vector drifts when zoomAnimation is false and zooming via flyTo or ...
  • Additional commits viewable in compare view


Updates @types/leaflet from 1.7.11 to 1.9.8

Commits


Updates lz-string from 1.4.4 to 1.5.0

Release notes

Sourced from lz-string's releases.

Minified version

Updated minified version

Changed to MIT license

  • Specific support for angular
  • Improved typescript typings
Changelog

Sourced from lz-string's changelog.

[1.5.0] - 2023-06-20

  • Minified version

[1.4.5] - 2023-06-20

  • Changed to MIT license
  • Specific support for angular
  • Improved typescript typings
Commits


Updates @types/lz-string from 1.3.34 to 1.5.0

Commits


Updates sass from 1.32.13 to 1.71.1

Release notes

Sourced from sass's releases.

Dart Sass 1.71.1

To install Sass 1.71.1, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

Command-Line Interface

  • Ship the musl Linux release with the proper Dart executable.

JavaScript API

  • Export the NodePackageImporter class in ESM mode.

  • Allow NodePackageImporter to locate a default directory even when the entrypoint is an ESM module.

Dart API

  • Make passing a null argument to NodePackageImporter() a static error rather than just a runtime error.

Embedded Sass

  • In the JS Embedded Host, properly install the musl Linux embedded compiler when running on musl Linux.

See the full changelog for changes in earlier releases.

Dart Sass 1.71.0

To install Sass 1.71.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

For more information about pkg: importers, see the announcement on the Sass blog.

Command-Line Interface

  • Add a --pkg-importer flag to enable built-in pkg: importers. Currently this only supports the Node.js package resolution algorithm, via --pkg-importer=node. For example, @use "pkg:bootstrap" will load node_modules/bootstrap/scss/bootstrap.scss.

JavaScript API

  • Add a NodePackageImporter importer that can be passed to the importers option. This loads files using the pkg: URL scheme according to the Node.js package resolution algorithm. For example, @use "pkg:bootstrap" will load node_modules/bootstrap/scss/bootstrap.scss. The constructor takes a single optional argument, which indicates the base directory to use when locating node_modules directories. It defaults to path.dirname(require.main.filename).

Dart API

... (truncated)

Changelog

Sourced from sass's changelog.

1.71.1

Command-Line Interface

  • Ship the musl Linux release with the proper Dart executable.

JavaScript API

  • Export the NodePackageImporter class in ESM mode.

  • Allow NodePackageImporter to locate a default directory even when the entrypoint is an ESM module.

Dart API

  • Make passing a null argument to NodePackageImporter() a static error rather than just a runtime error.

Embedded Sass

  • In the JS Embedded Host, properly install the musl Linux embedded compiler when running on musl Linux.

1.71.0

For more information about pkg: importers, see the announcement on the Sass blog.

Command-Line Interface

  • Add a --pkg-importer flag to enable built-in pkg: importers. Currently this only supports the Node.js package resolution algorithm, via --pkg-importer=node. For example, @use "pkg:bootstrap" will load node_modules/bootstrap/scss/bootstrap.scss.

JavaScript API

  • Add a NodePackageImporter importer that can be passed to the importers option. This loads files using the pkg: URL scheme according to the Node.js package resolution algorithm. For example, @use "pkg:bootstrap" will load node_modules/bootstrap/scss/bootstrap.scss. The constructor takes a single optional argument, which indicates the base directory to use when locating node_modules directories. It defaults to path.dirname(require.main.filename).

Dart API

  • Add a NodePackageImporter importer that can be passed to the importers

... (truncated)

Commits


Updates ts-node from 10.9.1 to 10.9.2

Release notes

Sourced from ts-node's releases.

Fix tsconfig.json file not found

Fixed

Commits


Updates typescript from 4.5.5 to 5.3.3

Release notes

Sourced from typescript's releases.

TypeScript 5.3.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.3 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.3 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on npm.

TypeScript 5.2

For release notes, check out the release announcement.

... (truncated)

Commits
dependabot[bot] commented 7 months ago

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