Skip to content

Commit 51d5bf2

Browse files
committed
update deps, year
1 parent 3135864 commit 51d5bf2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+97
-97
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2025 Waldiez and contributors
189+
Copyright [yyyy] [name of copyright owner]
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

NOTICE.md

Lines changed: 1 addition & 1 deletion

babel.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* SPDX-License-Identifier: Apache-2.0
3-
* Copyright 2024 - 2025 Waldiez & contributors
3+
* Copyright 2024 - 2026 Waldiez & contributors
44
*/
55

66
// noinspection JSUnusedLocalSymbols

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* SPDX-License-Identifier: Apache-2.0
3-
* Copyright 2024 - 2025 Waldiez & contributors
3+
* Copyright 2024 - 2026 Waldiez & contributors
44
*/
55
import eslint from "@eslint/js";
66
import stylistic from "@stylistic/eslint-plugin";

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* SPDX-License-Identifier: Apache-2.0
3-
* Copyright 2024 - 2025 Waldiez & contributors
3+
* Copyright 2024 - 2026 Waldiez & contributors
44
*/
55
const jestJupyterLab = require("@jupyterlab/testutils/lib/jest-config");
66

jest.fileMock.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
22
* SPDX-License-Identifier: Apache-2.0
3-
* Copyright 2024 - 2025 Waldiez & contributors
3+
* Copyright 2024 - 2026 Waldiez & contributors
44
*/
55
module.exports = "test-file-stub";

jest.setup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* SPDX-License-Identifier: Apache-2.0
3-
* Copyright 2024 - 2025 Waldiez & contributors
3+
* Copyright 2024 - 2026 Waldiez & contributors
44
*/
55

66
module.exports = {};

jest.svgMock.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* SPDX-License-Identifier: Apache-2.0
3-
* Copyright 2024 - 2025 Waldiez & contributors
3+
* Copyright 2024 - 2026 Waldiez & contributors
44
*/
55
module.exports = `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
66
<rect width="24" height="24" fill="currentColor"/>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,15 +114,15 @@
114114
"@lcov-viewer/cli": "^1.3.0",
115115
"@stylistic/eslint-plugin": "^5.6.1",
116116
"@testing-library/react": "^16.3.1",
117-
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
117+
"@trivago/prettier-plugin-sort-imports": "^6.0.1",
118118
"@types/babel__preset-env": "^7.10.0",
119119
"@types/jest": "^30.0.0",
120120
"@types/json-schema": "^7.0.15",
121121
"@types/node": "^25.0.3",
122122
"@types/react": "^18.3.27",
123123
"@types/react-addons-linked-state-mixin": "^0.14.27",
124124
"@typescript-eslint/eslint-plugin": "^8.51.0",
125-
"@typescript-eslint/parser": "^8.50.1",
125+
"@typescript-eslint/parser": "^8.51.0",
126126
"@waldiez/react": "git+https://github.com/waldiez/waldiez.git#dev",
127127
"all-contributors-cli": "^6.26.1",
128128
"babel-jest": "^30.2.0",

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ dev = [
6363
"yamllint==1.37.1",
6464
]
6565
test = [
66-
"coverage==7.13.0",
67-
"filelock==3.20.1",
66+
"coverage==7.13.1",
67+
"filelock==3.20.2",
6868
"pytest==9.0.2",
6969
"pytest-datadir==1.8.0",
7070
"pytest-cov==7.0.0",
@@ -102,7 +102,7 @@ exclude = [
102102
path = "waldiez_jupyter/_version.py"
103103
template = '''
104104
# SPDX-License-Identifier: Apache-2.0.
105-
# Copyright (c) 2024 - 2025 Waldiez and contributors.
105+
# Copyright (c) 2024 - 2026 Waldiez and contributors.
106106
"""Version information for waldiez_jupyter.
107107

108108
This file is automatically generated by Hatchling.

0 commit comments

Comments
 (0)