Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2024

Bumps the npm group with 18 updates:

Package From To
eslint 9.16.0 9.17.0
@eslint/js 9.16.0 9.17.0
array.prototype.flat 1.3.2 1.3.3
array.prototype.flatmap 1.3.2 1.3.3
arraybuffer.prototype.slice 1.0.3 1.0.4
browserslist 4.24.2 4.24.3
call-bound 1.0.2 1.0.3
caniuse-lite 1.0.30001688 1.0.30001689
es-abstract 1.23.5 1.23.6
function.prototype.name 1.1.6 1.1.7
internal-slot 1.0.7 1.1.0
is-core-module 2.15.1 2.16.0
is-number-object 1.1.0 1.1.1
is-string 1.1.0 1.1.1
is-weakref 1.0.2 1.1.0
resolve 1.22.8 1.22.9
unbox-primitive 1.0.2 1.1.0
which-boxed-primitive 1.1.0 1.1.1

Updates eslint from 9.16.0 to 9.17.0

Release notes

Sourced from eslint's releases.

v9.17.0

Features

  • eed91d1 feat: add suggestions to no-unused-vars (#18352) (Tanuj Kanti)

Bug Fixes

  • 67d683d fix: fix crash when message.fix is nullish (#19168) (ntnyq)
  • c618707 fix: ignore vars with non-identifier references in no-useless-assignment (#19200) (YeonJuan)

Documentation

  • 3c22d2a docs: update yoda to Yoda in yoda.md for consistency (#19230) (루밀LuMir)
  • e0a2203 docs: add missing backticks to no-sequences (#19233) (루밀LuMir)
  • 4cc4881 docs: Update README (GitHub Actions Bot)
  • 3db6fdf docs: [no-await-in-loop] expand on benefits and inapplicability (#19211) (Kirk Waiblinger)
  • bf2a4f6 docs: add missing backticks to func-style (#19227) (루밀LuMir)
  • ba098bd docs: add missing header to prefer-spread (#19224) (루밀LuMir)
  • b607ae6 docs: update description of no-param-reassign (#19220) (루밀LuMir)
  • 1eb424d docs: add missing backticks to prefer-destructuring (#19223) (루밀LuMir)
  • 85998d1 docs: add missing backticks to no-unneeded-ternary (#19222) (루밀LuMir)
  • b75b32c docs: add missing backticks to no-new-func (#19219) (루밀LuMir)
  • a7700bc docs: add missing backticks to id-length (#19217) (루밀LuMir)
  • e2bb429 docs: add missing backticks to complexity.md (#19214) (루밀LuMir)
  • 045d716 docs: add missing ) to id-denylist (#19213) (루밀LuMir)
  • 7fe4114 docs: Update README (GitHub Actions Bot)
  • c743ba6 docs: add CSS language to no-restricted-syntax (#19208) (Milos Djermanovic)
  • 1416d70 docs: add missing backticks to eqeqeq (#19207) (루밀LuMir)
  • b950c1b docs: add missing backticks to prefer-object-spread (#19206) (루밀LuMir)
  • 8a941cb docs: update docs and description of require-unicode-regexp (#19205) (루밀LuMir)
  • cbab228 docs: Update README (GitHub Actions Bot)
  • f2257ce docs: update comments and description of no-script-url (#19203) (루밀LuMir)
  • 365f0f4 docs: add missing backtick to default-case-last (#19202) (루밀LuMir)
  • e6b84f5 docs: add missing punctuation in document (#19161) (루밀LuMir)
  • c88708e docs: replace quote with backtick in description of for-direction (#19199) (루밀LuMir)
  • a76f233 docs: use higher contrast color tokens for code comments (#19187) (Josh Goldberg ✨)
  • db19502 docs: Update README (GitHub Actions Bot)

Chores

  • cc243c9 chore: upgrade to @eslint/js@9.17.0 (#19242) (Francesco Trotta)
  • 84c5787 chore: package.json update for @​eslint/js release (Jenkins)
  • 4c4f53b chore: add missing backticks to flags.js (#19226) (루밀LuMir)
  • 4b3132c chore: update dependency eslint-plugin-expect-type to ^0.6.0 (#19221) (renovate[bot])
  • 9bf2204 chore: add type definitions for the eslint-config-eslint package (#19050) (Arya Emami)
  • ee8c220 chore: fix incorrect name property in integration-tutorial-code (#19218) (루밀LuMir)
  • cca801d chore: Upgrade cross-spawn to 7.0.6 (#19185) (folortin)
Changelog

Sourced from eslint's changelog.

v9.17.0 - December 13, 2024

  • cc243c9 chore: upgrade to @eslint/js@9.17.0 (#19242) (Francesco Trotta)
  • 84c5787 chore: package.json update for @​eslint/js release (Jenkins)
  • eed91d1 feat: add suggestions to no-unused-vars (#18352) (Tanuj Kanti)
  • 4c4f53b chore: add missing backticks to flags.js (#19226) (루밀LuMir)
  • 3c22d2a docs: update yoda to Yoda in yoda.md for consistency (#19230) (루밀LuMir)
  • e0a2203 docs: add missing backticks to no-sequences (#19233) (루밀LuMir)
  • 4cc4881 docs: Update README (GitHub Actions Bot)
  • 3db6fdf docs: [no-await-in-loop] expand on benefits and inapplicability (#19211) (Kirk Waiblinger)
  • 67d683d fix: fix crash when message.fix is nullish (#19168) (ntnyq)
  • bf2a4f6 docs: add missing backticks to func-style (#19227) (루밀LuMir)
  • 4b3132c chore: update dependency eslint-plugin-expect-type to ^0.6.0 (#19221) (renovate[bot])
  • 9bf2204 chore: add type definitions for the eslint-config-eslint package (#19050) (Arya Emami)
  • ba098bd docs: add missing header to prefer-spread (#19224) (루밀LuMir)
  • b607ae6 docs: update description of no-param-reassign (#19220) (루밀LuMir)
  • 1eb424d docs: add missing backticks to prefer-destructuring (#19223) (루밀LuMir)
  • 85998d1 docs: add missing backticks to no-unneeded-ternary (#19222) (루밀LuMir)
  • ee8c220 chore: fix incorrect name property in integration-tutorial-code (#19218) (루밀LuMir)
  • b75b32c docs: add missing backticks to no-new-func (#19219) (루밀LuMir)
  • a7700bc docs: add missing backticks to id-length (#19217) (루밀LuMir)
  • c618707 fix: ignore vars with non-identifier references in no-useless-assignment (#19200) (YeonJuan)
  • e2bb429 docs: add missing backticks to complexity.md (#19214) (루밀LuMir)
  • 045d716 docs: add missing ) to id-denylist (#19213) (루밀LuMir)
  • 7fe4114 docs: Update README (GitHub Actions Bot)
  • c743ba6 docs: add CSS language to no-restricted-syntax (#19208) (Milos Djermanovic)
  • cca801d chore: Upgrade cross-spawn to 7.0.6 (#19185) (folortin)
  • 1416d70 docs: add missing backticks to eqeqeq (#19207) (루밀LuMir)
  • b950c1b docs: add missing backticks to prefer-object-spread (#19206) (루밀LuMir)
  • 8a941cb docs: update docs and description of require-unicode-regexp (#19205) (루밀LuMir)
  • cbab228 docs: Update README (GitHub Actions Bot)
  • f2257ce docs: update comments and description of no-script-url (#19203) (루밀LuMir)
  • 365f0f4 docs: add missing backtick to default-case-last (#19202) (루밀LuMir)
  • e6b84f5 docs: add missing punctuation in document (#19161) (루밀LuMir)
  • c88708e docs: replace quote with backtick in description of for-direction (#19199) (루밀LuMir)
  • a76f233 docs: use higher contrast color tokens for code comments (#19187) (Josh Goldberg ✨)
  • db19502 docs: Update README (GitHub Actions Bot)
Commits

Updates @eslint/js from 9.16.0 to 9.17.0

Release notes

Sourced from @​eslint/js's releases.

v9.17.0

Features

  • eed91d1 feat: add suggestions to no-unused-vars (#18352) (Tanuj Kanti)

Bug Fixes

  • 67d683d fix: fix crash when message.fix is nullish (#19168) (ntnyq)
  • c618707 fix: ignore vars with non-identifier references in no-useless-assignment (#19200) (YeonJuan)

Documentation

  • 3c22d2a docs: update yoda to Yoda in yoda.md for consistency (#19230) (루밀LuMir)
  • e0a2203 docs: add missing backticks to no-sequences (#19233) (루밀LuMir)
  • 4cc4881 docs: Update README (GitHub Actions Bot)
  • 3db6fdf docs: [no-await-in-loop] expand on benefits and inapplicability (#19211) (Kirk Waiblinger)
  • bf2a4f6 docs: add missing backticks to func-style (#19227) (루밀LuMir)
  • ba098bd docs: add missing header to prefer-spread (#19224) (루밀LuMir)
  • b607ae6 docs: update description of no-param-reassign (#19220) (루밀LuMir)
  • 1eb424d docs: add missing backticks to prefer-destructuring (#19223) (루밀LuMir)
  • 85998d1 docs: add missing backticks to no-unneeded-ternary (#19222) (루밀LuMir)
  • b75b32c docs: add missing backticks to no-new-func (#19219) (루밀LuMir)
  • a7700bc docs: add missing backticks to id-length (#19217) (루밀LuMir)
  • e2bb429 docs: add missing backticks to complexity.md (#19214) (루밀LuMir)
  • 045d716 docs: add missing ) to id-denylist (#19213) (루밀LuMir)
  • 7fe4114 docs: Update README (GitHub Actions Bot)
  • c743ba6 docs: add CSS language to no-restricted-syntax (#19208) (Milos Djermanovic)
  • 1416d70 docs: add missing backticks to eqeqeq (#19207) (루밀LuMir)
  • b950c1b docs: add missing backticks to prefer-object-spread (#19206) (루밀LuMir)
  • 8a941cb docs: update docs and description of require-unicode-regexp (#19205) (루밀LuMir)
  • cbab228 docs: Update README (GitHub Actions Bot)
  • f2257ce docs: update comments and description of no-script-url (#19203) (루밀LuMir)
  • 365f0f4 docs: add missing backtick to default-case-last (#19202) (루밀LuMir)
  • e6b84f5 docs: add missing punctuation in document (#19161) (루밀LuMir)
  • c88708e docs: replace quote with backtick in description of for-direction (#19199) (루밀LuMir)
  • a76f233 docs: use higher contrast color tokens for code comments (#19187) (Josh Goldberg ✨)
  • db19502 docs: Update README (GitHub Actions Bot)

Chores

  • cc243c9 chore: upgrade to @eslint/js@9.17.0 (#19242) (Francesco Trotta)
  • 84c5787 chore: package.json update for @​eslint/js release (Jenkins)
  • 4c4f53b chore: add missing backticks to flags.js (#19226) (루밀LuMir)
  • 4b3132c chore: update dependency eslint-plugin-expect-type to ^0.6.0 (#19221) (renovate[bot])
  • 9bf2204 chore: add type definitions for the eslint-config-eslint package (#19050) (Arya Emami)
  • ee8c220 chore: fix incorrect name property in integration-tutorial-code (#19218) (루밀LuMir)
  • cca801d chore: Upgrade cross-spawn to 7.0.6 (#19185) (folortin)
Changelog

Sourced from @​eslint/js's changelog.

v9.17.0 - December 13, 2024

  • cc243c9 chore: upgrade to @eslint/js@9.17.0 (#19242) (Francesco Trotta)
  • 84c5787 chore: package.json update for @​eslint/js release (Jenkins)
  • eed91d1 feat: add suggestions to no-unused-vars (#18352) (Tanuj Kanti)
  • 4c4f53b chore: add missing backticks to flags.js (#19226) (루밀LuMir)
  • 3c22d2a docs: update yoda to Yoda in yoda.md for consistency (#19230) (루밀LuMir)
  • e0a2203 docs: add missing backticks to no-sequences (#19233) (루밀LuMir)
  • 4cc4881 docs: Update README (GitHub Actions Bot)
  • 3db6fdf docs: [no-await-in-loop] expand on benefits and inapplicability (#19211) (Kirk Waiblinger)
  • 67d683d fix: fix crash when message.fix is nullish (#19168) (ntnyq)
  • bf2a4f6 docs: add missing backticks to func-style (#19227) (루밀LuMir)
  • 4b3132c chore: update dependency eslint-plugin-expect-type to ^0.6.0 (#19221) (renovate[bot])
  • 9bf2204 chore: add type definitions for the eslint-config-eslint package (#19050) (Arya Emami)
  • ba098bd docs: add missing header to prefer-spread (#19224) (루밀LuMir)
  • b607ae6 docs: update description of no-param-reassign (#19220) (루밀LuMir)
  • 1eb424d docs: add missing backticks to prefer-destructuring (#19223) (루밀LuMir)
  • 85998d1 docs: add missing backticks to no-unneeded-ternary (#19222) (루밀LuMir)
  • ee8c220 chore: fix incorrect name property in integration-tutorial-code (#19218) (루밀LuMir)
  • b75b32c docs: add missing backticks to no-new-func (#19219) (루밀LuMir)
  • a7700bc docs: add missing backticks to id-length (#19217) (루밀LuMir)
  • c618707 fix: ignore vars with non-identifier references in no-useless-assignment (#19200) (YeonJuan)
  • e2bb429 docs: add missing backticks to complexity.md (#19214) (루밀LuMir)
  • 045d716 docs: add missing ) to id-denylist (#19213) (루밀LuMir)
  • 7fe4114 docs: Update README (GitHub Actions Bot)
  • c743ba6 docs: add CSS language to no-restricted-syntax (#19208) (Milos Djermanovic)
  • cca801d chore: Upgrade cross-spawn to 7.0.6 (#19185) (folortin)
  • 1416d70 docs: add missing backticks to eqeqeq (#19207) (루밀LuMir)
  • b950c1b docs: add missing backticks to prefer-object-spread (#19206) (루밀LuMir)
  • 8a941cb docs: update docs and description of require-unicode-regexp (#19205) (루밀LuMir)
  • cbab228 docs: Update README (GitHub Actions Bot)
  • f2257ce docs: update comments and description of no-script-url (#19203) (루밀LuMir)
  • 365f0f4 docs: add missing backtick to default-case-last (#19202) (루밀LuMir)
  • e6b84f5 docs: add missing punctuation in document (#19161) (루밀LuMir)
  • c88708e docs: replace quote with backtick in description of for-direction (#19199) (루밀LuMir)
  • a76f233 docs: use higher contrast color tokens for code comments (#19187) (Josh Goldberg ✨)
  • db19502 docs: Update README (GitHub Actions Bot)
Commits

Updates array.prototype.flat from 1.3.2 to 1.3.3

Changelog

Sourced from array.prototype.flat's changelog.

v1.3.3 - 2024-12-15

Commits

  • [actions] split out node 10-20, and 20+ 1afcd57
  • [Deps] update call-bind, define-properties, es-abstract, es-shim-unscopables 152c437
  • [Dev Deps] update @es-shims/api, @ljharb/eslint-config, auto-changelog, function-bind npmignore, object-inspect, tape e39e33d
  • [Tests] replace aud with npm audit 6868723
  • [Dev Deps] add missing peer dep 800f3e3
Commits
  • a0fa566 v1.3.3
  • 152c437 [Deps] update call-bind, define-properties, es-abstract, `es-shim-unsco...
  • 800f3e3 [Dev Deps] add missing peer dep
  • e39e33d [Dev Deps] update @es-shims/api, @ljharb/eslint-config, auto-changelog,...
  • 1afcd57 [actions] split out node 10-20, and 20+
  • 6868723 [Tests] replace aud with npm audit
  • See full diff in compare view

Updates array.prototype.flatmap from 1.3.2 to 1.3.3

Changelog

Sourced from array.prototype.flatmap's changelog.

v1.3.3 - 2024-12-15

Commits

  • [actions] split out node 10-20, and 20+ 8727281
  • [Tests] add test coverage 6e78327
  • [Deps] update call-bind, es-abstract e027dd1
  • [Dev Deps] update @es-shims/api, @ljharb/eslint-config, auto-changelog, object-inspect, tape 7322d84
  • [Dev Deps] update aud, npmignore, object-inspect, tape 958bf5c
  • [Deps] update call-bind, define-properties, es-abstract, es-shim-unscopables b3698fb
  • [Tests] replace aud with npm audit e0461ed
  • [Dev Deps] add missing peer dep e7160b5
Commits
  • 80b9df6 v1.3.3
  • e027dd1 [Deps] update call-bind, es-abstract
  • e7160b5 [Dev Deps] add missing peer dep
  • 7322d84 [Dev Deps] update @es-shims/api, @ljharb/eslint-config, auto-changelog,...
  • 8727281 [actions] split out node 10-20, and 20+
  • e0461ed [Tests] replace aud with npm audit
  • b3698fb [Deps] update call-bind, define-properties, es-abstract, `es-shim-unsco...
  • 958bf5c [Dev Deps] update aud, npmignore, object-inspect, tape
  • 6e78327 [Tests] add test coverage
  • See full diff in compare view

Updates arraybuffer.prototype.slice from 1.0.3 to 1.0.4

Changelog

Sourced from arraybuffer.prototype.slice's changelog.

v1.0.4 - 2024-12-15

Commits

  • [actions] split out node 10-20, and 20+ 5e59635
  • [Deps] update call-bind, es-abstract, get-intrinsic 0afbb59
  • [Dev Deps] update @es-shims/api, auto-changelog, es-value-fixtures, object-inspect, tape d76caf4
  • [Deps] update call-bind, es-abstract, es-errors, get-intrinsic 2b374a2
  • [Dev Deps] update @es-shims/api, @ljharb/eslint-config, object-inspect, tape a24fd39
  • [Tests] replace aud with npm audit c704fb0
  • [Deps] remove unused dependency 0274b32
  • [Dev Deps] add missing peer dep 673f754
Commits
  • b781900 v1.0.4
  • 0afbb59 [Deps] update call-bind, es-abstract, get-intrinsic
  • d76caf4 [Dev Deps] update @es-shims/api, auto-changelog, es-value-fixtures, `ob...
  • 5e59635 [actions] split out node 10-20, and 20+
  • 673f754 [Dev Deps] add missing peer dep
  • 2b374a2 [Deps] update call-bind, es-abstract, es-errors, get-intrinsic
  • a24fd39 [Dev Deps] update @es-shims/api, @ljharb/eslint-config, object-inspect,...
  • c704fb0 [Tests] replace aud with npm audit
  • 0274b32 [Deps] remove unused dependency
  • See full diff in compare view

Updates browserslist from 4.24.2 to 4.24.3

Release notes

Sourced from browserslist's releases.

4.24.3

Changelog

Sourced from browserslist's changelog.

4.24.3

Commits

Updates call-bound from 1.0.2 to 1.0.3

Changelog

Sourced from call-bound's changelog.

v1.0.3 - 2024-12-15

Commits

  • [Refactor] use call-bind-apply-helpers instead of call-bind 5e0b134
  • [Deps] update get-intrinsic 41fc967
  • [readme] fix example 79a0137
  • [meta] add sideEffects flag 08b07be
Commits

Updates caniuse-lite from 1.0.30001688 to 1.0.30001689

Commits

Updates es-abstract from 1.23.5 to 1.23.6

Changelog

Sourced from es-abstract's changelog.

1.23.6 / 2024-12-15

  • [Fix] ES2015 - ES2019: IntegerIndexedElementSet: reject BigInt Typed Arrays prior to ES2020
  • [Fix] ES2023+: SetTypedArrayFromTypedArray: provide missing cloneConstructor argument to CloneArrayBuffer
  • [Fix] ES2024+: FindViaPredicate: spec enums are uppercase now
  • [Fix] ES2017 - ES2019: SetValueInBuffer: handle proper number of arguments
  • [Fix] ES2015+: QuoteJSONString: properly handle surrogates
  • [Fix] ES2015+: TestIntegrityLevel: properly handle envs without property descriptors
  • [patch] ES2018 - ES2023: thisSymbolValue: only require Symbol.prototype.valueOf for boxed Symbols
  • [Robustness] ES2015 - ES2016: SetValueInBuffer: salt dictionary keys in case of pre-proto envs
  • [Refactor] use math-intrinsics
  • [Refactor] use call-bound directly
  • [Refactor] ES2015+: GetIterator: hoist an object to module scope
  • [Refactor] use typeof over Type() when possible
  • [Refactor] ES2015 - ES2016: GetValueFromBuffer: remove unnecessary extra helper argument
  • [Refactor] misc cleanups
  • [Refactor] make and use isObject helper
  • [Refactor] ES5+: MonthFromTime: throw a RangeError for an out of range timestamp
  • [Refactor] use + over Number()
  • [Deps] update arraybuffer.prototype.slice, call-bind, es-define-property, es-to-primitive, function.prototype.name, get-intrinsic, gopd, has-proto, has-symbols, internal-slot, is-data-view, is-regex, is-string, which-typed-array, is-weakref, safe-array-concat, safe-regex-test, string.prototype.trim, string.prototype.trimend, typed-array-byte-offset, typed-array-length
  • [meta] remove unnecessary unspackles
  • [Tests] isStringOrUndefined: increase coverage
  • [Tests] bigint tests are ES2020+ only
  • [Dev Deps] update array.prototype.flatmap, is-core-module, is-registered-symbol
Commits
  • 2b6f3ca v1.23.6
  • a3b45f3 [Deps] update arraybuffer.prototype.slice, call-bound, `function.prototyp...
  • 31fd042 [Dev Deps] update array.prototype.flatmap, is-core-module
  • cefba0d [Refactor] use math-intrinsics
  • 45de9aa [Refactor] use call-bound directly
  • 2ad1257 [Deps] update call-bound, string.prototype.trim, string.prototype.trimend
  • 18db0fa [Deps] update call-bind, es-define-property, get-intrinsic, has-proto
  • 0443887 [Refactor] use call-bound
  • 39794cf [Deps] update gopd, has-symbols, is-string
  • ffa6453 [Deps] update gopd, has-proto, is-regex, which-typed-array
  • Additional commits viewable in compare view

Updates function.prototype.name from 1.1.6 to 1.1.7

Changelog

Sourced from function.prototype.name's changelog.

Bumps the npm group with 18 updates:

| Package | From | To |
| --- | --- | --- |
| [eslint](https://github.com/eslint/eslint) | `9.16.0` | `9.17.0` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.16.0` | `9.17.0` |
| [array.prototype.flat](https://github.com/es-shims/Array.prototype.flat) | `1.3.2` | `1.3.3` |
| [array.prototype.flatmap](https://github.com/es-shims/Array.prototype.flatMap) | `1.3.2` | `1.3.3` |
| [arraybuffer.prototype.slice](https://github.com/es-shims/ArrayBuffer.prototype.slice) | `1.0.3` | `1.0.4` |
| [browserslist](https://github.com/browserslist/browserslist) | `4.24.2` | `4.24.3` |
| [call-bound](https://github.com/ljharb/call-bound) | `1.0.2` | `1.0.3` |
| [caniuse-lite](https://github.com/browserslist/caniuse-lite) | `1.0.30001688` | `1.0.30001689` |
| [es-abstract](https://github.com/ljharb/es-abstract) | `1.23.5` | `1.23.6` |
| [function.prototype.name](https://github.com/es-shims/Function.prototype.name) | `1.1.6` | `1.1.7` |
| [internal-slot](https://github.com/ljharb/internal-slot) | `1.0.7` | `1.1.0` |
| [is-core-module](https://github.com/inspect-js/is-core-module) | `2.15.1` | `2.16.0` |
| [is-number-object](https://github.com/inspect-js/is-number-object) | `1.1.0` | `1.1.1` |
| [is-string](https://github.com/inspect-js/is-string) | `1.1.0` | `1.1.1` |
| [is-weakref](https://github.com/inspect-js/is-weakref) | `1.0.2` | `1.1.0` |
| [resolve](https://github.com/browserify/resolve) | `1.22.8` | `1.22.9` |
| [unbox-primitive](https://github.com/ljharb/unbox-primitive) | `1.0.2` | `1.1.0` |
| [which-boxed-primitive](https://github.com/inspect-js/which-boxed-primitive) | `1.1.0` | `1.1.1` |


Updates `eslint` from 9.16.0 to 9.17.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.16.0...v9.17.0)

Updates `@eslint/js` from 9.16.0 to 9.17.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.17.0/packages/js)

Updates `array.prototype.flat` from 1.3.2 to 1.3.3
- [Changelog](https://github.com/es-shims/Array.prototype.flat/blob/main/CHANGELOG.md)
- [Commits](es-shims/Array.prototype.flat@v1.3.2...v1.3.3)

Updates `array.prototype.flatmap` from 1.3.2 to 1.3.3
- [Changelog](https://github.com/es-shims/Array.prototype.flatMap/blob/main/CHANGELOG.md)
- [Commits](es-shims/Array.prototype.flatMap@v1.3.2...v1.3.3)

Updates `arraybuffer.prototype.slice` from 1.0.3 to 1.0.4
- [Changelog](https://github.com/es-shims/ArrayBuffer.prototype.slice/blob/main/CHANGELOG.md)
- [Commits](es-shims/ArrayBuffer.prototype.slice@v1.0.3...v1.0.4)

Updates `browserslist` from 4.24.2 to 4.24.3
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](browserslist/browserslist@4.24.2...4.24.3)

Updates `call-bound` from 1.0.2 to 1.0.3
- [Changelog](https://github.com/ljharb/call-bound/blob/main/CHANGELOG.md)
- [Commits](ljharb/call-bound@v1.0.2...v1.0.3)

Updates `caniuse-lite` from 1.0.30001688 to 1.0.30001689
- [Commits](browserslist/caniuse-lite@1.0.30001688...1.0.30001689)

Updates `es-abstract` from 1.23.5 to 1.23.6
- [Changelog](https://github.com/ljharb/es-abstract/blob/main/CHANGELOG.md)
- [Commits](ljharb/es-abstract@v1.23.5...v1.23.6)

Updates `function.prototype.name` from 1.1.6 to 1.1.7
- [Changelog](https://github.com/es-shims/Function.prototype.name/blob/main/CHANGELOG.md)
- [Commits](es-shims/Function.prototype.name@v1.1.6...v1.1.7)

Updates `internal-slot` from 1.0.7 to 1.1.0
- [Changelog](https://github.com/ljharb/internal-slot/blob/main/CHANGELOG.md)
- [Commits](ljharb/internal-slot@v1.0.7...v1.1.0)

Updates `is-core-module` from 2.15.1 to 2.16.0
- [Changelog](https://github.com/inspect-js/is-core-module/blob/main/CHANGELOG.md)
- [Commits](inspect-js/is-core-module@v2.15.1...v2.16.0)

Updates `is-number-object` from 1.1.0 to 1.1.1
- [Changelog](https://github.com/inspect-js/is-number-object/blob/main/CHANGELOG.md)
- [Commits](inspect-js/is-number-object@v1.1.0...v1.1.1)

Updates `is-string` from 1.1.0 to 1.1.1
- [Changelog](https://github.com/inspect-js/is-string/blob/main/CHANGELOG.md)
- [Commits](inspect-js/is-string@v1.1.0...v1.1.1)

Updates `is-weakref` from 1.0.2 to 1.1.0
- [Changelog](https://github.com/inspect-js/is-weakref/blob/main/CHANGELOG.md)
- [Commits](inspect-js/is-weakref@v1.0.2...v1.1.0)

Updates `resolve` from 1.22.8 to 1.22.9
- [Commits](browserify/resolve@v1.22.8...v1.22.9)

Updates `unbox-primitive` from 1.0.2 to 1.1.0
- [Changelog](https://github.com/ljharb/unbox-primitive/blob/main/CHANGELOG.md)
- [Commits](ljharb/unbox-primitive@v1.0.2...v1.1.0)

Updates `which-boxed-primitive` from 1.1.0 to 1.1.1
- [Changelog](https://github.com/inspect-js/which-boxed-primitive/blob/main/CHANGELOG.md)
- [Commits](inspect-js/which-boxed-primitive@v1.1.0...v1.1.1)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@eslint/js"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: array.prototype.flat
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: array.prototype.flatmap
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: arraybuffer.prototype.slice
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: browserslist
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: call-bound
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: caniuse-lite
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: es-abstract
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: function.prototype.name
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: internal-slot
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: is-core-module
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: is-number-object
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: is-string
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: is-weakref
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: resolve
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: unbox-primitive
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: which-boxed-primitive
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
...

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 Dec 16, 2024
@vercel
Copy link

vercel bot commented Dec 16, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
github-oauth-example ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 16, 2024 2:54pm

@github-actions github-actions bot enabled auto-merge (squash) December 16, 2024 14:53
@github-actions github-actions bot merged commit b9def56 into main Dec 16, 2024
6 of 7 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/npm-c6f3e7c837 branch December 16, 2024 14:53
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